@charset "UTF-8";

/**
 * BSeller Platform | B2W - Companhia Digital
 *
 * Do not edit this file if you want to update this module for future new versions.
 *
 * @category  BSeller
 * @package   BSeller_Core
 *
 * @copyright Copyright (c) 2017 B2W Digital - BSeller Platform. (http://www.bseller.com.br)
 *
 * @author    BSeller Core Team <dev@e-smart.com.br>
 */

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?tfqnd3#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.svg#Myriad Pro") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?tfqnd3#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.svg#Myriad Pro") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?tfqnd3#iefix") format("embedded-opentype"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.svg#Myriad Pro") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonticon/icomoon.eot");
  src: url("../fonticon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonticon/icomoon.woff") format("woff"), url("../fonticon/icomoon.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-benefits:before {
  content: "";
}

.icon-bible:before {
  content: "";
}

.icon-billet:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-card:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-ebooks:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-newspapper:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-sale:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-shipping:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-wine:before {
  content: "";
}

.icon-arrow:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-linkedin:before {
  content: "";
}

.icon-navigation:before,
.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-discount:before {
  content: "";
}

.icon-card-secure:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-edit:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-catalog:before {
  content: "";
}

.icon-idea:before {
  content: "";
}

.icon-headset:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-sac-chat:before {
  content: "";
}

.icon-sac-mail:before {
  content: "";
}

.icon-sac-phone:before {
  content: "";
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

html {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #FFFFFF;
  color: #000000;
  line-height: 1;
}

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

th,
code,
cite,
caption {
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

address {
  font-style: normal;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  display: block;
}

ol,
ul {
  list-style: none;
}

q:before,
q:after {
  content: '';
}

input:focus,
input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"] {
  -webkit-appearance: none;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

object[type='application/gas-events-uni'] {
  display: none;
}

body {
  font-family: "Myriad Pro";
  font-size: 14px;
  color: #383838;
}

.main-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-container::after {
  clear: both;
  content: "";
  display: block;
}

.main-container .container,
.main-container .main {
  float: left;
  display: block;
  width: 102.35765%;
  padding: 0 55px;
}

.main-container .container:last-child,
.main-container .main:last-child {
  width: 100%;
}

.main-container.col2-left-layout .col-left,
.main-container.col2-left-layout .col-right,
.main-container.col2-right-layout .col-left,
.main-container.col2-right-layout .col-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 21.5258%;
}

.main-container.col2-left-layout .col-left:last-child,
.main-container.col2-left-layout .col-right:last-child,
.main-container.col2-right-layout .col-left:last-child,
.main-container.col2-right-layout .col-right:last-child {
  margin-right: 0;
}

.main-container.col2-left-layout .col-main,
.main-container.col2-right-layout .col-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 76.11655%;
  margin-right: 0;
}

.main-container.col2-left-layout .col-main:last-child,
.main-container.col2-right-layout .col-main:last-child {
  margin-right: 0;
}

.main-container.col3-layout .col-left,
.main-container.col3-layout .col-right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.main-container.col3-layout .col-left:last-child,
.main-container.col3-layout .col-right:last-child {
  margin-right: 0;
}

.main-container.col3-layout .col-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.main-container.col3-layout .col-main:last-child {
  margin-right: 0;
}

a {
  text-decoration: none;
  color: #383838;
  transition: color 0.2s linear;
}

a:hover {
  color: #006eca;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.no-display,
.form-list li em,
.products-grid .item .price-box .price-label,
.products-grid .item .price-box .map-link,
.products-grid .item .price-box .minimal-price-link,
.form-add-review .form-list em,
.esmart-contact-form .form-list li .required,
.page-header.fixed .header-nav,
.cms-home .page-title,
.catalog-category-view .block-layered-nav .count,
.catalog-category-view .toolbar.top .pages,
.catalog-category-view .toolbar.bottom .col-1,
.catalog-category-view .toolbar.bottom .sort-by,
.catalog-product-view .product-view .product-essential .price-info .billet .prices .price-label,
.catalog-product-view .product-view .product-essential .price-info .ccard .prices .price-label,
.catalog-product-view .product-view .product-essential .product-options em,
.catalog-product-view .product-view .product-essential .product-options p.required,
.catalog-product-view .product-view .product-essential .product-options .x,
.catalog-product-view .product-view .product-essential .product-options-bottom .price-box,
.catalog-product-view .product-view .product-essential .product-options-bottom .add-to-links,
.catalog-product-view .product-view .product-essential .product-options-bottom .sharing-links,
.catalog-product-view .product-view .product-tabs h2,
.catalog-product-view .buy-together .carousel .products-grid label:before,
.catalog-product-view .buy-together .carousel .products-grid label:after,
.checkout-onepage-index .opc .section#opc-review .step-title,
.checkout-onepage-index .opc .section .step .back-link,
.checkout-onepage-index .opc .section .step#checkout-step-billing .default-address + button,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .default-address + button,
.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item .number,
.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item .product-image,
.checkout-onepage-index .opc .section .step#checkout-step-payment #checkout-review-submit,
.catalogsearch-result-index .block-layered-nav .count,
.catalogsearch-result-index .toolbar.top .pages,
.catalogsearch-result-index .toolbar.bottom .col-1,
.catalogsearch-result-index .toolbar.bottom .sort-by,
.cms-institutional .page-title,
.god-with-us .page-title,
.customer-account .back-link,
.customer-account .orders-history .pager .amount,
.customer-account .order-info .buttons .separator,
.customer-account .order-info .buttons .link-reorder,
.blog-index-list .toolbar.top .pages,
.blog-post-view .toolbar.top .pages,
.blog-cat-view .toolbar.top .pages,
.blog-index-list .toolbar.bottom .col-1,
.blog-index-list .toolbar.bottom .sort-by,
.blog-post-view .toolbar.bottom .col-1,
.blog-post-view .toolbar.bottom .sort-by,
.blog-cat-view .toolbar.bottom .col-1,
.blog-cat-view .toolbar.bottom .sort-by,
.blog-index-list .toolbar .col-1,
.blog-post-view .toolbar .col-1,
.blog-cat-view .toolbar .col-1 {
  display: none !important;
}

.hide,
.products-grid .item .product-image .hidden {
  display: none;
}

.loader {
  background: url("../images/loader.gif") no-repeat center center;
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto;
}

.qty {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.qty:last-child {
  margin-right: 0;
}

.qty span,
.qty input {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.qty span {
  height: 35px;
  width: 35px;
  line-height: 32px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50% 50% 50% 50%;
}

.qty span.qty-left {
  color: #004782;
  background: #f4f4f4;
}

.qty span.qty-right {
  color: #ffffff;
  background: #004782;
}

.qty input {
  width: 65px;
  margin: 0 10px;
  font-size: 25px;
  color: #767676;
  padding: 5px 10px;
}

.qty.dark .qty-left {
  background: rgba(118, 118, 118, 0.2);
}

h1 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
}

.page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.page-title:last-child {
  margin-right: 0;
}

.page-title h1,
.page-title h2 {
  padding-bottom: 10px;
}

.error-msg,
.success-msg,
.notice-msg {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border: 1px solid;
  text-align: center;
  padding: 12px 0;
  margin: 5px 0;
  text-transform: uppercase;
}

.error-msg:last-child,
.success-msg:last-child,
.notice-msg:last-child {
  margin-right: 0;
}

.error-msg {
  background-color: rgba(249, 6, 26, 0.1);
  border-color: #f9061a;
  color: #f9061a;
}

.success-msg {
  background-color: rgba(72, 184, 11, 0.1);
  border-color: #48b80b;
  color: #48b80b;
}

.notice-msg {
  background-color: rgba(252, 193, 0, 0.1);
  border-color: #fcc100;
  color: #fcc100;
}

.messages {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.messages:last-child {
  margin-right: 0;
}

input,
select,
textarea {
  font-family: "Myriad Pro";
  padding: 13px 11px;
  font-size: 16px;
  border: 1px solid #767676;
  color: #767676;
  width: 100%;
}

.form-list li label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.input-box .validation-advice,
.esmart-contact-form .form-list li .validation-advice {
  color: #f9061a;
  line-height: 20px;
  margin: 5px 0;
  font-size: 12px;
  text-transform: uppercase;
}

input.not-active,
input:disabled,
select.not-active,
select:disabled,
textarea.not-active,
textarea:disabled,
input[type='checkbox']:disabled,
input[type='radio']:disabled,
select[type='checkbox']:disabled,
select[type='radio']:disabled,
textarea[type='checkbox']:disabled,
textarea[type='radio']:disabled {
  opacity: 0.5;
}

input.not-active + label,
input:disabled + label,
select.not-active + label,
select:disabled + label,
textarea.not-active + label,
textarea:disabled + label,
input[type='checkbox']:disabled + label,
input[type='radio']:disabled + label,
select[type='checkbox']:disabled + label,
select[type='radio']:disabled + label,
textarea[type='checkbox']:disabled + label,
textarea[type='radio']:disabled + label {
  opacity: 0.5;
}

input[type='checkbox'],
input[type='radio'],
select[type='checkbox'],
select[type='radio'],
textarea[type='checkbox'],
textarea[type='radio'] {
  display: none;
}

input[type='checkbox'] + label,
input[type='radio'] + label,
select[type='checkbox'] + label,
select[type='radio'] + label,
textarea[type='checkbox'] + label,
textarea[type='radio'] + label {
  cursor: pointer;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #767676;
  position: relative;
  line-height: 20px;
}

input[type='checkbox'] + label:after,
input[type='radio'] + label:after,
select[type='checkbox'] + label:after,
select[type='radio'] + label:after,
textarea[type='checkbox'] + label:after,
textarea[type='radio'] + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

input[type='checkbox']:checked + label:before,
input[type='radio']:checked + label:before,
select[type='checkbox']:checked + label:before,
select[type='radio']:checked + label:before,
textarea[type='checkbox']:checked + label:before,
textarea[type='radio']:checked + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
}

input[type='checkbox'] + label:after,
select[type='checkbox'] + label:after,
textarea[type='checkbox'] + label:after,
.form-list li.type-person .input-box input[type='radio'] + label:after {
  height: 20px;
  width: 20px;
  border: 2px solid #767676;
}

input[type='checkbox']:checked + label:before,
select[type='checkbox']:checked + label:before,
textarea[type='checkbox']:checked + label:before,
.form-list li.type-person .input-box input[type='radio']:checked + label:before {
  background: #004782;
  left: 4px;
  top: 4px;
  height: 12px;
  width: 12px;
  z-index: 1;
}

input[type='checkbox']:checked + label:after,
select[type='checkbox']:checked + label:after,
textarea[type='checkbox']:checked + label:after,
.form-list li.type-person .input-box input[type='radio']:checked + label:after {
  background: #ffffff;
  z-index: 0;
}

input[type='radio'] + label:after,
select[type='radio'] + label:after,
textarea[type='radio'] + label:after {
  height: 20px;
  width: 20px;
  border: 2px solid #767676;
  border-radius: 50% 50% 50% 50%;
}

input[type='radio']:checked + label:before,
select[type='radio']:checked + label:before,
textarea[type='radio']:checked + label:before {
  background: #767676;
  left: 6px;
  top: 6px;
  height: 8px;
  width: 8px;
  z-index: 1;
  border-radius: 50% 50% 50% 50%;
}

input[type='radio']:checked + label:after,
select[type='radio']:checked + label:after,
textarea[type='radio']:checked + label:after {
  background: rgba(0, 71, 130, 0.1);
  z-index: 0;
}

input[type='file'],
select[type='file'],
textarea[type='file'] {
  padding: 11px;
}

input.validation-failed,
select.validation-failed,
textarea.validation-failed {
  border-color: #f9061a;
}

input.not-active,
select.not-active,
textarea.not-active {
  pointer-events: none;
}

.form-list li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.form-list li:last-child {
  margin-right: 0;
}

.form-list li.fields .field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 46.26223%;
}

.form-list li.fields .field:last-child {
  margin-right: 0;
}

.form-list li.fields .field:last-child,
.form-list li.fields .field:nth-child(2) {
  float: right;
  margin-right: 0;
}

.form-list li.fields .field.field-cpf {
  float: left;
}

.form-list li.fields .field.field-cnpj {
  float: right;
}

.form-list li.street-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}

.form-list li.street-2:last-child {
  margin-right: 0;
}

.form-list li.street-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 77.82251%;
  float: right;
  margin-right: 0;
}

.form-list li.street-3:last-child {
  margin-right: 0;
}

.form-list li.type-person {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 45px 0;
}

.form-list li.type-person:last-child {
  margin-right: 0;
}

.form-list li.type-person label,
.form-list li.type-person .input-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 80px;
  margin-bottom: 0;
}

.form-list li.type-person .input-box label {
  text-transform: uppercase;
  margin-right: 40px;
}

.form-list li.type-person .input-box label:before,
.form-list li.type-person .input-box label:after {
  border-radius: 0 0 0 0;
}

.form-list li.dob {
  margin-top: 24px;
}

.form-list li.dob label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  line-height: 20px;
  padding-top: 5px;
}

.form-list li.dob label:last-child {
  margin-right: 0;
}

.form-list li.dob .customer-dob {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  float: right;
  margin-right: 0;
  text-align: right;
}

.form-list li.dob .customer-dob:last-child {
  margin-right: 0;
}

.form-list li.dob .customer-dob .dob-day,
.form-list li.dob .customer-dob .dob-month,
.form-list li.dob .customer-dob .dob-year {
  width: 26%;
  margin-right: 10%;
  display: inline-block;
}

.form-list li.dob .customer-dob .dob-day input,
.form-list li.dob .customer-dob .dob-month input,
.form-list li.dob .customer-dob .dob-year input {
  text-align: center;
}

.form-list li.dob .customer-dob .dob-day {
  margin-right: 10.4%;
}

.form-list li.dob .customer-dob .dob-year {
  margin-right: 0;
}

.form-list li .customer-name-pj .field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.form-list li .customer-name-pj .field:last-child {
  margin-right: 0;
}

.form-list li .postcode label {
  position: relative;
}

.form-list li .postcode label a {
  position: absolute;
  right: 0;
  color: #004782;
  text-decoration: underline;
}

.input-box {
  margin-bottom: 22px;
}

button,
.button,
.catalog-product-view .product-view .product-essential .alert-stock {
  font-family: "Myriad Pro";
  font-weight: bold;
  padding: 13px 40px;
  letter-spacing: 1px;
  font-size: 20px;
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  color: #ffffff;
  background: #48b80b;
  cursor: pointer;
  transition: background 0.2s linear;
}

button:hover,
.button:hover,
.catalog-product-view .product-view .product-essential .alert-stock:hover {
  background: #3fa00a;
}

button.small,
.small.button,
.catalog-product-view .product-view .product-essential .small.alert-stock {
  font-size: 16px;
  text-transform: initial;
  padding: 10px 20px;
}

button.gray,
.button.gray,
.catalog-product-view .product-view .product-essential .alert-stock {
  color: #767676;
  background: #f4f4f4;
}

button.gray:hover,
.button.gray:hover,
.catalog-product-view .product-view .product-essential .alert-stock:hover {
  background: #e7e7e7;
}

button.gray-dark,
.button.gray-dark,
.catalog-product-view .product-view .product-essential .gray-dark.alert-stock {
  color: #ffffff;
  background: #989898;
}

button.gray-dark:hover,
.button.gray-dark:hover,
.catalog-product-view .product-view .product-essential .gray-dark.alert-stock:hover {
  background: #8b8b8b;
}

button.yellow,
.button.yellow,
.catalog-product-view .product-view .product-essential .yellow.alert-stock {
  color: #004782;
  background: #fcc100;
}

button.yellow:hover,
.button.yellow:hover,
.catalog-product-view .product-view .product-essential .yellow.alert-stock:hover {
  background: #e3ad00;
}

button.white,
.button.white,
.catalog-product-view .product-view .product-essential .white.alert-stock {
  color: #004782;
  background: #ffffff;
}

button.white:hover,
.button.white:hover,
.catalog-product-view .product-view .product-essential .white.alert-stock:hover {
  background: #f2f2f2;
}

button.blue,
.button.blue,
.catalog-product-view .product-view .product-essential .blue.alert-stock {
  color: #ffffff;
  background: #004782;
}

button.blue:hover,
.button.blue:hover,
.catalog-product-view .product-view .product-essential .blue.alert-stock:hover {
  background: #003969;
}

button.black,
.button.black,
.catalog-product-view .product-view .product-essential .black.alert-stock {
  color: #ffffff;
  background: #000000;
}

button.black:hover,
.button.black:hover,
.catalog-product-view .product-view .product-essential .black.alert-stock:hover {
  background: #262626;
}

.cms-style-guide .row,
.cms-style-guide .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 30px;
}

.cms-style-guide .row:last-child,
.cms-style-guide .page-title:last-child {
  margin-right: 0;
}

.cms-style-guide h1 {
  margin-top: 30px;
}

.cms-style-guide h2 {
  margin-bottom: 10px;
}

.cms-style-guide textarea {
  display: block;
  padding: 10px 5px;
  font-size: 12px;
  text-align: center;
  resize: none;
  border: none;
}

.cms-style-guide .col-1,
.cms-style-guide .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.cms-style-guide .col-1:last-child,
.cms-style-guide .col-2:last-child {
  margin-right: 0;
}

.cms-style-guide .col-2 {
  float: right;
  margin-right: 0;
}

.cms-style-guide .buttons li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.cms-style-guide .buttons li:last-child {
  margin-right: 0;
}

.cms-style-guide .icons li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin: 20px 10px;
  text-align: center;
}

.cms-style-guide .icons li:last-child {
  margin-right: 0;
}

.cms-style-guide .icons li:before {
  font-size: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: rgba(118, 118, 118, 0.2);
}

.swiper-pagination .swiper-pagination-bullet-active.swiper-pagination-bullet {
  background: #006eca;
}

.swiper-button-prev,
.swiper-button-next {
  color: #ffffff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-slide .item {
  width: 90%;
  margin: 10px auto;
  float: none;
}

.swiper-container .swiper-slide .item .actions a {
  font-size: 14px;
}

.swiper-container .swiper-slide .item .actions a span {
  font-size: 12px;
}

.swiper-container .swiper-slide .item .actions a span.icon-eye {
  font-size: 14px;
}

.swiper-container .swiper-slide .item img {
  width: auto;
}

.swiper-container .swiper-slide img {
  width: 100%;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
}

.swiper-pagination.top {
  top: 5px;
  left: auto;
  bottom: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 10px;
  margin: 0 8px;
  cursor: pointer;
  border-radius: 50% 50% 50% 50%;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  font-family: 'icomoon';
  font-size: 20px;
  text-align: center;
  color: #383838;
}

.swiper-button-prev.white,
.swiper-button-next.white {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #ffffff;
  border-radius: 50% 50% 50% 50%;
}

.swiper-button-prev.white:hover,
.swiper-button-next.white:hover {
  background: rgba(255, 255, 255, 0.6);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  color: rgba(56, 56, 56, 0.2);
}

.swiper-button-prev.swiper-button-disabled.white,
.swiper-button-next.swiper-button-disabled.white {
  background: rgba(255, 255, 255, 0.2);
}

.swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}

.swiper-button-prev.white {
  left: 55px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next.white {
  right: 55px;
}

.products-grid .item {
  float: left;
  display: block;
  width: 25%;
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0 70px 0;
}

.products-grid .item:nth-child(4n) {
  margin-right: 0;
}

.products-grid .item:nth-child(4n+1) {
  clear: left;
}

.products-grid .item .content {
  width: 150px;
  margin: 0 auto;
  text-align: center;
}

.products-grid .item:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.products-grid .item:hover .show-hover {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.products-grid {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}

.products-grid:last-child {
  margin-right: 0;
}

.products-grid .list-product--bundle .price-box .price-from {
  display: none;
}

.products-grid .item .flags {
  min-width: 30%;
  position: absolute;
  left: 0;
  top: 0;
}

.products-grid .item .flags li {
  font-size: 10px;
  padding: 8px 12px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
}

.products-grid .item .flags li.blue {
  background: #006eca;
  color: #ffffff;
}

.products-grid .item .flags li.yellow {
  background: #fcc100;
  color: #004782;
}

.products-grid .item .show-hover {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}

.products-grid .item .product-image {
  margin-bottom: 10px;
  display: block;
}

.products-grid .item .product-image img {
  margin: 0 auto;
}

.products-grid .item .products-info {
  line-height: 20px;
}

.products-grid .item .products-info .name {
  min-height: 40px;
}

.products-grid .item .products-info .author {
  min-height: 40px;
  display: block;
}

.products-grid .item .price-box {
  margin-top: 15px;
}

.products-grid .item .price-box .price {
  font-size: 24px;
  font-weight: bold;
  color: #006eca;
}

.products-grid .item .price-box .old-price .price-label,
.products-grid .item .price-box .old-price .price {
  font-size: 14px;
  font-weight: normal;
  color: initial;
  text-decoration: line-through;
  margin-bottom: 5px;
  display: inline-block;
}

.products-grid .item .installment {
  margin-top: 5px;
}

.products-grid .item .actions {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.products-grid .item .actions a,
.products-grid .item .actions p {
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  display: block;
  width: 51.17883%;
}

.products-grid .item .actions a:last-child,
.products-grid .item .actions p:last-child {
  width: 48.82117%;
}

.products-grid .item .actions span {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.products-grid .item .actions span.icon-eye {
  font-size: 16px;
}

.products-grid .item .actions .spy {
  background: #000000;
  color: #ffffff;
}

.products-grid .item .actions .spy.full {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.products-grid .item .actions .spy.full:last-child {
  margin-right: 0;
}

.products-grid .item .actions .spy:hover {
  background: #1a1a1a;
}

.products-grid .item .actions .add-to-cart {
  background: #48b80b;
  color: #ffffff;
}

.products-grid .item .actions .add-to-cart:hover {
  background: #3fa00a;
}

.products-grid .item .actions .out-of-stock {
  float: none;
  margin: 0 auto;
}

.breadcrumbs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 22px 0;
}

.breadcrumbs:last-child {
  margin-right: 0;
}

.breadcrumbs ul {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.breadcrumbs ul::after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: top;
  color: #006eca;
}

.breadcrumbs ul li a {
  color: #767676;
}

.breadcrumbs ul li .arrow {
  position: relative;
  padding: 0 6px;
  font-size: 6px;
  vertical-align: middle;
  display: inline-block;
}

.breadcrumbs ul li .arrow::before {
  content: '';
  position: absolute;
  top: -3px;
  right: initial;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #767676;
  border-right: 0;
}

.pages li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.pages li.current {
  font-size: 22px;
  color: #006eca;
  font-weight: bold;
  position: relative;
}

.pages li.current:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: #006eca;
}

.pages li .previous,
.pages li .next {
  color: #006eca;
  text-transform: lowercase;
  position: relative;
  display: block;
}

.pages li .previous span,
.pages li .next span {
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  bottom: 18px;
}

.pages li .previous span {
  left: -15px;
  transform: rotate(90deg);
}

.pages li .next span {
  right: -15px;
  transform: rotate(-90deg);
}

.ratings .rating-box,
.ratings .amount {
  display: inline-block;
  vertical-align: middle;
}

.ratings .amount {
  margin-left: 10px;
  font-size: 16px;
}

.rating-box {
  width: 150px;
  height: 21px;
  background: url(../images/rating-empty.png) 0 0 repeat-x;
}

.rating-box .rating {
  background: url(../images/rating.png) 0 0 repeat-x;
  height: 21px;
  display: block;
}

.no-rating {
  font-size: 16px;
}

.form-add-review {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  display: none;
  padding: 30px;
}

.form-add-review:last-child {
  margin-right: 0;
}

.form-add-review table {
  margin-bottom: 20px;
}

.form-add-review table thead th {
  padding: 20px 0;
  text-align: center;
}

.form-add-review table tbody th,
.form-add-review table tbody td {
  padding: 15px 0;
  font-size: 16px;
}

.form-add-review table tbody td {
  text-align: center;
}

.form-add-review .validation-advice {
  font-size: 12px;
  color: #f9061a;
  text-transform: uppercase;
  text-align: left;
}

.form-add-review .form-list {
  margin-top: 20px;
}

.form-add-review .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.form-add-review .buttons-set:last-child {
  margin-right: 0;
}

.form-add-review .buttons-set button {
  font-size: 16px;
  display: block;
  width: 30%;
  margin: 0 auto;
  text-transform: uppercase;
}

.steps ul.active-cart .cart,
.steps ul.active-checkout .cart,
.steps ul.active-checkout .checkout,
.steps ul.active-success .cart,
.steps ul.active-success .checkout,
.steps ul.active-success .success {
  color: #006eca;
}

.steps ul.active-cart .cart:before,
.steps ul.active-checkout .cart:before,
.steps ul.active-checkout .checkout:before,
.steps ul.active-success .cart:before,
.steps ul.active-success .checkout:before,
.steps ul.active-success .success:before {
  background: #006eca;
}

.steps {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.steps:last-child {
  margin-right: 0;
}

.steps ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.43705%;
  text-align: center;
  font-size: 16px;
  color: #767676;
}

.steps ul li:last-child {
  margin-right: 0;
}

.steps ul li span {
  font-size: 30px;
  display: block;
  margin: 0 0 10px 0;
}

.steps ul li.checkout {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  position: relative;
}

.steps ul li.checkout:last-child {
  margin-right: 0;
}

.steps ul li.checkout:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #767676;
}

.steps ul li.checkout span {
  background: #ffffff;
  position: relative;
  z-index: 1;
  width: 100px;
  margin: 0 auto 10px auto;
}

.esmart-contact-form {
  text-align: left;
}

.esmart-contact-form .form-list li .field {
  margin-bottom: 22px;
}

.esmart-contact-form .form-list li .field:nth-child(3),
.esmart-contact-form .form-list li .field:last-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.esmart-contact-form .form-list li .field:nth-child(3):last-child,
.esmart-contact-form .form-list li .field:last-child:last-child {
  margin-right: 0;
}

.esmart-contact-form .form-list li .field:nth-child(5) {
  float: right;
  margin-right: 0;
}

.esmart-contact-form .form-list li textarea {
  height: 200px;
}

.esmart-contact-form .form-list button {
  width: 40%;
  margin: 0 auto 50px auto;
}

.page-header {
  background: #004782;
  color: #ffffff;
}

.page-header.fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
}

.page-header.fixed .page-header-container {
  padding: 6px 0 6px 0;
}

.page-header.fixed .page-header-container .header-logo img {
  width: 90%;
}

.page-header.fixed .page-header-container .header-account .hello {
  width: 55%;
  padding-top: 18px;
}

.page-header.fixed .page-header-container .header-account .hello b {
  display: inline-block;
}

.page-header.fixed .page-header-container .header-account .hello .box {
  left: -67px;
  margin-top: 10px;
}

.page-header.fixed .page-header-container .header-cart .count {
  top: 20%;
}

.page-header.fixed .page-header-container .header-cart .icon-cart {
  padding: 16px 30px;
}

.page-header .page-header-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  position: relative;
}

.page-header .page-header-container::after {
  clear: both;
  content: "";
  display: block;
}

.page-header .page-header-container .header-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  margin-left: 10px;
  margin-top: 8px;
}

.page-header .page-header-container .header-logo:last-child {
  margin-right: 0;
}

.page-header .page-header-container .header-search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 47.11521%;
  margin-top: 10px;
}

.page-header .page-header-container .header-search:last-child {
  margin-right: 0;
}

.page-header .page-header-container .header-search .input-box {
  position: relative;
  margin-bottom: 0;
}

.page-header .page-header-container .header-search .input-box input {
  padding: 15px 20px;
}

.page-header .page-header-container .header-search .input-box button {
  position: absolute;
  right: 6px;
  top: 6px;
  padding: 0;
  background: #fcc100;
  height: 40px;
  width: 40px;
}

.page-header .page-header-container .header-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.90%;
  margin-top: -10px;
}

.page-header .page-header-container .header-info:last-child {
  margin-right: 0;
}

.page-header .page-header-container .header-info span,
.page-header .page-header-container .header-info a {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}

.page-header .page-header-container .header-info span {
  font-size: 20px;
  margin-right: 10px;
}

.page-header.fixed .page-header-container .header-info {
  margin-top: 4px;
}

.page-header .page-header-container .header-info a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.page-header .page-header-container .header-account {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 12.996%;
}

.page-header .page-header-container .header-account:last-child {
  margin-right: 0;
}

.page-header .page-header-container .header-account span {
  font-size: 30px;
  margin-right: 10px;
  padding-top: 12px;
}

.page-header .page-header-container .header-account span,
.page-header .page-header-container .header-account .hello {
  display: inline-block;
  vertical-align: top;
}

.page-header .page-header-container .header-account .hello {
  padding-top: 8px;
  position: relative;
  line-height: 20px;
  width: 50%;
  padding-bottom: 24px;
  margin-bottom: -24px;
}

.page-header .page-header-container .header-account .hello b {
  display: block;
  font-weight: normal;
}

.page-header .page-header-container .header-account .hello span {
  position: absolute;
  right: 0;
  bottom: 28px;
  font-size: 14px;
  padding: 0;
  transition: all 0.2s;
}

.page-header .page-header-container .header-account .hello:hover span {
  transform: rotate(180deg);
}

.page-header .page-header-container .header-account .hello:hover > .box {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.page-header .page-header-container .header-account .box {
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transition: visibility 0s, opacity 0.2s linear;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  width: 175px;
  border-top: 1px solid #fcc100;
  color: #383838;
  padding: 20px;
  position: absolute;
  left: -74px;
  z-index: 10;
  margin-top: 10px;
  background: #ffffff;
}

.page-header .page-header-container .header-account .box::before {
  content: '';
  position: absolute;
  top: -8px;
  right: 15%;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fcc100;
  border-top: 0;
}

.page-header .page-header-container .header-account .box:hover {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.page-header .page-header-container .header-account .box a {
  display: block;
  margin: 13px 0;
  line-height: 24px;
  padding-left: 20px;
}

.page-header .page-header-container .header-account .box a:last-child {
  margin-bottom: 0;
}

.page-header .page-header-container .header-account .box a.button,
.page-header .page-header-container .header-account .box .catalog-product-view .product-view .product-essential a.alert-stock,
.catalog-product-view .product-view .product-essential .page-header .page-header-container .header-account .box a.alert-stock {
  margin: 0;
}

.page-header .page-header-container .header-cart {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}

.page-header .page-header-container .header-cart:last-child {
  margin-right: 0;
}

.page-header .page-header-container .header-cart .icon-cart {
  font-size: 30px;
  padding: 28px;
  display: block;
  color: #004782;
}

.page-header .page-header-container .header-cart a {
  background: #fcc100;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90px;
}

.page-header .page-header-container .header-cart a .count {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background: #006eca;
  color: #ffffff;
  top: 28%;
  left: -20px;
}

.page-header .header-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-bottom: 1px solid #004782;
}

.page-header .header-nav:last-child {
  margin-right: 0;
}

.page-header .header-nav .nav-primary li.level0 {
  float: left;
  padding: 0 40px;
  line-height: 52px;
  font-size: 16px;
}

.page-header .header-nav .nav-primary li.level0 .ico-menu {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.page-header .header-nav .nav-primary li.level0 .ico-menu .ico-menu-hover {
  display: none;
}

.page-header .header-nav .nav-primary li.level0:first-child {
  padding-left: 0;
}

.page-header .header-nav .nav-primary li.level0:last-child {
  float: right;
  background: #006eca;
}

.page-header .header-nav .nav-primary li.level0:last-child:hover a.level0 {
  color: #ffffff;
}

.page-header .header-nav .nav-primary li.level0:last-child a {
  color: #ffffff;
}

.page-header .header-nav .nav-primary li.level0:hover a.level0 {
  color: #004782;
}

.page-header .header-nav .nav-primary li.level0:hover a.level0 .ico-menu .hide-hover {
  display: none;
}

.page-header .header-nav .nav-primary li.level0:hover a.level0 .ico-menu .show-hover {
  display: block;
}

.page-header .header-nav .nav-primary li ul.level0 {
  position: relative;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  transition: visibility 0s, opacity 0.2s linear;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
  background: #ffffff;
  border-top: 1px solid #004782;
  position: absolute;
  z-index: 10;
  text-align: left;
  margin-left: -40px;
  line-height: normal;
}

.page-header .header-nav .nav-primary li ul.level0::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 45px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #004782;
  border-top: 0;
}

.page-header .header-nav .nav-primary li ul.has-banner.level0 ul {
  padding-right: 0;
  padding-bottom: 0;
}

.page-header .header-nav .nav-primary li ul.has-banner.level0 ul.promo-banner {
  display: inline-block;
  padding: 0;
  padding-left: 0;
}

.page-header .header-nav .nav-primary li ul li.level1 {
  font-size: 18px;
  padding-bottom: 18px;
}

.page-header .header-nav .nav-primary li ul li.level1:hover a.level1 {
  color: #004782;
}

.page-header .header-nav .nav-primary {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 55px;
  position: relative;
}

.page-header .header-nav .nav-primary li ul.level0 ul {
  display: inline-block;
  vertical-align: top;
  padding: 40px 45px;
}

.page-header .header-nav .nav-primary li ul.level0 ul li:last-child {
  padding-bottom: 0;
}

.page-header .header-nav .nav-primary li.menu-active > .level0 {
  transition: visibility 0s, opacity 0.2s linear;
  visibility: visible;
  opacity: 1;
}

.page-header .header-secure {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  padding: 8px 0;
}

.page-header .header-secure:last-child {
  margin-right: 0;
}

.page-header .header-secure span,
.page-header .header-secure p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.page-header .header-secure span:last-child,
.page-header .header-secure p:last-child {
  margin-right: 0;
}

.page-header .header-secure span {
  font-size: 30px;
  line-height: 34px;
}

.page-header .header-secure p {
  text-align: left;
  line-height: 18px;
  padding-left: 10px;
}

.footer-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  color: #ffffff;
  background: url("../images/footer.jpg") no-repeat center center;
  background-size: cover;
}

.footer-container:last-child {
  margin-right: 0;
}

.footer-container .footer {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 55px 60px 55px;
}

.footer-container .footer::after {
  clear: both;
  content: "";
  display: block;
}

.footer-container .footer .newsletter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 50px 100px;
  background: rgba(255, 255, 255, 0.1);
}

.footer-container .footer .newsletter:last-child {
  margin-right: 0;
}

.footer-container .footer .newsletter .block-subscribe {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}

.footer-container .footer .newsletter .block-subscribe:last-child {
  margin-right: 0;
}

.footer-container .footer .newsletter .block-subscribe .block-title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.footer-container .footer .newsletter .block-subscribe .subscribe-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 24px;
}

.footer-container .footer .newsletter .block-subscribe .subscribe-header:last-child {
  margin-right: 0;
}

.footer-container .footer .newsletter .block-subscribe .validation-advice {
  text-align: left;
  color: #ffffff;
}

.footer-container .footer .newsletter .block-subscribe .input-box.input-name {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 30.0556%;
}

.footer-container .footer .newsletter .block-subscribe .input-box.input-name:last-child {
  margin-right: 0;
}

.footer-container .footer .newsletter .block-subscribe .input-box.input-email {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 35.17349%;
}

.footer-container .footer .newsletter .block-subscribe .input-box.input-email:last-child {
  margin-right: 0;
}

.footer-container .footer .newsletter .block-subscribe .input-box label {
  display: block;
  margin-bottom: 8px;
  text-align: left;
}

.footer-container .footer .newsletter .block-subscribe .input-box input {
  border: 0;
  padding: 15px 11px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.footer-container .footer .newsletter .block-subscribe .actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 30.0556%;
}

.footer-container .footer .newsletter .block-subscribe .actions:last-child {
  margin-right: 0;
}

.footer-container .footer .newsletter .block-subscribe .actions button {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
  padding: 16px 20px;
  margin-top: 23px;
}

.footer-container .footer .links {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 50px 75px 0 75px;
}

.footer-container .footer .links:last-child {
  margin-right: 0;
}

.footer-container .footer .links dl {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.footer-container .footer .links dl:last-child {
  margin-right: 0;
}

.footer-container .footer .links dl:last-child {
  float: right;
  clear: right;
  margin-top: 40px;
}

.footer-container .footer .links dl:nth-child(4) {
  margin-right: 0;
}

.footer-container .footer .links dl dt {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
}

.footer-container .footer .links dl dd {
  color: #ffffff;
}

.footer-container .footer .links dl dd a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
}

.footer-container .footer .links dl.social dt {
  margin-bottom: 20px;
}

.footer-container .footer .links dl.social a {
  font-size: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer-container .footer .links a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.footer-container .footer.onepage {
  padding: 0 55px;
  line-height: 65px;
}

.footer-container .footer.onepage dl {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 87.20529%;
  margin-right: 0;
}

.footer-container .footer.onepage dl:last-child {
  margin-right: 0;
}

.footer-container .footer.onepage dl dt {
  text-transform: uppercase;
  margin-right: 10px;
}

.footer-container .footer.onepage dl dt,
.footer-container .footer.onepage dl dd {
  display: inline-block;
  vertical-align: middle;
}

.footer-container .footer.onepage dl:first-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 10.43705%;
}

.footer-container .footer.onepage dl:first-child:last-child {
  margin-right: 0;
}

.footer-container .footer.onepage .payment img {
  margin-bottom: 0;
}

.footer-container .copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #ffffff;
  color: #000000;
}

.footer-container .copyright:last-child {
  margin-right: 0;
}

.footer-container .copyright .container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 55px;
}

.footer-container .copyright .container::after {
  clear: both;
  content: "";
  display: block;
}

.footer-container .copyright .container address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  font-size: 10px;
  line-height: 20px;
}

.footer-container .copyright .container address:last-child {
  margin-right: 0;
}

.footer-container .copyright .container a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  text-align: right;
  margin-right: 0;
}

.footer-container .copyright .container a:last-child {
  margin-right: 0;
}

.footer-container .copyright .container a img {
  margin-left: auto;
  margin-top: 8px;
}

.footer-container .payment img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px;
}

.cms-home .main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cms-home .main-container::after {
  clear: both;
  content: "";
  display: block;
}

.cms-home .main-container .container,
.cms-home .main-container .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0;
}

.cms-home .main-container .container:last-child,
.cms-home .main-container .main:last-child {
  margin-right: 0;
}

.cms-home .top-banners {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.cms-home .top-banners:last-child {
  margin-right: 0;
}

.cms-home .bar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 12px 0;
  background: #f4f4f4;
  text-align: center;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.cms-home .bar:last-child {
  margin-right: 0;
}

.cms-home .bar li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 40px;
  text-transform: uppercase;
  border-right: 1px solid rgba(118, 118, 118, 0.2);
}

.cms-home .bar li:last-child {
  border-right: 0;
}

.cms-home .bar li span {
  color: #006eca;
  margin-right: 20px;
  font-size: 24px;
  vertical-align: middle;
}

.cms-home .content-home {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 55px;
}

.cms-home .content-home::after {
  clear: both;
  content: "";
  display: block;
}

.cms-home .content-home .tabs-home {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
}

.cms-home .content-home .tabs-home:last-child {
  margin-right: 0;
}

.cms-home .content-home .tabs-home .tabs-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 15px 0;
  text-transform: uppercase;
  color: #006eca;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.cms-home .content-home .tabs-home .tabs-block:last-child {
  margin-right: 0;
}

.cms-home .content-home .tabs-home .tabs-block h2 {
  font-size: 24px;
}

.cms-home .content-home .tabs-home .tabs-block li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
}

.cms-home .content-home .tabs-home .tabs-block li:last-child {
  margin-right: 0;
}

.cms-home .content-home .tabs-home .container-tabs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 20px 0 0 0;
}

.cms-home .content-home .tabs-home .container-tabs:last-child {
  margin-right: 0;
}

.cms-home .content-home .tabs-home .container-tabs .content-tab {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.cms-home .content-home .tabs-home .container-tabs .content-tab:last-child {
  margin-right: 0;
}

.cms-home .content-home .tabs-home .loader {
  margin-bottom: 20px;
}

.cms-home .banners-subscription {
  background: #f4f4f4;
}

.cms-home .banners-subscription .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 55px;
}

.cms-home .banners-subscription .content::after {
  clear: both;
  content: "";
  display: block;
}

.cms-home .banners-subscription .content .subscription-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #006eca;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
  position: relative;
}

.cms-home .banners-subscription .content .subscription-title:last-child {
  margin-right: 0;
}

.cms-home .banners-subscription .content .subscription-title h2 {
  font-size: 24px;
}

.cms-home .banners-subscription .content .swiper-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 40px 0 0 0;
}

.cms-home .banners-subscription .content .swiper-container:last-child {
  margin-right: 0;
}

.cms-home .banners-subscription .content .swiper-container .swiper-slide li:nth-child(1),
.cms-home .banners-subscription .content .swiper-container .swiper-slide li:nth-child(3) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.cms-home .banners-subscription .content .swiper-container .swiper-slide li:nth-child(1):last-child,
.cms-home .banners-subscription .content .swiper-container .swiper-slide li:nth-child(3):last-child {
  margin-right: 0;
}

.cms-home .banners-subscription .content .swiper-container .swiper-slide li:nth-child(2) {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.cms-home .banners-subscription .content .swiper-container .swiper-slide li:nth-child(2):last-child {
  margin-right: 0;
}

.cms-home .mini-banners {
  background: #f4f4f4;
}

.cms-home .mini-banners ul {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 55px;
}

.cms-home .mini-banners ul::after {
  clear: both;
  content: "";
  display: block;
}

.cms-home .mini-banners ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.cms-home .mini-banners ul li:last-child {
  margin-right: 0;
}

.cms-home .mini-banners ul li:nth-child(2n) {
  margin-right: 0;
}

.cms-home .mini-banners ul li:nth-child(2n+1) {
  clear: left;
}

.cms-home .mini-banners ul li img {
  width: 100%;
}

.catalog-category-view .breadcrumbs {
  padding: 22px 55px;
}

.catalog-category-view .category-products {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 30px;
  margin-top: 15px;
  border-top: 4px solid #f4f4f4;
}

.catalog-category-view .category-products:last-child {
  margin-right: 0;
}

.catalog-category-view .category-title {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
}

.catalog-category-view .category-title h1 {
  font-size: 18px;
  font-weight: bold;
  color: #004782;
  text-transform: initial;
  letter-spacing: 2px;
}

.catalog-category-view .block-layered-nav .block-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.catalog-category-view .block-layered-nav .block-title:before,
.catalog-category-view .block-layered-nav .block-title:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  background: #f4f4f4;
}

.catalog-category-view .block-layered-nav .block-title:before {
  top: -1px;
}

.catalog-category-view .block-layered-nav .block-title:after {
  bottom: -1px;
}

.catalog-category-view .block-layered-nav .result {
  position: relative;
  border-right: 1px solid #f4f4f4;
  padding: 30px 0;
}

.catalog-category-view .block-layered-nav .result li {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  position: relative;
  padding-right: 50px;
}

.catalog-category-view .block-layered-nav .result li .btn-remove {
  position: absolute;
  right: 20px;
  top: 4px;
  font-size: 14px;
  color: #004782;
  font-weight: bold;
  padding: 10px;
}

.catalog-category-view .block-layered-nav .result li .label {
  font-weight: bold;
}

.catalog-category-view .block-layered-nav dl {
  margin-bottom: 70px;
}

.catalog-category-view .block-layered-nav dl dt,
.catalog-category-view .block-layered-nav dl dd {
  position: relative;
  border: 1px solid #f4f4f4;
  border-left: 0;
}

.catalog-category-view .block-layered-nav dl dt {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  cursor: pointer;
  border-top: 0;
}

.catalog-category-view .block-layered-nav dl dt .arrow {
  position: relative;
  position: absolute;
  top: 36px;
  right: 30px;
  transition: all 0.2s;
}

.catalog-category-view .block-layered-nav dl dt .arrow::before {
  content: '';
  position: absolute;
  top: -5px;
  right: initial;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004782;
  border-bottom: 0;
}

.catalog-category-view .block-layered-nav dl dt:before,
.catalog-category-view .block-layered-nav dl dt:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 1px;
  width: 1000%;
  background: #f4f4f4;
}

.catalog-category-view .block-layered-nav dl dt:before {
  top: -1px;
}

.catalog-category-view .block-layered-nav dl dt:after {
  bottom: -1px;
}

.catalog-category-view .block-layered-nav dl dt:first-child {
  border-top: 1px solid #f4f4f4;
}

.catalog-category-view .block-layered-nav dl dt.active {
  background: #f4f4f4;
  border-top: 1px solid #f4f4f4;
}

.catalog-category-view .block-layered-nav dl dt.active .arrow {
  transform: rotate(180deg);
  top: 30px;
  right: 20px;
}

.catalog-category-view .block-layered-nav dl dt.active:before,
.catalog-category-view .block-layered-nav dl dt.active:after {
  height: 100%;
}

.catalog-category-view .block-layered-nav dl dd {
  padding: 30px 0;
  border-top: 0;
  border-bottom: 0;
  display: none;
}

.catalog-category-view .block-layered-nav dl dd.active {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}

.catalog-category-view .block-layered-nav dl dd li {
  font-size: 18px;
  padding: 15px 0;
  display: block;
}

.catalog-category-view .block-layered-nav dl dd li:first-child {
  padding-top: 0;
}

.catalog-category-view .block-layered-nav dl dd li:last-child {
  padding-bottom: 0;
}

.catalog-category-view .block-layered-nav dl dd .configurable-swatch-list li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.catalog-category-view .block-layered-nav .left-cetegory {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 100px 0;
}

.catalog-category-view .block-layered-nav .left-cetegory:last-child {
  margin-right: 0;
}

.catalog-category-view .block-layered-nav .left-cetegory a.level0 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.catalog-category-view .block-layered-nav .left-cetegory a.level0:last-child {
  margin-right: 0;
}

.catalog-category-view .block-layered-nav .left-cetegory a.level0:before,
.catalog-category-view .block-layered-nav .left-cetegory a.level0:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  background: #f4f4f4;
}

.catalog-category-view .block-layered-nav .left-cetegory a.level0:before {
  top: -1px;
}

.catalog-category-view .block-layered-nav .left-cetegory a.level0:after {
  bottom: -1px;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 30px 0;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0:last-child {
  margin-right: 0;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  border-bottom: 1px solid #f4f4f4;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0:after {
  bottom: -1px;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0 li {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  line-height: 26px;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0 li:first-child {
  padding-top: 0;
}

.catalog-category-view .block-layered-nav .left-cetegory ul.level0 li:last-child {
  padding-bottom: 0;
}

.catalog-category-view .toolbar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalog-category-view .toolbar:last-child {
  margin-right: 0;
}

.catalog-category-view .toolbar .col-1,
.catalog-category-view .toolbar .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  line-height: 48px;
}

.catalog-category-view .toolbar .col-1:last-child,
.catalog-category-view .toolbar .col-2:last-child {
  margin-right: 0;
}

.catalog-category-view .toolbar .count {
  display: inline-block;
  vertical-align: top;
}

.catalog-category-view .toolbar .sort-by label {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.catalog-category-view .toolbar .sort-by label,
.catalog-category-view .toolbar .sort-by select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.catalog-category-view .toolbar .sort-by label:last-child,
.catalog-category-view .toolbar .sort-by select:last-child {
  margin-right: 0;
}

.catalog-category-view .toolbar .pages {
  text-align: center;
}

.catalog-category-view .toolbar.bottom {
  margin-bottom: 60px;
}

.catalog-category-view .toolbar.bottom .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalog-category-view .toolbar.bottom .col-2:last-child {
  margin-right: 0;
}

.catalog-product-view .main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.catalog-product-view .main-container::after {
  clear: both;
  content: "";
  display: block;
}

.catalog-product-view .main-container .container,
.catalog-product-view .main-container .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0;
}

.catalog-product-view .main-container .container:last-child,
.catalog-product-view .main-container .main:last-child {
  margin-right: 0;
}

.catalog-product-view .block-title {
  position: relative;
  border-bottom: 1px solid rgba(118, 118, 118, 0.6);
  padding-bottom: 15px;
}

.catalog-product-view .block-title h2 {
  font-size: 24px;
  color: #006eca;
  text-transform: uppercase;
}

.catalog-product-view .product-view {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto;
}

.catalog-product-view .product-view::after {
  clear: both;
  content: "";
  display: block;
}

.catalog-product-view .product-view .product-img {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 46.26223%;
}

.catalog-product-view .product-view .product-img:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-img .sharing-links {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding-top: 180px;
}

.catalog-product-view .product-view .product-img .sharing-links:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-img .sharing-links li {
  font-size: 40px;
  margin-bottom: 20px;
}

.catalog-product-view .product-view .product-img .sharing-links li a {
  color: #004782;
}

.catalog-product-view .product-view .product-img .sharing-links li .link-facebook:hover {
  color: #3b5998;
}

.catalog-product-view .product-view .product-img .sharing-links li .link-twitter:hover {
  color: #4099FF;
}

.catalog-product-view .product-view .product-img .gallery-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 71.85165%;
  margin-right: 0;
  position: relative;
}

.catalog-product-view .product-view .product-img .gallery-container:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-img .gallery-container .product-image .gallery-image {
  width: 80%;
  margin: 0 auto;
}

.catalog-product-view .product-view .product-img .gallery-container .product-image .swiper-button-next,
.catalog-product-view .product-view .product-img .gallery-container .product-image .swiper-button-prev {
  top: 50%;
  font-size: 24px;
}

.catalog-product-view .product-view .product-img .gallery-container .more-views {
  width: 60%;
  margin: 20px auto;
}

.catalog-product-view .product-view .product-img .gallery-container .more-views .swiper-slide img {
  width: initial;
  padding: 5px;
  display: block;
  border: 1px solid rgba(118, 118, 118, 0.2);
}

.catalog-product-view .product-view .product-essential {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 51.38012%;
  float: right;
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .product-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 5px 0;
}

.catalog-product-view .product-view .product-essential .product-info:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .product-info h1 {
  font-size: 30px;
  font-weight: bold;
  color: #004782;
  text-transform: initial;
}

.catalog-product-view .product-view .product-essential .product-info .sku {
  font-size: 16px;
  padding: 10px 0;
}

.catalog-product-view .product-view .product-essential .product-info .author {
  font-size: 20px;
}

.catalog-product-view .product-view .product-essential .product-info .author b {
  font-weight: normal;
  color: #004782;
}

.catalog-product-view .product-view .product-essential .product-review,
.catalog-product-view .product-view .product-essential .product-download-pages {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  min-height: 34px;
}

.catalog-product-view .product-view .product-essential .product-review:last-child,
.catalog-product-view .product-view .product-essential .product-download-pages:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .product-review {
  line-height: 30px;
  padding-top: 10px;
}

.catalog-product-view .product-view .product-essential .product-download-pages {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .product-download-pages a {
  text-transform: uppercase;
  font-size: 14px;
}

.catalog-product-view .product-view .product-essential .price-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(118, 118, 118, 0.2);
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.catalog-product-view .product-view .product-essential .price-info:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .price-info .billet,
.catalog-product-view .product-view .product-essential .price-info .ccard {
  float: left;
  display: block;
  width: 51.17883%;
  position: relative;
}

.catalog-product-view .product-view .product-essential .price-info .billet:last-child,
.catalog-product-view .product-view .product-essential .price-info .ccard:last-child {
  width: 48.82117%;
}

.catalog-product-view .product-view .product-essential .price-info .billet [class*="icon-"],
.catalog-product-view .product-view .product-essential .price-info .ccard [class*="icon-"] {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  color: #004782;
  position: absolute;
  left: 0;
  top: 4px;
}

.catalog-product-view .product-view .product-essential .price-info .billet .prices,
.catalog-product-view .product-view .product-essential .price-info .ccard .prices {
  display: inline-block;
  vertical-align: top;
  padding-left: 40px;
}

.catalog-product-view .product-view .product-essential .price-info .billet .prices .price,
.catalog-product-view .product-view .product-essential .price-info .ccard .prices .price {
  font-size: 30px;
  font-weight: bold;
  color: #004782;
}

.catalog-product-view .product-view .product-essential .price-info .billet .prices .old-price .price,
.catalog-product-view .product-view .product-essential .price-info .ccard .prices .old-price .price {
  font-size: 14px;
  font-weight: normal;
  color: initial;
  text-decoration: line-through;
  display: inline-block;
}

.catalog-product-view .product-view .product-essential .price-info .billet .info,
.catalog-product-view .product-view .product-essential .price-info .ccard .info {
  font-size: 18px;
  display: block;
  margin-top: 10px;
}

.catalog-product-view .product-view .product-essential .price-info .billet .info b,
.catalog-product-view .product-view .product-essential .price-info .ccard .info b {
  color: #48b80b;
  font-weight: normal;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate,
.catalog-product-view .product-view .product-essential .add-to-cart-wrapper {
  float: left;
  display: block;
  width: 51.17883%;
  margin-top: 10px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate:last-child,
.catalog-product-view .product-view .product-essential .add-to-cart-wrapper:last-child {
  width: 48.82117%;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .box-qty,
.catalog-product-view .product-view .product-essential .add-to-cart-wrapper .box-qty {
  margin-bottom: 15px;
}

.catalog-product-view .product-view .product-essential .product-options-bottom,
.catalog-product-view .product-view .product-essential .add-to-cart-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  float: right;
  margin-right: 0;
  padding-left: 30px;
  margin-top: 10px;
}

.catalog-product-view .product-view .product-essential .product-options-bottom:last-child,
.catalog-product-view .product-view .product-essential .add-to-cart-wrapper:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate {
  background: #f4f4f4;
  color: #767676;
  padding: 25px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .title {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate input,
.catalog-product-view .product-view .product-essential .block-shipping-estimate button {
  font-size: 14px;
  height: 49px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .input-box {
  margin-bottom: 0;
  float: left;
  display: block;
  width: 63.97353%;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .input-box:last-child {
  width: 61.61588%;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .input-box input {
  padding: 14px 11px;
  font-style: italic;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate button {
  color: #ffffff;
  padding: 15px 0;
  background: #767676;
  letter-spacing: initial;
  float: left;
  display: block;
  width: 38.38412%;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate button:last-child {
  width: 36.02647%;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .shipping-estimate-results {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .shipping-estimate-results:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .shipping-estimate-results ul {
  display: block;
  font-size: 16px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .shipping-estimate-results ul li {
  padding-top: 15px;
  line-height: 20px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .shipping-estimate-results ul li.error-msg {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 10px;
  padding: 10px 0;
  margin-top: 15px;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .please-wait .loader {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 10px 0;
}

.catalog-product-view .product-view .product-essential .block-shipping-estimate .please-wait .loader:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .product-options {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 16px;
}

.catalog-product-view .product-view .product-essential .product-options:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .product-options label {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.catalog-product-view .product-view .product-essential .product-options label span {
  font-weight: normal;
}

.catalog-product-view .product-view .product-essential .product-options .configurable-swatch-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  cursor: pointer;
  text-align: center;
  background: #004782;
  transition: opacity 0.2s linear;
  border-radius: 50% 50% 50% 50%;
}

.catalog-product-view .product-view .product-essential .product-options .configurable-swatch-list li a {
  color: #ffffff;
}

.catalog-product-view .product-view .product-essential .product-options .configurable-swatch-list li.selected {
  opacity: 0.5;
}

.catalog-product-view .product-view .product-essential .product-options #configurable_swatch_color li img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50% 50% 50% 50%;
}

.catalog-product-view .product-view .product-essential .product-options .options-list .bundle-hide-price label .price-notice {
  display: none;
}

.catalog-product-view .product-view .product-essential .add-to-cart .signature-type {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}

.catalog-product-view .product-view .product-essential .add-to-cart .signature-type:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .signature-type .input-box {
  margin-bottom: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .signature-type .input-box:last-child {
  margin-top: 10px;
}

.catalog-product-view .product-view .product-essential .add-to-cart .signature-type + .qty {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0;
  float: right;
  margin-top: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .signature-type + .qty:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .qty {
  margin-top: 10px;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 22px;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button button span {
  font-size: 16px;
  padding-right: 5px;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button.adapt-layout {
  margin-top: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button.adapt-layout button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  font-size: 18px;
  padding: 15px 5px;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button.adapt-layout button:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-essential .add-to-cart .add-to-cart-button.adapt-layout button:first-child {
  margin-bottom: 20px;
}

.catalog-product-view .product-view .product-essential .alert-stock {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 10px 0;
}

.catalog-product-view .product-view .product-essential .alert-stock:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalog-product-view .product-view .product-tabs:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .collateral-tabs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 50px;
}

.catalog-product-view .product-view .product-tabs .collateral-tabs:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .collateral-tabs .tabs {
  border-bottom: 1px solid rgba(118, 118, 118, 0.6);
}

.catalog-product-view .product-view .product-tabs .collateral-tabs .tabs .tab {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  text-transform: uppercase;
  margin-right: 130px;
  padding-bottom: 15px;
  cursor: pointer;
  color: rgba(118, 118, 118, 0.6);
}

.catalog-product-view .product-view .product-tabs .collateral-tabs .tabs .tab.active {
  color: #006eca;
  position: relative;
}

.catalog-product-view .product-view .product-tabs .collateral-tabs .tabs .tab.active:before {
  position: absolute;
  bottom: -2px;
  content: '';
  width: 100%;
  height: 3px;
  background: #006eca;
}

.catalog-product-view .product-view .product-tabs .collateral-tabs .tab-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 45px 90px;
  line-height: 20px;
  display: none;
}

.catalog-product-view .product-view .product-tabs .collateral-tabs .tab-content:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .std {
  line-height: 24px;
  font-size: 25px;
}

.catalog-product-view .product-view .product-tabs .product-attributes ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.catalog-product-view .product-view .product-tabs .product-attributes ul:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .product-attributes ul:nth-child(2n) {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .product-attributes ul:nth-child(2n+1) {
  clear: left;
}

.catalog-product-view .product-view .product-tabs .product-attributes ul li {
  margin-bottom: 30px;
  line-height: 24px;
}

.catalog-product-view .product-view .product-tabs .product-attributes ul li strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #006eca;
  padding: 10px 30px;
  color: #ffffff;
  text-transform: uppercase;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading strong {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  font-size: 18px;
  padding: 12px 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading strong:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading span {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  font-size: 16px;
  padding: 12px 0;
  text-align: right;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading span:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-size: 16px;
  letter-spacing: initial;
}

.catalog-product-view .product-view .product-tabs .box-reviews .heading button:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item {
  float: left;
  width: 100%;
  padding: 10px 30px;
  border-bottom: 6px solid #f4f4f4;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding: 20px 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .info:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .info .title {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  color: #004782;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .info .description {
  line-height: 24px;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .info .name {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .info .name strong {
  color: #006eca;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .review {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 25px;
  background: #f4f4f4;
  font-size: 16px;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .review:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .review p {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  color: #004782;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .review li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 10px 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .review li:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .reviews .item .review li .rating-box {
  float: right;
}

.catalog-product-view .product-view .product-tabs .box-reviews .more-reviews {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.catalog-product-view .product-view .product-tabs .box-reviews .more-reviews:last-child {
  margin-right: 0;
}

.catalog-product-view .product-view .product-tabs .box-reviews .more-reviews button {
  font-size: 16px;
  display: block;
  width: 30%;
  margin: 0 auto;
  background: #006eca;
}

.catalog-product-view .signature {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 80px 0 30px 0;
  text-align: center;
}

.catalog-product-view .signature:last-child {
  margin-right: 0;
}

.catalog-product-view .signature ul {
  display: inline-block;
  font-size: 0;
}

.catalog-product-view .signature ul li {
  display: inline-block;
  vertical-align: top;
  color: #767676;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  background: #ffffff;
  border-right: 1px solid #767676;
}

.catalog-product-view .signature ul li:nth-child(odd) {
  background: #f4f4f4;
}

.catalog-product-view .signature ul li:first-child {
  display: block;
  text-align: center;
  background: #004782;
  font-size: 18px;
  color: #ffffff;
  padding: 15px 0;
  border: 1px solid #004782;
}

.catalog-product-view .signature ul li:nth-child(2) {
  border-left: 1px solid #767676;
}

.catalog-product-view .signature ul li span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}

.catalog-product-view .signature ul li span.price {
  font-size: 24px;
  font-weight: bold;
}

.catalog-product-view .signature ul li .box-qty,
.catalog-product-view .signature ul li .box-price {
  position: relative;
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #767676;
}

.catalog-product-view .signature ul li .box-discount {
  padding: 5px 10px;
  border-bottom: 1px solid #767676;
}

.catalog-product-view .signature ul li .box-discount span {
  margin-bottom: 0;
}

.catalog-product-view .product-related {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.catalog-product-view .product-related::after {
  clear: both;
  content: "";
  display: block;
}

.catalog-product-view .buy-together {
  background: #f4f4f4;
}

.catalog-product-view .buy-together .slider {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  margin-bottom: 60px;
}

.catalog-product-view .buy-together .slider::after {
  clear: both;
  content: "";
  display: block;
}

.catalog-product-view .buy-together .carousel {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.catalog-product-view .buy-together .carousel:last-child {
  margin-right: 0;
}

.catalog-product-view .buy-together .carousel .products-grid {
  margin-top: 20px;
}

.catalog-product-view .buy-together .carousel .products-grid .item {
  position: relative;
  padding-bottom: 20px;
  margin: 0;
  min-height: 400px;
  transition: background 0.2s linear;
}

.catalog-product-view .buy-together .carousel .products-grid .item:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.catalog-product-view .buy-together .carousel .products-grid label {
  background: none;
  text-transform: none;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}

.catalog-product-view .buy-together .carousel .products-grid .more {
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 60px;
  font-weight: bold;
  color: #006eca;
}

.catalog-product-view .buy-together .result {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  float: right;
  margin-right: 0;
  text-align: center;
  line-height: 50px;
  padding-top: 80px;
}

.catalog-product-view .buy-together .result:last-child {
  margin-right: 0;
}

.catalog-product-view .buy-together .result .info {
  font-size: 30px;
  text-transform: uppercase;
}

.catalog-product-view .buy-together .result .price {
  font-size: 30px;
  font-weight: bold;
  color: #006eca;
}

.catalog-product-view .buy-together .result .discount {
  font-size: 17px;
  font-weight: bold;
}

.catalog-product-view .buy-together .result .button,
.catalog-product-view .buy-together .result .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .buy-together .result .alert-stock {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  line-height: normal;
}

.catalog-product-view .buy-together .result .button span,
.catalog-product-view .buy-together .result .product-view .product-essential .alert-stock span,
.catalog-product-view .product-view .product-essential .buy-together .result .alert-stock span {
  font-size: 16px;
}

.checkout-cart-index .main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.checkout-cart-index .main-container::after {
  clear: both;
  content: "";
  display: block;
}

.checkout-cart-index .main-container .container,
.checkout-cart-index .main-container .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0;
}

.checkout-cart-index .main-container .container:last-child,
.checkout-cart-index .main-container .main:last-child {
  margin-right: 0;
}

.checkout-cart-index .main-container .align-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 55px;
}

.checkout-cart-index .main-container .align-container::after {
  clear: both;
  content: "";
  display: block;
}

.checkout-cart-index .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 40px 0 10px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.4);
}

.checkout-cart-index .page-title:last-child {
  margin-right: 0;
}

.checkout-cart-index .page-title h1 {
  font-size: 24px;
  color: #006eca;
  font-weight: normal;
  padding-bottom: 18px;
}

.checkout-cart-index .checkout-buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 20px 0;
}

.checkout-cart-index .checkout-buttons:last-child {
  margin-right: 0;
}

.checkout-cart-index .checkout-buttons.bottom {
  margin-bottom: 50px;
}

.checkout-cart-index .checkout-buttons li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.checkout-cart-index .checkout-buttons li:last-child {
  margin-right: 0;
}

.checkout-cart-index .checkout-buttons li:last-child {
  float: right;
}

.checkout-cart-index .cart-empty {
  font-size: 16px;
  line-height: 24px;
  min-height: 400px;
}

.checkout-cart-index .cart-empty a {
  font-weight: bold;
  color: #004782;
}

.checkout-cart-index .crosssell .block-title {
  border-bottom: 1px solid rgba(118, 118, 118, 0.6);
  padding-bottom: 15px;
}

.checkout-cart-index .crosssell .block-title h2 {
  font-size: 24px;
  color: #006eca;
  text-transform: uppercase;
}

.checkout-cart-index .crosssell .item {
  text-align: center;
}

.checkout-cart-index .cart-items-table th.product,
.checkout-cart-index .cart-items-table td.product {
  width: 35%;
}

.checkout-cart-index .cart-items-table th.product-price,
.checkout-cart-index .cart-items-table th.product-total,
.checkout-cart-index .cart-items-table td.product-price,
.checkout-cart-index .cart-items-table td.product-total {
  width: 18%;
  text-align: center;
}

.checkout-cart-index .cart-items-table th.product-qty,
.checkout-cart-index .cart-items-table td.product-qty {
  width: 20%;
  text-align: center;
}

.checkout-cart-index .cart-items-table th.product-remove,
.checkout-cart-index .cart-items-table td.product-remove {
  text-align: right;
}

.checkout-cart-index .cart-items-title th {
  padding: 20px 0 15px 0;
  font-weight: bold;
  color: #004782;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.checkout-cart-index .cart-items {
  background: #f4f4f4;
  margin-bottom: 30px;
}

.checkout-cart-index .cart-items tr td {
  padding: 20px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.checkout-cart-index .cart-items tr td.product .product-image,
.checkout-cart-index .cart-items tr td.product .product-info {
  display: inline-block;
  vertical-align: middle;
}

.checkout-cart-index .cart-items tr td.product .product-image {
  margin-right: 10px;
}

.checkout-cart-index .cart-items tr td.product .product-info .product-name {
  font-size: 16px;
  margin-bottom: 10px;
}

.checkout-cart-index .cart-items tr td.product .product-info .product-sku {
  font-size: 13px;
  color: #767676;
}

.checkout-cart-index .cart-items tr td.product-price,
.checkout-cart-index .cart-items tr td.product-total {
  font-size: 20px;
  color: #767676;
}

.checkout-cart-index .cart-items tr td.product-remove {
  font-size: 12px;
  text-transform: uppercase;
}

.checkout-cart-index .cart-items tr td.product-remove a {
  color: #767676;
}

.checkout-cart-index .cart-items tr td.product-remove a span {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-right: 5px;
}

.checkout-cart-index .cart-items tr td .item-msg {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 10px 0 0 0;
  line-height: 20px;
}

.checkout-cart-index .cart-items tr td .item-msg:last-child {
  margin-right: 0;
}

.checkout-cart-index .cart-items tr td .item-msg.error {
  color: #f9061a;
}

.checkout-cart-index .cart-items tr:last-child td {
  border-bottom: 0;
}

.checkout-cart-index .box-shipping,
.checkout-cart-index .box-coupon,
.checkout-cart-index .cart-totals-wrapper {
  background: #f4f4f4;
  padding: 20px;
}

.checkout-cart-index .box-shipping h2,
.checkout-cart-index .box-coupon h2,
.checkout-cart-index .cart-totals-wrapper h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 30px;
}

.checkout-cart-index .box-shipping h2 span,
.checkout-cart-index .box-coupon h2 span,
.checkout-cart-index .cart-totals-wrapper h2 span {
  margin-right: 5px;
  color: #004782;
}

.checkout-cart-index .box-shipping input,
.checkout-cart-index .box-coupon input,
.checkout-cart-index .cart-totals-wrapper input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  font-style: italic;
}

.checkout-cart-index .box-shipping input:last-child,
.checkout-cart-index .box-coupon input:last-child,
.checkout-cart-index .cart-totals-wrapper input:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-shipping button,
.checkout-cart-index .box-coupon button,
.checkout-cart-index .cart-totals-wrapper button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
  margin-right: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 16px 0;
}

.checkout-cart-index .box-shipping button:last-child,
.checkout-cart-index .box-coupon button:last-child,
.checkout-cart-index .cart-totals-wrapper button:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-shipping .validation-advice,
.checkout-cart-index .box-coupon .validation-advice,
.checkout-cart-index .cart-totals-wrapper .validation-advice {
  float: left;
  width: 100%;
  color: #f9061a;
  text-transform: uppercase;
  font-size: 12px;
  margin: 10px 0;
}

.checkout-cart-index .box-shipping {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 36.02647%;
}

.checkout-cart-index .box-shipping:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-shipping .sp-methods {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 16px;
}

.checkout-cart-index .box-shipping .sp-methods:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-shipping .sp-methods li {
  display: block;
  margin: 20px 0;
}

.checkout-cart-index .box-shipping .sp-methods li input {
  display: none;
}

.checkout-cart-index .box-shipping .sp-methods li:last-child {
  margin-bottom: 0;
}

.checkout-cart-index .box-shipping .shipping-postcode input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 44.55627%;
  float: right;
  margin-right: 0;
}

.checkout-cart-index .box-shipping .shipping-postcode input:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-shipping .shipping-postcode button {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  float: right;
  margin-left: 2%;
  margin-right: 0;
}

.checkout-cart-index .box-shipping .shipping-postcode button:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-shipping .shipping-postcode a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
  float: right;
  text-decoration: underline;
  line-height: 47px;
  text-align: right;
}

.checkout-cart-index .box-shipping .shipping-postcode a:last-child {
  margin-right: 0;
}

.checkout-cart-index .box-coupon {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%;
}

.checkout-cart-index .box-coupon:last-child {
  margin-right: 0;
}

.checkout-cart-index .cart-totals-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
  float: right;
  font-size: 18px;
}

.checkout-cart-index .cart-totals-wrapper:last-child {
  margin-right: 0;
}

.checkout-cart-index .cart-totals-wrapper td {
  padding-bottom: 20px;
  line-height: 30px;
}

.checkout-cart-index .cart-totals-wrapper td:last-child {
  text-align: right;
}

.checkout-cart-index .cart-totals-wrapper tfoot td {
  border-top: 1px solid rgba(118, 118, 118, 0.2);
  padding-top: 30px;
}

.checkout-onepage-index .col2-left-layout .main {
  padding: 0;
  margin-bottom: 100px;
}

.checkout-onepage-index .col2-left-layout .col-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 25.7907%;
  background: #f4f4f4;
  padding: 25px 20px;
}

.checkout-onepage-index .col2-left-layout .col-left:last-child {
  margin-right: 0;
}

.checkout-onepage-index .col2-left-layout .col-main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 71.85165%;
  margin-right: 0;
}

.checkout-onepage-index .col2-left-layout .col-main:last-child {
  margin-right: 0;
}

.checkout-onepage-index .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 40px 0 30px 0;
}

.checkout-onepage-index .page-title:last-child {
  margin-right: 0;
}

.checkout-onepage-index .page-title h1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 25.7907%;
  font-size: 24px;
  color: #004782;
  padding: 5px 0;
}

.checkout-onepage-index .page-title h1:last-child {
  margin-right: 0;
}

.checkout-onepage-index .page-title h1 span {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.checkout-onepage-index .page-title .steps {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 71.85165%;
}

.checkout-onepage-index .page-title .steps:last-child {
  margin-right: 0;
}

.checkout-onepage-index .block-progress .block-title {
  font-size: 20px;
  color: #004782;
  padding-bottom: 20px;
}

.checkout-onepage-index .block-progress .review-items {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 40px 0;
}

.checkout-onepage-index .block-progress .review-items:last-child {
  margin-right: 0;
}

.checkout-onepage-index .block-progress .review-items tr td {
  padding: 15px 0;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.checkout-onepage-index .block-progress .review-items tr td.product-info {
  font-size: 16px;
  line-height: 20px;
  color: #383838;
}

.checkout-onepage-index .block-progress .review-items tr td.product-info span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #767676;
}

.checkout-onepage-index .block-progress .review-items tr td.product-qty {
  text-align: center;
  font-size: 20px;
  width: 20%;
}

.checkout-onepage-index .block-progress .review-items tr td.product-price {
  text-align: right;
  font-size: 20px;
  color: #004782;
}

.checkout-onepage-index .block-progress .review-items tr:first-child td {
  padding-top: 0;
}

.checkout-onepage-index .block-progress .progress {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 16px;
}

.checkout-onepage-index .block-progress .progress:last-child {
  margin-right: 0;
}

.checkout-onepage-index .block-progress .progress dt {
  padding-bottom: 20px;
  color: #383838;
}

.checkout-onepage-index .block-progress .progress dt a {
  margin-left: 5px;
  color: #006eca;
  font-size: 14px;
}

.checkout-onepage-index .block-progress .progress dt.complete {
  padding-bottom: 10px;
  font-size: 16px;
  color: #006eca;
}

.checkout-onepage-index .block-progress .progress dd {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
  color: #767676;
}

.checkout-onepage-index .opc {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.checkout-onepage-index .opc:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step-title {
  background: #f4f4f4;
  color: #767676;
}

.checkout-onepage-index .opc .section .step-title a {
  display: none;
}

.checkout-onepage-index .opc .section.allow .step-title {
  background: #006eca;
  color: #ffffff;
}

.checkout-onepage-index .opc .section.allow .step-title a {
  display: block;
}

.checkout-onepage-index .opc .section.active .step-title {
  background: #f4f4f4;
  color: #767676;
}

.checkout-onepage-index .opc .section.active .step-title a {
  display: none;
}

.checkout-onepage-index .opc .section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 20px 0;
}

.checkout-onepage-index .opc .section:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 25px 20px;
}

.checkout-onepage-index .opc .section .step-title:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step-title h2 {
  float: left;
  font-size: 22px;
  font-weight: bold;
}

.checkout-onepage-index .opc .section .step-title a {
  float: right;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
}

.checkout-onepage-index .opc .section .step-title a span {
  position: relative;
  top: 1px;
  margin-right: 12px;
}

.checkout-onepage-index .opc .section .step {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 30px 20px;
  line-height: 20px;
  font-size: 16px;
  color: #767676;
}

.checkout-onepage-index .opc .section .step:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step .col-1,
.checkout-onepage-index .opc .section .step .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.checkout-onepage-index .opc .section .step .col-1:last-child,
.checkout-onepage-index .opc .section .step .col-2:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step .col-2 {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step .col-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.checkout-onepage-index .opc .section .step .col-3:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step h3,
.checkout-onepage-index .opc .section .step h4 {
  font-size: 24px;
  color: #006eca;
  margin: 10px 0 30px 0;
}

.checkout-onepage-index .opc .section .step h4 {
  font-size: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-login .col-1,
.checkout-onepage-index .opc .section .step#checkout-step-login .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 47.11521%;
}

.checkout-onepage-index .opc .section .step#checkout-step-login .col-1:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-login .col-2:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-login .col-2 {
  float: right;
}

.checkout-onepage-index .opc .section .step#checkout-step-login .col-2 .description {
  margin-top: 26px;
}

.checkout-onepage-index .opc .section .step#checkout-step-login h3,
.checkout-onepage-index .opc .section .step#checkout-step-login p,
.checkout-onepage-index .opc .section .step#checkout-step-login form,
.checkout-onepage-index .opc .section .step#checkout-step-login .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.checkout-onepage-index .opc .section .step#checkout-step-login h3:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-login p:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-login form:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-login .buttons-set:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-login h3 {
  text-transform: uppercase;
}

.checkout-onepage-index .opc .section .step#checkout-step-login .box-password {
  margin-bottom: 10px;
}

.checkout-onepage-index .opc .section .step#checkout-step-login .buttons-set .button,
.checkout-onepage-index .opc .section .step#checkout-step-login .buttons-set .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .checkout-onepage-index .opc .section .step#checkout-step-login .buttons-set .alert-stock {
  float: left;
  clear: left;
  width: 100%;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .box-address-select,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .box-address-select {
  padding-right: 100px;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .box-address-select p,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .box-address-select p {
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .box-address-select select,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .box-address-select select {
  width: 95%;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .default-address,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .default-address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 20px;
  font-size: 16px;
  line-height: 20px;
  background: #f4f4f4;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .default-address:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .default-address:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .default-address strong,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .default-address strong {
  display: block;
  font-weight: normal;
  font-size: 20px;
  color: #006eca;
  margin-bottom: 5px;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .form-list,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .form-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 30px 0 0 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .form-list:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .form-list:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .change-shipping,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .change-shipping {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 30px 0 0 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-billing .change-shipping:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-shipping .change-shipping:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .sp-methods > li {
  margin-bottom: 18px;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .sp-methods > li strong {
  color: #383838;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages,
.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .inner-box {
  margin-top: 30px;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0 0 20px 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form p:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-bottom: 20px;
  padding: 20px 20px 0 20px;
  background: #f4f4f4;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item:nth-child(2n) {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item:nth-child(2n+1) {
  clear: left;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item .product-name {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  color: #004782;
}

.checkout-onepage-index .opc .section .step#checkout-step-shipping_method .gift-messages-form .item textarea {
  resize: none;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .sp-methods dt {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  clear: left;
  margin-bottom: 18px;
  width: 100%;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .sp-methods dt:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .sp-methods dd {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  float: left;
  padding-bottom: 10px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .sp-methods dd:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .totals {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0;
  float: right;
  clear: right;
  margin-top: 40px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .totals:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .totals table {
  width: 80%;
  font-size: 18px;
  line-height: 30px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .totals table tr td:last-child {
  text-align: right;
  font-weight: bold;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .totals table tr:last-child td {
  color: #006eca;
  font-size: 20px;
  padding-top: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .totals table tr:last-child td:first-child strong {
  font-weight: normal;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment .buttons-set .button,
.checkout-onepage-index .opc .section .step#checkout-step-payment .buttons-set .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .checkout-onepage-index .opc .section .step#checkout-step-payment .buttons-set .alert-stock,
.checkout-onepage-index .opc .section .step#checkout-step-payment .buttons-set .please-wait {
  float: right;
  width: 32%;
  margin-right: 70px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_boleto,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_boleto {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: #f4f4f4 url("../images/bg-billet.png") center 40px no-repeat;
  padding: 40px;
  font-size: 16px;
  padding-top: 280px;
  line-height: 24px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_boleto:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_boleto:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: url("../images/bg-card.png") no-repeat;
  position: relative;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li {
  color: #ffffff;
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li label,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li label,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li label,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li .input-box,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li .input-box,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li .input-box,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li .input-box {
  margin-bottom: 10px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li .input-box input,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li .input-box input,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li .input-box input,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li .input-box input {
  background: #004782;
  border: 0;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li .input-box .validation-advice,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li .input-box .validation-advice,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li .input-box .validation-advice,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li .input-box .validation-advice {
  position: absolute;
  right: 30px;
  bottom: 80px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li .input-box input.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li .input-box select.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li .input-box input.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li .input-box select.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li .input-box input.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li .input-box select.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li .input-box input.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li .input-box select.validation-failed {
  border: 1px solid #f9061a;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-flag,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-flag,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-flag,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-flag {
  position: absolute;
  top: 10px;
  right: 140px;
  width: auto;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-number,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-number,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-number,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-number {
  margin-top: 60px;
  margin-left: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-number input,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-number input,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-number input,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-number input {
  width: 40%;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-number .validation-advice,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-number .validation-advice,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-number .validation-advice,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-number .validation-advice {
  left: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-name,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-name,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-name,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-name {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-name:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-name:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-name:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-name:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 19.81984%;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp .v-fix,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp .v-fix,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp .v-fix,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp .v-fix {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background: #004782;
  text-align: center;
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp .v-fix:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp .v-fix:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp .v-fix:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp .v-fix:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp .v-fix:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp .v-fix:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp .v-fix:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp .v-fix:last-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  float: right;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp .v-fix:last-child:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp .v-fix:last-child:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp .v-fix:last-child:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp .v-fix:last-child:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp select,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp select,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp select,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp select {
  background: #004782;
  border: 0;
  padding: 6px 0 6px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-exp select::-ms-expand,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-exp select::-ms-expand,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-exp select::-ms-expand,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-exp select::-ms-expand {
  display: none;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-cvv,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-cvv,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-cvv,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-cvv {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  float: right;
  margin-right: 45px !important;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-cvv:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-cvv:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-cvv:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-cvv:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-installments,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-installments,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-installments,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-installments {
  margin-top: 50px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_pagarme_cc li.card-installments label,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_cc li.card-installments label,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-installments label,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-installments label {
  font-size: initial;
  font-weight: initial;
  color: #767676;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-total,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-total {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 20px;
  clear: left;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-total:last-child,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card li.card-total:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_one_card li.card-number {
  margin-top: 10px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_multi_cccc_two_card {
  margin-top: 50px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #card-name-flag ul li {
  float: right;
  position: absolute;
  left: 231px;
  top: 25px;
  display: none;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #card-name-flag ul li.on {
  display: block;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: url("../images/bg-card.png") 0 130px no-repeat;
  position: relative;
  padding-bottom: 30px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f4f4f4;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li {
  color: #ffffff;
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li .input-box {
  margin-bottom: 10px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li .input-box input {
  background: #004782;
  border: 0;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li .input-box .validation-advice {
  position: absolute;
  right: 30px;
  bottom: -30px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li .input-box input.validation-failed,
.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li .input-box select.validation-failed {
  border: 1px solid #f9061a;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-code .input-box {
  margin-bottom: 0;
  border-bottom: 1px solid #f4f4f4;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-code .input-box:last-child {
  border-bottom: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-code .input-box label {
  margin: 20px 0;
  font-size: 18px;
  font-weight: normal;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-code .input-box label img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-code .input-box .validation-advice {
  top: -10px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-number {
  margin-top: 60px;
  margin-left: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-number input {
  width: 40%;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-name {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-left: 20px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-name:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 19.81984%;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp .v-fix {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  background: #004782;
  text-align: center;
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp .v-fix:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp .v-fix:last-child {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  float: right;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp .v-fix:last-child:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp select {
  background: #004782;
  border: 0;
  padding: 6px 0 6px 6px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-exp select::-ms-expand {
  display: none;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-cvv {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 15.55494%;
  float: right;
  margin-right: 45px !important;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-cvv:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-installments {
  margin-top: 50px;
}

.checkout-onepage-index .opc .section .step#checkout-step-payment #payment_form_webjump_braspag_dc li.card-installments label {
  font-size: initial;
  font-weight: initial;
  color: #767676;
}

.checkout-onepage-index .opc .section .step .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 30px;
}

.checkout-onepage-index .opc .section .step .buttons-set:last-child {
  margin-right: 0;
}

.checkout-onepage-index .opc .section .step .buttons-set .button,
.checkout-onepage-index .opc .section .step .buttons-set .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .checkout-onepage-index .opc .section .step .buttons-set .alert-stock,
.checkout-onepage-index .opc .section .step .buttons-set .please-wait {
  float: right;
  clear: right;
  width: 24%;
}

.checkout-onepage-index .opc .section .step .buttons-set .please-wait {
  padding-top: 20px;
  text-align: center;
}

.checkout-onepage-index .opc .section .step .buttons-set .please-wait img {
  display: block;
  margin: 0 auto;
}

.checkout-onepage-success .main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.checkout-onepage-success .main-container::after {
  clear: both;
  content: "";
  display: block;
}

.checkout-onepage-success .main-container .container,
.checkout-onepage-success .main-container .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0;
}

.checkout-onepage-success .main-container .container:last-child,
.checkout-onepage-success .main-container .main:last-child {
  margin-right: 0;
}

.checkout-onepage-success .main-container .align-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 55px;
}

.checkout-onepage-success .main-container .align-container::after {
  clear: both;
  content: "";
  display: block;
}

.checkout-onepage-success .main-container .success-billet-btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.checkout-onepage-success .main-container .success-billet-btn button {
  background-color: #48b80b;
  position: absolute;
  font-size: 18px;
  height: 60px;
  top: -30px;
  padding: 13px 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40%;
}

.checkout-onepage-success .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 60px 0;
}

.checkout-onepage-success .page-title:last-child {
  margin-right: 0;
}

.checkout-onepage-success .page-title h1 {
  color: #004782;
}

.checkout-onepage-success .page-title p {
  font-size: 16px;
}

.checkout-onepage-success .box-info {
  background: #f4f4f4;
  padding: 90px 0;
}

.checkout-onepage-success .box-info h2 {
  color: #004782;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 30px;
}

.checkout-onepage-success .box-info h2 a {
  color: #004782;
}

.checkout-onepage-success .box-info p {
  font-size: 16px;
  line-height: 24px;
}

.checkout-onepage-success .box-info .buttons-set {
  width: 80%;
  display: block;
  margin: 40px auto 0 auto;
}

.checkout-onepage-success .box-info .buttons-set .button,
.checkout-onepage-success .box-info .buttons-set .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .checkout-onepage-success .box-info .buttons-set .alert-stock {
  width: 40%;
  display: inline-block;
  background-color: #004782;
}

.checkout-onepage-success .box-info .buttons-set .button.blue,
.checkout-onepage-success .box-info .buttons-set .catalog-product-view .product-view .product-essential .blue.alert-stock,
.catalog-product-view .product-view .product-essential .checkout-onepage-success .box-info .buttons-set .blue.alert-stock {
  margin-right: 5%;
}

.catalogsearch-result-index .block-layered-nav .block-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav .block-title:before,
.catalogsearch-result-index .block-layered-nav .block-title:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  background: #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav .block-title:before {
  top: -1px;
}

.catalogsearch-result-index .block-layered-nav .block-title:after {
  bottom: -1px;
}

.catalogsearch-result-index .block-layered-nav .result {
  position: relative;
  border-right: 1px solid #f4f4f4;
  padding: 30px 0;
}

.catalogsearch-result-index .block-layered-nav .result li {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  position: relative;
  padding-right: 50px;
}

.catalogsearch-result-index .block-layered-nav .result li .btn-remove {
  position: absolute;
  right: 20px;
  top: 4px;
  font-size: 14px;
  color: #004782;
  font-weight: bold;
  padding: 10px;
}

.catalogsearch-result-index .block-layered-nav .result li .label {
  font-weight: bold;
}

.catalogsearch-result-index .block-layered-nav dl {
  margin-bottom: 70px;
}

.catalogsearch-result-index .block-layered-nav dl dt,
.catalogsearch-result-index .block-layered-nav dl dd {
  position: relative;
  border: 1px solid #f4f4f4;
  border-left: 0;
}

.catalogsearch-result-index .block-layered-nav dl dt {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  cursor: pointer;
  border-top: 0;
}

.catalogsearch-result-index .block-layered-nav dl dt .arrow {
  position: relative;
  position: absolute;
  top: 36px;
  right: 30px;
  transition: all 0.2s;
}

.catalogsearch-result-index .block-layered-nav dl dt .arrow::before {
  content: '';
  position: absolute;
  top: -5px;
  right: initial;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004782;
  border-bottom: 0;
}

.catalogsearch-result-index .block-layered-nav dl dt:before,
.catalogsearch-result-index .block-layered-nav dl dt:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 1px;
  width: 1000%;
  background: #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav dl dt:before {
  top: -1px;
}

.catalogsearch-result-index .block-layered-nav dl dt:after {
  bottom: -1px;
}

.catalogsearch-result-index .block-layered-nav dl dt:first-child {
  border-top: 1px solid #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav dl dt.active {
  background: #f4f4f4;
  border-top: 1px solid #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav dl dt.active .arrow {
  transform: rotate(180deg);
  top: 30px;
  right: 20px;
}

.catalogsearch-result-index .block-layered-nav dl dt.active:before,
.catalogsearch-result-index .block-layered-nav dl dt.active:after {
  height: 100%;
}

.catalogsearch-result-index .block-layered-nav dl dd {
  padding: 30px 0;
  border-top: 0;
  border-bottom: 0;
  display: none;
}

.catalogsearch-result-index .block-layered-nav dl dd.active {
  display: block;
  border-bottom: 1px solid #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav dl dd li {
  font-size: 18px;
  padding: 15px 0;
  display: block;
}

.catalogsearch-result-index .block-layered-nav dl dd li:first-child {
  padding-top: 0;
}

.catalogsearch-result-index .block-layered-nav dl dd li:last-child {
  padding-bottom: 0;
}

.catalogsearch-result-index .block-layered-nav dl dd .configurable-swatch-list li {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 100px 0;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory:last-child {
  margin-right: 0;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory a.level0 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory a.level0:last-child {
  margin-right: 0;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory a.level0:before,
.catalogsearch-result-index .block-layered-nav .left-cetegory a.level0:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  background: #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory a.level0:before {
  top: -1px;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory a.level0:after {
  bottom: -1px;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 30px 0;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0:last-child {
  margin-right: 0;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  border-bottom: 1px solid #f4f4f4;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0:after {
  bottom: -1px;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0 li {
  font-size: 18px;
  padding: 15px 0;
  display: block;
  line-height: 26px;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0 li:first-child {
  padding-top: 0;
}

.catalogsearch-result-index .block-layered-nav .left-cetegory ul.level0 li:last-child {
  padding-bottom: 0;
}

.catalogsearch-result-index .page-title {
  margin: 0 auto 20px auto;
  font-size: 20px;
  padding: 10px 30px 20px 30px;
  border-bottom: 4px solid #f4f4f4;
}

.catalogsearch-result-index .page-title h1 {
  font-size: 20px;
  font-weight: normal;
  text-transform: initial;
}

.catalogsearch-result-index .page-title h1 strong {
  padding-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #004782;
}

.catalogsearch-result-index .toolbar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalogsearch-result-index .toolbar:last-child {
  margin-right: 0;
}

.catalogsearch-result-index .toolbar .col-1,
.catalogsearch-result-index .toolbar .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  line-height: 48px;
}

.catalogsearch-result-index .toolbar .col-1:last-child,
.catalogsearch-result-index .toolbar .col-2:last-child {
  margin-right: 0;
}

.catalogsearch-result-index .toolbar .count {
  display: inline-block;
  vertical-align: top;
}

.catalogsearch-result-index .toolbar .sort-by label {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.catalogsearch-result-index .toolbar .sort-by label,
.catalogsearch-result-index .toolbar .sort-by select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.catalogsearch-result-index .toolbar .sort-by label:last-child,
.catalogsearch-result-index .toolbar .sort-by select:last-child {
  margin-right: 0;
}

.catalogsearch-result-index .toolbar .pages {
  text-align: center;
}

.catalogsearch-result-index .toolbar.bottom {
  margin-bottom: 60px;
}

.catalogsearch-result-index .toolbar.bottom .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.catalogsearch-result-index .toolbar.bottom .col-2:last-child {
  margin-right: 0;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .breadcrumbs {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding: 22px 55px;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .breadcrumbs::after {
  clear: both;
  content: "";
  display: block;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .main-container::after {
  clear: both;
  content: "";
  display: block;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .main-container .container,
.catalogsearch-result-index.catalogsearch-result-index-empty .main-container .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .main-container .container:last-child,
.catalogsearch-result-index.catalogsearch-result-index-empty .main-container .main:last-child {
  margin-right: 0;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .main-container .align-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 55px;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .main-container .align-container::after {
  clear: both;
  content: "";
  display: block;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .page-title {
  float: none;
  display: block;
  width: 80%;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 50px 0 20px 0;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box:last-child {
  margin-right: 0;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box.gray,
.catalogsearch-result-index.catalogsearch-result-index-empty .catalog-product-view .product-view .product-essential .box.alert-stock,
.catalog-product-view .product-view .product-essential .catalogsearch-result-index.catalogsearch-result-index-empty .box.alert-stock {
  background: #f4f4f4;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box .tabs-home {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box .tabs-home:last-child {
  margin-right: 0;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box .tabs-home .tabs-block {
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #006eca;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box .tabs-home .tabs-block h2 {
  font-size: 24px;
}

.catalogsearch-result-index.catalogsearch-result-index-empty .box .tabs-home .loader {
  margin: 20px auto;
}

.cms-institutional .std {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  line-height: 22px;
  margin: 0 0 50px 0;
}

.cms-institutional .std:last-child {
  margin-right: 0;
}

.cms-institutional .std table td {
  padding-bottom: 30px;
}

.cms-menu {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid #eaeaea;
}

.cms-menu:last-child {
  margin-right: 0;
}

.cms-menu ul {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.cms-menu ul::after {
  clear: both;
  content: "";
  display: block;
}

.cms-menu ul li {
  float: left;
  display: block;
  width: 25.58941%;
  position: relative;
  padding: 30px 0 26px 50px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background: transparent;
  border-right: 1px solid #eaeaea;
}

.cms-menu ul li:last-child {
  width: 23.23176%;
}

.cms-menu ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 4px;
}

.cms-menu ul li a {
  color: #767676;
}

.cms-menu ul li.active {
  background: #ffffff;
  color: #004782;
}

.cms-menu ul li.active:after {
  background: #004782;
}

.cms-menu ul li span {
  position: absolute;
  top: 22px;
  font-size: 30px;
  margin-left: -40px;
}

.cms-menu ul li.category {
  background: #48b80b;
}

.cms-menu ul li.category:after {
  background: #48b80b;
}

.cms-menu ul li.category a {
  color: #ffffff;
}

.cms-sidebar .block-title {
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  border: 1px solid #f4f4f4;
  border-left: 0;
}

.cms-sidebar .block-title h2 {
  font-size: 18px;
  font-weight: bold;
}

.cms-sidebar .block-title:before,
.cms-sidebar .block-title:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
}

.cms-sidebar .block-title:before {
  border-top: 1px solid #f4f4f4;
  top: -1px;
}

.cms-sidebar .block-title:after {
  bottom: -1px;
  border-bottom: 1px solid #f4f4f4;
}

.cms-sidebar .block-content {
  margin-bottom: 100px;
}

.cms-sidebar .block-content li {
  position: relative;
  border: 1px solid #f4f4f4;
  border-left: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 0;
}

.cms-sidebar .block-content li a {
  color: #004782;
}

.cms-sidebar .block-content li:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
}

.cms-sidebar .block-content li:after {
  border-bottom: 1px solid #f4f4f4;
  top: 1px;
}

.cms-sidebar .block-content li.current {
  background: #006eca;
  color: #ffffff;
  border-color: #006eca;
}

.cms-sidebar .block-content li.current a {
  color: #ffffff;
}

.cms-sidebar .block-content li.current:after {
  background: #006eca;
  border-color: #006eca;
  top: 0;
  height: 102%;
}

.god-with-us .main-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f4f4f4;
}

.god-with-us .main-container::after {
  clear: both;
  content: "";
  display: block;
}

.god-with-us .main-container .container,
.god-with-us .main-container .main {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 0;
}

.god-with-us .main-container .container:last-child,
.god-with-us .main-container .main:last-child {
  margin-right: 0;
}

.god-with-us .std {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #ffffff;
  text-align: center;
  padding: 30px;
}

.god-with-us .std::after {
  clear: both;
  content: "";
  display: block;
}

.god-with-us .std .sub-title {
  font-style: italic;
}

.god-with-us .std .sub-title .one {
  font-size: 38px;
  color: #264370;
}

.god-with-us .std .sub-title .two {
  font-size: 58px;
  color: #b2830c;
}

.god-with-us .std .sub-title .three {
  font-size: 85px;
  color: #264370;
  line-height: 70px;
}

.god-with-us .std .god-slider {
  margin-top: 50px;
}

.god-with-us .std .god-slider .swiper-button-prev,
.god-with-us .std .god-slider .swiper-button-next {
  color: #004782;
  border: 1px solid #004782;
  background: #ffffff;
}

.god-with-us .std .god-slider .swiper-button-prev.swiper-button-disabled,
.god-with-us .std .god-slider .swiper-button-next.swiper-button-disabled {
  display: none;
}

.god-with-us .std .god-slider .swiper-button-next {
  right: 0;
}

.god-with-us .std .god-slider .swiper-button-prev {
  left: 0;
}

.god-with-us .std .god-slider img {
  margin-bottom: 20px;
}

.god-with-us .std .god-slider strong {
  font-family: "Bebas Neue";
  color: #b2830c;
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  text-transform: uppercase;
}

.god-with-us .std .god-slider p {
  font-size: 17px;
  font-style: italic;
  line-height: 20px;
}

.god-with-us .std .god-slider p strong {
  font-family: "Myriad Pro";
  color: initial;
  display: initial;
  margin: 0;
  font-size: initial;
  text-transform: initial;
}

.god-with-us.discount-table .std {
  background: #f4f4f4;
  text-align: left;
  padding: 0;
}

.god-with-us.discount-table .std table {
  border-collapse: separate;
  border-spacing: 15px;
}

.god-with-us.discount-table .std table tr td {
  padding: 60px;
  background: #ffffff;
}

.god-with-us.discount-table .std table tr td.sub-title {
  text-align: center;
}

.god-with-us.discount-table .std table tr td.sub-title strong {
  font-size: 46px;
  line-height: 50px;
  color: #264370;
}

.god-with-us.discount-table .std table tr td.left {
  font-style: italic;
  padding: 60px 40px;
}

.god-with-us.discount-table .std table tr td.left strong {
  width: 205px;
  display: block;
  padding-bottom: 30px;
  font-size: 28px;
  color: #b2830c;
  line-height: 30px;
}

.god-with-us.discount-table .std table tr td.left p {
  font-size: 16px;
  line-height: 20px;
}

.god-with-us.discount-table .std table tr td.box {
  position: relative;
  text-align: center;
  background: #264370;
  vertical-align: bottom;
}

.god-with-us.discount-table .std table tr td.box p {
  width: 180px;
  font-family: "Bebas Neue";
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 40px;
}

.god-with-us.discount-table .std table tr td.box a {
  position: absolute;
  bottom: 30px;
  left: 60px;
  width: 180px;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
}

.cms-no-route .col-main {
  position: relative;
}

.cms-no-route .page-title,
.cms-no-route .std {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  float: right;
  padding: 20px 100px;
}

.cms-no-route .page-title:last-child,
.cms-no-route .std:last-child {
  margin-right: 0;
}

.cms-no-route .page-title {
  border-bottom: 4px solid #f4f4f4;
}

.cms-no-route .page-title h1 {
  padding-bottom: 0;
  color: #004782;
}

.cms-no-route .std {
  font-size: 16px;
  line-height: 24px;
  padding-right: 20px;
}

.cms-no-route .std #search_mini_form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 30px 0 10px 0;
}

.cms-no-route .std #search_mini_form:last-child {
  margin-right: 0;
}

.cms-no-route .std #search_mini_form .input-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  position: relative;
}

.cms-no-route .std #search_mini_form .input-box:last-child {
  margin-right: 0;
}

.cms-no-route .std #search_mini_form .input-box .search-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 37px;
  padding: 0;
  line-height: 42px;
  background: #004782;
}

.cms-no-route .std a {
  text-decoration: underline;
}

.cms-no-route .std img {
  position: absolute;
  left: 0;
  top: 100px;
}

.cms-no-route .tabs-home {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  margin-top: 80px;
}

.cms-no-route .tabs-home:last-child {
  margin-right: 0;
}

.cms-no-route .tabs-home .tabs-block {
  padding: 0 0 15px 0;
  text-transform: uppercase;
  color: #006eca;
  border-bottom: 1px solid rgba(118, 118, 118, 0.2);
}

.cms-no-route .tabs-home .tabs-block h2 {
  font-size: 24px;
}

.cms-no-route .tabs-home .loader {
  margin: 20px auto;
}

.customer-account-login .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}

.customer-account-login .page-title:last-child {
  margin-right: 0;
}

.customer-account-login .page-title h1 {
  color: #004782;
  padding-bottom: 5px;
}

.customer-account-login .page-title p {
  font-size: 16px;
}

.customer-account-login .customer-form {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 40px 0 120px 0;
}

.customer-account-login .customer-form:last-child {
  margin-right: 0;
}

.customer-account-login .customer-form h3 {
  font-weight: bold;
  display: block;
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  color: #004782;
}

.customer-account-login .customer-form .col-1,
.customer-account-login .customer-form .col-2 {
  float: left;
  display: block;
  width: 51.17883%;
}

.customer-account-login .customer-form .col-1:last-child,
.customer-account-login .customer-form .col-2:last-child {
  width: 48.82117%;
}

.customer-account-login .customer-form .col-1 {
  padding-right: 100px;
  border-right: 2px solid #004782;
}

.customer-account-login .customer-form .col-2 {
  padding-left: 98px;
}

.customer-account-login .customer-form .description {
  line-height: 24px;
}

.customer-account-login .customer-form .password .input-box {
  margin-bottom: 10px;
}

.customer-account-login .customer-form .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 40px;
}

.customer-account-login .customer-form .buttons-set:last-child {
  margin-right: 0;
}

.customer-account-logoutsuccess .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}

.customer-account-logoutsuccess .page-title:last-child {
  margin-right: 0;
}

.customer-account-logoutsuccess .page-title h1 {
  color: #004782;
  padding-bottom: 20px;
}

.customer-account-logoutsuccess .page-title p {
  font-size: 16px;
}

.customer-account-logoutsuccess .page-title p span {
  font-weight: bold;
  color: #004782;
}

.customer-account-logoutsuccess .main {
  margin: 50px 0 100px 0;
  min-height: 200px;
}

.customer-account-forgotpassword .page-title,
.customer-account-changeforgotten .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 30px 0;
  text-align: center;
}

.customer-account-forgotpassword .page-title:last-child,
.customer-account-changeforgotten .page-title:last-child {
  margin-right: 0;
}

.customer-account-forgotpassword .page-title h1,
.customer-account-changeforgotten .page-title h1 {
  color: #004782;
  padding-bottom: 5px;
}

.customer-account-forgotpassword .page-title p,
.customer-account-changeforgotten .page-title p {
  font-size: 16px;
}

.customer-account-forgotpassword .main,
.customer-account-changeforgotten .main {
  margin: 40px 0 120px 0;
}

.customer-account-forgotpassword .main .col-main,
.customer-account-changeforgotten .main .col-main {
  width: 40%;
  float: none;
  margin: 0 auto;
}

.customer-account .sidebar .block-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  border: 1px solid #f4f4f4;
  border-left: 0;
}

.customer-account .sidebar .block-title:before,
.customer-account .sidebar .block-title:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
}

.customer-account .sidebar .block-title:before {
  border-top: 1px solid #f4f4f4;
  top: -1px;
}

.customer-account .sidebar .block-title:after {
  bottom: -1px;
  border-bottom: 1px solid #f4f4f4;
}

.customer-account .sidebar .block-content {
  margin-bottom: 100px;
}

.customer-account .sidebar .block-content li {
  position: relative;
  border: 1px solid #f4f4f4;
  border-left: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0;
  border-top: 0;
}

.customer-account .sidebar .block-content li a {
  color: #004782;
}

.customer-account .sidebar .block-content li:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
}

.customer-account .sidebar .block-content li:after {
  border-bottom: 1px solid #f4f4f4;
  top: 1px;
}

.customer-account .sidebar .block-content li.current {
  background: #006eca;
  color: #ffffff;
  border-color: #006eca;
}

.customer-account .sidebar .block-content li.current a {
  color: #ffffff;
}

.customer-account .sidebar .block-content li.current:after {
  background: #006eca;
  border-color: #006eca;
  top: 0;
  height: 102%;
}

.customer-account .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 30px;
  border-bottom: 4px solid #f4f4f4;
}

.customer-account .page-title:last-child {
  margin-right: 0;
}

.customer-account .page-title h1 {
  font-size: 18px;
  color: #004782;
  padding-bottom: 0;
}

.customer-account .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding: 20px 0 20px 30px;
  color: #000000;
}

.customer-account .content:last-child {
  margin-right: 0;
}

.customer-account .content h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #004782;
  font-weight: bold;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 30px;
}

.customer-account .content h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.customer-account .content .col-1,
.customer-account .content .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.customer-account .content .col-1:last-child,
.customer-account .content .col-2:last-child {
  margin-right: 0;
}

.customer-account .content .col-1 .box {
  padding-right: 50px;
  border-right: 2px solid #004782;
}

.customer-account .content .col-2 {
  margin-right: 0;
}

.customer-account .content .col-2 .box {
  padding-left: 30px;
}

.customer-account .content .box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 80px 0;
}

.customer-account .content .box:last-child {
  margin-right: 0;
}

.customer-account .content .box .box-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.customer-account .content .box .box-title:last-child {
  margin-right: 0;
}

.customer-account .content .box .box-title h2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-top: 0;
  padding-bottom: 0;
}

.customer-account .content .box .box-title h2:last-child {
  margin-right: 0;
}

.customer-account .content .box .box-title a {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  font-size: 16px;
  color: #004782;
  font-weight: bold;
  text-decoration: underline;
}

.customer-account .content .box .box-title a:last-child {
  margin-right: 0;
}

.customer-account .content .box .box-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
}

.customer-account .content .box .box-content:last-child {
  margin-right: 0;
}

.customer-account .content .phone-layout {
  border: 1px solid #767676;
  height: 46px;
}

.customer-account .content .phone-layout select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 20px;
  border: none;
  background: #f4f4f4;
  width: 27%;
  padding: 13px 8px;
}

.customer-account .content .phone-layout select:last-child {
  margin-right: 0;
}

.customer-account .content .phone-layout input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-bottom: 20px;
  border: none;
  padding-bottom: 11px;
}

.customer-account .content .phone-layout input:last-child {
  margin-right: 0;
}

.customer-account address strong {
  display: block;
}

.customer-account .dashboard {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.customer-account .dashboard:last-child {
  margin-right: 0;
}

.customer-account .dashboard .welcome-msg {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 60px 0;
  font-size: 16px;
  line-height: 20px;
}

.customer-account .dashboard .welcome-msg:last-child {
  margin-right: 0;
}

.customer-account .dashboard .welcome-msg .hello {
  display: block;
  padding-bottom: 20px;
}

.customer-account .dashboard .box-info .change-password {
  display: block;
  padding-top: 30px;
  text-decoration: underline;
}

.customer-account .account-information {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 200px 0;
}

.customer-account .account-information:last-child {
  margin-right: 0;
}

.customer-account .account-information .change-password-button label {
  padding: 15px 40px;
}

.customer-account .account-information .change-password-button label:before,
.customer-account .account-information .change-password-button label:after {
  display: none;
}

.customer-account .account-information .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 10px 0 0 0;
}

.customer-account .account-information .buttons-set:last-child {
  margin-right: 0;
}

.customer-account .address-book {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 150px 0;
  font-size: 16px;
  line-height: 20px;
}

.customer-account .address-book:last-child {
  margin-right: 0;
}

.customer-account .address-book .col-1 {
  padding-right: 40px;
  border-right: 2px solid #004782;
}

.customer-account .address-book .col-2 {
  padding-left: 20px;
}

.customer-account .address-book h2 {
  padding-top: 0;
}

.customer-account .address-book h3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  padding-bottom: 20px;
}

.customer-account .address-book h3:last-child {
  margin-right: 0;
}

.customer-account .address-book p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}

.customer-account .address-book p:last-child {
  margin-right: 0;
}

.customer-account .address-book p a {
  font-weight: bold;
  text-decoration: underline;
}

.customer-account .address-book address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.customer-account .address-book address:last-child {
  margin-right: 0;
}

.customer-account .address-book ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.customer-account .address-book ul:last-child {
  margin-right: 0;
}

.customer-account .address-book ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 60px 0;
}

.customer-account .address-book ul li:last-child {
  margin-right: 0;
}

.customer-account .address-book ul .change-address {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 30px 0 0 0;
}

.customer-account .address-book ul .change-address:last-child {
  margin-right: 0;
}

.customer-account .address-book ul .change-address a {
  padding-right: 10px;
  font-weight: bold;
  text-decoration: underline;
}

.customer-account .address-book ul .button,
.customer-account .address-book ul .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .customer-account .address-book ul .alert-stock {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.customer-account .address-book .empty p {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.customer-account .address-book .empty p:last-child {
  margin-right: 0;
}

.customer-account.customer-address-form .content {
  margin-bottom: 20px;
}

.customer-account.customer-address-form .content h2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.customer-account.customer-address-form .content h2:last-child {
  margin-right: 0;
}

.customer-account.customer-address-form .content .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 20px 0 0 0;
}

.customer-account.customer-address-form .content .buttons-set:last-child {
  margin-right: 0;
}

.customer-account.customer-address-form .content .buttons-set .button,
.customer-account.customer-address-form .content .buttons-set .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .customer-account.customer-address-form .content .buttons-set .alert-stock {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}

.customer-account.customer-address-form .content .buttons-set .button:last-child,
.customer-account.customer-address-form .content .buttons-set .catalog-product-view .product-view .product-essential .alert-stock:last-child,
.catalog-product-view .product-view .product-essential .customer-account.customer-address-form .content .buttons-set .alert-stock:last-child {
  margin-right: 0;
}

.customer-account.customer-address-form .content .control {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 10px 0 0 0;
}

.customer-account.customer-address-form .content .control:last-child {
  margin-right: 0;
}

.customer-account.customer-address-form .content .control label {
  margin-bottom: 10px;
}

.customer-account.customer-address-form .content .control p {
  font-size: 16px;
}

.customer-account .orders-history {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 150px 0;
  font-size: 16px;
  line-height: 20px;
}

.customer-account .orders-history:last-child {
  margin-right: 0;
}

.customer-account .orders-history .pager {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 30px;
  line-height: 48px;
}

.customer-account .orders-history .pager:last-child {
  margin-right: 0;
}

.customer-account .orders-history .pager .limiter {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  float: right;
}

.customer-account .orders-history .pager .limiter:last-child {
  margin-right: 0;
}

.customer-account .orders-history .pager .limiter label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  text-transform: uppercase;
  font-weight: bold;
}

.customer-account .orders-history .pager .limiter label:last-child {
  margin-right: 0;
}

.customer-account .orders-history .pager .limiter select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}

.customer-account .orders-history .pager .limiter select:last-child {
  margin-right: 0;
}

.customer-account .orders-history table th {
  text-transform: uppercase;
  font-weight: bold;
  color: #004782;
  padding: 10px 0;
}

.customer-account .orders-history table tr td {
  padding: 30px 0;
  border-bottom: 2px solid #f4f4f4;
}

.customer-account .orders-history table tr td a {
  font-weight: bold;
  color: #004782;
  text-decoration: underline;
  text-transform: lowercase;
}

.customer-account .order-info {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 0;
}

.customer-account .order-info:last-child {
  margin-right: 0;
}

.customer-account .order-info .buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 30px;
  text-align: right;
}

.customer-account .order-info .buttons:last-child {
  margin-right: 0;
}

.customer-account .order-info .buttons a {
  font-weight: bold;
  color: #004782;
  text-decoration: underline;
  text-transform: lowercase;
}

.customer-account .order-info .box {
  margin-bottom: 50px;
}

.customer-account .order-info .box .box-content strong {
  font-weight: normal;
}

.customer-account .order-view {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 150px 0;
  font-size: 16px;
  line-height: 20px;
  padding-top: 0;
}

.customer-account .order-view:last-child {
  margin-right: 0;
}

.customer-account .order-view h3 {
  font-size: initial;
  color: initial;
  text-transform: initial;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: initial;
}

.customer-account .order-view table th {
  text-transform: uppercase;
  font-weight: bold;
  color: #004782;
  padding: 10px 0 0 0;
}

.customer-account .order-view table tr td {
  font-size: 16px;
  color: initial;
  text-transform: initial;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: initial;
  padding: 30px 0;
  border-bottom: 2px solid #f4f4f4;
}

.customer-account .order-view table tr td a {
  font-weight: bold;
  color: #004782;
  text-decoration: underline;
  text-transform: lowercase;
}

.customer-account .order-view table tbody td,
.customer-account .order-view table tbody th,
.customer-account .order-view table thead td,
.customer-account .order-view table thead th {
  width: 20%;
  text-align: center;
}

.customer-account .order-view table tbody td:first-child,
.customer-account .order-view table tbody th:first-child,
.customer-account .order-view table thead td:first-child,
.customer-account .order-view table thead th:first-child {
  width: 30%;
  text-align: left;
}

.customer-account .order-view table tfoot td {
  padding: 15px 0;
  border-bottom: 0;
  text-align: right;
}

.customer-account-create .page-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  text-align: center;
}

.customer-account-create .page-title:last-child {
  margin-right: 0;
}

.customer-account-create .page-title h1 {
  color: #004782;
  padding-bottom: 5px;
}

.customer-account-create .page-title p {
  font-size: 16px;
}

.customer-account-create h2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 26px 0;
  color: #004782;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.customer-account-create h2:last-child {
  margin-right: 0;
}

.customer-account-create .col-1,
.customer-account-create .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.customer-account-create .col-1:last-child,
.customer-account-create .col-2:last-child {
  margin-right: 0;
}

.customer-account-create .col-1 {
  padding-right: 100px;
  border-right: 2px solid #004782;
}

.customer-account-create .col-2 {
  padding-left: 80px;
  margin-right: 0;
}

.customer-account-create .buttons-set {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 60px 0 100px 0;
}

.customer-account-create .buttons-set:last-child {
  margin-right: 0;
}

.customer-account-create .buttons-set .button,
.customer-account-create .buttons-set .catalog-product-view .product-view .product-essential .alert-stock,
.catalog-product-view .product-view .product-essential .customer-account-create .buttons-set .alert-stock {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}

.customer-account-create .buttons-set .button:last-child,
.customer-account-create .buttons-set .catalog-product-view .product-view .product-essential .alert-stock:last-child,
.catalog-product-view .product-view .product-essential .customer-account-create .buttons-set .alert-stock:last-child {
  margin-right: 0;
}

.customer-account-create .phone-layout {
  border: 1px solid #767676;
  height: 49px;
}

.customer-account-create .phone-layout select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 20px;
  border: none;
  background: #f4f4f4;
  width: 30%;
  padding: 13px 8px;
}

.customer-account-create .phone-layout select:last-child {
  margin-right: 0;
}

.customer-account-create .phone-layout input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-bottom: 20px;
  border: none;
  padding-bottom: 11px;
}

.customer-account-create .phone-layout input:last-child {
  margin-right: 0;
}

.blog-index-list .toolbar,
.blog-post-view .toolbar,
.blog-cat-view .toolbar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 20px 0;
}

.blog-index-list .toolbar:last-child,
.blog-post-view .toolbar:last-child,
.blog-cat-view .toolbar:last-child {
  margin-right: 0;
}

.blog-index-list .toolbar .col-1,
.blog-index-list .toolbar .col-2,
.blog-post-view .toolbar .col-1,
.blog-post-view .toolbar .col-2,
.blog-cat-view .toolbar .col-1,
.blog-cat-view .toolbar .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  line-height: 48px;
}

.blog-index-list .toolbar .col-1:last-child,
.blog-index-list .toolbar .col-2:last-child,
.blog-post-view .toolbar .col-1:last-child,
.blog-post-view .toolbar .col-2:last-child,
.blog-cat-view .toolbar .col-1:last-child,
.blog-cat-view .toolbar .col-2:last-child {
  margin-right: 0;
}

.blog-index-list .toolbar .count,
.blog-post-view .toolbar .count,
.blog-cat-view .toolbar .count {
  display: inline-block;
  vertical-align: top;
}

.blog-index-list .toolbar .sort-by label,
.blog-post-view .toolbar .sort-by label,
.blog-cat-view .toolbar .sort-by label {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-index-list .toolbar .sort-by label,
.blog-index-list .toolbar .sort-by select,
.blog-post-view .toolbar .sort-by label,
.blog-post-view .toolbar .sort-by select,
.blog-cat-view .toolbar .sort-by label,
.blog-cat-view .toolbar .sort-by select {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}

.blog-index-list .toolbar .sort-by label:last-child,
.blog-index-list .toolbar .sort-by select:last-child,
.blog-post-view .toolbar .sort-by label:last-child,
.blog-post-view .toolbar .sort-by select:last-child,
.blog-cat-view .toolbar .sort-by label:last-child,
.blog-cat-view .toolbar .sort-by select:last-child {
  margin-right: 0;
}

.blog-index-list .toolbar .pages,
.blog-post-view .toolbar .pages,
.blog-cat-view .toolbar .pages {
  text-align: center;
}

.blog-index-list .toolbar.bottom,
.blog-post-view .toolbar.bottom,
.blog-cat-view .toolbar.bottom {
  margin-bottom: 60px;
}

.blog-index-list .toolbar.bottom .col-2,
.blog-post-view .toolbar.bottom .col-2,
.blog-cat-view .toolbar.bottom .col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.blog-index-list .toolbar.bottom .col-2:last-child,
.blog-post-view .toolbar.bottom .col-2:last-child,
.blog-cat-view .toolbar.bottom .col-2:last-child {
  margin-right: 0;
}

.blog-index-list .toolbar .col-2,
.blog-post-view .toolbar .col-2,
.blog-cat-view .toolbar .col-2 {
  float: right;
}

.blog-index-list .sidebar .block-title,
.blog-post-view .sidebar .block-title,
.blog-cat-view .sidebar .block-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 26px 0;
  position: relative;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.blog-index-list .sidebar .block-title:before,
.blog-index-list .sidebar .block-title:after,
.blog-post-view .sidebar .block-title:before,
.blog-post-view .sidebar .block-title:after,
.blog-cat-view .sidebar .block-title:before,
.blog-cat-view .sidebar .block-title:after {
  content: '';
  position: absolute;
  left: -1000%;
  height: 100%;
  width: 1000%;
  background: #f4f4f4;
}

.blog-index-list .sidebar .block-title:before,
.blog-post-view .sidebar .block-title:before,
.blog-cat-view .sidebar .block-title:before {
  top: -1px;
}

.blog-index-list .sidebar .block-title:after,
.blog-post-view .sidebar .block-title:after,
.blog-cat-view .sidebar .block-title:after {
  bottom: -1px;
}

.blog-index-list .sidebar .block-content h5,
.blog-post-view .sidebar .block-content h5,
.blog-cat-view .sidebar .block-content h5 {
  display: block;
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.blog-index-list .sidebar .block-content li,
.blog-post-view .sidebar .block-content li,
.blog-cat-view .sidebar .block-content li {
  line-height: 26px;
  font-size: 18px;
  display: block;
  margin: 10px 0;
}

.blog-index-list .post-wrapper,
.blog-post-view .post-wrapper,
.blog-cat-view .post-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 0 0 50px 0;
}

.blog-index-list .post-wrapper:last-child,
.blog-post-view .post-wrapper:last-child,
.blog-cat-view .post-wrapper:last-child {
  margin-right: 0;
}

.blog-index-list .post-wrapper a,
.blog-post-view .post-wrapper a,
.blog-cat-view .post-wrapper a {
  font-weight: bold;
  color: #006eca;
}

.blog-index-list .post-wrapper h2,
.blog-index-list .post-wrapper h1,
.blog-post-view .post-wrapper h2,
.blog-post-view .post-wrapper h1,
.blog-cat-view .post-wrapper h2,
.blog-cat-view .post-wrapper h1 {
  color: #006eca;
  font-weight: bold;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.blog-index-list .post-wrapper h3,
.blog-post-view .post-wrapper h3,
.blog-cat-view .post-wrapper h3 {
  display: block;
  padding-top: 5px;
  font-size: 14px;
}

.blog-index-list .post-wrapper .std,
.blog-post-view .post-wrapper .std,
.blog-cat-view .post-wrapper .std {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 20px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
}

.blog-index-list .post-wrapper .std:last-child,
.blog-post-view .post-wrapper .std:last-child,
.blog-cat-view .post-wrapper .std:last-child {
  margin-right: 0;
}

.blog-index-list .post-wrapper .std img,
.blog-post-view .post-wrapper .std img,
.blog-cat-view .post-wrapper .std img {
  margin-bottom: 20px;
}

.blog-index-list .post-wrapper .std .aw-blog-read-more,
.blog-post-view .post-wrapper .std .aw-blog-read-more,
.blog-cat-view .post-wrapper .std .aw-blog-read-more {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin: 10px 0 0 0;
}

.blog-index-list .post-wrapper .std .aw-blog-read-more:last-child,
.blog-post-view .post-wrapper .std .aw-blog-read-more:last-child,
.blog-cat-view .post-wrapper .std .aw-blog-read-more:last-child {
  margin-right: 0;
}

.blog-index-list .post-wrapper .tags,
.blog-post-view .post-wrapper .tags,
.blog-cat-view .post-wrapper .tags {
  display: inline-block;
  margin-bottom: 5px;
}

.blog-index-list .post-wrapper .tags li,
.blog-post-view .post-wrapper .tags li,
.blog-cat-view .post-wrapper .tags li {
  display: inline-block;
}

.blog-index-list .post-wrapper .poster,
.blog-post-view .post-wrapper .poster,
.blog-cat-view .post-wrapper .poster {
  display: inline-block;
}

.cms-questions .page-title h1 {
  color: #006eca;
  margin: 20px 0;
  font-size: 18px;
}

.cms-questions .std {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 90px;
}

.cms-questions .std:last-child {
  margin-right: 0;
}

.cms-questions .std dl {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}

.cms-questions .std dl:last-child {
  margin-right: 0;
}

.cms-questions .std dl dt {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 20px;
  background: #f4f4f4;
  color: #006eca;
  position: relative;
}

.cms-questions .std dl dt::before {
  content: '';
  position: absolute;
  top: -5px;
  right: initial;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004782;
  border-bottom: 0;
}

.cms-questions .std dl dt:before {
  content: '';
  position: absolute;
  top: 28px;
  right: 20px;
  transition: all 0.2s;
}

.cms-questions .std dl dt.active:before {
  transform: rotate(180deg);
}

.cms-questions .std dl dd {
  padding: 0 20px 20px 20px;
  font-size: 16px;
  line-height: 20px;
  display: none;
}

.cms-questions .footer-sac {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-bottom: 90px;
}

.cms-questions .footer-sac:last-child {
  margin-right: 0;
}

.cms-questions .footer-sac h2 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.cms-questions .footer-sac li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #f4f4f4;
}

.cms-questions .footer-sac li:last-child {
  margin-right: 0;
}

.cms-questions .footer-sac li:last-child {
  border-right: 0;
}

.cms-questions .footer-sac li span,
.cms-questions .footer-sac li strong {
  color: #006eca;
}

.cms-questions .footer-sac li span {
  display: block;
  font-size: 60px;
  margin-bottom: 20px;
}

.cms-questions .footer-sac li strong {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}

.cms-questions .footer-sac li p {
  font-size: 16px;
}

/** SVG - https://icomoon.io/app/#/select/font ***/

.icon-whatsapp {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  color: #ffffff;
}

/*# sourceMappingURL=styles.css.map */