/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (min-width: 768px) and (max-width: 1229px) {
  .columns .products {
    margin: 0;
  }
  .columns .sidebar {
    margin: 0;
  }
  .columns .sidebar.c-sidebar ul {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #b3b3b3;
  }
}
@media (max-width: 768px) {
  .order-pager-wrapper .pages .items {
    margin-top: 15px;
  }
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #9f0410;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #9f0410;
  box-shadow: 0 0 3px #9f0410;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/**
 * 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;
  }
}
.mana-overlay {
  position: absolute;
  background: white;
  filter: alpha(opacity=0);
  /* percent */
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 10000;
}
#mana-please-wait {
  position: absolute;
  color: #d85909;
  font-size: 1.1em;
  text-align: center;
  z-index: 20000;
}
#mana-please-wait p {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 120px;
  margin-left: -120px;
  padding: 15px 60px;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #3399cc;
  color: #3399cc;
  text-align: center;
  z-index: 20100;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -ms-box-sizing: content-box;
}
#mana-please-wait p img {
  margin: 10px auto 0;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-list {
  border: 1px solid #c2c2c2;
  max-height: 200px;
  overflow: auto;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
table.collection-point-opening-hours > tbody > tr > td {
  padding-bottom: 2px;
}
.collection-point-message {
  padding-top: 10px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .cart-container .form-cart {
    padding-right: 110px !important;
  }
}
@media (max-width: 1024px) {
  .cart-container .form-cart {
    width: 100% !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .cart-summary .checkout-methods-items {
    padding: 20px 20px 37px;
  }
  .cart-totals tr th {
    padding-left: 20px !important;
  }
  .cart-summary .block .title strong {
    padding: 10px 20px 10px 20px;
  }
  .cart-summary > .title {
    padding: 15px 20px;
  }
}
@media (max-width: 440px) {
  .opc-progress-bar {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .opc-progress-bar {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .opc-progress-bar {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .authentication-wrapper .action-auth-toggle {
    font-size: 1.6rem;
  }
  .authentication-wrapper i {
    font-size: 20px;
    margin-right: 10px;
  }
  .authentication-wrapper {
    margin-top: -130px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.modal-slide .action-close {
  padding: 20px;
  margin: 0;
}
.form.quick.order legend {
  padding: 5px 0px 20px;
}
.form.quick.order .actions-toolbar {
  padding-left: 25.8%;
}
@media (max-width: 767px) {
  .columns .products-list .product {
    display: inline-block;
  }
  .columns .products-list .product .product-item-actions .actions-primary .action.primary {
    padding: 0 8px 0px 10px;
    display: inline-block;
    text-decoration: none;
  }
  .columns .products-list .product .product-item-actions .actions-primary .action.primary span {
    display: none;
  }
  .columns .products-list .product .product-item-actions .actions-primary .action.primary:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    content: "\f102";
    font-family: 'Flaticon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .columns .products-list .product .product-item-actions .actions-primary .action.primary:hover:before {
    color: #ffffff;
  }
  .columns .products-list .product .product-item-actions .actions-primary .action.primary:active:before {
    color: #ffffff;
  }
}
@media (max-width: 480px) {
  body.page-products .products-grid .product-item {
    width: 100%;
    margin-right: 0;
  }
  body.page-products .products-grid .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .columns .products-list .product-item-photo {
    width: 35%;
  }
  .columns .products-list .product-item-details .price-box > span {
    display: inline-block;
  }
}
@media (min-width: 1145px) {
  .related .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .action.primary {
    padding: 0 15px;
  }
  .related .products-related .product-items .product-item .product-item-info .product-item-details .product-item-actions .actions-primary .qty {
    margin-right: 12px;
  }
}
@media (min-width: 1291px) {
  .columns .product-item-actions .actions-primary .action.primary {
    padding: 0 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1126px) {
  .columns .product-item-actions .actions-primary .action.primary {
    padding: 0 8%;
    font-size: 1.3rem;
  }
  .product-item-actions .actions-primary .qty {
    margin-right: 5px;
  }
  .columns .products-list .product-item.out_of_stock .product-item-details .product-item-inner {
    min-width: 191px;
  }
  .orderedproducts-index-index .product-item .stock.unavailable {
    min-width: 191px;
  }
}
@media (max-width: 1024px) {
  .columns .products-list .product-item.out_of_stock .product-item-details .product-item-inner {
    min-width: 122px;
  }
  .orderedproducts-index-index .product-item .stock.unavailable {
    min-width: 122px;
  }
}
@media (min-width: 1300px) {
  .columns .products-list .product-item-info .actions {
    margin-top: 39px;
  }
}
@media (max-width: 1300px) {
  .columns .products-list .product-item-info .actions {
    float: none;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .columns .products-list .product-item-info .list-content {
    width: 75% !important;
    padding-right: 3%;
  }
  .columns .products-list .product-item-photo {
    max-width: 38%;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .columns .products-list .product-item-info .list-content {
    width: 70% !important;
    padding-right: 5%;
  }
  .columns .products-list .product-item-photo {
    width: 32%;
  }
  .columns .products-list .product-item-info .product-item-details {
    width: 25%;
    box-sizing: border-box;
  }
}
@media (min-width: 991px) {
  .columns .products-list .product-item-info .list-content {
    width: 65%;
    float: left;
  }
}
@media (max-width: 991px) {
  .columns .products-list .product-item-info .list-content {
    width: 100%;
  }
  .product-item-description {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .columns .products-list .product-item-photo {
    padding-left: 30px;
    padding-top: 20px;
    border-right: 0;
  }
  .columns .products-list .products .product-item-details {
    padding-bottom: 30px;
  }
  .columns .products-list .product-item-info .actions .action.secondary {
    margin-right: 10px;
  }
}
@media (max-width: 667px) {
  .columns .products-list .product-item-details .product-item-inner {
    display: block;
  }
}
@media (max-width: 350px) {
  .columns .products-list .products .product-item-details {
    width: 45%;
  }
  .columns .products-list .product-item-details .temperatura span:nth-child(2) {
    margin: 0;
  }
  .columns .products-list .product-item-info .actions .product-item-inner i {
    display: none;
  }
  .columns .products-list .product-item-details .list-attributes {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 922px) {
  .columns .products-list .product-item-photo {
    width: 27%;
  }
}
@media (max-width: 1248px) {
  .product-info-extra .section--beneficii .container .beneficii {
    padding: 20px;
  }
  .product-info-extra .section--beneficii .container .beneficii li {
    text-align: center;
    padding-right: 20px;
  }
  .product-info-extra .section--beneficii .container .beneficii li i {
    float: none;
    padding-right: 0;
  }
}
@media (min-width: 639px) and (max-width: 768px) {
  .product-info-main .product-center-block,
  .product-info-main .additional-attributes-wrapper {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .product-info-main .additional-attributes-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .product-main-wrap .product-info-extra .section--beneficii {
    display: none !important;
  }
  .product-main-wrap {
    padding: 30px 20px;
  }
  .column .product-main-wrap .product-info-main .product-center-block {
    width: 100%;
  }
  .column .product-main-wrap .product-info-main .additional-attributes-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .column .product-main-wrap .product-info-extra .product-info-text {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .product-info-extra .section--beneficii .container .beneficii li {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .product-main-wrap .product-add-form .add-cart-info-text {
    width: 100%;
  }
  .product-main-wrap .product-add-form .box-tocart {
    float: left;
    margin-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 1110px) {
  .product-main-wrap .product-add-form .add-cart-info-text {
    width: 56%;
  }
  .product-main-wrap .product-add-form .box-tocart {
    float: right;
    margin-top: 0;
  }
}
@media (min-width: 1110px) {
  .product-main-wrap .product-add-form .add-cart-info-text {
    width: 70%;
  }
  .product-main-wrap .product-add-form .box-tocart {
    float: right;
    margin-top: 0;
  }
}
@media (max-width: 1275px) {
  .header-left .block-search {
    width: 30%;
  }
}
@media (max-width: 1050px) {
  .header-left .block-search {
    width: auto;
    line-height: 50px;
  }
  .header-left .block-search .block-content {
    display: none;
    position: absolute;
    z-index: 9;
    width: 90vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header-left .block-search .block-title:before {
    content: "\f112";
    font-family: Flaticon;
    font-size: 28px;
    color: #1e2b6f;
    cursor: pointer;
  }
  .header-right .header-block {
    float: left;
    font-size: 2.4rem;
    margin-right: 10px;
    color: #1e2b6f;
    font-family: "Oswald", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
  }
}
.customer-account-logoutsuccess .column.main p {
  font-size: 1.6rem;
  font-weight: 300;
}
@media (max-width: 910px) {
  .contact-info a {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .category {
    width: 100%;
  }
  .footer.content .block__title {
    font-size: 1.4rem;
  }
  .footer.content .links {
    font-size: 1.4rem;
  }
}
@media (max-width: 410px) {
  .footer.content .block {
    width: 50%;
  }
  .footer.content .block.join-us {
    width: 100%;
    clear: left;
  }
  .hero__left {
    padding: 0 20px;
  }
  .hero__right .hero__item {
    padding: 0 20px;
  }
  .hero__right .hero__item .hero__content {
    width: 50%;
  }
  .hero__right .hero__item img {
    box-sizing: border-box;
  }
  .hero__right .hero__item .hero__title {
    font-size: 2rem;
  }
  button {
    padding: 0 30px;
  }
  .modal-popup .modal-footer {
    padding-top: 10px;
  }
  .block-search {
    padding: 0 12px;
  }
}
@media (min-width: 1210px) {
  .beneficii li {
    padding: 20px 70px;
  }
  .hero__right .hero__item .hero__content {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .header .header-left {
    width: 70%;
  }
  .header .header-right {
    width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-right .header-block {
    display: none;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  .hero__content {
    max-width: 50%;
  }
}
@media (max-width: 340px) {
  .header-right .header-block {
    font-size: 20px;
    line-height: 48px;
  }
}
@media (max-width: 420px) {
  .products-grid.wishlist .product-item-actions {
    clear: both;
  }
}
/**
 * @copyright   Copyright (c) http://www.manadev.com
 * @license     http://www.manadev.com/license  Proprietary License
 */
.mana-filter-block {
  position: relative;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media all and (min-width: 767px) {
  /* Change Width Here */
  #mobile-menu {
    display: none;
  }
  #destop-menu {
    display: block;
    padding-right: 8px;
  }
}
@media all and (max-width: 767px) {
  /* Change Width Here */
  #destop-menu {
    display: none;
  }
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
  .topstatic,
  .bottomstatic {
    display: none;
  }
  .leftstatic {
    display: none;
  }
  .rightstatic {
    display: none;
  }
}
@media (max-width: 1050px) {
  .menu > ul > li > ul {
    width: 100%;
  }
}
@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 15px 7.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 7.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-discount-block-desktop .block:nth-child(odd),
  .amazon-addresses .amazon-address:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .block-addresses-list .items.addresses > .item:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(even),
  .amazon-addresses .amazon-address:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .block-addresses-list .items.addresses > .item: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,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .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,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  [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.content:before,
  .page-header .header.content:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after,
  .account .toolbar:before,
  .account .toolbar:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .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,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses: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.content:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after,
  .account .toolbar:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .block.crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    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 30px;
  }
  .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 7.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,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    margin-bottom: 30px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .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,
  .account .toolbar .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 {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block .content {
    padding: 0 0 30px;
  }
  h1 {
    font-size: 43px;
    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: 1315px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    padding-top: 116px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .page-layout-2columns-left .column.main {
    width: 74%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 24.33%;
  }
  .page-layout-2columns-left .sidebar-main .block {
    background: #fff;
    padding: 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .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: #ffffff;
    font-size: 18px;
    font-weight: 300;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0;
    display: inline-block;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #111111;
    line-height: 53px;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus,
  .navigation .level0 > .level-top.ui-state-active {
    background: #ffffff;
    color: #1e2b6f;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #1e2b6f;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #f6f6f6;
    border: 0 solid #c8c8c8;
    box-shadow: none;
    font-size: 2rem;
    font-weight: 300;
    min-width: 230px;
    padding: 0 220px 28px 0;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    display: none;
    left: 0 !important;
    margin: 0 !important;
    position: absolute;
    z-index: 9;
    overflow: hidden;
    box-sizing: border-box;
  }
  .navigation .level0 .submenu:before,
  .navigation .level0 .submenu:after {
    content: ' ';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
  }
  .navigation .level0 .submenu:before {
    right: 100%;
  }
  .navigation .level0 .submenu:after {
    left: 100%;
  }
  .navigation .level0 .submenu .ui-menu-icon {
    display: none !important;
  }
  .navigation .level0 .submenu > li {
    float: left;
    width: 33.33333%;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 28px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .navigation .level0 .submenu .custom-nav-links {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 220px;
    margin-top: 0;
    text-align: center;
  }
  .navigation .level0 .submenu .custom-nav-links:hover,
  .navigation .level0 .submenu .custom-nav-links.ui-state-focus {
    background: transparent;
    box-shadow: none;
  }
  .navigation .level0 .submenu .custom-nav-links a {
    font-size: 2.0rem;
    font-weight: 300;
    color: #00538E;
    display: inline-block;
    background: transparent;
    position: relative;
    margin: 15px 0;
  }
  .navigation .level0 .submenu .custom-nav-links a:before {
    content: ' ';
    width: 100%;
    height: 1px;
    background: #B2C1CE;
    position: absolute;
    bottom: -5px;
  }
  .navigation .level0 .submenu .custom-nav-links a:hover {
    color: #C40512;
  }
  .navigation .level0 .submenu .custom-nav-links a:hover:before {
    background: #C40512;
  }
  .navigation .level0 .submenu .custom-nav-links a.ui-state-focus {
    background: transparent;
    box-shadow: none;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    box-shadow: none;
  }
  .navigation .level0 .submenu a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .navigation .level0 .submenu a span {
    display: block;
    padding: 15px 30px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #ffffff;
    color: #1e2b6f;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .navigation .level0 .submenu .active > a {
    color: #1e2b6f;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .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;
  }
  .navigation li.level0 > .level-top {
    display: block;
  }
  .fieldset > .field {
    margin: 0 0 30px;
    box-sizing: border-box;
    margin: 0 0 20px;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 10px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 10px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    margin: 0 0 3px;
    padding: 10px 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: 30px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 30px;
    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 7.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 30px;
    font-size: 1.5rem;
    color: #5b5b5b;
    text-decoration: none;
    background: #e7e7e7;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    height: 30px;
    padding: 7.5px 30px 7.5px 30px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #5b5b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #5b5b5b;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #111111;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #f3f3f3;
  }
  .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: #111111;
  }
  .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: 8.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 46px;
    padding: 30px 30px 30px 30px;
    border: 0;
    border-top: 1px solid #c8c8c8;
  }
  .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 7.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;
  }
  .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;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .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%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 45px;
    padding: 15px 0 45px;
  }
  .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;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 30px;
    margin: 0 0 15px;
  }
  .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 7.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 tbody td {
    padding-top: 10px;
    vertical-align: middle;
  }
  .cart.table-wrapper .item .col.item {
    padding: 10px 15px 10px 15px;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart-discount {
    margin-top: -75px;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper .block-minicart {
    right: 5px;
    width: 390px;
    margin-top: 0;
  }
  .opc-wrapper {
    width: 50%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 45px;
  }
  .checkout-index-index .header.content {
    text-align: center;
  }
  .checkout-onepage-success .page-title-wrapper {
    margin-top: 110px;
  }
  .form-login .newsletter-subscribe {
    padding-left: 25.8%;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    text-align: right;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 5px;
    position: absolute;
    top: 8px;
    font-size: 1.8rem;
  }
  .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 15px;
  }
  .checkout-shipping-method .actions-toolbar {
    margin-left: 0 !important;
    margin-top: 20px;
  }
  .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 30px;
    width: 50%;
    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;
  }
  .block-authentication .block-title {
    font-size: 2.8rem;
  }
  .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: 15px 45px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 15px 0 0 60px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 30px;
  }
  .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: 14px 30px 0 0;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 30px;
  }
  .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: 30px;
  }
  .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 30px;
    box-sizing: border-box;
  }
  .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: 10px 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: 10px 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 {
    margin: 0 0 3px;
    padding: 10px 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 30px 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: 30px;
    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 30px;
  }
  .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 7.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 30px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e3222f;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 15px;
    padding: 7.5px 15px 15px;
    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: 15px;
    padding: 7.5px 15px 15px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 37.5px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #c8c8c8;
  }
  .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: 30px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .modal-popup .modal-inner-wrap {
    width: 40%;
  }
  .page-layout-2columns-left .column.main {
    width: 70%;
  }
  .columns .sidebar {
    width: 26%;
    margin-top: 20px;
  }
  .product-item-actions .actions-primary .action.primary {
    padding: 0 8%;
  }
  .page-products .products-grid .product-item {
    width: calc((100% / 2) - 15px );
    margin-right: 30px;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: calc((100% / 4) - 30px );
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: calc((100% / 2) - 30px );
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary {
    padding: 0 8px 0px 10px;
    display: inline-block;
    text-decoration: none;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary span {
    display: none;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    content: "\f102";
    font-family: 'Flaticon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary:hover:before {
    color: #ffffff;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary:active:before {
    color: #ffffff;
  }
  .columns .products-list .product-item-info .product-item-name {
    font-size: 1.8rem;
  }
  .columns .products-list .product-item-info .product-item-details {
    padding-right: 0;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: right;
    margin-top: 25px;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 30px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #5b5b5b;
    border: 1px solid #c8c8c8;
    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: #5b5b5b;
    background: #d5d5d5;
  }
  .modes-mode:last-child {
    border-right: 1px solid #c8c8c8;
  }
  .modes-mode.active {
    color: #848484;
  }
  .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: #5b5b5b;
    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: #5b5b5b;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: left;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
  }
  .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;
    text-align: center;
    vertical-align: bottom;
  }
  .product-main-wrap {
    padding: 30px 40px;
  }
  .product-main-wrap .product-info-main .product-center-block {
    width: 46%;
  }
  .product-main-wrap .product-info-main .additional-attributes-wrapper {
    width: 54%;
    padding-left: 40px;
  }
  .product-main-wrap .product-info-extra .section--beneficii {
    display: block;
  }
  .product-main-wrap .product-info-extra .product-info-text {
    width: 34%;
  }
  .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 15px 15px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-add-form {
    clear: both;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 37.5px;
  }
  .page-layout-1column .product-info-main {
    width: 62%;
  }
  .page-layout-1column .product.media {
    width: 35%;
  }
  .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-search {
    padding: 0px;
    width: 43%;
  }
  .customer-account-login .page-title,
  .customer-account-create .page-title,
  .customer-account-forgotpassword .page-title {
    margin-bottom: 60px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 45px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 15px 15px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create-account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 27%;
    padding-right: 4%;
  }
  .account.page-layout-2columns-left .sidebar-main .account-nav,
  .account.page-layout-2columns-left .sidebar-additional .account-nav {
    display: none;
  }
  .account.page-layout-2columns-left .column.main {
    width: 73%;
  }
  .account .fieldset > .field:not(.choice) > .control {
    width: calc(100% - 195px);
    max-width: 450px;
  }
  .account .fieldset > .field.choice:before,
  .account .fieldset > .field.no-label:before {
    width: 195px;
  }
  .account .column:not(.sidebar-main) form .actions-toolbar .primary,
  .account .column:not(.sidebar-additional) form .actions-toolbar .primary {
    text-align: right;
  }
  .account .column:not(.sidebar-main) form .actions-toolbar .primary button,
  .account .column:not(.sidebar-additional) form .actions-toolbar .primary button {
    margin-bottom: 10px;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 30px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 15px 15px 0;
  }
  .block.newsletter {
    width: 32%;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .table-order-items .col.total {
    text-align: right;
  }
  .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;
  }
  .account .page-main .page-title-wrapper,
  [class^='sales-guest-'] .page-main .page-title-wrapper,
  .sales-guest-view .page-main .page-title-wrapper {
    margin-top: 30px;
  }
  .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: 30px;
  }
  .block-collapsible-nav {
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
  }
  html,
  body {
    height: 100%;
  }
  .columns {
    clear: both;
  }
  .page-wrapper .panel.wrapper {
    display: none;
  }
  .nav-sections .header.links {
    display: none;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-main .page-title-wrapper .page-title {
    font-size: 3.4rem;
    margin-bottom: 3rem;
  }
  .hero__left {
    width: 59%;
  }
  .hero__left .hero__content {
    width: 70%;
    padding-left: 30px;
  }
  .hero__right {
    width: 40%;
  }
  .hero img {
    display: block;
  }
  .icons img {
    max-width: 46%;
    margin-right: 2%;
  }
  .icons img:last-child {
    margin-left: 2%;
  }
  .header.content {
    padding: 0 30px;
  }
  .page-header {
    border: 0;
    padding: 40px 0 20px;
    z-index: 99;
    position: fixed;
    width: 100%;
  }
  .page-header.sticky {
    padding: 15px 0 5px;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e3222f;
  }
  .page-header .switcher {
    float: right;
    font-size: 23px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    padding: 0;
  }
  .page-header .switcher strong {
    font-weight: 300;
  }
  .page-header .switcher .switcher-trigger {
    line-height: 53px;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 30px;
  }
  .header-left {
    width: 60%;
    float: left;
  }
  .header-center {
    width: 90px;
    float: left;
  }
  .header-right {
    width: 40%;
    float: right;
  }
  .header-right .header-block {
    float: right;
    font-size: 2.4rem;
    font-family: "Oswald", sans-serif;
    color: #1e2b6f;
    line-height: 42px;
    margin-right: 35px;
    font-weight: 300;
  }
  .header-right .header-block a {
    color: #1e2b6f;
  }
  .header-right .header.links {
    display: block;
    float: right;
    font-size: 0;
    margin-left: auto;
  }
  .header-right .header.links > li a {
    color: #111111;
    line-height: 42px;
    display: block;
  }
  .header-right .header.links > li a:hover {
    color: #1e2b6f;
    text-decoration: none;
  }
  .logo img {
    max-height: inherit;
    width: auto;
    height: auto;
  }
  .footer.content {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .footer.content .footer-left,
  .footer.content .footer-right {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }
  .footer.content .footer-left {
    padding-right: 23px;
    margin-bottom: 0;
  }
  .footer.content .footer-right {
    padding-left: 40px;
  }
  .footer.content .footer-blocks {
    overflow: hidden;
    margin-left: -23px;
    margin-right: -23px;
  }
  .section {
    padding: 75px 0;
  }
  .section--clients,
  .section--brands,
  .section--story {
    display: block;
  }
  .section--brands {
    padding-bottom: 105px;
  }
  .section--beneficii {
    padding-bottom: 65px;
    padding-top: 0;
  }
  .section--about {
    padding-bottom: 50px;
    padding-top: 65px;
  }
  .section--category {
    padding: 100px 0 60px;
  }
  .section__content {
    font-size: 2.8rem;
  }
  .hero--image {
    display: block;
  }
  .hero__title {
    font-size: 100px;
  }
  .category {
    width: 33.33333333%;
  }
  .testimonial {
    display: block;
  }
  .contact-index-index .columns {
    padding-top: 30px;
    padding-bottom: 95px;
  }
  .contact .fieldset > .field:not(.choice) > .label {
    float: none;
    width: auto;
    text-align: left;
  }
  .contact .fieldset > .field:not(.choice) > .control {
    float: none;
    width: 100%;
  }
  .contact .actions-toolbar {
    margin-left: 0 !important;
  }
  .container-small {
    max-width: 850px;
    margin: 0 auto;
  }
  .container-small .form,
  .container-small .contact-info {
    float: left;
    width: calc(50% - 23px);
    box-sizing: border-box;
  }
  .container-small .form {
    margin-right: 23px;
  }
  .container-small .contact-info {
    margin-left: 23px;
  }
  .contact-info {
    margin-top: 0;
    padding: 30px 40px;
  }
  .cms-page-view .column.main h2 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 15px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .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: 30px 0 0;
  }
  .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 {
    width: 25%;
  }
  .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;
  }
}
@media all and (min-width: 1024px), print {
  .minicart-wrapper {
    padding: 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;
  }
  .page-layout-2columns-left .column.main {
    width: 74%;
  }
  .columns .sidebar {
    width: 24%;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary {
    padding: 0 22px;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary span {
    display: block;
  }
  .columns .products-list .product-item-actions .actions-primary .action.primary:before {
    display: none;
  }
  .columns .products-list .product-item-details .product-item-inner {
    display: block;
  }
  .columns .products-list .product-item-info .product-item-name {
    font-size: 1.7rem;
  }
  .page-products .products-grid .product-item {
    width: calc((100% / 3) - 30px );
    margin-right: 45px;
  }
  .page-products .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-products .products-grid .product-item:nth-child(2n) {
    margin-right: 45px;
  }
  .page-layout-1column .products-grid .product-item {
    width: calc((100% / 3) - 30px );
  }
  .page-layout-1column .related .products-related .product-items .product-item {
    width: calc((100% / 3) - 30px );
    margin-right: 45px;
  }
  .page-layout-1column .related .products-related .product-items .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-layout-1column .related .products-related .product-items .product-item:nth-child(2n) {
    margin-right: 45px;
  }
  .page-layout-3columns .products-grid .product-item {
    width: calc((100% / 4) - 30px );
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: calc((100% / 5) - 30px );
  }
  .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;
  }
  .block-search {
    padding: 0;
  }
  .header.links > li a {
    padding: 0;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-right: 4%;
    width: 30%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
    width: 16.66666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: calc((100% - 5 * (100%/6)) / 4);
  }
  .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;
  }
}
.fi:before {
  display: inline-block;
  font-family: "Flaticon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
.flaticon-heart:before {
  content: "\f100";
}
.flaticon-business-and-finance:before {
  content: "\f101";
}
.flaticon-supermarket:before {
  content: "\f102";
}
.flaticon-menu:before {
  content: "\f103";
}
.flaticon-size:before {
  content: "\f104";
}
.flaticon-truck:before {
  content: "\f105";
}
.flaticon-day:before {
  content: "\f106";
}
.flaticon-warehouse:before {
  content: "\f107";
}
.flaticon-fit:before {
  content: "\f108";
}
.flaticon-team:before {
  content: "\f109";
}
.flaticon-list:before {
  content: "\f10a";
}
.flaticon-space:before {
  content: "\f10b";
}
.flaticon-arrow-right:before {
  content: "\f10c";
}
.flaticon-print:before {
  content: "\f10d";
}
.flaticon-right-arrow:before {
  content: "\f10e";
}
.flaticon-pdf:before {
  content: "\f10f";
}
.flaticon-alert:before {
  content: "\f110";
}
.flaticon-user:before {
  content: "\f111";
}
.flaticon-magnifying-glass:before {
  content: "\f112";
}
.flaticon-rubbish:before {
  content: "\f113";
}
.flaticon-draw:before {
  content: "\f114";
}
/*
 *  CART2QUOTE CONFIDENTIAL
 *  __________________
 *  [2009] - [2018] Cart2Quote B.V.
 *  All Rights Reserved.
 *  NOTICE OF LICENSE
 *  All information contained herein is, and remains
 *  the property of Cart2Quote B.V. and its suppliers,
 *  if any.  The intellectual and technical concepts contained
 *  herein are proprietary to Cart2Quote B.V.
 *  and its suppliers and may be covered by European and Foreign Patents,
 *  patents in process, and are protected by trade secret or copyright law.
 *  Dissemination of this information or reproduction of this material
 *  is strictly forbidden unless prior written permission is obtained
 *  from Cart2Quote B.V.
 * @category    Cart2Quote
 * @package     Quotation
 * @copyright   Copyright (c) 2018. Cart2Quote B.V. (https://www.cart2quote.com)
 * @license     https://www.cart2quote.com/ordering-licenses(https://www.cart2quote.com)
 */
/* Extend Parent Theme */
/* Theme Styling */
.page-title-wrapper .action.primary.cart2quote-accept-checkout-btn {
  margin-top: -85px;
}
@media (max-width: 1250px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn {
    margin-top: -95px;
  }
}
@media (max-width: 900px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn {
    margin: 20px 0;
    float: none;
    display: table;
    width: auto;
  }
}
@media (max-width: 550px) {
  .page-title-wrapper .action.primary.cart2quote-accept-checkout-btn {
    display: block;
    margin: 20px 0;
    width: 100%;
    float: none;
  }
}
.block-order-details-view .block-content .box.box-quote-remarks {
  margin: 0;
}
.page-title-wrapper .block.block-order-details-view:last-child {
  margin-bottom: 20px;
}
@media (max-width: 1250px) {
  .quotation-quote-view .page-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 1250px) {
  .quotation-quote-view .order-status {
    display: table;
  }
}
@media (max-width: 767px) {
  body.account.quotation-quote-view .page-title-wrapper .order-status {
    margin-top: 0;
  }
}
