/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 20px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #01b3eb;
  border-radius: 999px;
  color: #fff;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #01b3eb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #01b3eb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #01b3eb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 20px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #01b3eb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #01b3eb;
  color: #fff;
  border-radius: 999px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 10px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #01b3eb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #01b3eb;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #01b3eb;
}
.add_animal_panel {
  position: fixed;
  right: 0;
  top: 0;
  width: 465px;
  z-index: 200;
  border-top: none;
  border-image: none;
  height: 100vh;
  background-color: #fff;
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.add_animal_panel .block-minicart__wrapper {
  width: 465px;
}
.add_animal_panel .block-minicart__wrapper .add-animal-info {
  font-size: 13px;
  line-height: 20px;
}
.add_animal_panel .block-minicart__wrapper .add-animal-form .field {
  margin-bottom: 30px;
}
.add_animal_panel .block-minicart__wrapper .add-animal-form .field label {
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  color: #8ad330;
  margin-bottom: 0;
}
.add_animal_panel .block-minicart__wrapper .add-animal-form .field input {
  border: none;
  border-bottom: 2px solid #a9adcc;
  outline: none !important;
  font-size: 17px;
  color: #243490;
  height: 40px;
}
.add_animal_panel .block-minicart__wrapper .add-animal-form .field .actions {
  margin-top: 30px;
}
#product_option_item_animal {
  border-radius: 999px;
  border-width: 2px;
  padding: 10px 20px;
  height: 50px;
  font-size: 16px;
  display: block;
  width: 330px;
}
.animal-errors {
  display: none;
  font-size: 14px;
  color: red;
  padding-left: 25px;
}
.formfield-select {
  position: relative;
}
.formfield-select .formfield-select--container {
  position: relative;
  background-color: #fff;
  border: #afb2cf 2px solid;
  margin: 0 0 0px 0;
  border-radius: 40px;
  overflow: hidden;
  width: 340px;
  /*
            Le select natif pourra
            dépasser sans être vu
        */
}
.formfield-select .formfield-select--container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  /*
                On est sûr de ne plus voir
                la flèche native
            */
  height: auto;
  border: 0;
  margin: 0;
  padding: 0.75em;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #a9adcc;
  text-indent: 30px;
}
.formfield-select .formfield-select--container select option {
  color: #151515;
}
.formfield-select .formfield-select--container::after {
  /* Le pointeur du select */
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #afb2cf;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.animals-list .animal-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2e8f1;
}
.animals-list .animal-item h3 {
  margin-bottom: 0;
}
.animals-list .animal-item .animal-footer {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.animals-list .animal-item .animal-footer .button {
  margin-left: 15px;
  outline: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@media only screen and (max-width: 768px) {
  .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%;
  }
}
.mageprince-faq-collection {
  margin-bottom: 20px;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 10px 0 0 0;
  padding: 0.8em .5em 0.8em 1em;
  font-size: 15px;
  font-weight: bold;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-handle,
.mageprince-faq-collection .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.mageprince-faq-collection .ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.mageprince-faq-collection .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content {
  background: #ffffff;
  color: #243490;
}
.mageprince-faq-collection .faq-accordion .ui-widget-content a {
  color: #243490;
}
.mageprince-faq-collection .ui-state-default,
.mageprince-faq-collection .ui-widget-content .ui-state-default,
.mageprince-faq-collection .ui-widget-header .ui-state-default {
  border-bottom: 1px solid #e6f6fb;
  background: none;
  font-weight: normal;
  color: #243490;
}
.mageprince-faq-collection .ui-state-hover a,
.mageprince-faq-collection .ui-state-hover a:hover,
.mageprince-faq-collection .ui-state-hover a:link,
.mageprince-faq-collection .ui-state-hover a:visited,
.mageprince-faq-collection .ui-state-focus a,
.mageprince-faq-collection .ui-state-focus a:hover,
.mageprince-faq-collection .ui-state-focus a:link,
.mageprince-faq-collection .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}
.mageprince-faq-collection .ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.mageprince-faq-collection .ui-state-active,
.mageprince-faq-collection .ui-widget-content .ui-state-active,
.mageprince-faq-collection .ui-widget-header .ui-state-active {
  background: none;
  font-weight: normal;
  color: #8ad330;
}
.mageprince-faq-collection .ui-state-active a,
.mageprince-faq-collection .ui-state-active a:link,
.mageprince-faq-collection .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
.mageprince-faq-collection .group-title {
  margin: 25px 0;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.5;
  padding-bottom: 0.25em;
  width: 100%;
  color: #243490;
  font-weight: bold;
}
.mageprince-faq-collection .group-title i {
  float: left;
  width: 2.15em;
  border-bottom: 1px solid #b55;
  position: absolute;
  bottom: -1px;
  z-index: 9999;
  border-bottom-color: #243490;
}
.mageprince-faq-collection .faq-groups {
  width: 100%;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mageprince-faq-collection .faq-group {
  text-align: center;
}
.mageprince-faq-collection .faq-group-image {
  padding: 20px;
  margin-right: 25px;
}
.mageprince-faq-collection img.group-image {
  height: 50px;
  width: auto;
  display: inline;
  margin: 0;
}
.mageprince-faq-collection .faq-groupname {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
}
.mageprince-faq-collection .faq-group a.group-link:hover {
  color: #8ad330;
  text-decoration: none;
}
.mageprince-faq-collection .faq-content {
  background: #fff;
  border-top: 2px solid transparent;
  border-image: linear-gradient(to right, #00b3ec, #8ad330);
  border-image-slice: 1;
  padding: 40px 50px;
}
.mageprince-faq-collection .faq-content .ui-accordion-header:hover {
  color: #8ad330;
}
.mageprince-faq-collection .faq-group:hover {
  border-color: #8ad330;
}
.mageprince-faq-collection .faq-collection {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.mageprince-faq-collection .ui-accordion .ui-state-default:after {
  content: '\f054';
  font-family: 'FontAwesome';
  float: right;
}
.mageprince-faq-collection .ui-accordion .ui-accordion-header-active:after {
  content: '\f078';
  font-family: 'FontAwesome';
}
#faq-loader {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
}
@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;
  }
  .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;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .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%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .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;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .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,
  .column.main .cart-summary .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;
  }
  .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 {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label {
    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,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .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,
  .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,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container: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,
  .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;
  }
  .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,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-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,
  .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,
  .cart-container .form-cart {
    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,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .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,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .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: 33.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 33.33333333%;
    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: 33.33333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 33.33333333%;
    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: block !important;
  }
  .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: #00b3ec;
    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: #00b3ec;
    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;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .wp-ln-actions {
    width: 98%;
    text-align: right;
  }
  .wp-ln-action {
    cursor: pointer;
    display: inline-block;
  }
  .wp-ln-action:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .wp-ln-show-less {
    display: none;
  }
  .sidebar.sidebar-main .wp-filters {
    display: none;
  }
  body.slider-layer .column.main {
    width: 100%;
  }
  body.slider-layer .block.filter {
    display: none;
  }
  body.slider-layer .toolbar-products {
    margin-left: 90px;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters {
    display: block;
    position: absolute;
    top: 5px;
    height: 20px;
    cursor: pointer;
    font-weight: bold;
  }
  body.slider-layer .sidebar.sidebar-main .wp-filters .wp-filters-text {
    vertical-align: top;
    font-weight: bold;
  }
  body.slider-layer .wp-ln-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
    cursor: pointer;
  }
  .sidebar.sidebar-main b.wp-slide-in {
    display: inline-block;
    background: url('../WeltPixel_LayeredNavigation/images/slide_icon.png') no-repeat;
    width: 20px;
    height: 23px;
    transition: scale 100ms ease;
    margin: 2px 8px 0 0;
  }
  .slide-in-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    min-width: 250px;
    background: #fff;
    height: 95%;
    padding: 25px;
    overflow: scroll;
    margin-bottom: 10px;
    z-index: 100;
  }
  .slide-in-filter .block-subtitle {
    font-size: 15px;
    text-align: center;
    padding: 10px 10px 30px;
  }
  .slide-in-filter .filter-options-item {
    padding: 15px 0;
    border-bottom: 1px solid #ecece7;
  }
  b.wp-ln-load-more:after {
    content: "\e607";
  }
  b.wp-ln-show-less:after {
    content: "\e618";
  }
  b.wp-ln-load-more:before {
    content: '';
  }
  b.show-less:before {
    content: '';
  }
  #layered-filter-block .wp-ln-selected a {
    border-left: 5px solid red;
    padding-left: 11px;
    font-style: italic;
    color: #908f8f;
  }
  #layered-filter-block .wp-ln-selected .swatch-option {
    position: relative;
    overflow: visible;
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:before {
    visibility: visible;
    border: 3px solid white !important;
  }
  #layered-filter-block .wp-ln-selected .swatch-option:after {
    visibility: visible !important;
  }
  #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  body.theme-pearl .slide-in-filter {
    height: 100% !important;
  }
  body.theme-pearl b.wp-ln-load-more:before {
    content: "\e614";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-show-less:before {
    content: "\e613";
    font-family: 'luma-icons';
  }
  body.theme-pearl b.wp-ln-load-more:after {
    content: '';
  }
  body.theme-pearl b.wp-ln-show-less:after {
    content: '';
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters {
    top: 16px !important;
  }
  body.theme-pearl .sidebar.sidebar-main .wp-filters .wp-filters-text {
    text-transform: uppercase;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a {
    text-decoration: none;
    font-weight: 900;
    border-left: 0 none;
    font-style: normal;
    color: inherit;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected a:before {
    background: #303030;
    border: 1px solid #303030 !important;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option {
    outline: 2px solid #ee0000;
    border: 1px solid #fff;
  }
  body.theme-pearl #layered-filter-block .wp-ln-selected .swatch-option.text {
    position: relative;
    overflow: visible;
    border: 2px solid #999999 !important;
  }
  body.theme-pearl #layer-product-list .message.info.empty {
    margin-left: 90px !important;
  }
  .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;
  }
  .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: 768px;
    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;
  }
  .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 #00b3ec;
    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;
  }
  .abs-checkout-title {
    padding-bottom: 10px;
    border-bottom: none;
    color: #243490;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 2.6rem;
  }
  .cart-totals {
    border-top: none;
    padding-top: 40px;
  }
  .cart-totals table td,
  .cart-totals table th {
    border: none;
    color: #243490;
  }
  .opc-sidebar {
    margin-top: 0;
  }
  .opc-sidebar .modal-inner-wrap .modal-header {
    display: none;
  }
  .opc-sidebar .modal-inner-wrap .modal-content {
    border: none;
    background: none;
  }
  .logo {
    margin: 0;
  }
  .fluid {
    z-index: 10 !important;
  }
  .page-main > .page-title-wrapper {
    margin-top: 20px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
  }
}
@media all and (min-width: 1024px), print {
  .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;
  }
}
@media all and (min-width: 1440px), 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;
  }
}
a.button:visited {
  color: #ffffff;
}
h3.block-title {
  margin: 0 !important;
  color: #243490;
}
.green-accent {
  font-size: 17px;
  font-weight: 800;
  color: #8ad330;
  margin: 0;
}
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}
[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}
[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}
[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}
[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}
[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}
[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}
[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}
[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}
[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}
[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}
[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}
[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}
[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}
[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}
[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}
[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}
[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}
[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}
[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}
[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}
[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}
[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}
[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}
[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}
[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}
[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}
[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}
[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}
[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}
[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}
[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}
[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}
[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}
[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}
[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}
[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}
[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}
[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}
[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}
[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}
[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}
[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}
[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}
[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}
[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}
[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}
[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}
[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}
[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}
[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}
[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}
[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}
[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}
[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}
[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}
[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}
[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}
[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}
[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}
[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}
[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}
[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}
[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}
[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}
[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}
[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}
[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}
[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}
[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}
[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}
[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}
[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}
[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}
[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}
[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}
[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}
[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}
[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}
[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}
[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}
[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}
[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}
[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}
[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}
[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}
[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}
[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}
[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}
[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}
[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}
[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}
[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}
[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}
[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}
[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}
[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}
[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}
[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}
[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}
[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}
[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}
[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}
[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}
[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}
[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}
[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}
[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}
[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}
[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}
[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}
[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}
[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}
[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}
[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}
[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}
[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}
[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}
[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}
[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}
[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}
[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}
[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.5649999999999999, 1);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.08500000000000001, 0.68, 0.53);
}
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}
.grecaptcha-badge {
  position: fixed;
  bottom: 80px;
  left: -186px;
}
.grecaptcha-badge:hover {
  left: 0;
}
body {
  overflow-x: hidden;
}
.page-wrapper h1 {
  font-size: 35px;
  line-height: 1.25;
  margin-bottom: 45px;
  font-weight: 700;
  word-wrap: break-word;
}
@media screen and (min-width: 989px) {
  .page-wrapper h1 {
    font-size: 51px;
    line-height: 1.10;
  }
}
@media screen and (min-width: 767px) {
  .page-wrapper h1 {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media screen and (min-width: 1500px) {
  .page-wrapper h1 {
    font-size: 51px;
  }
}
@media screen and (min-width: 1800px) {
  .page-wrapper h1 {
    font-size: 64px;
    line-height: 1.25;
  }
}
.page-wrapper h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 50px;
  word-wrap: break-word;
}
@media screen and (min-width: 767px) {
  .page-wrapper h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 989px) {
  .page-wrapper h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 1199px) {
  .page-wrapper h2 {
    font-size: 48px;
  }
}
.page-wrapper h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  display: block;
  color: #8ad330;
  margin-bottom: 42px;
}
.page-wrapper .section {
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-wrapper .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-wrapper .section img {
  width: 100%;
  margin: 70px 0;
  display: block;
}
.page-wrapper .section p + img {
  margin-top: 60px;
}
.page-wrapper .section p + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .page-wrapper .section {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .section {
    margin-top: 0;
  }
  .page-wrapper .section img {
    margin: 0;
  }
}
.page-wrapper .content-area .col-lg-6 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .page-wrapper .content-area .img-col-center {
    margin: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper .content-area .button {
    margin: 42px auto 0;
  }
}
.page-wrapper .content-area .img-col-left {
  order: 0;
}
@media screen and (max-width: 767px) {
  .page-wrapper .content-area .img-col-left {
    margin: 0 0 60px 0;
  }
}
.page-wrapper .content-area .img-col-right {
  order: 2;
}
@media screen and (max-width: 767px) {
  .page-wrapper .content-area .img-col-right {
    order: 0;
    margin: 0 0 60px 0;
  }
}
.page-wrapper p {
  margin-bottom: 30px;
}
.page-wrapper p i {
  color: #8ad330;
  font-weight: 700;
  font-style: normal;
}
.page-wrapper p strong {
  font-weight: 700;
}
main {
  background: url("../images/background.png") no-repeat;
  background-size: 100%;
  background-position: bottom left;
  overflow: hidden;
  z-index: 200;
}
header {
  z-index: 201;
}
.large-margin-bottom {
  margin-bottom: 125px !important;
}
.fluid {
  position: absolute;
  z-index: 10;
  top: 0;
  height: 830px;
  width: 30vw;
}
.fluid.filled {
  background-color: #cbecf6;
}
.fluid__left {
  left: 0;
}
.fluid__left img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 21;
  border-bottom-right-radius: 310px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .fluid__left img {
    border-bottom-right-radius: 0;
  }
}
.fluid__left::after {
  content: '';
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #e6f6fb;
  position: absolute;
  bottom: 0;
  right: -100px;
  z-index: 20;
}
.fluid__left.nobull::after {
  display: none;
}
.fluid__right {
  right: 0;
}
.fluid__right img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 21;
  border-bottom-left-radius: 310px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .fluid__right img {
    border-bottom-left-radius: 0px !important;
  }
}
.fluid__right::after {
  content: '';
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background-color: #e6f6fb;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 20;
}
.fluid__right.nobull::after {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .fluid {
    width: calc(930px) !important;
    margin: 100px auto;
    max-width: calc(60%);
    border-radius: 0;
    height: 560px !important;
    position: static;
  }
}
@media screen and (max-width: 989px) {
  .fluid {
    width: calc(690px) !important;
    height: 560px !important;
  }
}
.container {
  z-index: 11;
}
.no-radius {
  border-radius: 0 !important;
}
.rounded-icon {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #8ad330;
  border-radius: 50%;
  line-height: 23px !important;
  text-align: center;
}
.text-green {
  color: #8ad330;
}
.price-label {
  display: none;
}
.font-style-italic {
  font-style: italic;
}
.table:not(.cart):not(.totals) {
  font-size: 14px;
}
.table:not(.cart):not(.totals) thead tr th,
.table:not(.cart):not(.totals) thead tr td {
  border-bottom: 1px solid #c4e6f0;
  color: #a3a8c8;
}
.table:not(.cart):not(.totals) tbody tr td {
  padding: 1.25rem .75rem;
  color: #243490;
}
.table:not(.cart):not(.totals) tbody tr td.actions {
  text-align: right;
}
@media screen and (max-width: 989px) {
  .contentmanager-content-view .column.main .img-col-left,
  .contentmanager-content-view .column.main .img-col-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.pg-show-lg {
  display: none;
}
@media screen and (max-width: 989px) {
  .pg-show-lg {
    display: block;
  }
}
.pg-flex-lg {
  display: none !important;
}
@media screen and (max-width: 989px) {
  .pg-flex-lg {
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .pg-hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 989px) {
  .pg-hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .pg-hidden-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1659px) {
  .pg-hidden-xxl {
    display: none !important;
  }
}
header .messages {
  width: max-content;
  max-width: 80%;
  margin: 15px auto 0;
}
.heading:after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: -100px;
  left: -80px;
  border-radius: 50%;
  background-color: #e6f6fb;
  transform: translate(-50%, 50%);
}
.block {
  background: #fff;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, #00b3ec 0%, #8ad330 60%);
  border-image-slice: 1;
  padding: 70px 50px;
}
.pg-shadow {
  box-shadow: 0 0 70px #cbecf6;
}
.col-animal {
  flex-grow: 3;
}
.nav ul li a {
  transition: 0.12s ease-out;
}
.nav ul li a:hover {
  color: #00b3ec;
  text-decoration: none;
  text-decoration-color: #8ad330;
}
.nav__bottom {
  height: 115px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 30px;
}
.nav__services {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav__services li {
  font-weight: 700;
  color: #243490;
  font-size: 14px;
  display: inline-block;
}
.nav__services li:not(:last-child) {
  margin-right: 55px;
}
.nav__services li img {
  width: 34px;
  margin-right: 9px;
}
.nav__services li a {
  color: inherit;
}
.nav__services li a:hover {
  color: #00b3ec;
  text-decoration: none;
  text-decoration-color: #8ad330;
}
.nav__services li a.active {
  color: #00b3ec;
  text-decoration: underline;
  text-decoration-color: #8ad330;
}
.nav__cta {
  position: relative;
  width: 300px;
  padding-left: 73px;
}
.nav__search {
  position: relative;
  display: inline-block;
  position: absolute;
  right: 236px;
  top: 0;
  cursor: pointer;
}
.nav__search input {
  width: 60px;
  height: 60px;
  background: #e0f4fa;
  border-radius: 50%;
  border: none;
  outline: none;
  transition: 0.2s ease-out, text-indent 0s, border-radius 0.5s ease-out;
  transition-delay: 2s;
  text-indent: 10000px;
  color: #243490;
  cursor: pointer;
}
.nav__search input:active,
.nav__search input:focus {
  text-indent: 0;
  width: 230px;
  padding: 0 60px 0 30px;
  border-radius: 60px;
  transition: 0.2s ease-out, text-indent 0s, border-radius 0s;
}
.nav__search i {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.nav__logo {
  width: 290px;
}
.nav__top {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  border-bottom: #f0f1f8 2px solid;
  padding-left: 40px;
  padding-right: 25px;
  letter-spacing: 0;
}
.nav__socials {
  flex-grow: 1;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav__socials li {
  display: inline-block;
}
.nav__burger {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  background: #243490;
  align-items: center;
  justify-content: center;
}
.nav__burger .hamburger .line {
  width: 28px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav__burger .hamburger.active .line {
  margin: 8px auto;
}
.nav__burger .hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.nav__burger .hamburger.active .line:nth-child(2) {
  opacity: 0;
}
.nav__burger .hamburger.active .line:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
}
.nav__mobile {
  background-color: #fff;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
  flex-direction: column;
}
.nav__mobile.open {
  visibility: visible;
  opacity: 1;
}
.nav__mobile__services {
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  z-index: 9000;
  margin: 0;
  padding: 15px 0 15px 40px;
}
.nav__mobile__services a.active {
  text-decoration: underline;
  text-decoration-color: #8ad330;
}
.nav__mobile__subs {
  z-index: 9000;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 0;
}
.nav__mobile__subs li {
  padding-left: 40px;
}
.nav__mobile__subs li a.active {
  text-decoration: underline;
  text-decoration-color: #8ad330;
}
.nav__mobile__subs .account {
  margin-top: 20px;
  border-top: 2px solid #e9eaf4;
  height: 56px;
  line-height: 56px;
}
.nav__mobile__subs .cart {
  border-top: 2px solid #e9eaf4;
  height: 56px;
  line-height: 56px;
}
.nav__mobile__subs .account img,
.nav__mobile__subs .cart img {
  height: 20px;
  width: auto;
  margin-right: 15px;
}
.nav__mobile__subs .contact {
  height: 56px;
  line-height: 56px;
  background-color: #8ad330;
}
.nav__mobile__subs .contact a {
  color: #fff;
}
.nav__mobile__lang {
  z-index: 9000;
  padding: 15px 40px;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
}
.nav__mobile__lang .lang {
  position: relative;
  text-transform: uppercase;
}
.nav__mobile__lang .lang i {
  position: absolute;
  font-size: 12px;
  top: 13px;
  left: 80px;
  transform: rotate(180deg) translateY(2px);
  transition: .1s linear;
}
.nav__mobile__lang .lang .dropdown {
  left: 0;
  width: 100%;
  z-index: 2;
  pointer-events: all;
}
.nav__mobile__lang .lang .dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav__mobile__lang .lang.hide i {
  transform: rotate(0deg);
}
.nav__mobile__lang .lang.hide .dropdown {
  pointer-events: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
}
.nav__mobile::after {
  content: '';
  position: absolute;
  top: 500px;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 8999;
  background-color: #000;
  opacity: .5;
}
.nav__nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav__nav li {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  height: 100%;
  padding: 0 24px;
  padding-top: 6px;
}
.nav__nav li.lang {
  border: none;
  border-left: #e9eaf4 1px solid;
  border-right: #e9eaf4 1px solid;
}
.nav__nav li.lang a {
  color: #a9adcc;
}
.nav__nav li i {
  font-size: 17px;
  margin-left: 6px;
  margin-top: 3px;
}
.nav__nav li.eshop {
  background-color: #00b3ec;
}
.nav__nav li.eshop a {
  color: #fff;
}
.nav__nav li.eshop a:hover {
  color: #fff;
}
.nav__nav li a {
  display: flex;
  align-items: center;
  color: #243490;
}
.nav__nav li a img {
  width: 16px;
  height: 20px;
  margin-left: 10px;
}
.nav__nav li a:hover {
  text-decoration: none;
  text-decoration-color: #8ad330;
}
.nav__nav li a.active {
  color: #00b3ec;
  text-decoration: underline;
  text-decoration-color: #8ad330;
}
.nav__nav li.notif {
  position: relative;
}
.nav__nav li.notif span.count {
  display: none;
  position: absolute;
  right: 12px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #8ad330;
  color: #ffffff;
  font-size: 10px;
  line-height: 17px;
  padding-left: 5px;
}
.nav__nav li.notif.basket span.count {
  background: #00b3ec;
}
.nav__nav li.notif.basket span.count.empty {
  display: none !important;
}
.nav__nav li.notif.basket span.count.ready {
  display: block;
}
.nav__nav li.lang {
  position: relative;
  text-transform: uppercase;
}
.nav__nav li.lang i {
  position: absolute;
  font-size: 12px;
  top: 13px;
  right: 12px;
  transform: rotate(180deg) translateY(2px);
  transition: .1s linear;
}
.nav__nav li.lang .dropdown {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #ffffff;
  border-top: #f0f1f8 2px solid;
  transition: 0.2s ease-out;
  pointer-events: all;
}
.nav__nav li.lang .dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav__nav li.lang.hide i {
  transform: rotate(0deg);
}
.nav__nav li.lang.hide .dropdown {
  pointer-events: none;
  opacity: 0;
  transform: translateY(5px);
}
.nav__socials {
  color: #a9adcc;
  font-size: 11px;
}
.nav__socials a {
  margin-left: 14px;
  color: #a9adcc;
  font-size: 15px;
  display: block;
  transform: translateY(1px);
}
@media screen and (max-width: 1659px) {
  .nav__bottom {
    height: 96px;
    padding-left: 10px;
    padding-right: 0px;
  }
  .nav__logo {
    width: 200px;
  }
  .nav__services li {
    font-size: 13px;
  }
  .nav__services li img {
    width: 24px;
  }
  .nav__services li:not(:last-child) {
    margin-right: 20px;
  }
  .nav__nav li {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media screen and (max-width: 1199px) {
  .nav__nav li a {
    font-size: 12px;
  }
  .nav__bottom {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 20px 20px;
    height: auto;
  }
  .nav__services li:not(:last-child) {
    margin-right: 10px;
  }
  .nav__logo {
    width: 190px;
  }
}
@media screen and (max-width: 989px) {
  .nav__services li {
    font-size: 12px;
  }
  .nav__services li img {
    width: 20px;
  }
  .nav__logo {
    width: 200px;
  }
  .nav__bottom {
    flex-direction: row;
    height: 70px;
  }
}
.pg-nav {
  list-style: none;
  padding: 0;
}
.pg-nav-item {
  text-align: center;
  background: none;
  border-radius: 40px;
  padding: 1.25rem 2.5rem;
}
.pg-nav-item-link {
  color: #a2a6cb !important;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pg-nav-item-link img {
  width: 20px;
  margin: 0;
  height: auto;
  max-height: 25px;
  margin-right: 25px;
  padding: 0 !important;
}
.pg-nav-item.active {
  background-color: #243490;
}
.pg-nav-item.active a {
  color: #fff !important;
}
.footer {
  position: relative;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #00b3ec 0%, #8ad330 60%);
  border-image-slice: 1;
}
.footer h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 22px;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul li a {
  font-weight: 600;
  font-size: 17px;
}
.footer ul li:not(:last-child) {
  margin-bottom: 6px;
}
.footer__middle {
  margin-top: 83px;
  border-top: 2px #dae5f1 solid;
  padding: 10px 0 8px;
}
.footer__middle,
.footer__middle a {
  color: #243490;
  font-weight: 400;
  font-size: 13px;
}
.footer__middle .wrapper {
  display: flex;
  justify-content: space-between;
}
.footer__middle i {
  font-size: 15px;
  color: #00b3ec;
  margin-left: 5px;
}
.footer__head {
  padding-top: 92px;
  background: #eff9fc;
}
.footer__foot {
  padding: 11px 0 9px;
  font-size: 13px;
  color: #243490;
  background-color: #fff;
}
.footer__foot .link:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #bfbfbf;
  margin: 0 17px;
  transform: translateY(3px);
}
.footer__foot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__foot img {
  height: 25px;
  margin-left: 20px;
}
.footer__line {
  position: absolute;
  top: -2px;
  width: 100%;
}
.footer__cta {
  text-align: right;
}
.footer__cta img {
  width: 300px;
  margin-bottom: 46px;
}
.footer .link {
  color: #00b3ec;
  text-decoration: underline;
}
.footer .show-tablet {
  display: none;
}
@media screen and (max-width: 989px) {
  .footer .show-tablet {
    display: inline;
  }
  .footer__cta {
    text-align: left;
    padding-top: 60px;
  }
  .footer__cta img {
    width: 300px;
    margin-bottom: 30px;
    display: block;
  }
  .footer__foot .container {
    display: block;
  }
  .footer__foot .container img {
    margin: 10px 20px 0 0;
  }
  .footer__middle {
    margin-top: 50px;
  }
  .footer__middle .wrapper {
    display: block;
  }
  .footer__middle .wrapper div {
    display: inline;
  }
  .footer__middle .wrapper div:last-child {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer__head {
    padding-top: 10px;
  }
  .footer h3 {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
button,
.button {
  background: #8ad330;
  padding: 9px 20px 12px 30px;
  border-radius: 40px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  z-index: 5;
  transition: all .3s;
  overflow: hidden;
}
button:before,
.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #82c92b;
  border-radius: 10rem;
  transition: all .3s;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  button,
  .button {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
  }
}
button.outlined,
.button.outlined {
  background: none !important;
  color: #243490 !important;
  border: 2px solid #8ad330;
  position: relative;
  transition: all .3s;
  overflow: hidden;
}
button.outlined:before,
.button.outlined:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #8ad330;
  border-radius: 10rem;
  transition: all .3s;
  z-index: -1;
}
button.outlined:hover,
.button.outlined:hover {
  color: #fff !important;
}
button.outlined:hover:before,
.button.outlined:hover:before {
  width: 100%;
}
button.outline,
.button.outline {
  background: none !important;
  border-width: 2px;
  border-style: solid;
  transition: all .3s;
  overflow: hidden;
}
button.outline.blue,
.button.outline.blue {
  color: #01b3eb;
}
button.outline.green,
.button.outline.green {
  color: #8ad330;
}
button.outline.red,
.button.outline.red {
  color: #e00000;
}
button.outline:before,
.button.outline:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  border-radius: 10rem;
  transition: all .3s;
  z-index: 1;
}
button.outline.blue:before,
.button.outline.blue:before {
  background-color: #01b3eb;
}
button.outline.green:before,
.button.outline.green:before {
  background-color: #8ad330;
}
button.outline.red:before,
.button.outline.red:before {
  background-color: #e00000;
}
button.outline span,
.button.outline span,
button.outline div,
.button.outline div {
  z-index: 2;
  position: relative;
}
button.outline:hover,
.button.outline:hover {
  color: #fff !important;
}
button.outline:hover:before,
.button.outline:hover:before {
  z-index: -1;
  width: 100%;
}
button.cart-continue,
.button.cart-continue {
  float: left;
}
button.checkout,
.button.checkout {
  padding: 12px 35px;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
}
button.small,
.button.small {
  padding: 4px 15px 4px 15px;
}
button.no-icon,
.button.no-icon {
  padding: 14px 35px 14px 35px;
}
button__arrow,
.button__arrow {
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(8px);
  margin-left: 20px;
  overflow: hidden;
}
button__arrow:after,
.button__arrow:after {
  content: '';
  background: url('../images/arrow.png') no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-out;
}
button__arrow:before,
.button__arrow:before {
  content: '';
  background: url('../images/arrow.png') no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-250%, -50%);
  transition: 0.2s ease-out;
}
button:hover,
.button:hover,
button:active,
.button:active,
button:focus,
.button:focus {
  color: #ffffff;
  text-decoration: none;
}
button:hover:before,
.button:hover:before,
button:active:before,
.button:active:before,
button:focus:before,
.button:focus:before {
  width: 100%;
}
button:hover .button__arrow:after,
.button:hover .button__arrow:after,
button:active .button__arrow:after,
.button:active .button__arrow:after,
button:focus .button__arrow:after,
.button:focus .button__arrow:after {
  transform: translate(200%, -50%);
}
button:hover .button__arrow:before,
.button:hover .button__arrow:before,
button:active .button__arrow:before,
.button:active .button__arrow:before,
button:focus .button__arrow:before,
.button:focus .button__arrow:before {
  transform: translate(-50%, -50%);
}
button.outlined:hover .button__arrow,
.button.outlined:hover .button__arrow {
  background: #fff;
  color: #8ad330;
}
button.outlined:hover .button__arrow:before,
.button.outlined:hover .button__arrow:before,
button.outlined:hover .button__arrow:after,
.button.outlined:hover .button__arrow:after {
  background: url('../images/arrow.png') no-repeat;
  background-size: cover;
}
button.outlined .button__arrow,
.button.outlined .button__arrow {
  transition: all .3s;
  background: #8ad330;
}
button.outlined .button__arrow:after,
.button.outlined .button__arrow:after {
  background: url('../images/arrow-white.png') no-repeat;
  background-size: cover;
}
button.outlined .button__arrow:before,
.button.outlined .button__arrow:before {
  background: url('../images/arrow-white.png') no-repeat;
  background-size: cover;
}
button.down .button__arrow:after,
.button.down .button__arrow:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
button.down .button__arrow:before,
.button.down .button__arrow:before {
  transform: translate(-50%, -280%) rotate(90deg);
}
button.down:hover .button__arrow:after,
.button.down:hover .button__arrow:after {
  transform: translate(-50%, 200%) rotate(90deg);
}
button.down:hover .button__arrow:before,
.button.down:hover .button__arrow:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
button.left,
.button.left {
  padding: 9px 30px 12px 20px;
}
button.left .button__arrow,
.button.left .button__arrow {
  margin-left: 0;
  margin-right: 20px;
}
button.left .button__arrow:after,
.button.left .button__arrow:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
button.left .button__arrow:before,
.button.left .button__arrow:before {
  transform: translate(250%, -50%) rotate(180deg);
}
button.left:hover .button__arrow:after,
.button.left:hover .button__arrow:after {
  transform: translate(-250%, -50%) rotate(180deg);
}
button.left:hover .button__arrow:before,
.button.left:hover .button__arrow:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
button.blue,
.button.blue {
  background: #01b3eb;
  border-color: #01b3eb;
}
button.blue:before,
.button.blue:before {
  background-color: #01a7dc;
}
button.lightblue,
.button.lightblue {
  background: #e1f4fa;
  border-color: #e1f4fa;
  color: #243490 !important;
}
button.lightblue:before,
.button.lightblue:before {
  background-color: #d4eff8;
}
button.red,
.button.red {
  background: #e00000;
  border-color: #e00000;
}
button.red:before,
.button.red:before {
  background-color: #d10000;
}
button.grey,
.button.grey {
  background: #aaa;
  border-color: #aaa;
}
button.grey:before,
.button.grey:before {
  background-color: #a2a2a2;
}
button.white,
.button.white {
  background: #fff;
  border-color: #fff;
  color: #243490 !important;
}
button.white:before,
.button.white:before {
  background-color: #e1f4fa;
}
.section.product {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  background: #ffffff;
  background: linear-gradient(180deg, #ebf8fc 0%, rgba(255, 255, 255, 0) 40%);
}
.section.product:before {
  content: '';
  background: #e2f4fa;
  border-radius: 50%;
  width: 660px;
  height: 660px;
  position: absolute;
  top: -210px;
  left: -350px;
}
.catalog-product-view .product-view-block {
  padding: 30px 15px;
}
@media screen and (min-width: 989px) {
  .catalog-product-view .product-view-block {
    padding: 70px 50px;
  }
}
.product-view-block {
  -webkit-box-shadow: 0px 0px 35px 22px rgba(203, 236, 246, 0.6);
  -moz-box-shadow: 0px 0px 35px 22px rgba(203, 236, 246, 0.6);
  box-shadow: 0px 0px 35px 22px rgba(203, 236, 246, 0.6);
}
.product-view-block h2 {
  margin-bottom: 0;
}
.product-view-block .container .animal-selector .encode-now {
  font-size: 13px;
  margin-bottom: 32px !important;
  margin-top: 7px;
}
.product-view-block .container .animal-selector .encode-now a {
  font-weight: bold;
  text-decoration: underline;
  color: #01b3eb;
}
.product-view-block .container .animal-selector .encode-now a.bold {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
  background: #01b3eb;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 9999px;
  margin-left: 10px;
  text-decoration: none;
}
.product-view-block .container .col-addto {
  display: flex;
  flex-direction: column;
}
.product-view-block .container .col-addto .product-info-price,
.product-view-block .container .col-addto .product-add-form {
  display: flex;
  justify-content: center;
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .product-view-block .container .col-addto .product-info-price,
  .product-view-block .container .col-addto .product-add-form {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .product-view-block .container .col-addto .product-info-price,
  .product-view-block .container .col-addto .product-add-form {
    margin-top: 5px !important;
    justify-content: flex-end;
  }
}
.product-view-block .container .col-addto .product-info-price {
  margin-top: 5px;
  margin-bottom: 35px;
}
.product-view-block .container .col-addto .product-info-price .price-box {
  display: flex;
}
.product-view-block .container .col-addto .product-info-price .price-box .special-price {
  order: 2;
  margin-left: 15px;
}
.product-view-block .container .col-addto .product-info-price .price-box .special-price .price {
  font-size: 22px;
  line-height: 11px;
  font-weight: bold;
  color: #243490;
}
.product-view-block .container .col-addto .product-info-price .price-box .old-price .price {
  font-size: 17px;
  line-height: 11px;
  color: #a9adcc;
}
.product-view-block .container .col-addto .product-info-price .price-box .price-final_price .price {
  font-size: 22px;
  font-weight: bold;
  color: #243490;
}
.product-view-block .container .col-addto .product-add-form .fieldset {
  margin-bottom: 0;
}
.product-view-block .container .col-addto .product-add-form button.tocart {
  background: #01b3eb;
  border: 1px solid #01b3eb;
  font-size: 14px;
  font-family: Poppins, sans-serif;
}
.product-view-block .container .col-addto .product-add-form button.tocart img {
  margin: 0;
  display: inline;
  width: 15px;
  margin-left: 10px;
}
.product-view-block .container .content-section {
  border-bottom: 1px solid #e2e8f1;
  padding: 32px 0;
}
.product-view-block .container .content-section h2 {
  letter-spacing: -0.24rem;
}
.product-view-block .container .content-section h3.green-accent {
  margin-bottom: 15px;
}
.product-view-block .container .content-section .col .sku,
.product-view-block .container .content-section .col-lg .sku {
  display: flex;
  flex-direction: column;
  line-height: 16px;
}
@media screen and (min-width: 989px) {
  .product-view-block .container .content-section .col .sku,
  .product-view-block .container .content-section .col-lg .sku {
    flex-direction: row;
  }
}
.product-view-block .container .content-section .col .sku__label,
.product-view-block .container .content-section .col-lg .sku__label {
  color: #a9adcc;
  font-size: 13px;
}
.product-view-block .container .content-section .col .sku__value,
.product-view-block .container .content-section .col-lg .sku__value {
  font-size: 16px;
  font-weight: 800;
  color: #243490;
}
@media screen and (min-width: 989px) {
  .product-view-block .container .content-section .col .sku__value,
  .product-view-block .container .content-section .col-lg .sku__value {
    font-size: 22px;
  }
}
.product-view-block .container .content-section .col p:last-of-type,
.product-view-block .container .content-section .col-lg p:last-of-type {
  margin-bottom: 0;
}
.product-view-block .container .content-section .col.shipping-info,
.product-view-block .container .content-section .col-lg.shipping-info {
  color: #a9adcc;
  font-size: 13px;
  line-height: 16px;
}
.product-view-block .container .content-section .col.shipping-info span,
.product-view-block .container .content-section .col-lg.shipping-info span {
  color: #243490;
}
.product-view-block .container .content-section.first {
  padding-bottom: 40px;
}
.product-view-block .container .content-section.no-border {
  border-bottom: none;
}
.product-view-block .container .content-section.sku-section {
  padding-bottom: 12px;
}
.about_us .heading:after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  bottom: 420px;
  /* left: -80px; */
  border-radius: 50%;
  background-color: #e6f6fb;
  transform: translate(-50%, 50%);
}
.intro {
  padding-top: 90px;
  position: relative;
}
@media screen and (min-width: 1800px) {
  .intro {
    padding-top: 150px;
  }
}
.intro .fluid {
  width: 60vw;
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .intro .fluid {
    height: 675px;
  }
}
.intro__scroll {
  margin-top: 7px;
}
.intro__scroll img {
  height: 82px;
}
@media screen and (max-width: 1659px) {
  .intro {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .intro {
    padding-top: 150px;
  }
}
.services {
  margin-top: 280px;
  padding-bottom: 140px;
  position: relative;
}
.services h2 {
  margin-bottom: 20px;
}
.services__item {
  color: inherit;
  margin-top: 55px;
  text-decoration: none;
  padding-bottom: 45px;
}
.services__item:hover {
  color: inherit;
  text-decoration: none;
}
.services__item:hover .services__fakeLink {
  color: #243490;
}
.services__item:hover .services__fakeLink img {
  transform: translateX(25px);
}
.services__icon {
  margin-bottom: 25px;
}
.services__fakeLink {
  color: #00b3ec;
  font-weight: 700;
  font-size: 14px;
  display: block;
  transform: translateX(0);
  position: absolute;
  bottom: 0;
  transition: all .3s;
}
.services__fakeLink img {
  transform: translateX(0);
  transition: all .3s;
  margin-left: 15px;
  width: 80px;
}
@media screen and (max-width: 1659px) {
  .services {
    margin-top: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .services {
    margin-top: 180px;
  }
}
@media screen and (max-width: 989px) {
  .services h3 {
    margin-bottom: 18px;
  }
  .services p {
    margin-bottom: 15px;
  }
  .services__item {
    margin-top: 65px;
  }
}
.blob-right:after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  right: 0;
  border-radius: 50%;
  background-color: #e6f6fb;
  transform: translate(50%, -75%);
  z-index: -1;
}
.cta {
  text-align: center;
  padding-bottom: 175px;
  z-index: 2;
}
.cta.pbs {
  padding-bottom: 140px;
}
.cta:before {
  content: '';
  display: block;
  background: #8ad330;
  background: -webkit-linear-gradient(bottom, #54cae9 0%, #93d41d 100%);
  background: -o-linear-gradient(bottom, #54cae9 0%, #93d41d 100%);
  background: linear-gradient(to top, #54cae9 0%, #93d41d 100%);
  width: 2px;
  height: 53px;
  margin: 0 auto;
  margin-bottom: 38px;
}
.cta__txt {
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
  color: #243490;
  margin-bottom: 37px;
}
.homepage {
  margin-bottom: -40px;
}
.homepage .heading:after {
  display: none;
}
@media screen and (max-width: 989px) {
  .homepage .heading {
    position: relative;
  }
  .homepage .heading .intro {
    padding: 0;
  }
  .homepage .heading .intro h1 {
    text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
  }
  .homepage .heading .intro__scroll {
    display: block;
    text-align: center;
  }
  .homepage .heading .intro__scroll .rounded-icon {
    border: 2px solid #243490;
  }
  .homepage .heading .intro__scroll .text-green {
    display: none;
  }
  .homepage .heading .fluid {
    margin: 0;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .homepage .heading .col-max {
    max-width: 65%;
  }
}
.homepage .heading .intro {
  padding-top: 150px;
}
@media screen and (min-width: 767px) and (max-width: 989px) {
  .homepage .heading .intro .fluid {
    width: 100% !important;
  }
}
@media screen and (max-width: 1500px) {
  .homepage .heading .intro {
    padding-top: 75px;
  }
}
.homepage .heading .cibles {
  width: 100%;
  margin-top: 100px;
  padding: 0 25px !important;
  box-shadow: 0 0 70px #cbecf6;
}
@media screen and (max-width: 989px) {
  .homepage .heading .cibles {
    margin-top: 30px;
    max-height: 107px;
    overflow: hidden;
  }
  .homepage .heading .cibles:hover {
    max-height: none;
    overflow: visible;
  }
}
.homepage .heading .cibles .intro-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .heading .cibles .cibles__item__intro__icon {
  background-color: #243490;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 25px;
  height: 25px;
}
.homepage .heading .cibles__item {
  display: flex;
  padding: 40px 15px;
}
.homepage .heading .cibles__item:hover {
  text-decoration: none;
}
.homepage .heading .cibles__item:hover .cibles__item__icon {
  transform: translateX(15px);
}
@media screen and (max-width: 989px) {
  .homepage .heading .cibles__item {
    flex-basis: auto;
    border-left: none !important;
    border-right: none !important;
    align-items: center;
  }
}
.homepage .heading .cibles__item .icon {
  padding-left: 25px;
  padding-right: 25px;
}
.homepage .heading .cibles__item .icon img {
  display: block;
  min-width: 35px;
  height: auto;
}
.homepage .heading .cibles__item .text {
  color: #243490;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 25px;
}
.homepage .heading .cibles__item:not(:last-of-type) {
  border-right: 1px solid #f0f1f7;
}
@media screen and (max-width: 989px) {
  .homepage .heading .cibles__item:not(:last-of-type) {
    border-bottom: 1px solid #f0f1f7;
  }
}
.homepage .heading .cibles__item:not(:nth-of-type(1 + 2)) {
  border-left: 1px solid #f0f1f7;
}
.homepage .heading .cibles__item__icon {
  margin-top: 20px;
  color: #01b3eb;
  transform: translateX(0);
  transition: all .3s;
}
@media screen and (max-width: 989px) {
  .homepage .heading .cibles__item__icon {
    display: none;
  }
}
@media screen and (max-width: 989px) {
  .homepage .heading__content {
    padding-top: 135px;
  }
}
.homepage .heading__content .cta {
  padding-bottom: 0;
}
.homepage .heading__content::before {
  position: absolute;
  content: '';
  top: -90px;
  width: 100%;
  min-height: 1200px;
  background: url('../images/bg-top-home.png') top left no-repeat;
}
.homepage .content-zones .section {
  padding-top: 30px;
  padding-bottom: 70px;
  position: relative;
}
.homepage .content-zones .section img {
  width: 100%;
  margin: 35px 0;
  display: block;
}
.homepage .content-zones .row {
  align-items: center;
}
.homepage .ctas {
  margin-top: 100px;
}
.homepage .ctas h2 {
  line-height: 1.2;
}
.homepage .ctas.bg {
  background-position: center center;
  background-size: cover;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1659px) {
  .homepage .ctas.bg {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.homepage .ctas.bg h2 {
  text-shadow: 1px 1px 15px #fff;
}
.recherche ul {
  list-style: none;
  margin-bottom: 42px;
}
.recherche ul li {
  background: url('../images/ul-list.jpg') 0 14px no-repeat;
  padding-left: 30px;
}
.recherche .heading .intro {
  padding-top: 90px;
  min-height: 660px;
}
@media screen and (min-width: 1800px) {
  .recherche .heading .intro {
    padding-top: 150px;
    min-height: 800px;
  }
}
.recherche .heading .intro .fluid {
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .recherche .heading .intro .fluid {
    height: 675px;
  }
}
.recherche .heading .cibles {
  width: 100%;
  margin-top: 100px;
  padding: 0 25px !important;
}
.recherche .heading .cibles__item {
  display: flex;
  padding: 40px 15px;
}
.recherche .heading .cibles__item .icon {
  padding-left: 25px;
  padding-right: 25px;
}
.recherche .heading .cibles__item .icon img {
  display: block;
  min-width: 35px;
  height: auto;
}
.recherche .heading .cibles__item .text {
  color: #243490;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 25px;
}
.recherche .heading .cibles__item:not(:last-of-type) {
  border-right: 1px solid #f0f1f7;
}
.recherche .heading .cibles__item:not(:first-of-type) {
  border-left: 1px solid #f0f1f7;
}
.recherche .heading__content {
  padding-top: 145px;
}
.recherche .heading__content .cta {
  padding-bottom: 0;
}
.recherche .testis {
  margin: 0 auto 300px;
}
@media screen and (max-width: 989px) {
  .recherche .testis {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 989px) {
  .recherche .testis .col-lg-4 {
    margin-bottom: 25px;
  }
}
.recherche .testis .col-lg-4 .block-testis {
  flex-grow: 1;
  height: 100%;
  box-shadow: 0 0 70px #cbecf6;
}
.recherche .testis .col-lg-4 .block-testis h2 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (min-width: 989px) {
  .recherche .testis .col-lg-4:not(:first-of-type):not(:last-of-type) .block-testis {
    margin-bottom: 0;
    position: relative;
    top: 80px;
  }
}
.recherche .section {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .recherche .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.recherche .cta {
  margin-top: -60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recherche .cta {
    margin-top: 0;
  }
}
.recherche .ctas h2 {
  line-height: 1.2;
}
.team_page .heading .intro {
  padding-top: 90px;
  min-height: 660px;
}
@media screen and (min-width: 1800px) {
  .team_page .heading .intro {
    padding-top: 150px;
    min-height: 800px;
  }
}
.team_page .heading .intro .fluid {
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .team_page .heading .intro .fluid {
    height: 675px;
  }
}
.team_page .valeurs {
  margin: 150px auto 300px;
}
@media screen and (max-width: 989px) {
  .team_page .valeurs {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 989px) {
  .team_page .valeurs .col-lg-4 {
    margin-bottom: 25px;
  }
}
.team_page .valeurs .col-lg-4 .block-valeurs {
  flex-grow: 1;
  height: 100%;
  box-shadow: 0 0 70px #cbecf6;
}
.team_page .valeurs .col-lg-4 .block-valeurs h2 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (min-width: 989px) {
  .team_page .valeurs .col-lg-4:not(:first-of-type):not(:last-of-type) .block-valeurs {
    position: relative;
    top: 80px;
  }
}
.team_page .team-member {
  margin-bottom: 40px;
}
.team_page .team-member a.linkedin {
  font-weight: bold;
  font-size: 14px;
  color: #00b3ec;
}
.team_page .team-member img {
  width: auto;
  margin: 0;
  display: inline;
}
.page_agro .heading .intro {
  padding-top: 90px;
  min-height: 660px;
}
@media screen and (min-width: 1800px) {
  .page_agro .heading .intro {
    padding-top: 150px;
    min-height: 740px;
  }
}
.page_agro .heading .intro .fluid {
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .page_agro .heading .intro .fluid {
    height: 675px;
  }
}
.page_agro .testis {
  margin: 0 auto 300px;
}
@media screen and (max-width: 989px) {
  .page_agro .testis {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 989px) {
  .page_agro .testis .col-lg-4 {
    margin-bottom: 25px;
  }
}
.page_agro .testis .col-lg-4 .block-testis {
  flex-grow: 1;
  height: 100%;
  box-shadow: 0 0 70px #cbecf6;
}
.page_agro .testis .col-lg-4 .block-testis h2 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 16px;
}
@media screen and (min-width: 989px) {
  .page_agro .testis .col-lg-4:not(:first-of-type):not(:last-of-type) .block-testis {
    position: relative;
    top: 80px;
  }
}
.page_agro .testicta {
  margin-top: -60px;
  padding-bottom: 30px;
}
.demander-analyse {
  background: url('../images/bg-agro-demander-analyse.jpg') top left no-repeat;
  background-size: cover;
  color: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 989px) {
  .demander-analyse {
    padding: 60px 45px !important;
  }
  .demander-analyse .col-lg-6 {
    margin-bottom: 25px;
  }
}
.demander-analyse h2 {
  font-size: 30px;
  color: #fff;
}
.demander-analyse h4 {
  color: #00b3ec;
  font-weight: bold;
}
.page_kits ul {
  list-style: none;
}
.page_kits ul li {
  background: url('../images/ul-list.jpg') 0 14px no-repeat;
  padding-left: 30px;
}
.page_kits .heading .intro {
  padding-top: 90px;
  min-height: 660px;
}
@media screen and (min-width: 1800px) {
  .page_kits .heading .intro {
    padding-top: 150px;
    min-height: 800px;
  }
}
.page_kits .heading .intro .fluid {
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .page_kits .heading .intro .fluid {
    height: 675px;
  }
}
.page_kits .ct-field-repeater_fields .section {
  padding-bottom: 20px;
  clear: both;
  min-height: 830px;
}
.page_kits .ct-field-repeater_fields .section img {
  margin: 0;
}
.page_login .main {
  padding: 100px 0;
}
.page_jobs .heading .intro {
  padding-top: 90px;
  min-height: 660px;
}
@media screen and (min-width: 1800px) {
  .page_jobs .heading .intro {
    padding-top: 150px;
    min-height: 800px;
  }
}
.page_jobs .heading .intro .fluid {
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .page_jobs .heading .intro .fluid {
    height: 675px;
  }
}
.page_jobs .testicta {
  margin-top: -60px;
  padding-bottom: 30px;
}
.page_jobs .testis {
  margin: 0 auto 300px;
}
.page_jobs .testis .col-lg-4 .block-testis {
  flex-grow: 1;
  height: 100%;
  box-shadow: 0 0 70px #cbecf6;
}
.page_jobs .testis .col-lg-4 .block-testis h2 {
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 16px;
}
.page_jobs .testis .col-lg-4:nth-of-type(2) .block-testis {
  position: relative;
  top: 80px;
}
.account .section:first-of-type {
  padding-top: 0;
}
.account h2 {
  font-size: 32px;
}
@media screen and (max-width: 989px) {
  .account .page-main {
    padding-top: 0 !important;
  }
}
.account-greylink {
  color: #a1a5c8;
  font-weight: 600;
  text-decoration: underline;
}
.account-greylink:hover,
.account-greylink:active,
.account-greylink:focus,
.account-greylink:visited {
  color: #a1a5c8;
}
.account.page-layout-2columns-left .column.main {
  margin-right: 8.3333%;
}
.account.page-layout-2columns-left .column.main .block-title {
  margin-bottom: 0;
  overflow: hidden;
}
.account.page-layout-2columns-left .column.main .block-title h3 {
  float: left;
  margin-bottom: 3rem;
}
.account.page-layout-2columns-left .column.main .block-title .button {
  float: right;
}
.account.page-layout-2columns-left .sidebar-main {
  width: calc(16.5%);
}
.account.page-layout-2columns-left .sidebar-main .pg-account-nav {
  padding: 0 !important;
  background: none !important;
  border-top: none !important;
}
@media screen and (max-width: 989px) {
  .account.page-layout-2columns-left .sidebar-main .pg-account-nav ul {
    flex-direction: column;
  }
  .account.page-layout-2columns-left .sidebar-main .pg-account-nav ul li {
    align-items: center;
    justify-content: center;
  }
}
.account.page-layout-2columns-left .sidebar-main .pg-account-nav li {
  background: none;
  border-radius: 40px;
  padding: 1.25rem 2.5rem;
}
.account.page-layout-2columns-left .sidebar-main .pg-account-nav li a {
  color: #a2a6cb;
  font-weight: 600;
}
.account.page-layout-2columns-left .sidebar-main .pg-account-nav li.current {
  background-color: #243490;
}
.account.page-layout-2columns-left .sidebar-main .pg-account-nav li.current a,
.account.page-layout-2columns-left .sidebar-main .pg-account-nav li.current strong {
  color: #fff;
  font-weight: 600;
}
.account.page-layout-2columns-left .sidebar-main .pg-account-nav li:last-of-type {
  border-radius: 0;
  border-top: 1px solid #a2a6cb;
  padding-top: 2.5rem;
  margin-top: 1.25rem;
}
.page_contact .heading .intro {
  padding-top: 90px;
  min-height: 660px;
}
@media screen and (min-width: 1800px) {
  .page_contact .heading .intro {
    padding-top: 150px;
    min-height: 740px;
  }
}
.page_contact .heading .intro .fluid {
  height: 565px;
}
@media screen and (min-width: 1800px) {
  .page_contact .heading .intro .fluid {
    height: 675px;
  }
}
.page_contact .heading .contact_infos__phone,
.page_contact .heading .contact_infos__mail,
.page_contact .heading .contact_infos__address {
  padding: 15px 0 15px 70px;
}
.page_contact .heading .contact_infos__phone {
  background: url('../images/icon-tel.png') left center no-repeat;
  font-weight: bold;
}
.page_contact .heading .contact_infos__mail {
  background: url('../images/icon-mail.png') left center no-repeat;
  font-weight: bold;
}
.page_contact .heading .contact_infos__address {
  background: url('../images/icon-maps.png') 0 25px no-repeat;
}
.page_contact .heading .contact_infos__address a {
  color: #00b3ec;
  text-decoration: underline;
}
.page_contact .cta {
  padding-bottom: 45px;
}
.page_contact .cta2 {
  padding-bottom: 0;
}
.page_contact .contact_branches {
  margin: 0 auto 200px;
}
@media screen and (max-width: 989px) {
  .page_contact .contact_branches {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 989px) {
  .page_contact .contact_branches .col-lg-4 {
    margin-bottom: 25px;
  }
}
.page_contact .contact_branches .col-lg-4 .block-testis {
  flex-grow: 1;
  height: 100%;
  box-shadow: 0 0 70px #cbecf6;
}
.page_contact .contact_branches .col-lg-4 .block-testis h2 {
  text-transform: none;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.5;
}
.page_contact .contact_branches .col-lg-4 .block-testis .email {
  font-size: 22px;
  font-weight: bold;
  color: #8ad330;
  text-decoration: underline;
}
@media screen and (min-width: 989px) {
  .page_contact .contact_branches .col-lg-4:not(:first-of-type):not(:last-of-type) .block-testis {
    position: relative;
    top: 80px;
  }
}
.page_contact .testicta {
  margin-top: -60px;
  padding-bottom: 30px;
}
.page_contact .contact-form {
  margin-bottom: 50px;
}
.page_contact .contact-form .fieldset {
  margin-bottom: 0;
}
.page_contact .contact-form .field {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.page_contact .contact-form .field .label {
  flex-grow: 1;
  width: 100%;
  text-align: left;
  color: #00b3ec;
  font-size: 17px;
  line-height: 1;
}
.page_contact .contact-form .field .control {
  flex-grow: 1;
  width: 100%;
}
.page_contact .contact-form .field .control input,
.page_contact .contact-form .field .control textarea {
  width: 100%;
  background-color: transparent;
  outline: none !important;
  box-shadow: none !important;
  color: #243490;
  font-size: 17px;
}
.page_contact .contact-form .field .control input {
  border: none;
  border-bottom: 2px solid #a9adcc;
  height: 45px;
  line-height: 45px;
}
.page_contact .contact-form .field .control textarea {
  margin-top: 30px;
  border: 2px solid #a9adcc;
}
.page_contact .contact-form .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pg-order-view .order-title {
  margin-bottom: 3rem;
}
.pg-order-view .order-title h2 {
  margin-bottom: 0;
  line-height: 100%;
}
.pg-order-view .order-title .order-date {
  font-size: 13px;
  color: #ccc;
}
.pg-order-view .order-title .order-status {
  float: right;
  color: #8ad330;
}
.pg-order-view .order-links {
  border-bottom: 0;
}
.mark {
  background-color: transparent !important;
}
.page_news .inner-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
.page_news .inner-content .image img {
  width: 250px;
  margin: 0;
  grid-column-start: 1;
  grid-column-end: 1;
}
.page_news .inner-content .intro {
  padding: 0;
  grid-column-start: 2;
  grid-column-end: 4;
}
.page_news .contents-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 25px;
}
.page_news .contents-items .content-item {
  width: 100%;
}
.page_news .contents-items .content-item .intro {
  margin: 0;
}
.field[name="shippingAddress.vat_number"] {
  display: none;
}
.field[name="shippingAddress.vat_country"] {
  display: none;
}
.field[name="shippingAddress.vat_assujeti"] {
  display: none;
}
.field[name="shippingAddress.vat_id"] {
  display: none;
}
.field.taxvat {
  display: none;
}
.page_plain .block h1 {
  font-size: 22px;
  margin-bottom: 15px;
}
.page_plain .block h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 32px;
  color: #243490;
}
.page-main {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.container {
  position: relative;
}
@media screen and (min-width: 1659px) {
  .container {
    max-width: 1410px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.columns {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1659px) {
  .columns {
    max-width: none;
    margin: 0 auto;
  }
}
.testimonial-logo {
  display: block;
  max-width: 45%;
  margin: 15px 0 0;
}
.products-list .product-item {
  display: block;
}
.products-list .product-item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 989px) {
  .products-list .product-item-info {
    flex-direction: row;
  }
}
.products-list .product-item-info .product-item-details {
  flex-basis: 60%;
}
.products-list .product-item-info .price-box,
.products-list .product-item-info .product-item-inner {
  flex-basis: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.encode-now.create {
  font-size: 16px !important;
  font-weight: bold;
  background: #F0F9FC;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: max-content;
}
.encode-now.create br {
  display: none;
}
@media screen and (min-width: 1659px) {
  .encode-now.create br {
    display: block;
  }
}
.animal-buttons {
  flex-direction: column;
  gap: 20px;
}
.animal-buttons .button {
  margin-left: 0;
}
@media screen and (min-width: 767px) {
  .animal-buttons {
    flex-direction: row;
    gap: 10px;
  }
}
.payment-info {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  margin-top: 5px;
}
.payment-grid {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
.payment-grid img {
  height: 25px !important;
  width: auto !important;
  margin: 10px !important;
}
.popup-cart {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.4);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.popup-cart .content {
  width: 75%;
}
@media screen and (min-width: 989px) {
  .popup-cart .content {
    width: 35%;
  }
}
.popup-cart .content h2 {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
@media screen and (min-width: 989px) {
  .popup-cart .content h2 {
    font-size: 40px;
    line-height: 44px;
  }
}
.popup-cart .content .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 989px) {
  .popup-cart .content .buttons {
    flex-direction: row;
  }
}
@media screen and (min-width: 989px) {
  .popup-cart .content .buttons a {
    margin-right: 15px;
  }
}
.progenus-discount {
  display: flex;
}
.progenus-discount__input {
  flex-grow: 1;
}
.progenus-discount__input .label {
  font-weight: bold;
  font-size: 17px;
}
.progenus-discount__input .input-text {
  border-top: none;
  border-left: none;
  border-right: none;
}
.progenus-discount__button {
  padding-left: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cart-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cart-container .form-cart {
  order: 1;
  float: none;
  width: 100%;
}
.cart-container .widget {
  float: left;
}
.cart-container .widget.block {
  margin-bottom: 20px;
}
.cart-summary {
  order: 2;
  width: 100%;
  background: none;
  margin-top: 50px;
}
@media screen and (min-width: 989px) {
  .cart-summary {
    margin-top: 0;
    width: 50%;
  }
}
.cart-summary .cart-totals .mark {
  background: none;
}
.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;
}
.checkout-cart-index main {
  background: none;
}
section.cart {
  margin-top: 0 !important;
  padding-top: 40px;
  padding-bottom: 15px;
  background: #ffffff;
  background: linear-gradient(180deg, #ebf8fc 0%, rgba(255, 255, 255, 0) 40%);
}
section.cart .opc-progress-bar {
  margin-top: 60px;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 989px) {
  section.cart .opc-progress-bar {
    margin-top: 60px;
    flex-direction: row;
  }
}
section.cart .opc-progress-bar-item {
  margin: 0 0 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  flex-grow: 1;
}
@media screen and (min-width: 989px) {
  section.cart .opc-progress-bar-item {
    margin: 0 0 10px;
  }
}
section.cart .opc-progress-bar-item:not(:last-child) > span:after {
  content: '\f175';
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #243490;
  font-family: 'Font Awesome 5 Pro';
  margin: 0 auto;
}
@media screen and (min-width: 989px) {
  section.cart .opc-progress-bar-item:not(:last-child) > span:after {
    content: '\f178';
    display: inline-block;
    position: absolute;
    right: -12px;
    bottom: 8px;
  }
}
section.cart .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #243490;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
section.cart .opc-progress-bar-item._active > span {
  font-weight: bold;
}
section.cart .opc-progress-bar-item._complete {
  cursor: pointer;
}
section.cart .opc-progress-bar-item._complete:not(:last-child) > span:after {
  color: #8ad330;
}
section.cart .opc-progress-bar-item._complete > span {
  font-weight: bold;
  color: #8ad330;
}
section.cart .opc-progress-bar-item > span {
  line-height: 1;
  padding-top: 0;
}
@media screen and (min-width: 989px) {
  section.cart .opc-progress-bar-item > span {
    padding-top: 10px;
    line-height: 32px;
  }
}
section.cart .page-title-wrapper {
  align-self: center;
}
section.cart .page-title-wrapper .page-title {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 0;
}
.progenus-cart-items {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.progenus-cart-items .progenus-item {
  display: flex;
  padding: 25px 0;
  width: 100%;
}
.progenus-cart-items .progenus-item:not(:last-of-type) {
  border-bottom: 2px solid #c9e8f1;
}
.progenus-cart-items .progenus-item .item-col {
  padding: 0 15px;
}
.progenus-cart-items .progenus-item__qty {
  font-size: 22px;
  font-weight: bold;
}
.progenus-cart-items .progenus-item__details {
  flex-grow: 1;
}
.progenus-cart-items .progenus-item__details .product-item-name {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #8ad330;
}
.progenus-cart-items .progenus-item__details .product-item-name a,
.progenus-cart-items .progenus-item__details .product-item-name a:visited,
.progenus-cart-items .progenus-item__details .product-item-name a:hover,
.progenus-cart-items .progenus-item__details .product-item-name a:active {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #8ad330;
}
.progenus-cart-items .progenus-item__details .item-options {
  margin: 0;
  font-size: 13px;
  line-height: 14px;
}
.progenus-cart-items .progenus-item__details .item-options dt {
  font-weight: normal;
  color: #a9adcc;
}
.progenus-cart-items .progenus-item__details .item-options dd {
  font-size: 14px;
}
.progenus-cart-items .progenus-item__subtotal {
  align-self: center;
}
.progenus-cart-items .progenus-item__actions {
  align-self: center;
}
.progenus-cart-items .progenus-item__actions .action-delete {
  background-color: #e0f4fa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-indent: -20000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progenus-cart-items .progenus-item__actions .action-delete:before {
  content: "\f00d";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  text-indent: 0;
  text-decoration: none;
}
.block-minicart {
  position: fixed;
  right: 0;
  top: 0;
  width: 465px;
  z-index: 200;
  border-top: none;
  border-image: none;
  height: 100vh;
}
.block-minicart__wrapper {
  height: 100%;
}
.block-minicart__wrapper .minicart-close {
  position: absolute;
  top: 40px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #243490;
  color: #fff;
  text-indent: -20000px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 0;
}
.block-minicart__wrapper .minicart-close:before {
  display: none;
}
.block-minicart__wrapper .minicart-close:hover,
.block-minicart__wrapper .minicart-close:focus,
.block-minicart__wrapper .minicart-close:active {
  outline: 0;
  background-color: #243490;
  color: #fff;
}
.block-minicart__wrapper .minicart-close:hover:before,
.block-minicart__wrapper .minicart-close:focus:before,
.block-minicart__wrapper .minicart-close:active:before {
  display: none;
}
.block-minicart__wrapper .minicart-close:after {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  text-indent: 0;
  font-size: 20px;
}
.block-minicart__wrapper .minicart-continue {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 42px;
  line-height: 42px;
  border-bottom: #a9adcc 2px solid;
  padding-left: 290px;
}
.block-minicart__content {
  height: 100%;
  background-color: #fff;
  padding: 42px 44px 0;
  display: flex;
  flex-direction: column;
}
.block-minicart__content .minicart-title {
  width: 100%;
  height: 88px;
  line-height: 88px;
  font-weight: 800;
  color: #243490;
  font-size: 22px;
  padding-top: 15px !important;
}
.block-minicart__content .minicart-items {
  display: flex;
  flex-direction: column;
}
.block-minicart__content .minicart-items-wrapper {
  border: none;
  flex-grow: 1;
}
.block-minicart__content .minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e0f4fa;
  padding: 15px 0 25px !important;
}
.block-minicart__content .minicart-items .product-item-details {
  position: relative;
  padding-left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.block-minicart__content .minicart-items .product-item-details-col {
  display: flex;
  flex-direction: column;
}
.block-minicart__content .minicart-items .product-item-details-col.right {
  justify-content: flex-start;
  align-items: flex-end;
}
.block-minicart__content .minicart-items .product-item-details .product-item-name {
  font-size: 17px;
  font-weight: 800;
  color: #8ad330;
  margin-bottom: 0;
}
.block-minicart__content .minicart-items .product-item-details .product-item-name a {
  color: #8ad330;
}
.block-minicart__content .minicart-items .product-item-details .animal {
  font-weight: normal;
  font-size: 13px;
}
.block.items-in-cart {
  background: none;
  border: none;
  padding: 15px 10px;
}
.block.items-in-cart .minicart-items .product-item-details {
  padding-left: 0;
}
.block.items-in-cart .minicart-items .product-item-details .product-item-name {
  margin-bottom: 0;
}
.opc-summary {
  margin-left: 20px;
  padding: 70px 20px;
}
.opc-summary .mark {
  background: none;
}
.opc-summary .step-title {
  border: none;
  padding-bottom: 10px;
  border-bottom: none;
  color: #243490;
  font-weight: bold;
  font-size: 2.6rem;
}
.opc-summary .title strong {
  font-size: 17px !important;
  font-weight: normal !important;
}
.opc-summary .minicart-items-wrapper {
  border: none;
}
.opc-summary .minicart-items-wrapper .product-item:not(:first-child) {
  border-top: 1px dotted #243490;
}
.opc-summary table.table-totals {
  color: #243490;
  font-size: 1.4rem;
}
.opc-summary table.table-totals th {
  font-weight: normal;
}
.block.shipping-information {
  margin-left: 20px;
  padding: 70px 20px;
}
ul > li,
ol > li {
  margin-bottom: 0;
}
