/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
/**
 * MageSpecialist
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * 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 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;
  }
}
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * ClassyLlama_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.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;
}
.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-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
#delivery-options-fields-block {
  max-width: 100%;
}
.pickup-locations-headline {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 25px;
}
.delivery-locations-form .delivery-locations-list {
  border: 1px solid #c2c2c2;
  max-height: 500px;
  overflow: auto;
}
.delivery-locations-form .delivery-locations-list table.location {
  margin-top: 28px;
}
.delivery-locations-form .delivery-locations-list table.location .first-column {
  padding: 0 14px;
  width: 14px;
}
.delivery-locations-form .delivery-locations-list table.location .second-column {
  padding: 0;
}
.opening-hour-wrapper {
  font-size: 12px;
}
.opening-hour-wrapper table thead {
  cursor: pointer;
  font-weight: 700;
}
.opening-hour-wrapper table thead tr td {
  padding: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}
.opening-hour-wrapper table thead tr td:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  line-height: 20px;
  color: #757575;
  content: '\e622';
  font-family: 'luma-icons';
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opening-hour-wrapper table thead tr td:hover:after {
  color: #333333;
}
.opening-hour-wrapper table thead tr td:active:after {
  color: #757575;
}
.opening-hour-wrapper table tbody {
  display: none;
}
.opening-hour-wrapper table tbody.special-hours-heading {
  padding-top: 10px;
  font-weight: 700;
}
.opening-hour-wrapper table tbody tr td {
  padding: 0 10px 0 0;
}
.opening-hour-wrapper table tbody tr td.time-span {
  font-weight: 600;
}
.opening-hour-wrapper table._active thead tr td:after {
  content: '\e621';
}
.opening-hour-wrapper table._active tbody {
  display: block;
}
/**
 * @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 Wagento Creative LLC ©, All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright Wagento Creative LLC ©, All rights reserved.
 * See COPYING.txt for license details.
 */
.pull-right {
  float: right !important;
}
.text-muted {
  color: #999;
}
.bs-callout {
  margin-bottom: 10px;
  padding: 5px 15px;
  border: 1px solid #eee;
  border-radius: 1px;
}
.bs-callout.left {
  border-left-width: 5px;
}
.bs-callout.right {
  border-right-width: 5px;
  background: #f5f5f5;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default.left {
  border-left-color: #777;
}
.bs-callout-default.left h4 {
  color: #777;
}
.bs-callout-primary.left {
  border-left-color: #428bca;
}
.bs-callout-primary.left h4 {
  color: #428bca;
}
.bs-callout-success.left {
  border-left-color: #5cb85c;
}
.bs-callout-success.left h4 {
  color: #5cb85c;
}
.bs-callout-danger.left {
  border-left-color: #d9534f;
}
.bs-callout-danger.left h4 {
  color: #d9534f;
}
.bs-callout-warning.left {
  border-left-color: #f0ad4e;
}
.bs-callout-warning.left h4 {
  color: #f0ad4e;
}
.bs-callout-info.left {
  border-left-color: #5bc0de;
}
.bs-callout-info.left h4 {
  color: #5bc0de;
}
.bs-callout-default.right {
  border-right-color: #777;
}
.bs-callout-default.right h4 {
  color: #777;
}
.bs-callout-primary.right {
  border-right-color: #428bca;
}
.bs-callout-primary.right h4 {
  color: #428bca;
}
.bs-callout-success.right {
  border-right-color: #5cb85c;
}
.bs-callout-success.right h4 {
  color: #5cb85c;
}
.bs-callout-danger.right {
  border-right-color: #d9534f;
}
.bs-callout-danger.right h4 {
  color: #d9534f;
}
.bs-callout-warning.right {
  border-right-color: #f0ad4e;
}
.bs-callout-warning.right h4 {
  color: #f0ad4e;
}
.bs-callout-info.right {
  border-right-color: #5bc0de;
}
.bs-callout-info.right h4 {
  color: #5bc0de;
}
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@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;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
@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,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .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,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .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 {
    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 {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    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;
  }
  .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: #f0f0f0;
    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(103%);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 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: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    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: #ffffff;
  }
  .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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
    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;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .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;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .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;
    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: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    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: #333333;
  }
  .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;
  }
  .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 {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .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;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .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 {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .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: 23px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .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: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .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-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;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .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,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .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%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    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-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .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;
  }
}
@media all and (min-width: 769px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@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: 5px;
    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;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    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;
  }
}
.price-box {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 17px;
}
.product-item .price-box .price {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 17px;
}
#maincontent > .page-title-wrapper h1#page-title-heading {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 20px;
  border: none;
  font-weight: normal;
  color: #00609c;
}
#maincontent > div.columns > div > div.product-info-main > div.product.attribute.overview {
  border-top: #00609c solid 1px;
  padding-top: 15px;
  margin-top: 0;
}
#maincontent > div.columns > div > div.product-info-main > div.product.attribute.overview ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#maincontent > div.columns > div > div.product-info-main > div.product.attribute.overview ul li {
  background: url("../images/arrow_readmore.png") no-repeat -4px 7px;
  margin: 0 0 5px 0;
  padding: 0 0 0 15px;
  background-size: auto 11px;
  line-height: normal;
  font-size: 15px;
}
#contentArea {
  margin: 27px auto 22px;
  min-height: 199px;
}
#contentArea h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
}
#contentArea h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
}
#contentArea h3 {
  font-family: 'Oswald', sans-serif;
  color: #00609c;
  font-size: 2.1em;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
}
#contentArea h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
#contentArea p {
  color: #666666;
  font-size: 13px;
}
#contentArea p span.ques {
  display: block;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #00609c;
}
#contentArea h2.cat-pg-title {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-top: 15px;
  border: none;
  font-weight: 400;
  color: #00609c;
}
#contentArea #tablestruct {
  margin: 0 auto;
  position: relative;
}
#contentArea #tablestruct h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  height: 87px;
  line-height: 104px;
}
#contentArea #tablestruct ul.compChartHead {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #006496;
  border: #000 solid 2px;
  border-radius: 20px;
  height: 93px;
  padding: 10px 0;
  width: 39.2%;
  position: absolute;
  top: 21px;
  right: 0;
}
#contentArea #tablestruct ul.compChartHead > li {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: none;
  display: block;
  font-size: 18px;
  width: 20%;
  height: 55px;
  float: left;
  line-height: 52px;
}
#contentArea #tablestruct ul.compChartHead > li.lstnode {
  text-align: center;
  width: 40%;
}
#contentArea .spkbubble h4 {
  font-family: 'Oswald', sans-serif;
  padding: 0 0 20px 0;
  margin-top: 0;
  font-weight: 400;
  font-size: 2.1em;
}
#contentArea .spkbubble p {
  display: block;
  color: #666666;
  font-size: 15px;
  color: #333333;
  font-size: 12px;
  line-height: 20px;
}
#contentArea .spkbubble p img {
  float: left;
  margin: 0 30px 0 0;
}
#contentArea h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  color: #000000;
  font-weight: bold;
  margin-bottom: 5px;
  color: #00609c;
  font-size: 22px;
  font-weight: normal;
  padding: 20px 0;
}
#contentArea div.clearall {
  clear: both;
}
#contentArea ul {
  margin-bottom: 10px;
  padding: 0;
}
#contentArea ul li {
  list-style-type: circle;
  margin-left: 15px;
  color: #666666;
}
#contentArea ol {
  margin-bottom: 10px;
  padding: 0;
}
#contentArea ol li {
  list-style-type: decimal;
  margin-left: 15px;
  color: #666666;
}
#contentArea div.winnerblock {
  background: #f9f9f9;
  border: 1px solid #f4f4f4;
  float: left;
  margin-bottom: 1%;
  margin-right: 1%;
  min-height: 168px;
  padding: 1%;
  width: 32%;
}
#contentArea .messageshow {
  border: #666 dotted 1px;
  padding: 20px;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 30px;
  background: #f4f4f4;
}
#contentArea input.text {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 24px;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
}
#contentArea input[type="text"] {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 24px;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
}
#contentArea input.password {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 24px;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
}
#contentArea input[type="password"] {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 24px;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
}
#contentArea input[type="email"] {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 24px;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
}
#contentArea textarea {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
}
#contentArea select {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 24px;
  width: 100%;
  max-width: 600px;
  font-size: 13px;
  padding: 0px 25px 0px 10px;
}
#contentArea .contactcopy {
  float: left;
  width: 100%;
  background: #fff;
  width: 43%;
  margin-right: 1%;
  padding: 1%;
  border: #ccc solid 2px;
  box-sizing: border-box;
}
#contentArea .contactcopy p {
  display: block;
}
#contentArea form#contact-form {
  width: 50%;
  margin: 0;
  float: left;
  border: 1px dotted #CCCCCC;
  padding: 10px;
  box-sizing: border-box;
}
#contentArea form {
  padding: 10px 0;
  box-sizing: border-box;
}
#contentArea form label {
  margin-bottom: 3px;
  font-weight: 600;
}
#contentArea #intended_use {
  display: block;
}
#contentArea p.hide {
  display: none !important;
}
#contentArea p.buttons {
  padding-top: 7px;
  display: block !important;
}
#contentArea #form1 p {
  display: inline;
}
.expsection > div {
  font-family: "oswaldbook", oswald;
  color: #00609c;
  font-size: 2.1em;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  padding: 5px 32px 5px 0;
  z-index: 3;
  position: relative;
}
.expsection .press-toggle {
  position: absolute;
  right: 11px;
  top: 13px;
  background: url("../images/icon_plus.png") 6px 6px no-repeat;
  height: 0;
  text-indent: -999px;
  overflow: hidden;
  padding: 14px;
  cursor: pointer;
  z-index: 1;
}
#btn_subscribe {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: url("../images/btn_signup_newsletter_bg.png") no-repeat;
  border: medium none;
  color: #ffffff;
  font-size: 23px;
  height: 42px;
  text-align: center;
  width: 267px;
}
.category-conservation-and-family-involvement #contentArea p {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 31px;
  color: #000000;
  width: 100% !important;
  margin-bottom: 10px;
}
.category-conservation-and-family-involvement #contentArea h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 25px;
  line-height: 36px;
  font-style: italic;
  font-weight: bold;
}
.category-conservation-and-family-involvement .main-container {
  background: url("../images/get_together_bg.jpg") no-repeat scroll center bottom;
  padding: 0 17px 52px;
}
.filter .block-subtitle {
  font-family: 'Oswald', sans-serif;
  margin: 0;
  padding: 0 5px 5px 0;
  font-size: 18px;
  line-height: 23px;
  margin-top: 15px;
  font-weight: 400;
  color: #00609c;
  border: none;
  padding-left: 0;
  margin-top: 0;
  padding-top: 0;
}
.filter-options-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  padding: 10px 40px 0 0px;
  text-transform: capitalize;
  color: #000000;
  font-size: 17px;
}
.filter-options-title::after {
  top: 14px;
}
body.category-meet-our-pros #contentArea h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: normal;
  margin-top: 0;
}
body.category-meet-our-pros #contentArea .cntSection {
  list-style: none;
  float: left;
  width: 25%;
  text-align: center;
  margin: 0;
}
body.category-meet-our-pros #contentArea .cntSection a.readmore {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #217C98;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 8px;
  text-decoration: none;
  margin-bottom: 4px;
  display: inline-block;
  line-height: 1.5em;
}
body.category-meet-our-pros #contentArea .cntSection a.readmore:hover {
  background: #065972;
}
body.category-meet-our-pros #contentArea .cntSection a {
  text-decoration: none;
}
body.category-meet-our-pros #contentArea .cntSection .spkbubble {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 13px;
  position: relative;
  width: 88%;
  margin: 0 auto;
  float: none;
  box-sizing: border-box;
}
body.category-meet-our-pros #contentArea .cntSection .spkbubble:hover {
  background: #dddddd;
}
body.category-meet-our-pros #contentArea .cntSection .spkbubble h4 {
  color: #333333;
  font-size: 16px;
  padding: 0;
}
body.category-meet-our-pros #contentArea .cntSection .celebimg {
  margin-top: -91px;
}
body.category-meet-our-pros #contentArea .cntSection .celebimg a {
  display: block;
}
body.category-meet-our-pros #contentArea .cntSection .celebimg a img {
  width: 100%;
}
body.category-meet-our-pros #contentArea p {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  color: #333333;
  min-height: 100px;
}
body.category-meet-our-pros #contentArea ul {
  margin: 30px auto;
  width: 87%;
  padding-top: 15px;
}
body.category-meet-our-pros #contentArea .cntSection.five {
  margin-top: 83px;
}
body.category-meet-our-pros #contentArea .cntSection.six {
  margin-top: 83px;
}
ul#compChart {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  border: #000 solid 2px;
  border-radius: 10px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  background: #fff;
  padding: 0;
}
ul#compChart li {
  border: none;
  margin: 0;
  background: none;
  border-bottom: #000 solid 1px;
  padding: 0;
  clear: both;
  list-style: none;
}
ul#compChart li span {
  border-right: #000 solid 1px;
  float: left;
  height: 49px;
  font-size: 19px;
  line-height: 52px;
  padding: 0 5px;
  margin-top: 1px;
  background: #FFF;
}
ul#compChart li span.prdimg {
  width: 20%;
  text-align: right;
  margin-top: 1px;
  background: none;
  background: transparent;
}
ul#compChart li span.prdimg img {
  max-width: 100%;
}
ul#compChart li span.prdimg a {
  display: block;
  margin: 0 auto;
  width: 72%;
}
ul#compChart li span.itemid {
  width: 10%;
  text-align: center;
}
ul#compChart li span.itemname {
  width: 31%;
  max-width: 276px;
}
ul#compChart li span.ftr-one {
  width: 8%;
  text-align: center;
}
ul#compChart li span.ftr-two {
  width: 8%;
  text-align: center;
}
ul#compChart li span.ftr-three {
  width: 8%;
  text-align: center;
}
ul#compChart li span.ftr-four {
  width: 8%;
  border-right: none;
  text-align: center;
}
ul#compChart li.lastnode {
  border: none;
  margin-top: -1px;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea {
  position: relative;
  text-align: center;
  padding: 2%;
  width: 94%;
  border: 3px solid #00AEEF;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea p {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 23px;
  line-height: 31px;
  margin-bottom: 10px;
  color: #000000;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea p a {
  font-family: Arial, Montserrat, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea p em {
  font-family: Arial, Montserrat, sans-serif;
  text-decoration: none;
  font-weight: bold;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-family: arial;
  font-size: 25px;
  font-style: italic;
  font-weight: bold;
  line-height: 36px;
  margin: 4px 0;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea img {
  width: 100%;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea .sub-ftr {
  text-align: center;
  padding-top: 10px;
  line-height: 33px;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea .sub-ftr p {
  margin: 0;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea .sub-ftr p a {
  font-weight: bold;
  color: #00609c;
  font-size: 28px;
  text-decoration: none;
}
body#pageIdinfoConservation_and_Family_Involvement #contentArea div.cntlogo {
  width: 174px;
  height: 104px;
  position: absolute;
  right: 19px;
  top: 13px;
}
body#pageIdinfoConservation_and_Family_Involvement div#wrapper div#innerWrapper div#mainContentWrapper {
  background: url("../images/get_together_bg.jpg") bottom center no-repeat;
}
div#prdCatLandingpage #contentArea ul li {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  float: left;
  height: 200px;
  list-style: none;
  margin: 0 16px 112px 0;
  padding: 13px;
  text-align: center;
  width: 228px;
}
div#prdCatLandingpage #contentArea ul li a.shownow {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  background: #217c98;
  padding: 3px 8px;
  border-radius: 3px;
  text-decoration: none;
}
div#prdCatLandingpage #contentArea ul li a.shownow:hover {
  background: #00607e;
}
div#prdCatLandingpage #contentArea ul li:hover {
  background: #ddd;
}
div#prdCatLandingpage #contentArea ul li h3 {
  font-size: 18px;
  line-height: 22px;
}
div#prdCatLandingpage #contentArea ul li h3 a {
  text-decoration: none;
  padding: 8px 0;
  clear: both;
  display: block;
  color: #000 !important;
}
div#prdCatLandingpage #contentArea ul li.lastnode {
  margin: 0;
}
div#prdCatLandingpage #contentArea ul li.catthree {
  margin-right: 0;
}
div#prdCatLandingpage #contentArea ul.cat_products {
  margin: 91px auto;
  width: 96%;
}
div#prdCatLandingpage #contentArea.catcont h3 {
  font-size: 17px !important;
  line-height: 23px;
  margin: 0 0 5px 0;
  font-weight: 500;
  color: #00609c;
}
div#prdCatLandingpage #contentArea.catcont img {
  margin: -46px 10px 0 0;
}
div#prdCatLandingpage #contentArea.catcont a.imgblk {
  display: block;
  margin-top: -66px;
}
body.category-about #contentArea.catcont a {
  display: block;
  width: 100%;
  text-decoration: none;
}
body.category-about #contentArea.catcont a span {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #217C98;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 0px;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 15px;
}
body.category-about #contentArea.catcont ul.contantlanding {
  padding-top: 18px;
  margin: 0 auto;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-about #contentArea.catcont ul li {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  height: 147px;
  list-style: none;
  margin: 0 16px 0px 0;
  text-align: center;
  width: 23%;
  max-width: 226px;
  position: relative;
  height: 250px;
  padding-top: 1%;
}
body.category-about #contentArea.catcont img {
  margin-bottom: 0;
  width: 100%;
}
body.category-about #contentArea.catcont h3 {
  font-size: 21px;
  line-height: 28px;
  padding-top: 10px;
  margin: 0;
  font-weight: 400;
}
body.category-about #contentArea {
  float: none !important;
  margin: 0 auto !important;
  width: 93% !important;
}
body.category-about #contentArea ul li:hover {
  background: #ddd;
}
body.category-about #contentArea ul li.catfour {
  margin: 0;
}
body.category-support #contentArea.catcont a {
  display: block;
  width: 100%;
  text-decoration: none;
}
body.category-support #contentArea.catcont a span {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #217C98;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 0px;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 15px;
}
body.category-support #contentArea.catcont ul.contantlanding {
  padding-top: 35px;
  margin: 0 auto;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-support #contentArea.catcont ul li {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  height: 147px;
  list-style: none;
  margin: 0 16px 0px 0;
  text-align: center;
  width: 23%;
  max-width: 226px;
  position: relative;
  height: 250px;
  padding-top: 1%;
}
body.category-support #contentArea.catcont img {
  margin-bottom: 0;
  width: 100%;
}
body.category-support #contentArea.catcont h3 {
  font-size: 21px;
  line-height: 28px;
  padding-top: 10px;
  margin: 0;
  font-weight: 400;
}
body.category-support #contentArea {
  float: none !important;
  margin: 0 auto !important;
  width: 93% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-support #contentArea ul li:hover {
  background: #ddd;
}
body.category-support #contentArea ul li.catfour {
  margin: 0;
}
body.category-news #contentArea.catcont a {
  display: block;
  width: 100%;
  text-decoration: none;
}
body.category-news #contentArea.catcont a span {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  background: #217C98;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  padding: 9px 0px;
  text-decoration: none;
  display: block;
  position: absolute;
  left: 5%;
  width: 90%;
  bottom: 15px;
}
body.category-news #contentArea.catcont ul.contantlanding {
  padding-top: 35px;
  margin: 0 auto;
  width: 98%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-news #contentArea.catcont ul li {
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  height: 147px;
  list-style: none;
  margin: 0 16px 0px 0;
  text-align: center;
  width: 23%;
  max-width: 226px;
  position: relative;
  height: 250px;
  padding-top: 1%;
}
body.category-news #contentArea.catcont img {
  margin-bottom: 0;
  width: 100%;
}
body.category-news #contentArea {
  float: none !important;
  margin: 0 auto !important;
  width: 93% !important;
}
body.category-news #contentArea ul li:hover {
  background: #ddd;
}
body.category-news #contentArea ul li.catfour {
  margin: 0;
}
#searchRefinement {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.filter-content .item {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.page-main {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 0 30px 20px 30px;
  min-height: 600px;
}
.page-main > .page-title-wrapper .page-title {
  font-family: 'Oswald', sans-serif;
  color: #00609c;
  font-size: 2.1em;
  font-weight: 400;
}
button {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  cursor: pointer;
  border-radius: 6px;
  transition: all .4s ease 0s;
}
button:not(.primary) {
  box-shadow: none !important;
  background: #666;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
a.action.primary {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  border-radius: 6px;
  transition: all .4s ease 0s;
}
.action.primary {
  font-family: 'Oswald', sans-serif;
  background: #333;
  border: none !important;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  border-radius: 6px;
  letter-spacing: .5px;
  transition: all .4s ease 0s;
}
.action.primary:hover {
  background: #000;
}
.action.primary:active {
  background: #000;
}
.action.primary:focus {
  background: #000;
}
h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.stock.available {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.stock.available span {
  color: #11b400;
  line-height: 30px;
  background: #333;
  border-radius: 2px;
  font-size: 16px;
  padding: 5px;
  text-transform: none;
}
.product-info-main {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.product-info-main a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.product-info-main span {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.product-info-main .product-info-price {
  display: block;
  border-bottom: none;
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-container .price-wrapper {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
}
.product-info-main .product-info-price .price-container .price-wrapper .price {
  font-size: 28px;
  font-weight: 500;
}
.product-info-main .product-info-price .price-box {
  display: block;
}
.product-info-main .product-social-links a span {
  color: #ffffff;
}
.product-info-main .product-social-links .action.tocompare::before {
  color: #ffffff;
}
.product-info-main .product-social-links .action.mailto.friend::before {
  color: #ffffff;
}
.product-info-main .product-social-links .action.towishlist::before {
  color: #ffffff;
}
.product-info-main .product-item-actions .actions-secondary > .action::before {
  color: #ffffff;
}
.product-info-main .wishlist.split.button > .action.split::before {
  color: #ffffff;
}
.product-info-main .block-bundle-summary .action.towishlist::before {
  color: #ffffff;
}
.product-info-main .page-title-wrapper h1 {
  color: #fff;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 10px;
}
.product-info-main .product.attribute.sku {
  color: #ffffff;
  font-size: 18px;
  margin-top: 15px;
}
.product-info-main .product.attribute.sku .type::after {
  content: '';
}
.product-info-main .product-reviews-summary {
  float: none;
}
.product-info-main .product-info-stock-sku {
  display: block;
  padding-left: 0;
  text-align: left;
}
.product-info-main .product-add-form {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 15px;
  padding-top: 0;
}
.product-info-main #bvseo-aggregateRatingSection {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 10px;
  margin: 5px 0 15px 0;
}
.nav-open .nav-sections {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.nav-open .nav-sections a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.product.info.detailed .data.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 35px;
  line-height: normal;
  text-transform: capitalize;
  pointer-events: none;
  margin-bottom: 10px;
}
.product.info.detailed .data.title a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 35px;
  line-height: normal;
  text-transform: capitalize;
  pointer-events: none;
}
.product.info.detailed .data.content {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 15px;
}
.product.info.detailed .product > #tab-label-bv_reviews {
  display: none;
}
.product.info.detailed .product > #tab-label-bv_questions {
  display: none;
}
.block.related .block-title.title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 35px;
  line-height: normal;
  text-transform: capitalize;
}
.block.related .block-title.title strong {
  font-weight: 400;
  font-size: 35px;
}
.block.related .product-item .price-box {
  margin: 5px 0 6px 20px;
}
.block.related .products-grid .product-item-actions {
  margin: -8px 0 0 10px;
}
.cart.table-wrapper .cart thead tr th.col {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 15px;
  font-weight: normal;
}
.cart.table-wrapper .col.qty[data-th]::before {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.cart.table-wrapper .col.price[data-th]::before {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.cart.table-wrapper .col.subtotal[data-th]::before {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.cart.table-wrapper .col.msrp[data-th]::before {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.cart.table-wrapper .product-item-name a {
  color: #00609c;
  font-size: 14px;
  line-height: normal;
}
.cart.table-wrapper .actions-toolbar > .action-edit::before {
  color: #00609c;
}
.cart.table-wrapper .actions-toolbar > .action-delete::before {
  color: #00609c;
}
.price {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.cart-summary > .title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #00609c;
  font-size: 15px;
  font-weight: normal;
  font-size: 18px;
}
.cart-summary .block .actions-toolbar > .primary .action.primary {
  box-shadow: none !important;
  background: #333;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.opc-wrapper .step-title {
  font-family: 'Oswald', sans-serif;
  color: #00609c;
  font-size: 2.1em;
  font-weight: 400;
}
.opc-block-summary > .title {
  font-family: 'Oswald', sans-serif;
  color: #00609c;
  font-size: 2.1em;
  font-weight: 400;
}
.opc-block-shipping-information .shipping-information-title {
  font-family: 'Oswald', sans-serif;
  color: #00609c;
  font-size: 2.1em;
  font-weight: 400;
}
.checkout-agreements-items .checkout-agreements-item-title {
  font-family: 'Oswald', sans-serif;
  color: #00609c;
  font-size: 2.1em;
  font-weight: 400;
}
.block-compare .block-title strong {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-top: 15px;
  border: none;
  font-weight: 400;
  color: #00609c;
}
.block-reorder .block-title strong {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-top: 15px;
  border: none;
  font-weight: 400;
  color: #00609c;
}
.widget .block-title strong {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-top: 15px;
  border: none;
  font-weight: 400;
  color: #00609c;
}
.block-wishlist .block-title strong {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-top: 15px;
  border: none;
  font-weight: 400;
  color: #00609c;
}
body {
  background: #f4f1ed url("../images/fishScalePageBackground2.jpg") no-repeat center -10px;
}
body .page-wrapper > .page-bottom {
  max-width: 100%;
  width: 100%;
}
body .page-wrapper > .page-bottom .block-static-block.widget {
  margin-bottom: 0;
}
body #toolsection {
  margin-top: -5px;
}
body #toolsection ul.serv_coluns li p a.moreinfo {
  box-sizing: border-box;
  background: url("../images/social-mix.png") right -56px no-repeat;
  padding-right: 22px;
  color: #54bcff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  width: 100px;
  margin-top: 16px;
}
body div#wrapper div#innerWrapper div#mainContentWrapper {
  min-height: 614px;
}
body .gallery-placeholder .fotorama__arr {
  width: 38px;
}
body #contentArea ul#clickzoom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body #contentArea ul#clickzoom li {
  list-style: none;
  margin-right: 1%;
  margin-left: 0;
  width: 32%;
  max-width: 400px;
}
body #contentArea ul#clickzoom li img {
  width: 100%;
}
body #contentArea ul#clickzoom li.lastnode {
  margin: 0;
}
body .bv-curations-cleanslate.bv-carousel-wrapper {
  max-width: 100% !important;
  margin: 0 auto !important;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #333333;
  text-decoration: none;
}
[data-content-type="row"][data-appearance="contained"] {
  max-width: 100%;
}
.page-header {
  border: 0;
  background: #ffffff url("../images/header_bg.png") no-repeat center bottom / 100% auto;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  min-height: 172px;
  padding: 0 30px;
  box-sizing: border-box;
  position: relative;
  z-index: 7;
}
.page-header .panel.wrapper {
  border: none;
  background: none;
  float: right;
  width: 78%;
}
.page-header .panel.wrapper #minicart-content-wrapper {
  color: #000000;
}
.page-header .header.panel {
  padding: 0 25px 0 0;
  text-align: right;
  max-width: 100%;
}
body.cms-home .page-header {
  background: url("../images/header_bg.png") no-repeat bottom / 100% auto;
}
body.cms-home .page-wrapper > .widget {
  background: none;
  padding: 0;
}
body.cms-home .page-wrapper > .page-bottom {
  background: none;
  padding: 0;
}
body.cms-home .block.category.event {
  background: none;
  padding: 0;
}
body.cms-home #maincontent.page-main {
  background: none;
  padding: 0;
  z-index: 0;
  position: static !important;
  top: 0;
}
body.cms-home .page-title-wrapper h1.page-title {
  display: none;
}
body.cms-home #maincontent > .columns .column.main {
  padding-bottom: 0px;
}
body.cms-home [data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  padding: 0 !important;
  margin: 0 !important;
}
body.cms-home .column.main > .widget.block-static-block {
  margin-bottom: 0;
}
body.cms-home div[data-content-type="slider"].slick-initialized {
  margin-bottom: 0 !important;
}
body.cms-home .slick-dots {
  bottom: 12px;
  position: absolute;
  padding: 0;
  text-align: center;
}
body.cms-home .slick-dots li.slick-active button {
  background: #f00;
}
body.cms-home .slick-dots li button {
  border: 1px solid #000;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.breadcrumbs {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 2px 30px 5px 30px;
  font-size: 15px;
  color: #00609c;
}
.breadcrumbs a {
  font-size: 15px;
  color: #00609c;
}
.breadcrumbs a:hover {
  color: #3399cc;
}
.breadcrumbs .items {
  font-size: 16px;
  color: #00609c;
  color: #000000;
}
.breadcrumbs .item:not(:last-child)::after {
  font-size: 11px;
  line-height: 24px;
  margin: 0 0px;
}
.page-wrapper > .widget {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
}
.block.category.event {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 20px;
  min-height: 600px;
}
[data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  padding: 0 !important;
}
.filter-options-content {
  padding-left: 0;
  padding-right: 0;
}
.filter-options-content .count {
  padding-left: 2px;
  padding-right: 2px;
  color: #a0a0a0;
}
.filter-options-content a {
  color: #000000;
}
.nav-sections {
  border: none;
  background: none;
  margin-bottom: 0;
}
.navigation {
  border: none;
  background: none;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  position: absolute;
  left: 0;
  top: 54px;
  z-index: 11;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.navigation .level0.parent > .level-top {
  padding-right: 15px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon {
  right: 1px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon::after {
  font-size: 11px;
}
.navigation .level0 a {
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
}
.navigation .level0 > .level-top {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 2px 2px #000;
  font-weight: bold;
  line-height: normal;
  padding: 7px 5px 12px;
}
.navigation .level0 > .level-top:hover {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 2px 2px #000;
  font-weight: bold;
  background: #000;
}
.navigation .level0 > .level-top.ui-state-active {
  background: #000;
}
.navigation .level0 .submenu {
  background: #000;
  border: none;
  text-align: left;
}
.navigation .level0 .submenu a {
  display: block;
  line-height: inherit;
  color: #ffffff;
  padding: 8px 20px;
  border-bottom: 1px solid #323232;
  font-size: 16px;
}
.navigation .level0 .submenu a:hover {
  display: block;
  line-height: inherit;
  color: #ffffff;
  padding: 8px 20px;
  border-bottom: 1px solid #323232;
  font-size: 16px;
  background: #666;
}
.navigation .level0 .submenu a.ui-state-focus {
  display: block;
  line-height: inherit;
  color: #ffffff;
  padding: 8px 20px;
  border-bottom: 1px solid #323232;
  font-size: 16px;
  background: #666;
}
.navigation .level0 .submenu .active > a {
  display: block;
  line-height: inherit;
  color: #ffffff;
  padding: 8px 20px;
  border-bottom: 1px solid #323232;
  font-size: 16px;
  border-left: none;
}
.navigation .level0.active > .level-top {
  border-width: 0;
  color: #ffffff;
}
.navigation .level0.has-active > .level-top {
  border-width: 0;
  color: #ffffff;
}
#custlnks {
  list-style: none;
  padding: 0;
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
#custlnks > li > a {
  display: block;
  background: #00588e;
  color: #ffffff;
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 137px;
  border-radius: 0 0 8px 8px;
}
#custlnks .user-nm {
  font-size: 15px;
  display: block;
  line-height: 8px;
  padding: 0 6px;
}
#custlnks .user-nm strong {
  display: block;
  line-height: 12px;
  font-size: 12px;
  text-transform: none;
  padding: 5px 0;
}
#custlnks #minilogin {
  position: relative;
  margin: 0;
}
.header.panel > .header.links {
  margin: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  display: none;
}
.header.panel > .header.links > .authorization-link::after {
  display: none;
}
.header.panel > .header.links > li {
  display: inline-block;
}
.header.panel > .header.links > li a {
  display: block;
  background-image: linear-gradient(to right, #0a3644, #03638c, #408aaa, #03638c, #005073, #00618c);
  color: #ffffff;
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  line-height: 37px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 138px;
  border-radius: 0 0 8px 8px;
}
.minicart-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 12px 0 0 20px;
  float: none;
}
.minicart-wrapper .action.showcart.active::before {
  display: none;
}
.minicart-wrapper .block-minicart::after {
  right: 20px;
}
.minicart-wrapper .block-minicart::before {
  right: 20px;
}
.minicart-wrapper .action.showcart {
  background: url('../images/custom_icon_sprite.png') no-repeat -48px -20px;
  width: 35px;
  height: 28px;
  text-align: left;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #c60109;
  border-radius: 50%;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
  padding: 0;
  margin: -13px 0 0 -9px;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: 0 0 0 #000;
}
.minicart-wrapper .action.showcart::before {
  display: none;
}
.minicart-wrapper .action.close {
  background: none !important;
}
.minicart-wrapper .action.close:before {
  color: #000000 !important;
  font-weight: 600;
}
.block-search {
  display: block;
  position: absolute;
  top: 7px;
  right: 33px;
  width: 20%;
  padding: 0;
  max-width: 272px;
}
.block-search input {
  background: #849499;
  border: none;
  height: 25px;
  font-size: 12px;
  padding-left: 8px;
  border-radius: 12px;
  color: #ffffff;
}
.block-search input::placeholder {
  color: #ffffff;
}
.block-search .action.search::before {
  width: 30px;
  height: 25px;
  background-image: url("../images/icon_sprite.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-position: 4px -147px;
}
.block-search .action.search.disabled {
  opacity: 1;
}
.block-search .action.search[disabled] {
  opacity: 1;
}
.block-minicart .subtitle.empty {
  padding: 15px 0;
  color: #000000;
}
#minicart-content-wrapper .minicart-items-wrapper {
  margin: 0;
  padding: 10px;
}
.minicart-items .product-item-details .details-qty {
  text-align: left;
}
fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
body .header.content {
  padding: 0;
  background: url("../images/txt_header.png") no-repeat center 10px;
  float: left;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.logo {
  margin: -29px 0 0 45px;
  width: 160px;
  height: 126px;
}
.logo img {
  width: 100%;
}
.skip-link.skip-cart {
  line-height: 42px;
  background: url("../images/custom_icon_sprite.png") 100% 100%;
  background-position: 450px 101px;
  display: inline-block;
  font-size: 0;
  height: 28px;
  position: relative;
  width: 35px;
}
#header-nav nav#nav {
  left: 256px;
  position: absolute;
  top: 95px;
}
#minilogin-content-wrapper {
  background: #00588e;
  position: absolute;
  color: #ffffff;
  width: 200px;
  top: 35px;
  left: 0;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.25);
  text-align: center;
  z-index: 22;
}
#minilogin-content-wrapper a#minilogin-toggle {
  padding: 0;
}
#minilogin-content-wrapper a {
  font-family: sans-serif;
  display: block;
  color: #ffffff;
  padding: 6px 10px;
  border-bottom: 1px solid #26799d;
  line-height: normal;
}
.site-switcher-flag {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 0;
}
.site-switcher-flag a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.site-switcher-flag a.us-store {
  opacity: .6;
  pointer-events: none;
  cursor: default;
}
.sit-flags {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 0;
  margin: 0 0 0 5px;
}
.panel.header [data-content-type="row"][data-appearance="contained"] {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 0;
  margin: 0;
}
.panel.header [data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  margin: 0 !important;
  padding: 0 !important;
}
.link.wishlist .counter {
  color: #ffffff;
}
footer.page-footer {
  background: #bebebe url("../images/footer_bg.png") center 0 repeat;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  color: #000000 !important;
}
footer.page-footer a {
  color: #000000 !important;
}
footer.page-footer .expsection {
  position: relative;
}
footer.page-footer .expsection > div {
  padding: 0px 32px 0px 0;
  z-index: 3;
  position: relative;
}
footer.page-footer .expsection .press-toggle {
  right: 0;
  top: -2px;
}
footer.page-footer .accordian-copy {
  background: none;
  padding: 0;
  margin-bottom: 0;
}
.copyright {
  background: #bebebe url("../images/footer_bg.png") center 0 repeat;
  width: 100%;
  padding: 0;
}
.copyright > span {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: left;
  display: block;
  padding: 15px 0 10px 30px;
  font-size: 11px;
  color: #000000 !important;
}
.page-foote .footer content {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
.page-footer h3 {
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
}
.footer.content {
  padding: 0;
  max-width: 100%;
}
.footer.content .links {
  padding-right: 0;
  display: block;
}
.footer.content .links a {
  color: #000000 !important;
  font-size: 13px;
}
.footer.content .links a:hover {
  text-decoration: none;
  color: #333333 !important;
}
.footer.content .links li {
  font-size: 13px;
  margin: 0 0 6px;
}
.footer.content a {
  font-size: 13px;
}
.footer.content a:hover {
  text-decoration: none;
  color: #333333 !important;
}
.footer.content .block {
  float: none;
}
.footer.content .footerLinks {
  display: flex;
}
.footer.content .footerLinks .ftr-clmn {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  width: 20%;
}
#socialRow {
  max-width: 100%;
  margin: 27px auto;
  padding: 0 10px;
  display: flex;
}
#socialRow .newsletter {
  flex-grow: 2;
  -webkit-flex-grow: 2;
  align-items: center;
}
#socialRow .newsletter .newscontent {
  text-align: right;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#socialRow .newsletter .newscontent h3 {
  font-size: 20px;
  text-transform: none;
  margin: 0;
}
#socialRow .newsletter .newscontent p {
  font-size: 13px;
  color: #61605e;
  line-height: 18px;
}
#socialRow .newsletter .formarea {
  margin-left: 16px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#socialRow .newsletter .formarea input {
  float: left;
  height: 39px;
  border: none;
  background: none;
}
#socialRow .newsletter .formarea input[type="text"] {
  background: url("../images/newlter_text_bg.png") no-repeat;
  width: 287px;
  color: #787775;
  font-family: inherit;
  padding-left: 13px;
  font-size: 18px;
  width: 70%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#socialRow .newsletter .formarea input[type="submit"] {
  background: url('../images/custom_icon_sprite.png') 100% 100%;
  background-position: -7px -75px;
  width: 81px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#socialRow #socialsection {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  align-items: center;
  text-align: right;
}
#socialsection ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#socialsection ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0 5px;
}
body.catalog-category-view #maincontent > .page-title-wrapper {
  display: none;
}
body.catalog-category-view #contentArea {
  float: none;
  width: 97%;
  margin: 0 auto 22px;
}
body.catalog-category-view #contentArea > h4 {
  text-align: left;
  padding: 20px 0;
  font-size: 2.1em;
}
body.catalog-category-view #tablestruct > h4 {
  text-align: left;
  padding: 20px 0;
  font-size: 2.1em;
}
.page-layout-1column.page-with-filter .column.main {
  padding: 0;
}
body.cms-page-view #contentArea {
  margin: 0 auto;
  width: 95%;
}
body.cms-page-view #contentArea h5 {
  color: #00609c;
}
body.cms-page-view #contentArea h4 {
  color: #00609c;
}
h5 {
  font-weight: 600;
}
body.browse div.clearall {
  clear: both;
}
body.browse #contentArea.catcont p {
  color: #666666;
  display: inline;
}
.trade_section {
  margin: 20px auto;
}
.trade_section table {
  border-collapse: collapse;
}
.trade_section table td {
  padding: 5px;
}
ul.crappie_mates_social {
  width: 105px;
}
ul.crappie_mates_social li {
  display: inline-block;
  margin: 0 !important;
}
ul.crappie_mates_social li a {
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -999em;
  background: url("../images/new_sprite_social_icons.png");
}
ul.crappie_mates_social li.facebook a {
  background-position: 0 0;
}
ul.crappie_mates_social li.facebook a:hover {
  background-position: 0 24px;
}
ul.crappie_mates_social li.twitter a {
  background-position: 174px 0;
}
ul.crappie_mates_social li.twitter a:hover {
  background-position: 174px 24px;
}
ul.crappie_mates_social li.instagram a {
  background-position: 48px 0;
}
ul.crappie_mates_social li.instagram a:hover {
  background-position: 48px 24px;
}
ul.crappie_mates_social li.Youtube a {
  background-position: 22px 0;
}
ul.crappie_mates_social li.Youtube a:hover {
  background-position: 22px 24px;
}
.newsletterform input.text {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 22px;
  width: 300px;
}
.newsletterform input[type="text"] {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 22px;
  width: 600px;
}
.newsletterform input.password {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 22px;
  width: 300px;
}
.newsletterform input[type="password"] {
  background-color: #f6f6f6;
  border: 1px solid #999999;
  height: 22px;
  width: 300px;
}
.newsletterform .field {
  margin: 0;
  padding: 0;
}
.newsletterform .field_block .field {
  margin: 0;
  padding: 0;
}
.newsletterform form {
  background: #fff none repeat scroll 0 0;
  border: 1px dotted #ccc;
  margin: 0 auto;
  padding: 2%;
  display: block;
}
body.category-contact-us #contentArea {
  text-align: left;
  margin: 0 auto;
}
body.category-product-registration #contentArea {
  text-align: left;
  margin: 0 auto;
}
#column_29322.container div {
  font-size: 12px;
  line-height: 1.4em;
}
#row_23584 #column_29322.container .field_block .caption {
  color: #333333;
  display: block;
  font: bold 12px "Lucida Grande", "Verdana", sans-serif;
  margin: 0 0 4px;
  padding: 0;
}
#row_23584 #column_29322.container .field_block .field {
  margin: 0;
  padding: 0;
}
#row_23584 #column_29322.container .field_block .field select {
  width: 200px;
}
#row_23584 #column_29322.container .field_block .field select option {
  width: 200px;
}
#row_23584 #column_29322.container .field_block .field .field_error {
  color: #ff0000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 3px;
}
#row_23384 #column_29067.container .field_block .caption {
  color: #333333;
  display: block;
  font: bold 12px "Lucida Grande", "Verdana", sans-serif;
  margin: 0 0 4px;
  padding: 0;
}
#row_23384 #column_29067.container .field_block .field {
  margin: 0;
  padding: 0;
}
#row_23384 #column_29067.container .field_block .field .field_error {
  color: #ff0000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 3px;
}
#row_23384 #column_29068.container .field_block .caption {
  color: #333333;
  display: block;
  font: bold 12px "Lucida Grande", "Verdana", sans-serif;
  margin: 0 0 4px;
  padding: 0;
}
#row_23384 #column_29067 .field_block {
  display: block;
  margin: 0 0 6px;
  padding: 0;
}
select option {
  color: #666666;
  padding: 2px 3px 2px 7px;
}
#row_23588 #column_29327.container .field_block {
  display: block;
  margin: 0 0 6px;
  padding: 0;
}
input.checkbox {
  position: relative;
  top: 0.25em;
}
input[type="checkbox"] {
  position: relative;
  top: 0.25em;
}
input.radio {
  position: relative;
  top: 0.25em;
}
input[type="radio"] {
  position: relative;
  top: 0.25em;
}
.field_block div.radio span {
  display: block;
  margin: 0 0 3px;
  padding: 0;
}
.field_block div.radio span input.radio {
  display: inline;
  padding-right: 5px;
}
.field_block div.radio span label {
  color: #333333;
  font: 11px "Lucida Grande", "Verdana", sans-serif;
  max-width: 100%;
}
input.submit {
  cursor: pointer;
}
input[type="submit"] {
  cursor: pointer;
}
.subtitle_newsletter {
  font-size: 12px;
}
#replacementGuide {
  background: url("../images/bg_PlierReplacementBladeProgram.jpg") no-repeat scroll 0 0;
  background-size: cover;
  font-family: oswald;
  margin: 0 auto;
  width: 700px;
}
#replacementGuide a {
  color: #00609c;
}
#replacementGuide .companylogo {
  padding: 10px;
  text-align: center;
}
#replacementGuide .companylogo a {
  display: block;
}
#replacementGuide .companylogo a img {
  margin: 0 auto;
}
#replacementGuide .toptagline {
  text-align: center;
}
#replacementGuide .toptagline img {
  margin: 0 auto;
}
#replacementGuide .bottomTagline {
  padding-bottom: 20px;
  text-align: center;
}
#replacementGuide .bottomTagline img {
  margin: 0 auto;
}
#replacementGuide ol {
  margin: 2% 0 2% 2%;
}
#replacementGuide ol li {
  font-size: 18px;
  font-weight: bold;
  list-style: inherit;
  margin-bottom: 5px;
  padding-left: 7px;
}
#replacementGuide div.address {
  color: #00609c;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  margin-left: 37%;
}
#replacementGuide table {
  margin: 30px auto 0;
  width: 80%;
}
#replacementGuide table tr th.costheader {
  text-align: right;
}
#replacementGuide table tr th {
  color: #000000;
  font-size: 20px;
}
#replacementGuide table tr td {
  color: #00609c;
  font-size: 20px;
  text-align: center;
}
#replacementGuide table tr td img {
  width: 100%;
}
#replacementGuide th {
  float: none !important;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
#replacementGuide td {
  float: none !important;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
#replacementGuide caption {
  float: none !important;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}
#replacementGuide p.note {
  color: #00609c;
  display: block;
  font-size: 20px;
  margin-top: 0;
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
body.category-fishing-tournaments #contentArea {
  margin: 0 auto;
}
body.category-fishing-tournaments #contentArea h3 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 5px;
}
body.category-fishing-tournaments #contentArea ul {
  padding: 0;
  margin-bottom: 10px;
}
body.category-fishing-tournaments #contentArea ol {
  padding: 0;
  margin-bottom: 10px;
}
body.category-fishing-tournaments #contentArea ol li {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: bold;
  list-style: outside none none;
  margin: 0 0 6px;
  padding: 15px;
}
body.category-fishing-tournaments #contentArea ul#tournament {
  clear: both;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-fishing-tournaments #contentArea ul#tournament li {
  max-width: 400px;
  list-style: outside none none;
  margin-left: 0;
  margin-right: 1%;
  width: 32%;
}
body.category-fishing-tournaments #contentArea ul#tournament li img {
  width: 100%;
}
#contentArea.custom-ourstory > ul {
  float: none;
  margin: 0 auto;
  text-decoration: none;
  width: 96%;
}
#contentArea.custom-ourstory > ul li {
  float: left;
  list-style: outside none none;
  margin: 2%;
  width: 28%;
}
#contentArea.custom-ourstory > ul li img {
  width: 100%;
  height: 100%;
}
#contentArea.conservation {
  border: 3px solid #00aeef;
  padding: 2%;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
}
#contentArea.conservation .cntlogo {
  display: block;
  position: absolute;
  right: 19px;
  top: 13px;
  width: 174px;
}
#contentArea.conservation img {
  width: 100%;
}
body.category-press #contentArea {
  margin: 0 auto;
  text-align: left;
}
body.category-press #contentArea div.topsection {
  background: #f4f4f4;
  border-radius: 4px;
  clear: both;
  margin-bottom: 11px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2%;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
body.category-press #contentArea div.topsection div.left-sec {
  float: left;
  width: 13%;
}
body.category-press #contentArea div.topsection div.left-sec a {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}
body.category-press #contentArea div.topsection div.left-sec a img {
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
body.category-press #contentArea div.topsection div.right-sec {
  float: right;
  width: 51%;
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
body.category-press #contentArea ul#catimages {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-press #contentArea ul#catimages li {
  width: 19%;
  list-style: none;
  margin-right: 1%;
  margin-left: 0;
  max-width: 285px;
}
body.category-press #contentArea ul#catimages li img {
  width: 100%;
}
body.category-press #contentArea ul#catimages li.lastnode {
  margin: 0;
}
body.category-press #contentArea ul.bullet li {
  margin-top: 5px;
}
body.category-press #contentArea h4 {
  clear: both;
}
body.category-press #contentArea.catcont h3 {
  margin-top: 0;
  padding: 5px 32px 5px 0;
}
body.category-press #maincontent .expsection {
  background: #eee;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  box-shadow: 0 1px 0 #ffffff inset, 0 1px 3px rgba(0, 0, 0, 0.1);
  clear: both;
  margin-bottom: 1%;
  padding: 5px 14px;
  position: relative;
}
body.category-press .expsection.active {
  margin: 0;
}
body.category-video #contentArea {
  margin: 0 auto 22px;
  min-height: 199px;
  width: 95%;
}
body.category-video #contentArea h3 {
  font-family: 'Oswald', sans-serif;
  color: #004a5e;
  font-size: 2.1em;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 400;
  margin-top: 0;
}
body.category-video #contentArea ul#vidcont {
  margin: 0;
  padding: 0;
}
body.category-video #contentArea ul#vidcont li {
  float: left;
  height: 400px;
  list-style: outside none none;
  margin: 0 1% 3% 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 49%;
}
body.category-video #contentArea ul#vidcont li iframe {
  width: 100%;
  height: 100%;
}
body.category-video #contentArea ul#vidcont li h3 {
  font-size: 16px;
  height: auto;
  line-height: 1.2em;
  text-align: left;
}
body.category-video #contentArea ul#vidcont li.bgimg {
  width: 100%;
}
body.catalog-category-view.page-layout-2columns-left .category-description #contentArea {
  width: 100%;
  margin: 0 auto 22px;
  min-height: 50px;
}
.toolbar.toolbar-products {
  background-color: #f4f4f4;
  padding: 10px;
  margin: 10px 0 15px 0;
}
.toolbar select {
  background-color: #ffffff;
}
.sorter-label {
  text-transform: uppercase;
}
.product-item-name {
  font-weight: 600;
  font-size: 14px;
  color: #00609c;
}
.product.name a {
  font-weight: 600;
  font-size: 14px;
  color: #00609c;
}
.product-image-container {
  border: 1px dotted #ddd;
}
.products.wrapper.products-grid {
  margin: 10px 0;
}
.filter-current .items {
  padding-left: 0;
  padding-right: 0;
}
.filter-actions {
  padding-left: 0;
  padding-right: 0;
}
.products.wrapper.list.products-list .product-item-name {
  font-size: 18px;
}
.products.wrapper.list.products-list .product.name a {
  font-size: 18px;
}
.products.wrapper.list.products-list .price-box {
  font-size: 18px;
}
.products.wrapper.list.products-list .price-box .price {
  font-size: 18px;
}
.products.wrapper.list.products-list .product-item-photo {
  padding: 0 20px 20px 0;
}
.products.wrapper.list.products-list .product-image-wrapper img {
  max-height: 155px;
}
.products.wrapper.list.products-list .product-item-description {
  margin: 15px 0;
}
.column.main .products.wrapper.list.products-list .product-item {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
}
.column.main .products.wrapper.list.products-list .product-item:last-child {
  border: none;
}
.compare.wrapper .action.compare {
  color: #ffffff;
  text-transform: uppercase;
}
.compare.wrapper .action.compare:hover {
  color: #ffffff;
  text-transform: uppercase;
}
.compare.wrapper .action.compare:visited {
  color: #ffffff;
  text-transform: uppercase;
}
.compare.wrapper .action.compare:focus {
  color: #ffffff;
  text-transform: uppercase;
}
.compare.wrapper .counter.qty {
  color: #ffffff;
  text-transform: uppercase;
  text-transform: none;
}
h1.page-title {
  color: #00609c;
  font-size: 2.1em;
  font-weight: 400;
}
body.catalog-product-view .breadcrumbs {
  background: none;
  color: #ffffff;
}
body.catalog-product-view .breadcrumbs a {
  color: #ffffff;
}
body.catalog-product-view .breadcrumbs .items {
  color: #ffffff;
}
body.catalog-product-view .page-main {
  background: none;
}
body.catalog-product-view .page-header {
  background-color: transparent;
}
.page-layout-1column .product-info-main {
  color: #ffffff;
  background: url("../images/dock_backdrop_blue.jpg") no-repeat center center / cover !important;
  padding: 32px;
  box-sizing: border-box;
  width: 45%;
  min-height: 440px;
  margin-top: 8px;
}
.page-layout-1column .product-info-main a {
  color: #ffffff;
}
.page-layout-1column .product.media {
  width: 55%;
  margin-top: 8px;
  padding-right: 2%;
  box-sizing: border-box;
}
.box-tocart {
  margin-bottom: 10px;
}
.box-tocart .action.tocart {
  width: auto;
  min-width: 300px;
  padding: 9px 22px;
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
.gallery-placeholder .fotorama__wrap .fotorama__stage {
  border: #00609c solid 4px;
  margin-bottom: 10px;
  max-width: 98%;
}
.gallery-placeholder .fotorama__thumb-border {
  border: 3px solid #00609c !important;
}
.gallery-placeholder .fotorama__stage__shaft {
  background: #fff;
  left: -1px;
}
.fotorama__wrap .fotorama__arr {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap .fotorama__arr:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.fotorama__wrap .fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap .fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.stock.unavailable span {
  font-family: 'Oswald', sans-serif;
  color: #11b400;
  line-height: 30px;
  background: #333;
  border-radius: 3px;
  font-size: 15px;
  padding: 4px 8px;
  text-transform: uppercase;
  color: #a0a0a0;
}
.field.qty label {
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.field.qty label span {
  line-height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.field.qty .control {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 8px 7px;
}
.field.qty #qty {
  background: #000;
  color: #ffffff;
  font-weight: 600;
  border: #999 solid 1px;
}
.fieldset > .field {
  margin-bottom: 10px;
}
.fieldset > .fields > .field {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart {
  margin-bottom: 10px;
}
span.prodeslnk {
  display: none;
}
.product-info-stock-sku span.prodeslnk {
  display: inline;
}
#cartContent {
  margin-top: 15px;
}
#cartContent div {
  background: #e1f7ff;
  border: 1px solid #a4d0df;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 12px;
  width: 32.40%;
  margin: 0 5px 10px 5px;
  min-height: 220px;
  float: left;
  box-sizing: border-box;
}
#cartContent div h4 {
  font-size: 1.3em;
  font-weight: bold;
  margin: 8px 0;
}
#cartContent div p {
  line-height: 20px;
}
#cartContent div ul {
  padding-left: 0;
}
#cartContent div ul li {
  list-style-type: circle;
  margin-left: 12px;
  line-height: 20px;
}
#cartContent div.cartContent-last {
  margin-right: 0;
}
.cart-price {
  color: #333333;
  font-weight: 300;
  font-size: 15px;
}
.paypal-review-discount .actions-toolbar .action.primary {
  box-shadow: none !important;
  background: #666;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.paypal-review-discount .actions-toolbar .action.cancel {
  box-shadow: none !important;
  background: #666;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.cart-discount .actions-toolbar .action.primary {
  box-shadow: none !important;
  background: #666;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.cart-discount .actions-toolbar .action.cancel {
  box-shadow: none !important;
  background: #666;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
#discount-coupon-form button.action.apply.primary:hover {
  box-shadow: none !important;
  background: #666;
  color: #ffffff;
  border: #666 solid 1px;
  border-radius: 2px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
div#shipping-promotion-message {
  background: #005b78;
  margin-bottom: 10px;
  text-align: center;
}
div#shipping-promotion-message .shipping-promotion-message {
  padding: 8px 25px;
  margin: 0;
}
div#shipping-promotion-message .shipping-promotion-message li {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  margin: 0;
}
div#shipping-promotion-message .shipping-promotion-message li.mgs2 {
  border-left: 2px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
}
body.checkout-cart-index .page-wrapper > .widget.block.block-static-block {
  padding: 15px 15px 0 15px;
}
.cart-txt-blk {
  box-sizing: border-box;
  line-height: 22px;
  margin: 15px 0;
  padding: 9px;
  background: #f4f4f4;
  border: #ccc solid 1px;
}
.cart-container > [data-content-type="row"][data-appearance="contained"] {
  width: 64%;
  float: left;
}
.checkout-index-index .logo {
  margin: 11px 0 0 45px;
}
.checkout-index-index .header.content {
  background-position: center center;
}
.fotorama-item.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
.fotorama-item.fotorama--fullscreen .fotorama__thumb-border {
  border: 3px solid #00609c !important;
}
.product.description .innerDescription {
  margin-bottom: 8px;
}
body#pageIdinfoaddressTips #center-2 ol li {
  list-style-type: decimal;
  margin-left: 17px;
}
body#pageIdinfoaddressTips #center-2 ol li ul li {
  list-style-type: circle;
  margin-left: 17px;
}
body#pageIdinfoestimatedTax #center-2 ul li {
  list-style-type: circle;
  margin-left: 17px;
}
#contentArea.catcont img {
  border-radius: 100px;
  margin-right: 17px;
  margin-bottom: 20px;
}
#contentArea.catcont h3 {
  font-size: 17px;
  line-height: 23px;
  margin-top: 20px;
  font-size: 2.1em;
}
#contentArea.catcont .accordian-copy img {
  width: auto !important;
  max-width: 100%;
  float: none;
}
body#pageIdinfoOur_Story #contentArea ul li {
  list-style: none;
  margin-right: 1%;
  margin-left: 0;
  width: 32%;
  float: left;
}
body#pageIdinfoOur_Story #contentArea ul li img {
  width: 100%;
}
body#pageIdinfoOur_Story #contentArea ul li.lastnode {
  margin: 0;
}
body.category-about-us #contentArea.catcont h3 {
  margin-top: 0px;
}
body.category-about-us #contentArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.category-about-us #contentArea ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 1%;
  width: 32%;
  max-width: 400px;
}
body.category-about-us #contentArea ul li img {
  width: 100%;
}
body.category-about-us #contentArea ul li.lastnode {
  margin: 0;
}
body.category-about-us #contentArea p {
  font-size: 15px;
}
body.category-new #contentArea.catcont h3 {
  font-size: 21px;
  line-height: 28px;
  padding-top: 10px;
  margin: 0;
  font-weight: 400;
}
body#pageIdinfoFishing_Tournaments #contentArea ol li {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-weight: bold;
  list-style: outside none none;
  margin: 0 0 6px;
  padding: 15px;
}
body#pageIdinfoFishing_Tournaments #contentArea p {
  font-size: 14px;
  line-height: 18px;
  float: left;
  font-weight: bold;
  width: 60%;
  margin-right: 5%;
  text-align: left;
}
body#pageIdinfoFishing_Tournaments #contentArea span {
  width: 32%;
  display: block;
  float: left;
}
body#pageIdinfoFishing_Tournaments #contentArea span img {
  width: 100%;
  float: right;
  border-radius: 500px;
}
body#pageIdinfoFishing_Tournaments #contentArea ul#tournament {
  clear: both;
  margin-top: 10px;
}
body#pageIdinfoFishing_Tournaments #contentArea ul#tournament li {
  float: left;
  list-style: none;
  margin-left: 0;
  margin-right: 1%;
  width: 32%;
}
body#pageIdinfoFishing_Tournaments #contentArea ul#tournament li img {
  width: 100%;
}
body#pageIdinfoFishing_Tournaments #contentArea ul#tournament li.last {
  margin: 0;
}
body.category-trade-shows #contentArea ul {
  float: left;
  width: 52%;
  margin-right: 2%;
}
body.category-trade-shows #contentArea ul li {
  background: #F4F4F4;
  border-radius: 5px;
  font-weight: bold;
  list-style: none outside none;
  margin: 0 0 6px;
  padding: 15px;
  border: #ccc solid 1px;
}
body.category-trade-shows ul#tradeshowimg {
  clear: both;
  padding-top: 2%;
}
body.category-trade-shows ul#tradeshowimg li {
  float: left;
  list-style: none;
  margin-left: 0;
  margin-right: 1%;
  width: 24%;
}
body.category-trade-shows ul#tradeshowimg li img {
  width: 100%;
}
body.category-trade-shows ul#tradeshowimg li.last {
  margin: 0;
}
body.category-trade-shows div.tradeimg {
  width: 45%;
  float: left;
}
body.category-trade-shows div.tradeimg img {
  width: 100%;
}
body.cms-warranty-info #contentArea p {
  display: block;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}
body.cms-warranty-info #contentArea p img {
  float: left;
  margin: 0 30px 0 0;
}
body#pageIdinfoSitemap #contentArea ul li {
  padding: 0;
  list-style: none;
  background: url("../images/leveldots.png") repeat-y;
  margin-left: 30px;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel {
  width: 50%;
  padding-bottom: 10px;
  margin: 0;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel > li a {
  background: #125393;
  color: #ffffff;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 2px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  margin-left: -10px;
  margin-bottom: 10px;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel > li a:hover {
  background: #666;
  color: #ffffff;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.firstlevel {
  padding-bottom: 15px;
  margin: 0;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.firstlevel li {
  background: url("../images/leveldots_ver.png") left bottom repeat-y;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.firstlevel li > a {
  font-size: 15px;
  background: #5189C1;
  color: #ffffff;
  margin-left: -13px;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.firstlevel li a:hover {
  background: #666;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.secondlevel li {
  padding-left: 58px;
  margin: 0;
  background: url("../images/leveldots.png") 13px repeat-x;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.secondlevel li a {
  background: #D3E9FF;
  display: block;
  font-size: 12px;
  color: #000000;
}
body#pageIdinfoSitemap #contentArea ul#mainlevel ul.secondlevel li a:hover {
  background: #666;
  color: #ffffff;
}
.expsection.active .press-toggle {
  background: url("../images/icon_minus.png") 6px 6px no-repeat;
}
.accordian-copy {
  display: none;
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.accordian-copy img {
  width: auto !important;
  max-width: 100%;
  float: none;
}
body#pageIdinfoVideo #contentArea ul#vidcont {
  padding: 0;
  margin: 0;
}
body#pageIdinfoVideo #contentArea ul#vidcont li {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 49%;
  margin-right: 1%;
  float: left;
  text-align: center;
  margin-bottom: 3%;
  height: 289px;
  overflow: hidden;
}
body#pageIdinfoVideo #contentArea ul#vidcont li iframe {
  width: 100%;
}
body#pageIdinfoVideo #contentArea ul#vidcont li.vidlist a {
  background: url("../images/screenshot_ICASTShow_bg.png");
  width: 100%;
  height: 225px;
  display: block;
}
body#pageIdinfoVideo #contentArea ul#vidcont li.bgimg {
  width: 100%;
}
body#pageIdinfoVideo #contentArea h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1.2em;
  height: 38px;
}
.spkbubble.first ul li {
  color: #333333;
  font-size: 12px;
  line-height: 20px;
}
body.category-capt-arik-bergerman div.winnerblock h2 {
  font-size: 17px;
}
body.category-capt-arik-bergerman div.winnerblock ul li {
  font-size: 12px;
  line-height: 1.5em;
}
body.category-material-cutting-guide #contentArea > div h4 {
  padding: 0;
}
#toolsection {
  background: #414044;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  min-height: 510px;
}
#toolsection ul.serv_coluns {
  list-style: none;
  padding: 0;
  margin: 30px auto 0px;
  padding: 0 30px 10px 30px;
  width: 100%;
  box-sizing: border-box;
}
#toolsection ul.serv_coluns li {
  float: left;
  border-right: #787771 solid 1px;
  height: 400px;
  margin-left: 2em;
}
#toolsection ul.serv_coluns li a.mainimg img {
  max-width: 100%;
}
#toolsection ul.serv_coluns li h4 {
  font-size: 26px;
  margin-bottom: 13px;
}
#toolsection ul.serv_coluns li h4 a {
  color: #54bcff;
  text-decoration: none;
  font-weight: bold;
  line-height: 22px;
}
#toolsection ul.serv_coluns li p {
  color: #b3b3b4;
  font-size: 14px;
  margin-bottom: 6px;
  width: 95%;
  text-decoration: none;
}
#toolsection ul.serv_coluns li p a {
  color: #b3b3b4;
  font-size: 16px;
  margin-bottom: 6px;
  width: 95%;
  text-decoration: none;
}
#toolsection ul.serv_coluns li.colnm-one {
  width: 22%;
}
#toolsection ul.serv_coluns li.colnm-one a.mainimg {
  display: block;
  margin-left: 0;
}
#toolsection ul.serv_coluns li.colnm-two {
  width: 23%;
}
#toolsection ul.serv_coluns li.colnm-two a.mainimg {
  margin-bottom: 20px;
  display: block;
}
#toolsection ul.serv_coluns li.colnm-three {
  width: 20%;
}
#toolsection ul.serv_coluns li.colnm-three a.mainimg {
  margin-left: -80px;
  width: 297px;
  height: 254px;
  display: block;
}
#toolsection ul.serv_coluns li.colnm-four {
  width: 23%;
  border-right: none;
}
#toolsection ul.serv_coluns li.colnm-four a.mainimg {
  margin-top: 0px;
  margin-bottom: 20px;
  display: block;
  width: 217px;
}
#toolsection h3.mnhead {
  color: #ebe8e1;
  font-size: 34px;
  text-transform: uppercase;
  line-height: 2em;
  padding: 0 30px;
  margin: 5px 0 0 0;
  font-family: 'Philosopher', sans-serif;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
#toolsection h3.mnhead span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  position: static;
  float: none;
}
.link_to_fbpage {
  height: 0;
  margin: 0 auto;
  position: relative;
  top: -71px;
  width: 503px;
}
.fieldset > .legend {
  font-weight: 600;
}
.fieldset > .legend span {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 600;
}
.page-products #wishlist-sidebar .product-item-actions {
  position: static;
}
.page-products #wishlist-sidebar .product-item-actions a.btn-remove.action.delete {
  line-height: 22px;
  width: 22px;
  background: #f4f4f4;
}
.wishlist.split.button {
  margin-right: 0;
  margin-left: 5px;
}
.product-social-links .wishlist.split.button {
  margin-right: 12px;
}
.product-social-links .wishlist.split.button > .action.split {
  color: #ffffff;
}
.product-social-links .wishlist.split.button > .action.toggle::before {
  border-left: 1px solid #fff;
}
.product-social-links .wishlist.split.button .action.toggle::after {
  color: #ffffff;
}
.product-social-links .wishlist.split.button .action.toggle.active:hover::after {
  color: #ffffff;
}
.product-social-links .wishlist.split.button.active .items {
  color: #333;
}
.product-social-links .wishlist.split.button.active .items li.item {
  border-bottom: #ccc solid 1px;
}
.product-social-links .wishlist.split.button.active .items li.item:last-child {
  border: none;
}
h2 {
  font-weight: 400;
}
body.category-press #maincontent .expsection.active {
  margin-bottom: 0;
  box-shadow: 0 0px 0 #ffffff inset, 0 0px 0px rgba(0, 0, 0, 0);
}
h2.bss_h2 {
  font-family: 'Oswald', sans-serif;
  border-bottom: 1px #ccc solid;
  font-weight: 400;
  color: #00609c;
}
h3.bss_product_list {
  font-size: 17px;
}
.col-bss-1 li a {
  color: #333;
}
.col-bss-3 ul {
  list-style: none;
  padding: 0;
  margin: 10px;
}
.col-bss-3 ul a {
  background: #c0dbf6;
  display: block;
  padding: 4px 4px 4px 10px;
  color: #000;
  border-radius: 4px;
}
.col-bss-1 ul {
  list-style: none;
  padding: 0;
  margin: 10px 0px 10px 18px;
}
.col-bss-1 ul a {
  background: #c0dbf6;
  display: block;
  padding: 4px 4px 4px 10px;
  color: #000;
  border-radius: 4px;
}
.col-bss-3 h5 {
  margin: 10px;
}
.sidebar.sidebar-main .c-sidebar .cat-left-heading {
  font-family: 'Oswald', sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 0;
  padding: 8px 0 11px 0;
}
.sidebar.sidebar-main .c-sidebar .cat-left-heading a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
.sidebar.sidebar-main .c-sidebar .cat-left-heading a.active {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
}
.sidebar.sidebar-main .c-sidebar ul.o-list li {
  margin: 0;
  padding: 0;
}
.sidebar.sidebar-main .c-sidebar ul.o-list li a {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #000000;
  line-height: normal;
  padding: 4px 0;
}
.sidebar.sidebar-main .c-sidebar ul.o-list li a.active {
  font-weight: 400;
  color: #00609c;
}
.sidebar.sidebar-main .c-sidebar ul.o-list li.level1 a {
  color: #666;
  padding-left: 8px;
}
.sidebar .block.block-wishlist .block-content #wishlist-sidebar .product-item .product-item-info a.product-item-photo {
  position: static;
  float: none;
  display: block;
  width: 99%;
  text-align: center;
}
.sidebar .block.block-wishlist .block-content #wishlist-sidebar .product-item .product-item-info .product-item-details {
  margin-left: 0;
}
.sidebar .block.block-wishlist .block-content #wishlist-sidebar .product-item .product-item-info .product-item-details .product-item-name {
  margin-right: 0;
}
.sidebar .block.block-wishlist .block-content #wishlist-sidebar .product-item .product-item-info .product-item-details .action.tocart {
  border-radius: 4px;
  padding: 6px 10px;
  font-size: 14px;
}
.sidebar .block.block-wishlist .block-content .actions-toolbar .primary a {
  text-decoration: underline;
  font-weight: 600;
}
body.account .sidebar .c-sidebar > h3.cat-left-heading {
  display: none;
}
body.account .sidebar .c-sidebar > ul.o-list {
  display: none;
}
h3.com-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 20px;
  border: none;
  font-weight: 500;
  color: #00609c;
}
#contentArea h3.com-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 20px;
  border: none;
  font-weight: 500;
  color: #00609c;
  margin-bottom: 15px;
}
#contentArea ul.techstuc li:hover {
  background: #ddd;
}
.sitemap-index-index .col-bss-1 {
  margin: 0 10px;
}
.sitemap-index-index .col-bss-1 .col-bss-2 {
  width: 100%;
}
.sitemap-index-index .col-bss-1 .col-bss-2 h3.bss_product_list {
  font-size: 16px;
  font-weight: normal;
  margin: 12px 0 5px 0;
  padding: 0 0 0 2px;
  background: #c0dbf6;
  border-radius: 4px;
  display: block;
  line-height: normal;
}
.sitemap-index-index .col-bss-1 .col-bss-2 h3.bss_product_list a {
  padding: 4px 4px 4px 10px;
  display: block;
  color: #000;
}
.sitemap-index-index .col-bss-1 .col-bss-2 ul {
  margin: 0 0 0 10px;
}
.sitemap-index-index .col-bss-1 .col-bss-2 ul li {
  margin-bottom: 5px;
}
.category-description {
  margin-bottom: 0;
}
.category-description > div > div {
  margin-bottom: 0;
}
.widget.block-viewed-products-grid .block-title strong {
  font-size: 35px;
}
.widget.block-viewed-products-grid .block-content .product-item {
  text-align: center;
}
.widget.block-viewed-products-grid .block-content .product-item .product-item-name {
  color: #3f6a85;
}
.widget.block-viewed-products-grid .block-content .product-item .product-item-name a {
  color: #3f6a85;
}
.widget.block-viewed-products-grid .block-content .product-item .product-item-name a:visited {
  color: #3f6a85;
}
.widget.block-viewed-products-grid .block-content .product-item .product-item-actions {
  display: none;
}
ul.sharing-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.sharing-links li {
  display: inline-block;
  vertical-align: top;
  padding: 0px 7px 0;
  margin-bottom: 0;
}
ul.sharing-links li a {
  background-image: url("../images/icon_sprite.png") !important;
  text-indent: -9999px;
  display: block;
  width: 26px;
  height: 26px;
}
ul.sharing-links li a.link-email-friend {
  background-position: 0px -322px;
}
ul.sharing-links li a.link-facebook {
  background-position: 0px -425px;
}
ul.sharing-links li a.link-twitter {
  background-position: 0px -372px;
}
ul.sharing-links li a.link-pinterest {
  background: url("../images/icon_pinterest.png") no-repeat 0 0 !important;
  background-size: 22px 22px !important;
}
ul.sharing-links li a:hover {
  opacity: .8;
}
.product-info-main > .product-social-links {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.product-info-main > .product-social-links a.action.towishlist {
  text-transform: none;
  width: 125px;
  border-right: 1px solid #ccc;
  margin-right: 7px;
  padding-right: 5px;
}
.product-info-main > .product-social-links a.action.mailto.friend {
  display: none;
}
.product-info-main > .widget.block.block-static-block {
  display: inline-block;
  vertical-align: top;
}
.product-info-price .product-info-stock-sku .stock {
  display: none !important;
}
.box-tocart .fieldset > .stock {
  margin-bottom: 10px;
}
.pagebuilder-slider.optibnr p {
  margin-bottom: 0;
}
.pagebuilder-slider.optibnr p img {
  width: 100%;
  height: auto;
}
.pagebuilder-slider.optibnr img {
  width: 100%;
  height: auto;
}
#socialsection .social-icon a {
  display: block;
  width: 37px;
  height: 37px;
  background: url("../images/social-mix.png") no-repeat 0 0;
}
#socialsection .social-icon a.icon_tw {
  background-position: -47px 0;
}
#socialsection .social-icon a.icon_in {
  background-position: -94px 0;
}
#socialsection .social-icon a.icon_yt {
  background-position: -141px 0;
}
.footerLinks .btn_online_catalog a {
  background: #797875;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  width: 135px;
  border-radius: 5px;
  font-size: 16px;
  padding: 4px 8px;
  box-sizing: border-box;
}
.footerLinks .btn_online_catalog a:hover {
  opacity: .75;
  color: #fff !important;
}
.block.related .block-title.title .block-related-heading {
  display: none;
}
.block.related .block-title.title:after {
  content: 'You may also like';
}
.block.related .products.products-grid.products-related .item.product.product-item {
  text-align: center;
  width: 25%;
  display: inline-block !important;
  padding: 5px;
}
.block.related .products.products-grid.products-related .item.product.product-item .product-item-info {
  width: 100%;
}
.block.related .products.products-grid.products-related .item.product.product-item .product-item-info .product-item-photo .product-image-container {
  margin: 0 auto;
  display: block;
}
.block.related .products.products-grid.products-related .item.product.product-item .product-item-info .product.name.product-item-name {
  margin-left: 0;
}
.block.related .products.products-grid.products-related .item.product.product-item .product-item-info .price-box.price-final_price {
  margin-left: 0;
}
.block.related .products.products-grid.products-related .item.product.product-item .product-item-info .choice.related {
  position: static;
}
.block.related .products.products-grid.products-related .item.product.product-item .product-item-info .product.actions.product-item-actions {
  display: none;
}
.catalog-product-view.product-cuda-knife-bag.parent-category-1017.page-layout-1column .block.related .block-title.title::after {
  content: 'Build Your Custom Knife Kit';
}
.block.related .block-title.title strong#block-related-heading {
  display: none;
}
.catalog-product-view.page-layout-1column .column.main {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-product-view.page-layout-1column .column.main .product-info-main {
  order: 2;
  flex: 1 0 auto;
  align-self: flex-start;
}
.catalog-product-view.page-layout-1column .column.main .product-info-main > .widget.block.block-static-block {
  margin-bottom: 5px;
}
.catalog-product-view.page-layout-1column .column.main .product.media {
  order: 1;
  flex: 1 0 auto;
}
.catalog-product-view.page-layout-1column .column.main .block.related {
  order: 3;
  width: 100%;
  clear: both;
  margin-top: 15px;
}
.catalog-product-view.page-layout-1column .column.main .product.info.detailed {
  order: 4;
  width: 100%;
  clear: both;
}
.catalog-product-view.page-layout-1column .column.main > .admin__data-grid-outer-wrap {
  order: 5;
  clear: both;
  width: 100%;
}
.catalog-product-view.page-layout-1column .column.main .block.widget.block-viewed-products-grid {
  order: 6;
  clear: both;
  width: 100%;
}
.page-products.category-products .page-wrapper > .widget {
  padding: 0;
}
.page-products.category-products .page-wrapper > .widget div {
  margin: 0 !important;
}
.page-products.category-products .page-wrapper .category-view > .category-cms {
  margin: 0;
}
a.scrolltocust {
  color: #fff;
  font-size: 20px;
}
a.scrolltocust:hover {
  color: #fff;
  text-decoration: underline;
}
.checkout-index-index .logo {
  margin: -29px 0 0 45px;
}
.fieldset.password > .field.password-info {
  display: none;
}
.action.multicheckout {
  text-decoration: underline;
  font-weight: 600;
}
.cart-summary .paypal.checkout {
  margin-top: 0 !important;
}
body a:visited {
  color: #000;
}
body .alink:visited {
  color: #000;
}
body.page-print .logo {
  margin: 0 0 0 45px;
}
body.page-print .copyright {
  display: none;
}
body.page-print #footerSocial {
  display: none;
}
.wishlist-index-index .modal-popup .modal-inner-wrap {
  max-width: 380px;
}
body .box-tocart .paypal-button > .zoid-outlet > iframe.zoid-component-frame {
  z-index: 1 !important;
}
.page-footer .field-recaptcha {
  z-index: 1;
  position: relative;
}
.box-tocart .braintree-paypal-logo.oneclick-container {
  width: 100%;
}
.box-tocart .braintree-paypal-logo.oneclick-container iframe {
  width: 100% !important;
}
#zoid-paypal-button-bfdc09571e > .zoid-outlet > iframe {
  width: 100% !important;
}
.product-cart-sku {
  font-family: Arial,Montserrat,sans-serif;
  font-style: normal;
  font-size: 12px;
  margin: 5px 0 12px;
}
.product-cart-sku .label {
  font-weight: 600;
}
.cart-container {
  margin-top: 15px;
}
.signup-btn-btm {
  background: rgba(0, 0, 0, 0.55);
  color: #fff !important;
  text-transform: uppercase;
  padding: 4px 22px 4px 22px;
  border-radius: 6px;
  margin: 5px;
  transition: all .4s ease 0s;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: .5px;
}
.signup-btn-btm:hover {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
}
#alert_or {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#mini-cart .action.edit {
  display: none;
}
#shopping-cart-table .action.action-edit {
  display: none;
}
#validate_address .instructions {
  margin-bottom: 15px;
}
#validate_address #co-validate-form {
  margin-bottom: 15px;
}
#validate_address #co-validate-form .addressRadio {
  display: inline-block;
  width: auto;
  margin-bottom: 8px;
}
#validate_address #co-validate-form .addressLabel {
  display: inline-block;
  width: 80%;
  margin-bottom: 8px;
}
#toolsection ul.serv_coluns li.colnm-one {
  width: 30%;
}
#toolsection ul.serv_coluns li.colnm-two {
  width: 30%;
}
#toolsection ul.serv_coluns li.colnm-three {
  width: 30%;
  border: none;
}
#block-giftcard {
  display: none;
}
.globalshopex-gsx-index #Gsframe {
  margin-top: 30px !important;
}
.grecaptcha-badge {
  margin: 5px 0 25px 0;
}
.page-layout-checkout .page-wrapper .page-header .logo {
  margin-top: 5px !important;
}
.fieldset.gift-message {
  display: none;
}
.checkout-payment-giftcardaccount {
  display: none;
}
#testsitemsg {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  color: #f00;
  padding: 5px 10px;
  z-index: 999;
  text-transform: uppercase;
}
body .product-info-main .product-add-form {
  padding-top: 15px;
}
body .product-info-main .product.alert {
  margin: 15px 0 0 0;
}
.box-tocart .paypal-button-label-container span.paypal-button-text {
  display: none !important;
}
.account .box.box-order-billing-method .data.table {
  word-wrap: anywhere;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 5px;
  clear: both;
  float: left;
  width: 100%;
}
#payment-method-braintree-paypal .actions-toolbar {
  max-width: 500px;
}
.box-tocart .action-braintree-paypal-logo:after {
  content: 'Pay with Credit Card via PayPal';
  font-size: 16px;
  font-weight: 600;
}
/*
.checkout-methods-items {
	.action-braintree-paypal-logo:after {
    	content:'Pay with Credit Card via PayPal';
		background: #009cde url("@{baseDir}images/paypal-payment-icon.png") no-repeat center 10px;
		display: block;
		background-size: auto 32px;
		padding: 48px 6px 8px 6px;
		margin-top: 5px;
		font-weight:600;
		color:#fff;
		border-radius:4px;
		font-size: 15px;
	}
}
.payment-method-content {
	#braintree_paypal_placeholder:after {
		content: 'Pay with Credit Card via PayPal';
		background: #009cde url("@{baseDir}images/paypal-payment-icon.png") no-repeat center 10px;
		display: block;
		background-size: auto 32px;
		text-align: center;
		padding: 48px 6px 8px 6px;
		margin-top: 5px;
		font-weight:600;
		color:#fff;
		border-radius:4px;
		font-size: 15px;
	}
}


.paypal.checkout.paypal-logo.braintree-paypal-btn.braintree-paypal-logo.braintree-paypal-mini-cart-container.minicart::after {
    content: 'Pay with Credit Card via PayPal';
    display: block;
    font-weight: 600;
    margin: 2px 0 8px 0; 
}


.opc-payment {
	#payment-method-braintree-paypal::before {
		content: 'Click the button below to pay by either PayPal or with a Credit Card';
		display: block;
		padding: 10px 10px 0 20px;
font-weight: 600;
	}
}
*/
#braintree_paypal_enable_vault {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.payment-method-content .field.choice .label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions > .primary {
  display: flex;
  flex-wrap: wrap;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions > .primary form#mc_gcForm {
  width: 100%;
  order: 3;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions > .primary > div {
  width: 100%;
}
.product.overview ul {
  list-style: inside;
  padding-left: 5px;
}
.product.info.detailed iframe {
  max-width: 100%;
}
.product.info.detailed .product.attribute ul li {
  margin-bottom: 3px;
}
.catalog-product-view .column.main .block.related .block-content.content > .block-actions {
  display: none;
}
.catalog-product-view .column.main .block.related .block-content.content .item .details .field.choice.related {
  display: none;
}
.catalog-product-view .column.main .block.upsell {
  order: 4;
}
.catalog-product-view .column.main .block.upsell .block-title.title strong {
  font-weight: 400;
  line-height: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #00609c;
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
}
.catalog-product-view .column.main .block.upsell .block-content.content .products-grid .item {
  width: 25%;
  padding: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.catalog-product-view .column.main .block.upsell .block-content.content .products-grid .item .product-item-info {
  width: 100%;
}
.cart-container .block.crosssell {
  width: 64%;
  padding: 0 1% 0 0;
}
.cart-container .block.crosssell .block-title.title strong {
  font-weight: 400;
  line-height: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #00609c;
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
}
.cart-container .block.crosssell .block-content.content .products-grid .item {
  width: 33%;
  padding: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.cart-container .block.crosssell .block-content.content .products-grid .item .product-item-info {
  width: 100%;
}
.gallery-bx {
  clear: both;
  margin: 40px auto 10px auto;
  display: block;
  width: 100%;
}
.gallery-bx #crl8-homepage-carousel .cvZjyT {
  font-weight: 400 !important;
  font-family: "oswaldbook", "oswald" !important;
}
.gallery-bx #crl8-product-carousel .dKgSMG {
  font-weight: 400 !important;
  font-family: "oswaldbook", "oswald" !important;
}
.gallery-bx #crl8-product-carousel .bmDrGu {
  font-family: "oswaldbook", "oswald" !important;
}
.catalog-product-view .gallery-bx {
  order: 6;
}
.category-description .platformList li {
  width: 183px;
  height: 102px;
  line-height: 102px;
}
.action.primary.tocart.wtbbtn {
  text-align: center;
}
.catalog-product-view.page-layout-1column .column.main .block.related {
  order: 4;
}
.catalog-product-view .column.main .block.upsell {
  order: 5;
}
.block.widget.block-viewed-products-grid {
  display: none;
}
.page-products .product-item-info {
  width: 100%;
}
.product-info-main .product-social-links {
  text-align: left !important;
}
.top-announcement {
  clear: both;
  background: #00609c;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 18px;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Philosopher', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.top-announcement a {
  color: #fff !important;
  text-decoration: underline;
}
body > .widget.block.block-static-block {
  margin: 0 !important;
}
body > .widget.block.block-static-block > div > div {
  margin: 0 !important;
}
#product-details-box {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0 25px 0;
}
#product-details-box .product.attribute.description {
  width: 50%;
  order: 1;
  padding-right: 50px;
  box-sizing: border-box;
}
#product-details-box .product.attribute.description iframe {
  max-width: 100%;
}
#product-details-box .product.attribute.description::before {
  content: 'Overview';
  display: block;
  color: #00609c;
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: normal;
}
#product-details-box .product.attribute.overview {
  width: 50%;
  order: 2;
}
#product-details-box .product.attribute.overview::before {
  content: 'Features';
  display: block;
  color: #00609c;
  font-size: 35px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: normal;
}
.cust-info-lftbx {
  display: flex;
  flex-wrap: wrap;
}
.cust-info-lftbx h3 {
  width: 100%;
  font-weight: 700;
  font-size: 1.89rem;
}
.cust-info-lftbx h4 {
  font-weight: 600;
  font-size: 1.55rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cust-info-lftbx > div {
  width: 25%;
  padding: 10px;
  font-size: 13px;
  box-sizing: border-box;
}
.cust-info-lftbx > div:first-child {
  padding-left: 0;
}
.cust-info-lftbx > div:nth-child(4) {
  padding-right: 0;
}
.cust-info-lftbx .fw-bx {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.cust-info-lftbx .fw-bx > p {
  margin: 0;
  padding-right: 25px;
}
#copare-table {
  list-style: none;
  padding: 0;
  margin: 35px 0;
  font-size: 13px;
  background: #fff;
  border: #ddd solid 1px;
  text-align: center;
}
#copare-table > li {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: #ddd solid 1px;
}
#copare-table > li > div {
  width: 25%;
  padding: 8px;
}
#copare-table > li .trickbx img {
  width: 15px;
  height: auto;
}
#copare-table > li .pro-bx {
  align-self: baseline;
}
#copare-table > li .pro-bx h4 {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #b83238;
  text-transform: uppercase;
}
#copare-table > li .pro-bx h4 a {
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #b83238;
  text-transform: uppercase;
}
#copare-table > li .pro-bx h4 a:hover {
  color: #00609c;
}
#copare-table > li .pro-bx a img {
  transition: all .4s ease 0s;
}
#copare-table > li .pro-bx a img:hover {
  opacity: .8;
}
#copare-table > li .gr-title {
  background: #f7f7f7;
  border-right: #ddd solid 1px;
}
#copare-table > li:first-child {
  border: none;
}
.box-lftimg {
  display: flex;
  align-items: center;
  margin: 35px 0;
}
.box-lftimg > div {
  padding: 0 0 0 35px;
}
.magnifier-preview img {
  max-height: inherit;
}
.bottom-product-box {
  font-size: 19px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  margin-top: 10px;
  text-shadow: 2px 2px #000;
}
.navigation .level0.parent > .level-top {
  padding-right: 5px;
}
.navigation .level0.parent > .level-top > .ui-menu-icon {
  display: none;
}
#three-bx {
  display: flex;
  flex-wrap: wrap;
  margin: 45px 0;
}
#three-bx > div {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 35px;
}
#three-bx > div h4 {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: 1.1rem;
  margin-bottom: .7rem;
}
#three-bx > div:first-child {
  padding-left: 0;
}
#three-bx > div:nth-child(3) {
  padding-right: 0;
}
.custone.arrow.down {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.field.qty {
  position: relative;
}
.field.qty #qty {
  font-weight: 400;
  width: auto;
  padding: 5px 22px 5px 2px;
  font-size: 18px;
  height: 35px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
.field.qty .dumaro {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  background: #fff;
  padding: 5px 7px;
  box-sizing: border-box;
  border: #999 solid 1px;
  border-left: none;
  margin-left: -20px;
}
.field.qty #qty-error {
  position: absolute;
  bottom: -8px;
  color: #fff;
}
.product-info-main .product-social-links {
  width: 100%;
  text-align: left;
}
.product-info-main .product-social-links .amazon-button-container.centered-button {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  max-width: 341px;
  width: 100%;
}
.product-info-main .product-social-links .product-addto-links a.action.towishlist {
  border: none !important;
}
.product-info-main .widget.block.block-static-block {
  display: block !important;
}
.product-info-main .widget.block.block-static-block ul.sharing-links {
  width: auto;
  margin: 0;
}
.product-info-stock-sku span.prodeslnk a {
  text-decoration: underline;
}
#socialsection .social-icon .social-thumb a {
  background: url('https://d38zcepchip0tz.cloudfront.net/media/cudabrand_files/social-mix-nn.png') no-repeat 0 0;
}
#socialsection .social-icon .social-thumb a.pinterest {
  background-position: -47px 0;
}
#socialsection .social-icon .social-thumb a.tiktok {
  background-position: -94px 0;
}
@media screen and (max-width: 768px) {
  #socialsection ul li {
    margin: 0 2px;
  }
}
@media print {
  .main-container {
    background: none !important;
    min-height: 255px;
    background: #fff none repeat scroll 0 0;
  }
  .main-container .main {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
  .main-container .col-main {
    float: right;
    width: 80%;
    padding: 24px;
    float: left;
    margin-bottom: 0 !important;
    border: none;
  }
  .category-conservation-and-family-involvement .main-container {
    padding: 0;
    margin-bottom: 20px;
    background: #fff !important;
    padding: 0 0 20px;
  }
  .category-conservation-and-family-involvement .main-container .col-main {
    background: url("../images/get_together_bg.jpg") no-repeat scroll center bottom !important;
    padding: 0;
  }
  .category-conservation-and-family-involvement .main-container #contentArea {
    background: none !important;
  }
  .category-conservation-and-family-involvement #contentArea.conservation .cntlogo {
    top: 89px;
    display: block;
    position: absolute;
    right: 10px;
    top: 36px;
    width: 70px;
  }
  .category-conservation-and-family-involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .category-conservation-and-family-involvement #contentArea h3 {
    color: #00609c;
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    font-weight: bold;
  }
  .col-main #contentArea {
    background: none !important;
  }
  body.category-about .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-about #contentArea.catcont {
    text-align: left;
  }
  body.category-about #contentArea.catcont ul li {
    min-height: 221px;
    margin-right: 2%;
    width: 23%;
    height: 175px;
    height: 110px;
    margin-bottom: 3%;
    width: 100%;
  }
  body.category-about #contentArea.catcont ul li.catfour {
    margin: 0;
  }
  body.category-about #contentArea.catcont h3 {
    font-size: 20px;
    font-size: 15px;
    line-height: 22px;
    font-size: 18px;
  }
  body.category-about #contentArea.catcont a span {
    left: 6%;
    left: 5%;
    width: 90%;
  }
  body.category-about #contentArea.catcont img {
    display: none;
  }
  body.category-about #contentArea.catcont ul.contantlanding {
    padding-top: 5px;
  }
  body.category-about-us .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-meet-our-pros .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-meet-our-pros .main-container .main {
    width: 90%;
  }
  body.category-meet-our-pros #contentArea ul {
    margin: 10px auto;
    width: auto;
    padding: 0;
  }
  body.category-meet-our-pros #contentArea ul li.cntSection p {
    text-align: left;
    height: 64px;
    line-height: 17px;
    display: block;
    clear: right;
    margin-bottom: 1em;
    min-height: auto;
    overflow: hidden;
    width: auto;
  }
  body.category-meet-our-pros #contentArea .cntSection {
    margin-bottom: 4%;
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  body.category-meet-our-pros #contentArea .cntSection .spkbubble {
    width: 96%;
    width: 100%;
    padding: 2%;
    text-align: left;
    width: 92% !important;
  }
  body.category-meet-our-pros #contentArea .cntSection .spkbubble h4 {
    color: #333333;
    font-size: 16px;
    padding: 0;
  }
  body.category-meet-our-pros #contentArea .cntSection .celebimg {
    margin: 0 !important;
  }
  body.category-meet-our-pros #contentArea .cntSection .celebimg a {
    width: 41%;
    width: 16%;
    height: 154px;
    margin-right: 2%;
    float: left;
  }
  body.category-meet-our-pros #contentArea .cntSection.five {
    margin-top: 0px;
  }
  body.category-meet-our-pros #contentArea .cntSection.six {
    margin-top: 0px;
  }
  body.category-meet-our-pros #contentArea > p {
    width: 100%;
  }
  body.category-meet-our-pros #contentArea p {
    text-align: left;
    min-height: 50px;
    line-height: 17px;
    clear: right;
  }
  body.category-support .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-support #contentArea.catcont ul li {
    min-height: 221px;
    margin-right: 2%;
    width: 23%;
    height: 175px;
    height: 110px;
    margin-bottom: 3%;
    width: 100%;
  }
  body.category-support #contentArea.catcont ul li.catfour {
    margin: 0;
  }
  body.category-support #contentArea.catcont h3 {
    font-size: 20px;
    font-size: 15px;
    line-height: 22px;
    font-size: 18px;
  }
  body.category-support #contentArea.catcont a span {
    left: 6%;
    left: 5%;
    width: 90%;
  }
  body.category-support #contentArea.catcont img {
    display: none;
  }
  body.category-support #contentArea.catcont ul.contantlanding {
    padding-top: 5px;
  }
  body.category-news .main-container .col-main {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  body.category-news .main-container .main {
    margin-bottom: 22px;
  }
  body.category-news #contentArea.catcont ul li {
    width: 23%;
    min-height: 221px;
    margin-right: 2%;
    margin: 1% 1% !important;
    min-height: 300px;
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    float: left;
    margin: 0 1% 0px 0;
    width: 48%;
    position: relative;
    float: none;
    height: 125px;
    list-style: none;
    margin: 0 1% 3% 0;
    text-align: center;
    width: auto;
    min-height: 0;
  }
  body.category-news #contentArea.catcont h3 {
    font-size: 20px;
    font-size: 19px !important;
  }
  body.category-news #contentArea.catcont a span {
    left: 6%;
    background: #217C98;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: 11px auto;
    padding: 9px 0;
  }
  body.category-news #contentArea.catcont img {
    display: none;
  }
  body.category-our-technology .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-material-cutting-guide .main-container {
    display: inline-block;
  }
  body.category-material-cutting-guide .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-material-cutting-guide .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  body.category-material-cutting-guide #contentArea #tablestruct {
    margin-bottom: 10px;
  }
  body.category-trade-shows .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-trade-shows #contentArea ul {
    float: left;
    width: 100%;
    margin-top: 2%;
  }
  body.category-trade-shows div.tradeimg {
    width: auto;
    float: none;
  }
  body.category-trade-shows ul#tradeshowimg {
    padding: 0;
  }
  body.category-trade-shows ul#tradeshowimg li {
    width: 49%;
  }
  body.category-video .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-video #contentArea ul#vidcont li {
    margin-top: 2%;
    float: none;
    height: auto;
    margin-bottom: 4%;
    margin-top: 4%;
    width: 100%;
  }
  body.category-press .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-press #contentArea {
    text-align: left !important;
  }
  body.category-press #contentArea div.topsection div.left-sec {
    float: none;
    width: auto;
    text-align: center;
  }
  body.category-press #contentArea div.topsection div.right-sec {
    float: none;
    width: auto;
    text-align: center;
  }
  body.category-press #contentArea div.topsection div.right-sec p {
    text-align: center;
  }
  body.category-press #contentArea p {
    text-align: left;
  }
  body.category-press .wrappedcontent {
    padding: 0 5px;
  }
  body.category-press img#icastlogo {
    width: 100%;
  }
  body.category-fishing-tournaments .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-contact-us .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-product-registration .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .newsletterform {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-plier-replacement-blades .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-conservation-and-family-involvement .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-our-story .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-jimmy-johnson .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-bob-izumi .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-mariko-izumi .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-dave-marciano .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-tj-ott .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-tyler-mclaughlin .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-dave-carraro .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-carter-andrews .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-david-dudley .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-jacob-powroznik .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-arik-bergerman .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-arik-bergerman #contentArea div.winnerblock ul li {
    margin-left: 13px;
  }
  body.category-jamey-caldwell .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-james-stone .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-clayton-batts .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-sam-papia .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-tim-gray .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-marcus-kennedy .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-cefus-mcrae .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-jared-serigne .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-mike-anderson .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-conway-bowman .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-team-crappie-country .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #contentArea {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto !important;
    min-height: 199px;
    padding: 0 4px;
  }
  #contentArea ul.techstuc {
    margin-top: 40px;
  }
  #contentArea ul.techstuc li {
    padding: 2%;
    margin-top: 20px;
    position: relative;
    background: #fff;
    padding: 0 2% 2%;
    background: #f4f4f4;
    margin: 30px 0 0;
    text-align: center;
    list-style: none;
    border-top: 1px dotted #004A5E;
  }
  #contentArea ul.techstuc li span.techhead {
    left: 18px;
    position: absolute;
    top: -15px;
    background: #004A5E;
    border-radius: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 14px;
    margin-top: -15px;
    display: block;
  }
  #contentArea ul.techstuc li p img {
    float: left;
    margin-right: 17px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  #contentArea ul.techstuc li p span {
    display: block;
    margin: 5px auto;
    padding-left: 14px;
    width: 211px;
  }
  #contentArea ul li {
    margin-left: 0;
  }
  #contentArea div.winnerblock {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    float: left;
    min-height: 168px;
    width: 32%;
    min-height: 250px !important;
    margin-bottom: 1%;
    margin-right: 1%;
    min-height: 265px !important;
    padding: 1%;
    width: 49% !important;
  }
  #contentArea div.winnerblock ul li {
    margin-bottom: 4px;
  }
  #contentArea p {
    text-align: justify;
    clear: both;
    text-align: left;
    line-height: 20px;
  }
  #contentArea #tablestruct ul.compChartHead {
    width: 42% !important;
    width: 52%;
    top: 3px;
    width: 55% !important;
  }
  #contentArea #tablestruct ul.compChartHead > li {
    width: 23% !important;
    font-size: 12px;
  }
  #contentArea #tablestruct ul.compChartHead > li.lstnode {
    width: 27% !important;
  }
  #contentArea #tablestruct h4 {
    font-size: 17px !important;
    width: 45%;
    line-height: 21px;
    margin-top: 4%;
    height: 66px;
    font-size: 19px !important;
  }
  #contentArea .contactcopy {
    float: none !important;
    width: 100% !important;
    background: #fff;
    width: 100%;
    margin: 2% auto;
    padding: 1%;
    border: #ccc solid 2px;
  }
  #contentArea form {
    width: 100% !important;
    margin: 10px 0;
    float: left;
    background: #f4f4f4;
    border: 1px dotted #CCCCCC;
    padding: 10px;
  }
  #contentArea p.hide {
    display: none !important;
  }
  #contentArea p.buttons {
    padding-top: 7px;
    display: block !important;
  }
  #contentArea #form1 p {
    display: inline;
  }
  #contentArea ul.techstuc li:hover {
    background: #ddd;
  }
  div#prdCatLandingpage #contentArea {
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul {
    margin: 0 auto;
    margin: 0;
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul li {
    float: none !important;
    display: inline-block !important;
    width: 31% !important;
    float: left !important;
  }
  div#prdCatLandingpage #contentArea ul li a.shownow {
    float: none;
    float: left;
  }
  div#prdCatLandingpage #contentArea ul li.catfour {
    margin-left: 20%;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    width: 100%;
    margin-top: 117px;
    margin: 0;
    width: auto !important;
  }
  div#prdCatLandingpage #contentArea ul.cat_products li {
    width: 25%;
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
    height: auto;
  }
  div#prdCatLandingpage #contentArea.catcont img {
    width: 100%;
    margin: 0;
  }
  div#prdCatLandingpage #contentArea.catcont h3 {
    width: 100% !important;
    font-size: 15px;
    line-height: 23px;
    margin-top: 0px;
    float: left;
    width: 63%;
  }
  div#prdCatLandingpage #contentArea.catcont a.imgblk {
    width: 32%;
    display: block;
    float: left;
    margin-right: 3%;
    margin-top: 0;
  }
  body.catalog-category-view .main-container.col2-left-layout .col-main {
    padding: 0 18px !important;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea div.cntlogo {
    width: 87px;
    text-align: center;
    top: 89px;
    position: absolute;
    right: 10px;
    top: 36px;
    width: 70px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea h3 {
    font-size: 18px;
    line-height: 27px;
  }
  ul#compChart li {
    position: relative;
    border-bottom: #000 solid 1px !important;
  }
  ul#compChart li span.ftr-one {
    width: 13% !important;
    line-height: 70px;
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 49%;
  }
  ul#compChart li span.ftr-two {
    width: 13% !important;
    line-height: 70px;
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 60%;
  }
  ul#compChart li span.ftr-three {
    width: 13% !important;
    line-height: 70px;
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 71%;
  }
  ul#compChart li span.ftr-four {
    width: 13% !important;
    line-height: 70px;
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 84%;
  }
  ul#compChart li span.itemname {
    width: 28% !important;
    float: none !important;
    display: block !important;
    font-size: 12px !important;
    text-align: center !important;
    width: 45% !important;
    line-height: 18px !important;
    height: 20% !important;
    margin: 0 !important;
  }
  ul#compChart li span {
    font-size: 17px;
    font-size: 15px !important;
    margin: 0px !important;
    background: transparent !important;
  }
  ul#compChart li span.itemid {
    float: none !important;
    display: block !important;
    font-size: 12px !important;
    text-align: center !important;
    width: 45% !important;
    line-height: 18px !important;
    height: 20% !important;
    margin: 0 !important;
  }
  ul#compChart li span.prdimg {
    float: none !important;
    height: 40% !important;
    padding-top: 1% !important;
    width: 45% !important;
    display: block !important;
  }
  ul#compChart li span.prdimg a {
    margin-top: 2% !important;
  }
  ul#compChart li.lastnode {
    position: relative;
    border-bottom: #000 solid 1px !important;
  }
  ul#compChart li.firstnode {
    position: relative;
    border-bottom: #000 solid 1px !important;
  }
  #replacementGuide {
    background: #e1e0e1 none repeat scroll 0 0 cover;
    font-family: oswald;
    margin: 0 auto 10px;
    width: 100%;
  }
  #replacementGuide .companylogo a {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  #replacementGuide .companylogo a img {
    width: 50%;
  }
  #replacementGuide .toptagline img {
    width: 90%;
  }
  #replacementGuide ol {
    margin: 6% 0 2% 2%;
  }
  #replacementGuide ol li {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    list-style: inherit;
    margin-bottom: 8px;
    padding-left: 5px;
  }
  #replacementGuide div.address {
    color: #00609c;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10%;
  }
  #replacementGuide table {
    margin: 30px auto 0;
    width: 96%;
  }
  #replacementGuide table tr {
    margin-bottom: 5px;
  }
  #replacementGuide table tr td {
    border: 1px solid #f9f9f9;
    color: #00609c;
    font-size: 16px;
    text-align: center;
  }
  #replacementGuide table tr td.imgblock {
    width: 30%;
  }
  #replacementGuide table tr th {
    font-size: 15px;
  }
  #replacementGuide th {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide td {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide caption {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide p.note {
    color: #00609c;
    display: block;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
  }
  #replacementGuide .bottomTagline {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: 96%;
  }
  #replacementGuide .bottomTagline img {
    width: 96%;
  }
  form#form1 input[type="text"] {
    background: #fff;
    width: 97%;
  }
  form#form1 input[type="tel"] {
    background: #fff;
    width: 97%;
  }
  form#form1 input[type="email"] {
    background: #fff;
    width: 97%;
  }
  form#form1 textarea {
    background: #fff;
    width: 97%;
  }
  form#form1 label.choice {
    width: 100% !important;
    font-size: 12px !important;
  }
  #contentArea.catcont {
    text-align: center;
  }
  #contentArea.catcont img {
    border-radius: 100px;
    margin-right: 17px;
    margin-bottom: 5px;
    float: none;
  }
  #contentArea.catcont h3 {
    margin-top: 5px;
  }
  body.browse #contentArea.catcont p {
    color: #666666;
    display: block;
    text-align: justify;
  }
  .catalog-category-view div#prdCatLandingpage #contentArea ul.cat_products li {
    display: inline-block !important;
    float: left !important;
    width: 31% !important;
  }
  body div#wrapper div#innerWrapper div#mainContentWrapper {
    min-height: 255px;
    min-height: 500px;
    width: 96%;
    margin: 0 auto;
    min-height: 320px;
  }
  .product div.productDetails .title {
    font-size: 12px;
  }
  body.cms-warranty-info #contentArea p span {
    display: block;
    margin: 0 auto 10px;
    width: 196px;
  }
  body.cms-warranty-info #contentArea p img {
    float: none;
    margin: 0;
  }
  body#pageIdinfoSitemap #contentArea ul#mainlevel {
    width: 100% !important;
  }
  #searchRefinement {
    background: #87bac8;
    border-radius: 4px;
    font-size: 17px;
    height: auto;
    position: relative;
    padding: 6px 9px 9px;
    margin-bottom: 2%;
  }
  #searchRefinement select {
    width: 70%;
  }
  #searchRefinement label {
    display: inline-block;
    width: 20%;
    font-size: 15px;
    text-align: right;
  }
  #searchRefinement .binningRefinements {
    margin-bottom: 0;
  }
  #prdCatLandingpage #contentArea.catcont {
    margin: 0 auto;
    text-align: center;
  }
  .col-left.sidebar.col-left-first {
    display: none;
  }
  body#pageIdinfoFishing_Tournaments #contentArea p {
    width: 100%;
    margin-top: 3%;
  }
  body#pageIdinfoFishing_Tournaments #contentArea span {
    width: 90%;
    float: none;
    margin: 3% auto;
    clear: both;
  }
  body#pageIdinfoFishing_Tournaments #contentArea ul#tournament li {
    width: 100%;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form {
    width: 90% !important;
    margin: 10px auto !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .section .container {
    width: 100%;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form #column_29068 {
    margin-left: 0 !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block input[type="text"] {
    width: 100% !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block input.text {
    width: 100% !important;
    background: #fff;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block .field span {
    display: block !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block div.radio span {
    display: block !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn #contentArea form .section .container #btn_subscribe {
    width: 100%;
  }
  body#pageIdinfoProduct_Registration #centerColumn form {
    width: 90% !important;
    margin: 10px auto !important;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .section .container {
    width: 100%;
  }
  body#pageIdinfoProduct_Registration #centerColumn form #column_29068 {
    margin-left: 0 !important;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .field_block input[type="text"] {
    width: 100% !important;
    background: #fff;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .field_block .field span {
    display: block !important;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .field_block div.radio span {
    display: block !important;
  }
  .expsection {
    padding: 2% !important;
  }
  .expsection .press-toggle {
    top: 10px;
  }
  body#pageIdinfoVideo #contentArea h3 {
    font-size: 14px;
    height: auto;
  }
  body#pageIdinfoVideo #contentArea ul#vidcont li {
    width: 100%;
    float: none;
    margin-bottom: 4%;
    margin-top: 4%;
    height: auto;
  }
  .header-language-container {
    background: url("../images/header_bg.png") no-repeat scroll center 0% 100% !important;
  }
  .page-header {
    background: url("../images/header_bg.png") no-repeat scroll center 0% 100% !important;
  }
}
@media screen and (max-width: 1108px) and (min-width: 480px) {
  .main-container {
    background: none !important;
    min-height: 255px;
  }
  .category-conservation-and-family-involvement .main-container .col-main {
    background: url("../images/get_together_bg.jpg") no-repeat scroll center bottom !important;
    padding: 0;
  }
  .col-main #contentArea {
    background: none !important;
  }
  body.category-about .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-about-us .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-meet-our-pros .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-support .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-news .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-our-technology .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-material-cutting-guide .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-trade-shows .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-video .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-press .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-fishing-tournaments .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-contact-us .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-product-registration .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .newsletterform {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-plier-replacement-blades .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-conservation-and-family-involvement .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-our-story .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-jimmy-johnson .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-bob-izumi .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-mariko-izumi .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-dave-marciano .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-tj-ott .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-tyler-mclaughlin .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-dave-carraro .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-carter-andrews .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-david-dudley .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-jacob-powroznik .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-arik-bergerman .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-arik-bergerman #contentArea div.winnerblock ul li {
    margin-left: 13px;
  }
  body.category-jamey-caldwell .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-james-stone .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-clayton-batts .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-sam-papia .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-tim-gray .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-marcus-kennedy .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-cefus-mcrae .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-jared-serigne .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-capt-mike-anderson .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-conway-bowman .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  body.category-team-crappie-country .main-container .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #contentArea ul.techstuc li span.techhead {
    left: 18px;
  }
  #contentArea ul li {
    margin-left: 0;
  }
  #contentArea div.winnerblock {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f4f4f4;
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    min-height: 168px;
    padding: 1%;
    width: 32%;
  }
}
@media screen and (min-width: 766px) {
  #contentArea ul.techstuc {
    margin-top: 40px;
  }
  #contentArea ul.techstuc li {
    padding: 2%;
    background: #f4f4f4;
    margin-top: 20px;
    position: relative;
    border-top: 1px dotted #004A5E;
    list-style: none;
  }
  #contentArea ul.techstuc li span.techhead {
    background: #004A5E;
    border-radius: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 14px;
    position: absolute;
    top: -15px;
  }
  #contentArea ul.techstuc li p img {
    float: left;
    margin-right: 17px;
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #contentArea {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto !important;
    min-height: 199px;
    padding: 0 4px;
  }
  div#prdCatLandingpage #contentArea ul li {
    float: none !important;
    display: inline-block !important;
    width: 31% !important;
    float: left !important;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    width: auto !important;
  }
  .main-container .main {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
  .main-container .col-main {
    float: right;
    width: 80%;
    padding: 24px;
  }
  .category-conservation-and-family-involvement #contentArea.conservation .cntlogo {
    top: 89px;
  }
  .category-conservation-and-family-involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .category-conservation-and-family-involvement #contentArea h3 {
    color: #00609c;
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    font-weight: bold;
  }
  .category-conservation-and-family-involvement .main-container {
    padding: 0;
  }
  body.catalog-category-view .main-container.col2-left-layout .col-main {
    padding: 0 18px !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  body#pageIdinfoConservation_and_Family_Involvement #contentArea div.cntlogo {
    position: absolute;
    right: 10px;
    top: 36px;
    width: 87px;
    text-align: center;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea h3 {
    font-size: 18px;
    line-height: 27px;
  }
  #contentArea ul.techstuc li {
    padding: 0 2% 2%;
    background: #fff;
    margin: 30px 0 0;
    text-align: center;
    list-style: none;
    border-top: 1px dotted #004A5E;
  }
  #contentArea ul.techstuc li span.techhead {
    background: #004A5E;
    border-radius: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 14px;
    margin-top: -15px;
    display: block;
  }
  #contentArea ul.techstuc li p span {
    display: block;
    margin: 5px auto;
    padding-left: 14px;
    width: 211px;
  }
  #contentArea p {
    text-align: justify;
  }
  #contentArea div.winnerblock {
    margin-bottom: 1%;
    margin-right: 1%;
    min-height: 250px !important;
    padding: 1%;
    width: 49% !important;
  }
  #contentArea div.winnerblock ul li {
    margin-bottom: 4px;
  }
  .category-conservation-and-family-involvement #contentArea.conservation .cntlogo {
    display: block;
    position: absolute;
    right: 10px;
    top: 36px;
    width: 70px;
  }
  .category-conservation-and-family-involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .category-conservation-and-family-involvement #contentArea h3 {
    color: #00609c;
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    font-weight: bold;
  }
  .category-conservation-and-family-involvement .main-container {
    padding: 0;
    margin-bottom: 20px;
  }
  ul#compChart li span.ftr-one {
    width: 13% !important;
  }
  ul#compChart li span.ftr-two {
    width: 13% !important;
  }
  ul#compChart li span.ftr-three {
    width: 13% !important;
  }
  ul#compChart li span.ftr-four {
    width: 13% !important;
  }
  #replacementGuide {
    background: #e1e0e1 none repeat scroll 0 0 cover;
    font-family: oswald;
    margin: 0 auto 10px;
    width: 100%;
  }
  #replacementGuide .companylogo a {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  #replacementGuide .companylogo a img {
    width: 50%;
  }
  #replacementGuide .toptagline img {
    width: 90%;
  }
  #replacementGuide ol {
    margin: 6% 0 2% 2%;
  }
  #replacementGuide ol li {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    list-style: inherit;
    margin-bottom: 8px;
    padding-left: 5px;
  }
  #replacementGuide div.address {
    color: #00609c;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10%;
  }
  #replacementGuide table {
    margin: 30px auto 0;
    width: 96%;
  }
  #replacementGuide table tr {
    margin-bottom: 5px;
  }
  #replacementGuide table tr td {
    border: 1px solid #f9f9f9;
    color: #00609c;
    font-size: 16px;
    text-align: center;
  }
  #replacementGuide table tr td.imgblock {
    width: 30%;
  }
  #replacementGuide th {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide td {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide caption {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide p.note {
    color: #00609c;
    display: block;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
  }
  #replacementGuide .bottomTagline {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: 96%;
  }
  #replacementGuide .bottomTagline img {
    width: 96%;
  }
  body.category-video #contentArea ul#vidcont li {
    float: none;
    height: auto;
    margin-bottom: 4%;
    margin-top: 2%;
    width: 100%;
  }
  body div#wrapper div#innerWrapper div#mainContentWrapper {
    min-height: 255px;
    width: 96%;
    margin: 0 auto;
  }
  body.category-about #contentArea.catcont a span {
    left: 5%;
    width: 90%;
  }
  body.category-about #contentArea.catcont h3 {
    font-size: 15px;
    line-height: 22px;
  }
  body.category-about #contentArea.catcont ul li {
    margin-right: 2%;
    width: 23%;
    height: 175px;
  }
  body.category-about #contentArea.catcont ul li.catfour {
    margin: 0;
  }
  body.category-support #contentArea.catcont a span {
    left: 5%;
    width: 90%;
  }
  body.category-support #contentArea.catcont h3 {
    font-size: 15px;
    line-height: 22px;
  }
  body.category-support #contentArea.catcont ul li {
    margin-right: 2%;
    width: 23%;
    height: 175px;
  }
  body.category-support #contentArea.catcont ul li.catfour {
    margin: 0;
  }
  .product div.productDetails .title {
    font-size: 12px;
  }
  body.category-news #contentArea.catcont ul li {
    margin: 1% 1% !important;
    min-height: 300px;
    background: #F4F4F4;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    float: left;
    list-style: none;
    margin: 0 1% 0px 0;
    text-align: center;
    width: 48%;
    position: relative;
  }
  body.category-news #contentArea.catcont a span {
    background: #217C98;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    width: 90%;
    margin: 11px auto;
    padding: 9px 0;
  }
  body.category-news #contentArea.catcont h3 {
    font-size: 19px !important;
  }
  body.category-news .main-container .main {
    margin-bottom: 22px;
  }
  #searchRefinement {
    background: #87bac8;
    border-radius: 4px;
    font-size: 17px;
    height: auto;
    position: relative;
    padding: 6px 9px 9px;
    margin-bottom: 2%;
  }
  #searchRefinement select {
    width: 70%;
  }
  #searchRefinement label {
    display: inline-block;
    width: 20%;
    font-size: 15px;
    text-align: right;
  }
  #searchRefinement .binningRefinements {
    margin-bottom: 0;
  }
  #prdCatLandingpage #contentArea.catcont {
    margin: 0 auto;
    text-align: center;
  }
  div#prdCatLandingpage #contentArea ul li {
    display: inline-block !important;
    float: none !important;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    width: auto !important;
  }
  .main-container .col-main {
    float: left;
    margin-bottom: 0 !important;
    border: none;
  }
  .col-left.sidebar.col-left-first {
    display: none;
  }
}
@media screen and (max-width: 479px) and (min-width: 320px) {
  body.category-meet-our-pros #contentArea ul {
    margin: 10px auto;
    width: auto;
  }
  body.category-meet-our-pros #contentArea ul li.cntSection p {
    text-align: left;
    height: 64px;
    line-height: 17px;
    display: block;
    clear: right;
    margin-bottom: 1em;
    min-height: auto;
    overflow: hidden;
    width: auto;
  }
  body.category-meet-our-pros #contentArea .cntSection {
    float: none;
    width: 100%;
    margin-bottom: 4%;
  }
  body.category-meet-our-pros #contentArea .cntSection .spkbubble {
    width: 96%;
    padding: 2%;
    text-align: left;
  }
  body.category-meet-our-pros #contentArea .cntSection .spkbubble h4 {
    color: #333333;
    font-size: 16px;
    padding: 0;
  }
  body.category-meet-our-pros #contentArea .cntSection .celebimg {
    margin: 0 !important;
  }
  body.category-meet-our-pros #contentArea .cntSection .celebimg a {
    width: 41%;
    height: 154px;
    margin-right: 2%;
    float: left;
  }
  body.category-meet-our-pros #contentArea .cntSection.five {
    margin-top: 0px;
  }
  body.category-meet-our-pros #contentArea .cntSection.six {
    margin-top: 0px;
  }
  body.category-meet-our-pros #contentArea > p {
    width: 100%;
  }
  body.category-meet-our-pros .main-container .main {
    width: 90%;
  }
  #contentArea ul.techstuc li {
    padding: 0 2% 2%;
    background: #f4f4f4;
    margin: 30px 0 0;
    text-align: center;
    list-style: none;
    border-top: 1px dotted #004A5E;
  }
  #contentArea ul.techstuc li span.techhead {
    background: #004A5E;
    border-radius: 14px;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 14px;
    margin-top: -15px;
    display: block;
  }
  #contentArea ul.techstuc li p span {
    display: block;
    margin: 5px auto;
    padding-left: 14px;
    width: 211px;
  }
  #contentArea p {
    text-align: justify;
  }
  #contentArea div.winnerblock {
    margin-bottom: 1%;
    margin-right: 1%;
    min-height: 265px !important;
    padding: 1%;
    width: 49% !important;
  }
  #contentArea div.winnerblock ul li {
    margin-bottom: 4px;
  }
  .category-conservation-and-family-involvement #contentArea.conservation .cntlogo {
    display: block;
    position: absolute;
    right: 10px;
    top: 36px;
    width: 70px;
  }
  .category-conservation-and-family-involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
    color: #000000;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .category-conservation-and-family-involvement #contentArea h3 {
    color: #00609c;
    font-size: 18px;
    line-height: 27px;
    font-style: italic;
    font-weight: bold;
  }
  .category-conservation-and-family-involvement .main-container {
    background: #fff !important;
    padding: 0 0 20px;
  }
  .category-conservation-and-family-involvement .main-container .col-main {
    background: url("../images/get_together_bg.jpg") no-repeat scroll center bottom !important;
    padding: 0;
  }
  .category-conservation-and-family-involvement .main-container #contentArea {
    background: none !important;
  }
  body.category-material-cutting-guide .col-main {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  body.category-material-cutting-guide .main-container {
    display: inline-block;
  }
  body.category-material-cutting-guide #contentArea #tablestruct {
    margin-bottom: 10px;
  }
  ul#compChart li span.ftr-one {
    width: 13% !important;
    line-height: 70px;
  }
  ul#compChart li span.ftr-two {
    width: 13% !important;
    line-height: 70px;
  }
  ul#compChart li span.ftr-three {
    width: 13% !important;
    line-height: 70px;
  }
  ul#compChart li span.ftr-four {
    width: 13% !important;
    line-height: 70px;
  }
  #replacementGuide {
    background: #e1e0e1 none repeat scroll 0 0 cover;
    font-family: oswald;
    margin: 0 auto 10px;
    width: 100%;
  }
  #replacementGuide .companylogo a {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  #replacementGuide .companylogo a img {
    width: 50%;
  }
  #replacementGuide .toptagline img {
    width: 90%;
  }
  #replacementGuide ol {
    margin: 6% 0 2% 2%;
  }
  #replacementGuide ol li {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    list-style: inherit;
    margin-bottom: 8px;
    padding-left: 5px;
  }
  #replacementGuide div.address {
    color: #00609c;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10%;
  }
  #replacementGuide table {
    margin: 30px auto 0;
    width: 96%;
  }
  #replacementGuide table tr {
    margin-bottom: 5px;
  }
  #replacementGuide table tr th {
    font-size: 15px;
  }
  #replacementGuide table tr td {
    border: 1px solid #f9f9f9;
    color: #00609c;
    font-size: 16px;
    text-align: center;
  }
  #replacementGuide table tr td.imgblock {
    width: 30%;
  }
  #replacementGuide th {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide td {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide caption {
    float: none !important;
    font-weight: normal;
    vertical-align: middle;
  }
  #replacementGuide p.note {
    color: #00609c;
    display: block;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
  }
  #replacementGuide .bottomTagline {
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
    width: 96%;
  }
  #replacementGuide .bottomTagline img {
    width: 96%;
  }
  body.category-video #contentArea ul#vidcont li {
    float: none;
    height: auto;
    margin-bottom: 4%;
    margin-top: 4%;
    width: 100%;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea div.cntlogo {
    position: absolute;
    right: 10px;
    top: 36px;
    width: 70px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea h3 {
    font-size: 18px;
    line-height: 27px;
  }
  #contentArea.catcont {
    text-align: center;
  }
  #contentArea.catcont img {
    border-radius: 100px;
    margin-right: 17px;
    margin-bottom: 5px;
    float: none;
  }
  #contentArea.catcont h3 {
    margin-top: 5px;
  }
  body.category-about #contentArea.catcont {
    text-align: left;
  }
  body.category-about #contentArea.catcont img {
    display: none;
  }
  body.category-about #contentArea.catcont ul.contantlanding {
    padding-top: 5px;
  }
  body.category-about #contentArea.catcont h3 {
    font-size: 18px;
  }
  body.category-about #contentArea.catcont ul li {
    height: 110px;
    margin-bottom: 3%;
    width: 100%;
  }
  body.browse #contentArea.catcont p {
    color: #666666;
    display: block;
    text-align: justify;
  }
  body.category-support #contentArea.catcont img {
    display: none;
  }
  body.category-support #contentArea.catcont ul.contantlanding {
    padding-top: 5px;
  }
  body.category-support #contentArea.catcont h3 {
    font-size: 18px;
  }
  body.category-support #contentArea.catcont ul li {
    height: 110px;
    margin-bottom: 3%;
    width: 100%;
  }
  body.category-news #contentArea.catcont img {
    display: none;
  }
  body.category-news #contentArea.catcont h3 {
    font-size: 19px !important;
  }
  body.category-news #contentArea.catcont ul li {
    float: none;
    height: 125px;
    list-style: none;
    margin: 0 1% 3% 0;
    text-align: center;
    width: auto;
    min-height: 0;
  }
  body.category-news .main-container .col-main {
    width: 100%;
  }
  body div#wrapper div#innerWrapper div#mainContentWrapper {
    min-height: 500px;
    width: 96%;
    margin: 0 auto;
    min-height: 320px;
  }
  .product div.productDetails .title {
    font-size: 12px;
  }
  #searchRefinement {
    background: #87bac8;
    border-radius: 4px;
    font-size: 17px;
    height: auto;
    position: relative;
    padding: 6px 9px 9px;
    margin-bottom: 2%;
  }
  #searchRefinement select {
    width: 70%;
  }
  #searchRefinement label {
    display: inline-block;
    width: 20%;
    font-size: 15px;
    text-align: right;
  }
  #searchRefinement .binningRefinements {
    margin-bottom: 0;
  }
  #prdCatLandingpage #contentArea.catcont {
    margin: 0 auto;
    text-align: center;
  }
  div#prdCatLandingpage #contentArea ul li {
    display: inline-block !important;
    float: none !important;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    width: auto !important;
  }
  .main-container .col-main {
    float: left;
    margin-bottom: 0 !important;
    border: none;
  }
  .col-left.sidebar.col-left-first {
    display: none;
  }
}
@media screen and (max-width: 800px) and (min-width: 480px) {
  body.category-meet-our-pros #contentArea ul {
    margin: 10px auto;
    width: auto;
    padding: 0;
  }
  body.category-meet-our-pros #contentArea .cntSection {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  body.category-meet-our-pros #contentArea .cntSection .spkbubble {
    width: 100%;
    padding: 2%;
    text-align: left;
  }
  body.category-meet-our-pros #contentArea .cntSection .celebimg {
    margin: 0 !important;
  }
  body.category-meet-our-pros #contentArea .cntSection .celebimg a {
    width: 16%;
    height: 154px;
    margin-right: 2%;
    float: left;
  }
  body.category-meet-our-pros #contentArea p {
    text-align: left;
    min-height: 50px;
    line-height: 17px;
    clear: right;
  }
  body.category-meet-our-pros #contentArea .cntSection.five {
    margin-top: 0px;
  }
  body.category-meet-our-pros #contentArea .cntSection.six {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1026px) and (min-width: 700px) {
  ul#compChart li span.itemname {
    width: 28% !important;
  }
  ul#compChart li span {
    font-size: 17px;
  }
  #contentArea #tablestruct ul.compChartHead {
    width: 42% !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 310px) {
  #contentArea #tablestruct ul.compChartHead {
    width: 52%;
  }
  #contentArea #tablestruct ul.compChartHead > li {
    width: 23% !important;
    font-size: 12px;
  }
  #contentArea #tablestruct h4 {
    font-size: 17px !important;
  }
  ul#compChart li {
    position: relative;
    border-bottom: #000 solid 1px !important;
  }
  ul#compChart li span {
    font-size: 15px !important;
    margin: 0px !important;
    background: transparent !important;
  }
  ul#compChart li span.itemid {
    float: none !important;
    display: block !important;
    font-size: 12px !important;
    text-align: center !important;
    width: 45% !important;
    line-height: 18px !important;
    height: 20% !important;
    margin: 0 !important;
  }
  ul#compChart li span.itemname {
    float: none !important;
    display: block !important;
    font-size: 12px !important;
    text-align: center !important;
    width: 45% !important;
    line-height: 18px !important;
    height: 20% !important;
    margin: 0 !important;
  }
  ul#compChart li span.prdimg {
    float: none !important;
    height: 40% !important;
    padding-top: 1% !important;
    width: 45% !important;
    display: block !important;
  }
  ul#compChart li span.prdimg a {
    margin-top: 2% !important;
  }
  ul#compChart li span.ftr-one {
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 49%;
  }
  ul#compChart li span.ftr-two {
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 60%;
  }
  ul#compChart li span.ftr-three {
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 71%;
  }
  ul#compChart li span.ftr-four {
    position: absolute !important;
    float: none !important;
    height: 99% !important;
    top: 0;
    width: 8%;
    left: 84%;
  }
  ul#compChart li.lastnode {
    position: relative;
    border-bottom: #000 solid 1px !important;
  }
  ul#compChart li.firstnode {
    position: relative;
    border-bottom: #000 solid 1px !important;
  }
}
@media screen and (max-width: 450px) and (min-width: 310px) {
  #contentArea #tablestruct ul.compChartHead {
    top: 3px;
    width: 55% !important;
  }
  #contentArea #tablestruct ul.compChartHead > li.lstnode {
    width: 27% !important;
  }
  #contentArea #tablestruct h4 {
    width: 45%;
    line-height: 21px;
    margin-top: 4%;
    height: 66px;
    font-size: 19px !important;
  }
}
@media screen and (max-width: 1109px) and (min-width: 768px) {
  body#pageIdinfoConservation_and_Family_Involvement #contentArea div.cntlogo {
    top: 89px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea p {
    font-size: 16px;
    line-height: 23px;
  }
  body#pageIdinfoConservation_and_Family_Involvement #contentArea h3 {
    font-size: 18px;
    line-height: 27px;
  }
  div#prdCatLandingpage #contentArea {
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul {
    margin: 0 auto;
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul.cat_products li {
    width: 25%;
  }
  div#prdCatLandingpage #contentArea.catcont img {
    width: 100%;
  }
  body.category-about #contentArea.catcont ul li {
    width: 23%;
    min-height: 221px;
  }
  body.category-about #contentArea.catcont ul li.catfour {
    margin: 0;
  }
  body.category-about #contentArea.catcont h3 {
    font-size: 20px;
  }
  body.category-about #contentArea.catcont a span {
    left: 6%;
  }
  body.category-support #contentArea.catcont ul li {
    width: 23%;
    min-height: 221px;
  }
  body.category-support #contentArea.catcont h3 {
    font-size: 20px;
  }
  body.category-support #contentArea.catcont a span {
    left: 6%;
  }
  body.category-news #contentArea.catcont ul li {
    width: 23%;
    min-height: 221px;
    margin-right: 2%;
  }
  body.category-news #contentArea.catcont h3 {
    font-size: 20px;
  }
  body.category-news #contentArea.catcont a span {
    left: 6%;
  }
}
@media screen and (max-width: 640px) {
  #contentArea .contactcopy {
    float: none !important;
    width: 100% !important;
    background: #fff;
    width: 100%;
    margin: 2% auto;
    padding: 1%;
    border: #ccc solid 2px;
  }
  #contentArea p {
    clear: both;
    text-align: left;
    line-height: 20px;
  }
  #contentArea form {
    width: 100% !important;
    margin: 10px 0;
    float: left;
    background: #f4f4f4;
    border: 1px dotted #CCCCCC;
    padding: 10px;
  }
  #contentArea p.hide {
    display: none !important;
  }
  #contentArea p.buttons {
    padding-top: 7px;
    display: block !important;
  }
  #contentArea #form1 p {
    display: inline;
  }
  form#form1 input[type="text"] {
    background: #fff;
    width: 97%;
  }
  form#form1 input[type="tel"] {
    background: #fff;
    width: 97%;
  }
  form#form1 input[type="email"] {
    background: #fff;
    width: 97%;
  }
  form#form1 textarea {
    background: #fff;
    width: 97%;
  }
  form#form1 label.choice {
    width: 100% !important;
    font-size: 12px !important;
  }
  body#pageIdinfoSitemap #contentArea ul#mainlevel {
    width: 100% !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form {
    width: 90% !important;
    margin: 10px auto !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .section .container {
    width: 100%;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form #column_29068 {
    margin-left: 0 !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block input[type="text"] {
    width: 100% !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block input.text {
    width: 100% !important;
    background: #fff;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block .field span {
    display: block !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn form .field_block div.radio span {
    display: block !important;
  }
  body#pageIdinfoSign_up_for_Newsletter #centerColumn #contentArea form .section .container #btn_subscribe {
    width: 100%;
  }
  body#pageIdinfoProduct_Registration #centerColumn form {
    width: 90% !important;
    margin: 10px auto !important;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .section .container {
    width: 100%;
  }
  body#pageIdinfoProduct_Registration #centerColumn form #column_29068 {
    margin-left: 0 !important;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .field_block input[type="text"] {
    width: 100% !important;
    background: #fff;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .field_block .field span {
    display: block !important;
  }
  body#pageIdinfoProduct_Registration #centerColumn form .field_block div.radio span {
    display: block !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
  div#prdCatLandingpage #contentArea {
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul {
    margin: 0 auto;
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul li.catfour {
    margin-left: 20%;
  }
  div#prdCatLandingpage #contentArea ul li a.shownow {
    float: none;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    width: 100%;
    margin-top: 117px;
  }
  div#prdCatLandingpage #contentArea ul.cat_products li {
    width: 25%;
  }
  div#prdCatLandingpage #contentArea.catcont img {
    width: 100%;
  }
  div#prdCatLandingpage #contentArea.catcont h3 {
    width: 100% !important;
  }
  .catalog-category-view div#prdCatLandingpage #contentArea ul.cat_products li {
    display: inline-block !important;
    float: left !important;
    width: 31% !important;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  div#prdCatLandingpage #contentArea.catcont img {
    width: 100%;
    margin: 0;
  }
  div#prdCatLandingpage #contentArea.catcont h3 {
    font-size: 15px;
    line-height: 23px;
    margin-top: 0px;
    float: left;
    width: 63%;
  }
  div#prdCatLandingpage #contentArea.catcont a.imgblk {
    width: 32%;
    display: block;
    float: left;
    margin-right: 3%;
    margin-top: 0;
  }
  div#prdCatLandingpage #contentArea ul {
    margin: 0;
    width: 100%;
  }
  div#prdCatLandingpage #contentArea ul li a.shownow {
    float: left;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    margin: 0;
  }
  div#prdCatLandingpage #contentArea ul.cat_products li {
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
    height: auto;
  }
}
@media screen and (max-width: 640px) and (min-width: 320px) {
  body.category-trade-shows #contentArea ul {
    float: left;
    width: 100%;
    margin-top: 2%;
  }
  body.category-trade-shows div.tradeimg {
    width: auto;
    float: none;
  }
  body.category-trade-shows ul#tradeshowimg {
    padding: 0;
  }
  body.category-trade-shows ul#tradeshowimg li {
    width: 49%;
  }
  body#pageIdinfoFishing_Tournaments #contentArea p {
    width: 100%;
    margin-top: 3%;
  }
  body#pageIdinfoFishing_Tournaments #contentArea span {
    width: 90%;
    float: none;
    margin: 3% auto;
    clear: both;
  }
  body#pageIdinfoFishing_Tournaments #contentArea ul#tournament li {
    width: 100%;
  }
  #searchRefinement .binningRefinements {
    margin-bottom: 0;
  }
  body.category-press #contentArea {
    text-align: left !important;
  }
  body.category-press #contentArea div.topsection div.left-sec {
    float: none;
    width: auto;
    text-align: center;
  }
  body.category-press #contentArea div.topsection div.right-sec {
    float: none;
    width: auto;
    text-align: center;
  }
  body.category-press #contentArea div.topsection div.right-sec p {
    text-align: center;
  }
  body.category-press #contentArea p {
    text-align: left;
  }
  body.category-press .wrappedcontent {
    padding: 0 5px;
  }
  body.category-press img#icastlogo {
    width: 100%;
  }
  .expsection {
    padding: 2% !important;
  }
  .expsection .press-toggle {
    top: 10px;
  }
}
@media screen and (max-width: 480px) {
  body.cms-warranty-info #contentArea p span {
    display: block;
    margin: 0 auto 10px;
    width: 196px;
  }
  body.cms-warranty-info #contentArea p img {
    float: none;
    margin: 0;
  }
  .breadcrumbs {
    padding: 10px;
  }
  .page-wrapper > .widget {
    padding: 10px;
  }
  .block.category.event {
    padding: 10px;
    min-height: 300px;
  }
  .page-main {
    padding: 10px;
    min-height: 300px;
  }
  .toolbar-products .toolbar-sorter.sorter .sorter-label {
    display: none;
  }
  .page-header {
    min-height: 104px;
  }
  .page-header .panel.wrapper {
    width: 100%;
  }
  .page-header .header.panel {
    margin-bottom: 10px;
  }
  .header.content {
    background: none;
  }
  .header.panel > .header.links > li a {
    min-width: 100px;
  }
  #custlnks > li > a {
    min-width: 85px;
    height: auto;
  }
  .site-switcher-flag {
    float: right;
  }
  .nav-toggle {
    top: 0;
  }
  .block-search {
    margin-top: 5px;
  }
  .page-header {
    padding: 0 12px;
  }
  .page-header {
    min-height: 105px;
  }
  .logo {
    margin: -42px 0 0 0;
    width: 85px;
    height: 70px;
  }
  .sit-flags {
    float: right;
  }
  .minicart-wrapper .block-minicart {
    left: auto;
    right: -40px;
  }
  .minicart-wrapper .block-minicart::before {
    right: 18%;
  }
  .minicart-wrapper .block-minicart::after {
    right: 17%;
  }
  body.checkout-index-index .page-header {
    min-height: 70px;
  }
  .checkout-index-index .header.content {
    text-align: center;
  }
  .checkout-index-index .logo img {
    max-width: 75px;
    height: auto;
  }
  .page-products .sorter {
    top: 3px;
  }
  .block-search {
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 320px) {
  body#pageIdinfoVideo #contentArea h3 {
    font-size: 14px;
    height: auto;
  }
  body#pageIdinfoVideo #contentArea ul#vidcont li {
    width: 100%;
    float: none;
    margin-bottom: 4%;
    margin-top: 4%;
    height: auto;
  }
}
@media screen and (max-width: 1025px) and (min-width: 1024px) {
  .main-container {
    background: #fff none repeat scroll 0 0;
  }
  .main-container .main {
    display: block;
    width: 98%;
    margin: 0 auto;
  }
  div#prdCatLandingpage #contentArea ul li {
    display: inline-block !important;
    width: 31% !important;
    float: left !important;
  }
  .header-language-container {
    background: url("../images/header_bg.png") no-repeat scroll center 0% 100% !important;
  }
  .page-header {
    background: url("../images/header_bg.png") no-repeat scroll center 0% 100% !important;
  }
  body.category-meet-our-pros #contentArea .cntSection .spkbubble {
    width: 92% !important;
  }
}
@media screen and (min-width: 768px) {
  .navigation.cudanav li.level0.nav-3 ul {
    width: 550px !important;
    -moz-column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-count: 3;
    -webkit-column-gap: 1em;
    column-count: 3;
    column-gap: 1em;
    padding-bottom: 10px;
    left: -205px !important;
  }
  .page-layout-2columns-left .sidebar-main {
    border-right: 1px solid #bad2d9;
    padding-right: 15px;
    width: 18%;
    margin-bottom: 40px;
  }
  .page-layout-2columns-left .sidebar-additional {
    border-right: 1px solid #bad2d9;
    padding-right: 15px;
    width: 18%;
  }
  .page-layout-2columns-left .column.main {
    border-left: 1px solid #bad2d9;
    padding-left: 15px;
    width: 82%;
    left: -1px;
    position: relative;
  }
  .page-layout-2columns-left #maincontent.page-main {
    padding-top: 0;
  }
  .page-footer .accordian-copy {
    display: block !important;
  }
  footer.page-footer .expsection {
    pointer-events: none;
  }
  footer.page-footer .expsection .press-toggle {
    background: none;
  }
  .abs-shopping-cart-items-desktop {
    width: 65%;
    padding-right: 20px;
  }
  .block-cart-failed {
    width: 65%;
    padding-right: 20px;
  }
  .cart-container .form-cart {
    width: 65%;
    padding-right: 20px;
  }
  .cart-container .cart-gift-item {
    width: 65%;
    padding-right: 20px;
  }
  .cart-summary {
    width: 35%;
  }
  #shopping-cart-table .cart.item .product-image-container {
    max-width: 95px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 8px 0;
  }
  .filter-content .item {
    margin: 0;
    border-bottom: 1px dotted #ccc;
  }
  .filter-options-content a {
    margin-left: 0;
    margin-right: 0;
    padding: 3px 0px;
    display: block;
  }
}
@media screen and (max-width: 1110px) {
  #product-details-box .product.attribute.overview {
    width: 100%;
  }
  #product-details-box .product.attribute.description {
    width: 100%;
    padding-right: 0;
  }
  .page-header {
    min-height: 155px;
  }
  .logo {
    margin: -29px 0 0 8px;
    width: 125px;
    height: 106px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .page-header {
    padding: 0 15px;
  }
  .navigation {
    left: 0;
    top: 63px;
    width: 100%;
    text-align: center;
  }
  .navigation .level0 > .level-top {
    font-size: 18px;
  }
  .navigation .level0 > .level-top:hover {
    font-size: 18px;
  }
  .header.content {
    background-position: center 19px;
  }
  #toolsection {
    padding: 0 15px;
    box-sizing: border-box;
  }
  #toolsection h3.mnhead {
    width: auto;
    text-align: center;
    font-size: 30px;
    line-height: normal;
    padding: 15px 0;
    box-sizing: border-box;
  }
  #toolsection h3.mnhead span {
    margin-left: 0;
    float: none;
    position: static;
    text-align: center;
    display: block;
    padding-top: 8px;
  }
  #toolsection ul.serv_coluns {
    width: 100%;
    float: left;
    padding-bottom: 0;
    box-sizing: border-box;
  }
  #toolsection ul.serv_coluns li {
    margin-left: 1em;
    height: auto;
    margin-bottom: 0;
  }
  #toolsection ul.serv_coluns li.colnm-one {
    margin-left: 0;
  }
  #toolsection ul.serv_coluns li.colnm-one a.mainimg {
    margin-left: 0;
    width: 95%;
  }
  #toolsection ul.serv_coluns li.colnm-two a.mainimg {
    margin-top: 0;
    width: 95%;
  }
  #toolsection ul.serv_coluns li.colnm-four a.mainimg {
    width: 97%;
  }
  body .bv-curations-cleanslate.bv-carousel-wrapper {
    padding: 0 15px;
    box-sizing: border-box;
    padding: 0 15px !important;
  }
  body .page-wrapper > .page-bottom {
    padding: 0 15px;
    box-sizing: border-box;
  }
  body #toolsection {
    float: left;
    box-sizing: border-box;
  }
  footer.page-footer {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .copyright {
    padding: 0 15px;
    box-sizing: border-box;
  }
  body.cms-home .page-wrapper > .page-bottom {
    padding: 0 15px;
    box-sizing: border-box;
  }
  #socialRow .newsletter {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  #socialRow .newsletter .newscontent {
    text-align: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-bottom: 7px;
    margin-left: 0;
  }
  #socialRow .newsletter .formarea {
    text-align: left;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-bottom: 7px;
    margin-left: 0;
  }
  #socialRow #socialsection {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding-top: 28px;
  }
  .footer.content .footerLinks {
    display: block;
  }
  .footer.content .footerLinks .ftr-clmn {
    width: 19%;
    display: inline-block;
    vertical-align: top;
  }
  div#prdCatLandingpage #contentArea ul li {
    width: 26% !important;
    height: 165px;
  }
  body.category-news #contentArea.catcont ul li {
    margin-right: 1%;
  }
}
@media screen and (min-width: 1024px) {
  body.page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 1%;
    width: calc(23%);
  }
}
@media screen and (max-width: 1023px) {
  .top-announcement {
    padding: 3px 10px;
    font-size: 14px;
    letter-spacing: .5px;
  }
  .block-search {
    right: 15px;
  }
  .footer.content .footerLinks .ftr-clmn {
    width: 24%;
  }
  .page-layout-1column .product-info-main {
    padding: 25px;
  }
  .page-layout-1column .product.media {
    padding: 0 15px 0 0;
    box-sizing: border-box;
  }
  body.category-about #contentArea {
    width: 100% !important;
  }
  body.category-about #contentArea.catcont ul li {
    height: 200px;
  }
  body.category-support #contentArea {
    width: 100% !important;
  }
  body.category-support #contentArea.catcont ul li {
    height: 200px;
  }
  body.category-news #contentArea {
    width: 100% !important;
  }
  #cartContent div {
    margin: 0 3px 10px 3px;
    min-height: 260px;
  }
  ul#compChart li span.itemname {
    width: 25% !important;
  }
}
@media screen and (max-width: 768px) {
  #three-bx > div {
    width: 100%;
    padding: 0;
  }
  #product-details-box .product.attribute.description {
    width: 100%;
    padding-right: 0;
    margin-bottom: 28px;
  }
  #product-details-box .product.attribute.overview {
    width: 100%;
  }
  .cust-info-lftbx > div {
    width: 50%;
    padding: 6px;
    font-size: 12px;
  }
  .cust-info-lftbx .fw-bx {
    flex-wrap: wrap;
  }
  .cust-info-lftbx .fw-bx > p {
    margin: 10px 0 0 0;
    padding-right: 0;
    width: 100%;
    order: 2;
  }
  #copare-table {
    font-size: 12px;
  }
  #copare-table > li > div {
    padding: 5px;
  }
  #copare-table > li .gr-title {
    min-width: 85px;
  }
  .box-lftimg {
    flex-wrap: wrap;
  }
  .box-lftimg > div {
    padding: 0px 0;
  }
  body .fotorama__dot {
    border-radius: 8px;
    height: 8px;
    left: 4px;
    top: 10px;
    width: 8px;
  }
  #socialRow {
    padding: 0;
  }
  .signup-btn-btm {
    margin: 5px 0;
  }
  #toolsection h3.mnhead {
    font-size: 28px;
    padding-bottom: 0;
  }
  #toolsection ul.serv_coluns {
    padding: 0;
    margin: 0 auto 0px;
  }
  #toolsection ul.serv_coluns {
    list-style: none;
    margin: 0 auto 0px;
    padding: 0;
    padding-bottom: 0px;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .category-description .platformList {
    text-align: center;
  }
  .category-description .platformList li {
    float: none;
    display: inline-block;
    width: 42%;
    height: 95px;
    line-height: 95px;
    text-align: center;
    margin: 5px;
  }
  .catalog-product-view .column.main .block.upsell .block-title.title strong {
    font-size: 28px;
  }
  .catalog-product-view .column.main .block.upsell .block-content.content .products-grid .item {
    width: 48%;
  }
  .cart-container .block.crosssell {
    width: 100%;
    padding: 0;
  }
  .cart-container .block.crosssell .block-content.content .products-grid .item {
    width: 48%;
  }
  body .product-info-main .product-add-form {
    width: 97.5%;
  }
  body .block-wishlist-management .wishlist-select {
    margin: 0;
  }
  body .block-wishlist-management .wishlist-select ul {
    list-style: none;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    margin: 0;
  }
  .checkout-container .opc-estimated-wrapper {
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
  }
  .checkout-container .step-content .form {
    margin: 0 !important;
  }
  #socialRow #socialsection {
    margin-bottom: 15px;
  }
  .block.related .products.products-grid.products-related .item.product.product-item {
    width: 50%;
    margin: 0 0 15px 0;
  }
  .columns .column.main {
    padding-bottom: 20px;
  }
  div#prdCatLandingpage #contentArea ul.cat_products {
    margin: 0;
  }
  .toolbar {
    margin-bottom: 28px;
    margin-top: 8px;
  }
  body.account .sidebar .block-collapsible-nav {
    top: 0;
  }
  .filter .block-subtitle {
    padding: 5px;
  }
  .filter .filter-current-subtitle:before {
    top: 6px;
  }
  .page-products .sorter {
    right: 0;
  }
  #socialRow .newsletter .formarea input[type="text"] {
    font-size: 15px;
  }
  .page-main > .page-title-wrapper .page-title {
    margin-top: 15px;
  }
  .filter-title strong {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
  }
  #toolsection ul.serv_coluns {
    width: 100%;
  }
  #toolsection ul.serv_coluns li {
    float: none;
    border: none;
    border-bottom: #787771 solid 1px;
    height: auto;
    margin-left: 0;
    width: 100% !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #toolsection ul.serv_coluns li a.mainimg {
    display: none !important;
  }
  #toolsection ul.serv_coluns li a.mainimg img {
    width: auto;
  }
  #toolsection ul.serv_coluns li.colnm-one a.mainimg {
    margin-left: 0;
  }
  #toolsection ul.serv_coluns li.colnm-two a.mainimg {
    margin-top: 0;
  }
  #toolsection ul.serv_coluns li.colnm-three a.mainimg {
    margin-left: 0;
  }
  .header.content {
    background-size: 230px auto;
  }
  .header.content > .navigation.cudanav {
    display: none;
  }
  .nav-toggle {
    left: auto;
    top: 8px;
    background: #eaeaea;
    border: #464646 solid 1px;
    border-radius: 6px;
    width: 35px;
    height: 35px;
    line-height: normal;
    right: 45px;
  }
  .nav-toggle::before {
    color: #6b6b6b;
    padding: 0px 4px;
    line-height: 35px;
  }
  .logo {
    width: 95px;
    height: 80px;
  }
  .block-search {
    width: auto;
    position: static;
    margin-top: 13px;
    max-width: 100%;
  }
  .block-search .control {
    border-top: none;
  }
  .block-search .label::before {
    color: #ffffff;
  }
  .block-search .label:hover::before {
    color: #ffffff;
  }
  .nav-open .nav-sections {
    background: #202020;
    color: #ffffff;
    font-weight: 400;
  }
  .nav-open .nav-sections a {
    color: #ffffff;
    font-weight: 400;
  }
  .nav-sections .header.links a {
    color: #ffffff;
    font-weight: 400;
  }
  .nav-sections .header.links a:hover {
    color: #ffffff;
    font-weight: 400;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #ffffff;
    font-weight: 400;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #ffffff;
    font-weight: 400;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    font-weight: 600;
    font-style: normal;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    color: #ffffff;
    font-weight: 400;
    border-color: transparent !important;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: transparent !important;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #ffffff;
    font-weight: 400;
    border-color: #ed1d25;
    border-color: transparent !important;
  }
  .navigation ul {
    text-align: left;
  }
  .navigation .level0.parent > .level-top {
    padding: 8px 40px 8px 15px;
  }
  .navigation .level0 .submenu a:hover {
    color: #ffffff !important;
    width: 100%;
  }
  .navigation .level0 .submenu a.ui-state-focus {
    color: #ffffff !important;
    width: 100%;
  }
  .nav-sections-item-title {
    background: #000;
    height: 64px;
  }
  .sections.nav-sections .section-items.nav-sections-items .section-item-title.nav-sections-item-title {
    display: none;
  }
  .cart-container > [data-content-type="row"][data-appearance="contained"] {
    width: 100%;
  }
  .page-header {
    min-height: 101px;
  }
  .footer.content .footerLinks .ftr-clmn {
    width: 100%;
    display: block;
    background: #e9e9e9;
    border-radius: 5px;
    margin: 7px 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .footer.content .footerLinks .col-four {
    text-align: center;
    background: none;
    padding-bottom: 0;
  }
  .footer.content .footerLinks .col-four h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .footer.content .links a {
    padding: 2px 0;
  }
  .footer.content .links strong {
    padding: 2px 0;
  }
  .copyright > span {
    text-align: center;
    padding: 0 0 10px 0;
  }
  .page-footer {
    margin-top: 0;
  }
  .page-footer h3 {
    margin: 0;
  }
  .page-footer .expsection {
    padding: 0 !important;
  }
  footer.page-footer .accordian-copy {
    padding: 20px 0 10px 0;
  }
  #socialRow {
    display: block;
    margin: 15px auto;
  }
  #socialRow .newsletter .formarea {
    float: left;
  }
  #socialRow .newsletter .formarea input[type="submit"] {
    background-position: -7px -76px;
  }
  #socialRow .newsletter .formarea input[type="text"] {
    background: #e0e0e0;
    border: #5a5b5b solid 1px;
    border-radius: 8px 0 0 8px;
    height: 37px;
  }
  #socialRow #socialsection {
    padding-top: 10px;
    float: left;
    width: 100%;
    text-align: left;
  }
  .catalog-category-view div#prdCatLandingpage #contentArea ul.cat_products li {
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
    margin: 0 0 22px 0;
  }
  div#prdCatLandingpage #contentArea.catcont a.imgblk {
    margin-top: 0;
  }
  div#prdCatLandingpage #contentArea.catcont img {
    margin: 5px 0px 0 0;
    width: auto;
  }
  div#prdCatLandingpage #contentArea.catcont h3 {
    line-height: normal;
    margin-top: 10px;
  }
  .sidebar .filter.active .filter-title {
    background: #00609c;
    color: #ffffff;
  }
  .sidebar .filter.active .filter-title strong {
    color: #ffffff;
    left: auto;
    right: auto;
    left: 0;
  }
  .sidebar .filter.active .filter-title strong:after {
    color: #fff;
    margin: -3px 0 0 45px;
  }
  .sidebar .filter-title strong {
    background-color: #00609c;
    border: none;
    border-radius: 6px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
  }
  .sidebar .filter-options-item {
    padding: 10px;
  }
  .column.main .product-item {
    padding-bottom: 22px;
  }
  .page-layout-1column .product.media {
    width: 100%;
    text-align: center;
    padding: 0 0 15px 0;
  }
  .page-layout-1column .product-info-main {
    width: 100%;
  }
  .product-info-main .product-info-price {
    margin: 0 0px 0 0;
  }
  .fotorama__nav__shaft {
    text-align: center;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 6px;
    padding: 0 8px;
  }
  .fotorama__nav--dots .fotorama__nav__frame {
    height: 32px;
    width: 20px;
  }
  .fotorama__dot {
    border-radius: 10px;
    border: 1px solid #646260;
    height: 8px;
    width: 8px;
    background: #7a7876;
  }
  .fotorama__active .fotorama__dot {
    background-color: #ec1c24;
    border-color: #db171f;
  }
  .filter .filter-current {
    padding: 0 10px;
  }
  .filter .block-subtitle {
    margin-top: 0;
  }
  .filter-actions {
    margin: -35px 0 25px;
  }
  .filter-no-options .filter-title::before {
    width: 120px;
    margin-top: -50px;
  }
  body.category-about #contentArea.catcont ul li {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    float: left;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  body.category-about #contentArea.catcont a span {
    position: static;
    bottom: 15px;
    margin: 8px auto;
  }
  body.category-about #contentArea.catcont ul.contantlanding {
    width: 100%;
    box-sizing: border-box;
  }
  body.category-about #contentArea.catcont img {
    width: auto;
    margin: 0;
  }
  body.category-support #contentArea.catcont ul li {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    float: left;
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  body.category-support #contentArea.catcont a span {
    position: static;
    bottom: 15px;
    margin: 8px auto;
  }
  body.category-support #contentArea.catcont ul.contantlanding {
    width: 100%;
    box-sizing: border-box;
  }
  body.category-support #contentArea.catcont img {
    width: auto;
    margin: 0;
  }
  body.category-news #contentArea.catcont a span {
    position: static;
    bottom: 15px;
    margin: 8px auto;
  }
  body.category-news #contentArea.catcont ul li {
    max-width: 100%;
    margin: 0 0 15px 0;
    width: 100%;
    min-height: 50px;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  body.category-news #contentArea.catcont ul.contantlanding {
    width: 100%;
    box-sizing: border-box;
  }
  body.category-news #contentArea.catcont img {
    width: auto;
    margin: 0;
  }
  .page-products .columns {
    padding-top: 50px;
  }
  body .page-wrapper > .page-bottom {
    background: rgba(235, 232, 225, 0.85);
    padding-bottom: 0px;
  }
  #cartContent {
    padding: 15px;
    margin: 0;
  }
  #cartContent div {
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
    min-height: 60px;
  }
  div#shipping-promotion-message .shipping-promotion-message {
    padding: 8px 15px;
  }
  div#shipping-promotion-message .shipping-promotion-message li {
    display: block;
  }
  div#shipping-promotion-message .shipping-promotion-message li.mgs2 {
    border: none;
    border-top: 1px solid #fff;
    padding-top: 8px;
    margin-top: 8px;
    padding-left: 0px;
    margin-left: 0px;
  }
  .cart-txt-blk {
    float: none;
    width: 100%;
    clear: both;
    margin: 0;
  }
  .cart-container {
    padding: 15px;
  }
  .cart.table-wrapper .item-actions {
    background: #f4f4f4;
  }
  .cart.table-wrapper .col.qty[data-th]::before {
    font-weight: 500;
    padding-bottom: 2px;
    color: #00609c;
  }
  .cart.table-wrapper .col.price[data-th]::before {
    font-weight: 500;
    padding-bottom: 2px;
    color: #00609c;
  }
  .cart.table-wrapper .col.subtotal[data-th]::before {
    font-weight: 500;
    padding-bottom: 2px;
    color: #00609c;
  }
  .cart.table-wrapper .col.msrp[data-th]::before {
    font-weight: 500;
    padding-bottom: 2px;
    color: #00609c;
  }
  body.checkout-index-index .page-header {
    min-height: 105px;
  }
  .page-products.catalog-category-view.page-layout-1column .columns {
    padding-top: 8px;
  }
  ul#compChart li span.prdimg {
    width: 30% !important;
  }
  ul#compChart li span.prdimg a {
    width: 100%;
  }
  ul#compChart li span.itemid {
    width: 30% !important;
  }
  ul#compChart li span.itemname {
    width: 30% !important;
  }
  ul#compChart li span.ftr-one {
    left: 37%;
  }
  ul#compChart li span.ftr-two {
    left: 54%;
  }
  ul#compChart li span.ftr-three {
    left: 70%;
  }
  #contentArea input.text {
    width: 100%;
  }
  #contentArea input[type="text"] {
    width: 100%;
  }
  #contentArea input.password {
    width: 100%;
  }
  #contentArea input[type="password"] {
    width: 100%;
  }
  #contentArea .expsection > div {
    font-size: 16px;
    line-height: normal;
  }
  .newsletterform input.text {
    width: 100%;
  }
  .newsletterform input[type="text"] {
    width: 100%;
  }
  .newsletterform input.password {
    width: 100%;
  }
  .newsletterform input[type="password"] {
    width: 100%;
  }
  .trade_image {
    width: 100%;
  }
  .action.primary {
    font-size: 15px;
    padding: 6px;
  }
  #custlnks li#minilogin #minilogin-toggle {
    max-width: 95px;
    max-height: 44px;
    overflow: hidden;
  }
  #custlnks .user-nm {
    font-size: 12px;
    line-height: 12px;
    padding: 0 5px 5px 5px;
    word-wrap: break-word;
  }
  #custlnks .user-nm strong {
    padding: 4px 0;
  }
  .breadcrumbs {
    display: block;
    padding-top: 7px;
  }
  body .header.content {
    background-size: 245px auto !important;
    background-position: center center !important;
  }
  .bottom-product-box {
    display: none;
  }
  .box-tocart .action.tocart {
    min-width: 250px;
  }
  .page-layout-1column .product-info-main {
    min-height: 40px;
  }
  body.page-layout-1column .block.widget .products-grid .product-item {
    width: calc(46%);
  }
  .checkout-index-index .logo {
    margin: -29px 0 0 0;
  }
  #toolsection ul.serv_coluns {
    margin-top: 0;
  }
  #toolsection ul.serv_coluns li h4 a {
    color: #54bcff;
  }
  body.cms-home .page-header {
    background-size: 100% auto;
    background-position: center bottom;
  }
  .page-header {
    background-size: 100% auto;
    background-position: center bottom;
  }
  .top-announcement {
    background: #00609c;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    letter-spacing: .5px;
    font-family: 'Philosopher', sans-serif;
    text-transform: uppercase;
    margin: 0 auto;
  }
  .top-announcement a {
    color: #fff;
  }
  body.cms-home [data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
    padding: 0 !important;
    margin: 0 !important;
  }
  .site-switcher-flag a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
  }
}
@media screen and (max-width: 480px) {
  .logo {
    width: 85px;
    height: 70px;
    margin: -36px 0 0 0;
  }
  .block-search {
    margin-top: 5px;
  }
  .nav-toggle {
    top: 0;
  }
}
@media screen and (max-width: 479px) {
  body .header.content {
    background: none !important;
  }
}
@media screen and (max-width: 375px) {
  .page-header .header.panel {
    margin-bottom: 4px;
  }
  #minilogin-content-wrapper {
    width: 185px;
  }
  .site-switcher-flag {
    margin: 0;
  }
  .site-switcher-flag a {
    margin: 8px 0 0 0;
  }
  .site-switcher-flag a img {
    display: block;
  }
  .block-search {
    margin-top: 5px !important;
    max-width: 100%;
  }
  .nav-toggle {
    top: 0;
  }
  .logo {
    width: 85px;
    height: 69px;
    margin: -36px 0 0 0;
  }
  .checkout-index-index .logo {
    margin: -36px 0 0 0;
  }
  .block-search .label::before {
    margin: 0 7px 0 0;
  }
  .minicart-wrapper {
    margin: 12px 0 0 15px;
  }
  .page-header {
    min-height: 91px;
  }
  .page-header {
    padding: 0 10px;
  }
}
body.customer-account-create .column.main #form-validate .actions-toolbar:before {
  content: 'By submitting this website form, you agree that you are not under thirteen (13) years of age.';
  display: block;
  margin: 5px 5px 10px 0;
  font-size: 95%;
  color: #F00;
}
#contact-form .actions-toolbar .primary > div::after {
  content: 'By submitting this website form, you agree that you are not under thirteen (13) years of age.';
  display: block;
  margin: 5px 5px 10px 0;
  font-size: 95%;
  text-align: left;
  color: #F00;
}
/**
 * 3D Secure Container
 */
#braintree-three-d-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  visibility: visible;
}
#braintree-three-d-modal .bt-modal-frame {
  height: 420px;
  width: 440px;
  margin: auto;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 6px;
}
#braintree-three-d-modal .bt-modal-body {
  height: 380px;
  margin: 20px;
  background-color: white;
  border: 1px solid lightgray;
}
#braintree-three-d-modal .bt-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.75;
}
@media (max-width: 650px) {
  #braintree-three-d-modal .bt-modal-frame {
    width: 100%;
  }
}
/**
 * Apple Pay button
 */
.braintree-applepay-container-product {
  display: inline-block;
}
.braintree-applepay-container-product .braintree-apple-pay-button {
  padding: 10px 0px;
  margin: 0;
  margin-bottom: 15px;
}
.braintree-apple-pay-button {
  -webkit-appearance: -apple-pay-button;
  -apple-pay-button-type: plain;
  display: block;
  width: 200px;
  min-height: 40px;
  border: 1px solid black;
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-size: 100% calc(60% + 2px);
  background-repeat: no-repeat;
  background-color: black;
  background-position: 50% 50%;
  border-radius: 5px;
  padding: 2px;
  margin: 20px auto;
  transition: background-color 0.15s;
  cursor: pointer;
}
/**
 * PP Credit Calculator
 */
.ppcredit-summary {
  background: linear-gradient(to right, #009cde, #003087);
  color: #fff;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
}
.ppcreditcalc-container {
  border: 1px solid #dedede;
  background: #FFF;
}
.ppcreditcalc-header {
  background: #FFF;
  padding: 15px;
}
.ppcreditcalc-legal {
  background-color: #eee;
  border-top: 1px solid #dedede;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 2rem;
}
.ppcreditcalc-instalments {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  background-color: #eeeeee;
}
.ppcreditcalc-instalments li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.ppcreditcalc-instalments-term {
  display: block;
  padding: 10px 15px;
  color: #000;
}
.ppcreditcalc-instalments-term:hover {
  background: #009CDE;
  color: #FFF;
  text-decoration: none;
}
.ppcreditcalc-instalments-term.active {
  background: #003087;
  color: #FFF;
}
.ppcreditcalc-instalment-summary {
  padding: 15px;
}
.ppcreditcalc-instalment-summary dl {
  margin: 0;
}
.ppcreditcalc-instalment-summary dt {
  display: inline-block;
  width: 50%;
}
.ppcreditcalc-instalment-summary dd {
  display: inline-block;
}
/**
 * CC FORM
 */
#braintree_expirationDate {
  width: 90px;
}
/**
 * Google Pay
 */
.braintree-googlepay-button,
.braintree-googlepay-button:focus,
.braintree-googlepay-button:hover {
  background-color: white;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%22102%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M80.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H95.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M74.448%207.134c0-.473-.04-.93-.116-1.366h-6.344v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M67.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774h-2.234v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M64.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964h-2.234a6.678%206.678%200%200%200-.717%203.017c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M67.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918c-1.165-1.084-2.685-1.75-4.5-1.75a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M.148%202.976h3.766c.532%200%201.024.117%201.477.35.453.233.814.555%201.085.966.27.41.406.863.406%201.358%200%20.495-.124.924-.371%201.288s-.572.64-.973.826v.084c.504.177.912.471%201.225.882.313.41.469.891.469%201.442a2.6%202.6%200%200%201-.427%201.47c-.285.43-.667.763-1.148%201.001A3.5%203.5%200%200%201%204.082%2013H.148V2.976zm3.696%204.2c.448%200%20.81-.14%201.085-.42.275-.28.413-.602.413-.966s-.133-.684-.399-.959c-.266-.275-.614-.413-1.043-.413H1.716v2.758h2.128zm.238%204.368c.476%200%20.856-.15%201.141-.448.285-.299.427-.644.427-1.036%200-.401-.147-.749-.441-1.043-.294-.294-.688-.441-1.183-.441h-2.31v2.968h2.366zm5.379.903c-.453-.518-.679-1.239-.679-2.163V5.86h1.54v4.214c0%20.579.138%201.013.413%201.302.275.29.637.434%201.085.434.364%200%20.686-.096.966-.287.28-.191.495-.446.644-.763a2.37%202.37%200%200%200%20.224-1.022V5.86h1.54V13h-1.456v-.924h-.084c-.196.336-.5.611-.91.826-.41.215-.845.322-1.302.322-.868%200-1.528-.259-1.981-.777zm9.859.161L16.352%205.86h1.722l2.016%204.858h.056l1.96-4.858H23.8l-4.41%2010.164h-1.624l1.554-3.416zm8.266-6.748h1.666l1.442%205.11h.056l1.61-5.11h1.582l1.596%205.11h.056l1.442-5.11h1.638L36.392%2013h-1.624L33.13%207.876h-.042L31.464%2013h-1.596l-2.282-7.14zm12.379-1.337a1%201%200%200%201-.301-.735%201%201%200%200%201%20.301-.735%201%201%200%200%201%20.735-.301%201%201%200%200%201%20.735.301%201%201%200%200%201%20.301.735%201%201%200%200%201-.301.735%201%201%200%200%201-.735.301%201%201%200%200%201-.735-.301zM39.93%205.86h1.54V13h-1.54V5.86zm5.568%207.098a1.967%201.967%200%200%201-.686-.406c-.401-.401-.602-.947-.602-1.638V7.218h-1.246V5.86h1.246V3.844h1.54V5.86h1.736v1.358H45.75v3.36c0%20.383.075.653.224.812.14.187.383.28.728.28.159%200%20.299-.021.42-.063.121-.042.252-.11.392-.203v1.498c-.308.14-.681.21-1.12.21-.317%200-.616-.051-.896-.154zm3.678-9.982h1.54v2.73l-.07%201.092h.07c.205-.336.511-.614.917-.833.406-.22.842-.329%201.309-.329.868%200%201.53.254%201.988.763.457.509.686%201.202.686%202.079V13h-1.54V8.688c0-.541-.142-.947-.427-1.218-.285-.27-.656-.406-1.113-.406-.345%200-.656.098-.931.294a2.042%202.042%200%200%200-.651.777%202.297%202.297%200%200%200-.238%201.029V13h-1.54V2.976z%22%20fill%3D%22%233C4043%22%2F%3E%3Cpath%20d%3D%22M61%200h41.285v18H61z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 1px 3px 0px #6d6d6d;
  outline: 0;
  padding: 10px 8px;
  width: 240px;
  height: 40px;
  min-height: 40px;
}
.braintree-googlepay-button.short {
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2241%22%20height%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M19.526%202.635v4.083h2.518c.6%200%201.096-.202%201.488-.605.403-.402.605-.882.605-1.437%200-.544-.202-1.018-.605-1.422-.392-.413-.888-.62-1.488-.62h-2.518zm0%205.52v4.736h-1.504V1.198h3.99c1.013%200%201.873.337%202.582%201.012.72.675%201.08%201.497%201.08%202.466%200%20.991-.36%201.819-1.08%202.482-.697.665-1.559.996-2.583.996h-2.485v.001zm7.668%202.287c0%20.392.166.718.499.98.332.26.722.391%201.168.391.633%200%201.196-.234%201.692-.701.497-.469.744-1.019.744-1.65-.469-.37-1.123-.555-1.962-.555-.61%200-1.12.148-1.528.442-.409.294-.613.657-.613%201.093m1.946-5.815c1.112%200%201.989.297%202.633.89.642.594.964%201.408.964%202.442v4.932h-1.439v-1.11h-.065c-.622.914-1.45%201.372-2.486%201.372-.882%200-1.621-.262-2.215-.784-.594-.523-.891-1.176-.891-1.96%200-.828.313-1.486.94-1.976s1.463-.735%202.51-.735c.892%200%201.629.163%202.206.49v-.344c0-.522-.207-.966-.621-1.33a2.132%202.132%200%200%200-1.455-.547c-.84%200-1.504.353-1.995%201.062l-1.324-.834c.73-1.045%201.81-1.568%203.238-1.568m11.853.262l-5.02%2011.53H34.42l1.864-4.034-3.302-7.496h1.635l2.387%205.749h.032l2.322-5.75z%22%20fill%3D%22%235F6368%22%2F%3E%3Cpath%20d%3D%22M13.448%207.134c0-.473-.04-.93-.116-1.366H6.988v2.588h3.634a3.11%203.11%200%200%201-1.344%202.042v1.68h2.169c1.27-1.17%202.001-2.9%202.001-4.944%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M6.988%2013.7c1.816%200%203.344-.595%204.459-1.621l-2.169-1.681c-.603.406-1.38.643-2.29.643-1.754%200-3.244-1.182-3.776-2.774H.978v1.731a6.728%206.728%200%200%200%206.01%203.703%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M3.212%208.267a4.034%204.034%200%200%201%200-2.572V3.964H.978A6.678%206.678%200%200%200%20.261%206.98c0%201.085.26%202.11.717%203.017l2.234-1.731z%22%20fill%3D%22%23FABB05%22%2F%3E%3Cpath%20d%3D%22M6.988%202.921c.992%200%201.88.34%202.58%201.008v.001l1.92-1.918C10.324.928%208.804.262%206.989.262a6.728%206.728%200%200%200-6.01%203.702l2.234%201.731c.532-1.592%202.022-2.774%203.776-2.774%22%20fill%3D%22%23E94235%22%2F%3E%3Cpath%20d%3D%22M0%200h41.285v18H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  width: 160px;
}
.braintree-googlepay-button:focus {
  box-shadow: 0px 1px 3px 0px #6d6d6d, inset 0px 0px 0px 1px #a8abb3;
}
.braintree-googlepay-button:hover:enabled {
  background-color: #f7f7f7;
}
.braintree-googlepay-button:active:enabled {
  background-color: #e7e8e8;
}
.braintree-googlepay-button-no-shadow {
  box-shadow: inset 0px 0px 0px 1px #dadce0 !important;
  /* important to enforce brand requirements */
}
.braintree-googlepay-button-no-shadow:focus {
  box-shadow: inset 0px 0px 0px 1px #a8abb3 !important;
  /* important to enforce brand requirements */
}
.braintree-googlepay-button:disabled::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.googlepay-minicart-logo {
  margin-top: 15px;
  text-align: center;
}
.payment-method-braintree .hosted-control {
  padding: 8px 15px;
  box-sizing: content-box;
}
#braintree_cc_number {
  padding-left: 68px;
}
.payment-method-braintree .cvv .field-tooltip {
  left: 10rem;
  top: 10px;
}
.checkout-payment-method .credit-card-types.braintree-credit-card-types img {
  width: 30px;
  -webkit-filter: none;
  -webkit-transition: none;
}
.braintree-card-control {
  position: relative;
}
.braintree-credit-card-selected {
  position: absolute;
  z-index: 10;
  left: 10px;
}
.braintree-paypal-logo.oneclick-container {
  width: 100%;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .label {
  font-weight: 600;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field.required > .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.8rem;
  margin: 0 0 0 5px;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control {
  margin: 10px 10px 0 0;
}
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="text"]::placeholder,
#payment_form_braintree_ach_direct_debit .field > .fields .field .control input[type="number"]::placeholder {
  color: lightgrey;
}
.navigation.vgroup {
  width: 100%;
  margin: 0 auto;
}
.navigation.vgroup ul#ui-id-2 li ul {
  display: none;
  top: 40px;
  width: 1000px;
}
.navigation.vgroup ul#ui-id-2 li ul li {
  display: inline-block;
}
.navigation.vgroup ul#ui-id-2 li ul li .menu-bnr a {
  height: 100px;
  width: 100px;
}
.navigation.vgroup ul#ui-id-2 li:hover ul {
  display: block;
}
