@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i");
article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

nav ul, nav ol {
  list-style: none none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

object, video, embed {
  height: auto;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body {
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}

p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #d0cece;
}

em, i {
  font-style: italic;
}

mark {
  background: #f0f0f0;
  color: #0A263C;
}

small, .small {
  font-size: 12px;
}

hr {
  border: 0;
  border-top: 1px solid #d0cece;
  margin-bottom: 20px;
  margin-top: 20px;
}

sub {
  font-size: 71.42857143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 71.42857143%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dfn {
  font-style: italic;
}

h1 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0rem;
  margin-bottom: 2rem;
}

h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

h3 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
  color: #0A263C;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

ul, ol {
  margin-top: 0rem;
  margin-bottom: 2.5rem;
}

ul > li, ol > li {
  margin-top: 0rem;
  margin-bottom: 1rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 20px;
  margin-top: 0;
}

dt {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

dd {
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 0;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}

kbd {
  background: #f0f0f0;
  color: #111;
  padding: 2px 4px;
  font-size: 1.2rem;
}

pre {
  background: #f0f0f0;
  border: 1px solid #d0cece;
  color: #111;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 10px;
  font-size: 1.2rem;
  display: block;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
}

blockquote {
  border-left: 0 solid #d0cece;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  color: #333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}
blockquote cite {
  font-style: normal;
}
blockquote:before, blockquote:after {
  content: "";
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

cite {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
table th {
  text-align: left;
}
table > tbody > tr > th, table > tfoot > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
  vertical-align: top;
}
table > thead > tr > th, table > thead > tr > td {
  vertical-align: bottom;
}
table > thead > tr > th {
  padding: 8px 10px;
}
table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px 10px;
}

fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d0cece;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=url]:disabled, input[type=tel]:disabled, input[type=search]:disabled, input[type=number]:disabled, input[type=datetime]:disabled, input[type=email]:disabled {
  opacity: 0.5;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

select {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d0cece;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 5px 10px 4px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
select:disabled {
  opacity: 0.5;
}
select[multiple=multiple] {
  height: auto;
  background-image: none;
}

textarea {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d0cece;
  border-radius: 1px;
  font-size: 14px;
  height: auto;
  line-height: 1.42857143;
  margin: 0;
  padding: 10px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-ms-input-placeholder {
  color: #c2c2c2;
}

input[type=checkbox], input[type=radio] {
  margin: 2px 5px 0 0;
}
input[type=checkbox]:disabled, input[type=radio]:disabled {
  opacity: 0.5;
}
input.mage-error {
  border-color: #ed8380;
}

select.mage-error, textarea.mage-error {
  border-color: #ed8380;
}

div.mage-error[generated], div.field-error {
  color: #E02B27;
  font-size: 1.2rem;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

form {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  box-shadow: none;
  outline: 0;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}

.bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
  margin: 0;
}

.abs-action-addto-product, .block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #d0cece;
  color: #333;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}

.abs-action-link-button:focus, .abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #d0cece;
  color: #333;
}

.abs-action-addto-product:focus, .abs-action-addto-product:active {
  background: #e2e2e2;
  border: 1px solid #d0cece;
  color: #333;
}

.block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #d0cece;
  color: #333;
}

.abs-action-link-button:hover, .abs-action-addto-product:hover, .block-event .slider-panel .slider .item .action.event:hover {
  background: #e2e2e2;
  border: 1px solid #d0cece;
  color: #555;
}

.abs-action-link-button.disabled, .abs-action-link-button[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.abs-action-addto-product.disabled, .abs-action-addto-product[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .abs-action-addto-product {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.abs-action-link-button:hover, .abs-action-link-button:active, .abs-action-link-button:focus {
  text-decoration: none;
}

.abs-action-addto-product:hover, .abs-action-addto-product:active, .abs-action-addto-product:focus {
  text-decoration: none;
}

.block-event .slider-panel .slider .item .action.event:hover, .block-event .slider-panel .slider .item .action.event:active, .block-event .slider-panel .slider .item .action.event:focus {
  text-decoration: none;
}

.cart.table-wrapper .item-options dt, .block-giftregistry-shared-items .product .item-options dt, .multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}

.cart.table-wrapper .item-options dt:after, .block-giftregistry-shared-items .product .item-options dt:after, .multicheckout .item-options dt:after {
  content: ": ";
}

.cart.table-wrapper .item-options dd, .block-giftregistry-shared-items .product .item-options dd, .multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}

.products-list .product-image-wrapper, .cart.table-wrapper .product-image-wrapper, .minicart-items .product-image-wrapper, .block-giftregistry-shared-items .product-image-wrapper {
  height: auto;
  padding: 0 !important;
}

.products-list .product-image-wrapper .product-image-photo, .cart.table-wrapper .product-image-wrapper .product-image-photo, .minicart-items .product-image-wrapper .product-image-photo, .block-giftregistry-shared-items .product-image-wrapper .product-image-photo {
  position: static;
}

.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.abs-account-blocks .block-title, .block-compare .block-title, .block-giftregistry-results .block-title, .block-giftregistry-shared-items .block-title, .block-wishlist-search-results .block-title, .block-reorder .block-title, .widget .block-title, .block-wishlist .block-title, .multicheckout .block-title, .paypal-review .block .block-title, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title, [class^=sales-guest-] .column.main .block:not(.widget) .block-title, .sales-guest-view .column.main .block:not(.widget) .block-title {
  margin-bottom: 15px;
}

.abs-account-blocks .block-title > strong, .block-compare .block-title > strong, .block-giftregistry-results .block-title > strong, .block-giftregistry-shared-items .block-title > strong, .block-wishlist-search-results .block-title > strong, .block-reorder .block-title > strong, .widget .block-title > strong, .block-wishlist .block-title > strong, .multicheckout .block-title > strong, .paypal-review .block .block-title > strong, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > strong, [class^=sales-guest-] .column.main .block:not(.widget) .block-title > strong, .sales-guest-view .column.main .block:not(.widget) .block-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.multicheckout .block-title > .action, .paypal-review .block .block-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action, [class^=sales-guest-] .column.main .block:not(.widget) .block-title > .action, .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
  margin-left: 15px;
}

.multicheckout .box-title, .paypal-review .block .box-title, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title, [class^=sales-guest-] .column.main .block:not(.widget) .box-title, .sales-guest-view .column.main .block:not(.widget) .box-title {
  display: inline-block;
  margin: 0 0 5px;
}

.multicheckout .box-title > span, .paypal-review .block .box-title > span, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span, [class^=sales-guest-] .column.main .block:not(.widget) .box-title > span, .sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.multicheckout .box-title > .action, .paypal-review .block .box-title > .action, .magento-rma-guest-returns .column.main .block:not(.widget) .box-title > .action, [class^=sales-guest-] .column.main .block:not(.widget) .box-title > .action, .sales-guest-view .column.main .block:not(.widget) .box-title > .action {
  font-weight: 400;
  margin-left: 10px;
}

.multicheckout .block-content p:last-child, .paypal-review .block .block-content p:last-child, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content p:last-child, [class^=sales-guest-] .column.main .block:not(.widget) .block-content p:last-child, .sales-guest-view .column.main .block:not(.widget) .block-content p:last-child {
  margin-bottom: 0;
}

.multicheckout .block-content .box, .paypal-review .block .block-content .box, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
  margin-bottom: 20px;
}

.giftregisty-dropdown, .wishlist-dropdown {
  display: inline-block;
  position: relative;
}

.abs-dropdown-simple:before, .abs-dropdown-simple:after {
  content: "";
  display: table;
}

.giftregisty-dropdown:before, .giftregisty-dropdown:after {
  content: "";
  display: table;
}

.wishlist-dropdown:before, .wishlist-dropdown:after {
  content: "";
  display: table;
}

.abs-dropdown-simple:after, .giftregisty-dropdown:after, .wishlist-dropdown:after {
  clear: both;
}

.abs-dropdown-simple .action.toggle, .giftregisty-dropdown .action.toggle, .wishlist-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

.abs-dropdown-simple .action.toggle:after, .giftregisty-dropdown .action.toggle:after, .wishlist-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: "icons-blank-theme";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-dropdown-simple .action.toggle:hover:after, .giftregisty-dropdown .action.toggle:hover:after, .wishlist-dropdown .action.toggle:hover:after, .abs-dropdown-simple .action.toggle:active:after, .giftregisty-dropdown .action.toggle:active:after, .wishlist-dropdown .action.toggle:active:after {
  color: inherit;
}

.abs-dropdown-simple .action.toggle.active, .giftregisty-dropdown .action.toggle.active, .wishlist-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}

.abs-dropdown-simple .action.toggle.active:after, .giftregisty-dropdown .action.toggle.active:after, .wishlist-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: "icons-blank-theme";
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-dropdown-simple .action.toggle.active:hover:after, .giftregisty-dropdown .action.toggle.active:hover:after, .wishlist-dropdown .action.toggle.active:hover:after, .abs-dropdown-simple .action.toggle.active:active:after, .giftregisty-dropdown .action.toggle.active:active:after, .wishlist-dropdown .action.toggle.active:active:after {
  color: inherit;
}

.abs-dropdown-simple ul.dropdown, .giftregisty-dropdown ul.dropdown, .wishlist-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: 1px solid #d0cece;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

.abs-dropdown-simple ul.dropdown li, .giftregisty-dropdown ul.dropdown li, .wishlist-dropdown ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}

.abs-dropdown-simple ul.dropdown li:hover, .giftregisty-dropdown ul.dropdown li:hover, .wishlist-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}

.abs-dropdown-simple ul.dropdown:before, .abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.giftregisty-dropdown ul.dropdown:before, .giftregisty-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.wishlist-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 99;
}

.abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #d0cece transparent;
  z-index: 98;
}

.abs-dropdown-simple ul.dropdown:before, .giftregisty-dropdown ul.dropdown:before, .wishlist-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}

.abs-dropdown-simple ul.dropdown:after, .giftregisty-dropdown ul.dropdown:after, .wishlist-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}

.abs-dropdown-simple.active, .giftregisty-dropdown.active, .wishlist-dropdown.active {
  overflow: visible;
}

.abs-dropdown-simple.active ul.dropdown, .giftregisty-dropdown.active ul.dropdown, .wishlist-dropdown.active ul.dropdown {
  display: block;
  position: absolute;
}

.column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
  text-align: center;
  width: 47px;
}

.sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}

.block-banners, .block-banners-inline {
  margin-bottom: 40px;
}

.sidebar .action.delete, .table-comparison .cell.remove .action.delete, .block-compare .action.delete, .filtered .item .action.remove {
  display: inline-block;
  text-decoration: none;
}

.abs-remove-button-for-blocks > span, .sidebar .action.delete > span, .table-comparison .cell.remove .action.delete > span, .block-compare .action.delete > span, .filtered .item .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.abs-remove-button-for-blocks:before, .sidebar .action.delete:before, .table-comparison .cell.remove .action.delete:before, .block-compare .action.delete:before, .filtered .item .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 15px;
  color: #303030;
  content: "\e616";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filtered .item .action.remove:hover:before, .abs-remove-button-for-blocks:active:before, .sidebar .action.delete:active:before, .table-comparison .cell.remove .action.delete:active:before, .block-compare .action.delete:active:before, .filtered .item .action.remove:active:before {
  color: #303030;
}

.product.name a {
  font-weight: 400;
}
.product.name a > a {
  color: #333;
  text-decoration: none;
}

.abs-product-link > a:visited, .product.name a > a:visited, .abs-product-link > a:hover, .product.name a > a:hover, .abs-product-link > a:active, .product.name a > a:active {
  color: #333;
  text-decoration: underline;
}

.form.giftregistry.items .actions-toolbar, .form-new-agreement .actions-toolbar, .fieldset .review-legend.legend, .form.wishlist.items .actions-toolbar {
  margin-left: 0;
}

.abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  left: 10px;
  margin-left: 70%;
  position: absolute;
  top: 31px;
  width: auto;
}

.form-giftregistry-share .fieldset, .form-giftregistry-edit .fieldset, .form-add-invitations .fieldset, .form-create-return .fieldset, .form.send.friend .fieldset {
  margin-bottom: 50px;
}

.form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control, .form.send.friend .fieldset .field:not(.choice) .control {
  width: 70%;
}

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary {
  float: left;
}

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-add-invitations .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form-create-return .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add, .form.send.friend .fieldset .actions-toolbar:not(:first-child) > .secondary .action.add {
  margin-top: 30px;
}

.form-giftregistry-share .fieldset .fields .actions-toolbar, .form-giftregistry-edit .fieldset .fields .actions-toolbar, .form-add-invitations .fieldset .fields .actions-toolbar, .form-create-return .fieldset .fields .actions-toolbar, .form.send.friend .fieldset .fields .actions-toolbar {
  margin: 0;
}

.form-giftregistry-share .message.notice, .form-giftregistry-edit .message.notice, .form-add-invitations .message.notice, .form-create-return .message.notice, .form.send.friend .message.notice {
  margin: 30px 0 0;
}

.form-giftregistry-share .additional, .form-giftregistry-edit .additional, .form-add-invitations .additional, .form-create-return .additional, .form.send.friend .additional {
  margin-top: 55px;
  position: relative;
}

.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}

.fieldset > .field.no-label > .label, .fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.table-comparison .cell.label.remove span, .table-comparison .cell.label.product span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cart.table-wrapper .col.qty .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.minicart-wrapper .action.showcart .text, .minicart-wrapper .action.showcart .counter-label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkout-index-index .page-title-wrapper, .checkout-onepage-success .page-title-wrapper {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkout-payment-method .field-select-billing > .label, .checkout-payment-method .payments .legend, .checkout-payment-method .ccard .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.account .column.main .limiter > .label, .field.street .field.additional .label, .page-product-downloadable .product-options-wrapper .fieldset .legend.links-title, .page-product-giftcard .fieldset.giftcard > .legend, .opc-wrapper .form-giftcard-account .field .label, .filter-options-content .filter-count-label, .block-wishlist-search-form .form-wishlist-search .fieldset > .legend, .page-multiple-wishlist .page-title-wrapper .page-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.multicheckout .table-wrapper .col .label, .multicheckout .block .methods-shipping .item-content .fieldset > .legend {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.block.newsletter .label, .block-reorder .product-item .label, .opc-wrapper .form-discount .field .label, .action.skip:not(:focus), .page-header .switcher .label, .page-footer .switcher .label, .products-grid.wishlist .product-item .comment-box .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.shipping-policy-block.field-tooltip .field-tooltip-action span {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.abs-add-clearfix:before, .abs-add-clearfix:after {
  content: "";
  display: table;
}

.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}

.payment-method-braintree .hosted-date-wrap:before, .payment-method-braintree .hosted-date-wrap:after {
  content: "";
  display: table;
}

.toolbar:before, .toolbar:after {
  content: "";
  display: table;
}

.toolbar-products:before, .toolbar-products:after {
  content: "";
  display: table;
}

.sidebar .product-items-images:before, .sidebar .product-items-images:after {
  content: "";
  display: table;
}

.cart.table-wrapper .item-options:before, .cart.table-wrapper .item-options:after {
  content: "";
  display: table;
}

.minicart-items .product-item > .product:before, .minicart-items .product-item > .product:after {
  content: "";
  display: table;
}

.checkout-container:before, .checkout-container:after {
  content: "";
  display: table;
}

.opc-estimated-wrapper:before, .opc-estimated-wrapper:after {
  content: "";
  display: table;
}

.opc-wrapper .field.addresses:before, .opc-wrapper .field.addresses:after {
  content: "";
  display: table;
}

.page-product-downloadable .product-add-form:before, .page-product-downloadable .product-add-form:after {
  content: "";
  display: table;
}

.gift-options:before, .gift-options:after {
  content: "";
  display: table;
}

.gift-item-block .content:before, .gift-item-block .content:after {
  content: "";
  display: table;
}

.order-details-items .order-gift-message:before, .order-details-items .order-gift-message:after {
  content: "";
  display: table;
}
.order-details-items .block-order-details-gift-message:before, .order-details-items .block-order-details-gift-message:after {
  content: "";
  display: table;
}

.block-giftregistry-shared-items .product .item-options:before, .block-giftregistry-shared-items .product .item-options:after {
  content: "";
  display: table;
}

.gift-wrapping-list:before, .gift-wrapping-list:after {
  content: "";
  display: table;
}

.opc-wrapper .data.table .gift-wrapping:before, .opc-wrapper .data.table .gift-wrapping:after {
  content: "";
  display: table;
}

.table-order-items .gift-wrapping:before, .table-order-items .gift-wrapping:after {
  content: "";
  display: table;
}

.table-order-review .gift-wrapping:before, .table-order-review .gift-wrapping:after {
  content: "";
  display: table;
}

.map-popup .map-info-price:before, .map-popup .map-info-price:after {
  content: "";
  display: table;
}

.multicheckout .item-options:before, .multicheckout .item-options:after {
  content: "";
  display: table;
}
.multicheckout .block:before, .multicheckout .block:after {
  content: "";
  display: table;
}
.multicheckout .block-content:before, .multicheckout .block-content:after {
  content: "";
  display: table;
}

.customer-review .product-details:before, .customer-review .product-details:after {
  content: "";
  display: table;
}

.header.content:before, .header.content:after {
  content: "";
  display: table;
}

.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}

.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}

.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}

.form-create-return .fieldset .actions-toolbar:not(:first-child):before, .form-create-return .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}

.form.send.friend .fieldset .actions-toolbar:not(:first-child):before, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  content: "";
  display: table;
}

.abs-add-clearfix:after, .abs-add-fields .fieldset .actions-toolbar:not(:first-child):after, .payment-method-braintree .hosted-date-wrap:after, .toolbar:after, .toolbar-products:after, .sidebar .product-items-images:after, .cart.table-wrapper .item-options:after, .minicart-items .product-item > .product:after, .checkout-container:after, .opc-estimated-wrapper:after, .opc-wrapper .field.addresses:after, .page-product-downloadable .product-add-form:after, .gift-options:after, .gift-item-block .content:after {
  clear: both;
}

.order-details-items .order-gift-message:after, .order-details-items .block-order-details-gift-message:after {
  clear: both;
}

.block-giftregistry-shared-items .product .item-options:after, .gift-wrapping-list:after, .opc-wrapper .data.table .gift-wrapping:after, .table-order-items .gift-wrapping:after, .table-order-review .gift-wrapping:after, .map-popup .map-info-price:after {
  clear: both;
}

.multicheckout .item-options:after, .multicheckout .block:after, .multicheckout .block-content:after {
  clear: both;
}

.customer-review .product-details:after, .header.content:after, .form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after, .form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after, .form-add-invitations .fieldset .actions-toolbar:not(:first-child):after, .form-create-return .fieldset .actions-toolbar:not(:first-child):after, .form.send.friend .fieldset .actions-toolbar:not(:first-child):after {
  clear: both;
}

.abs-field-date .control, .abs-field-tooltip {
  box-sizing: border-box;
}

.columns .column.main, .columns .sidebar-main, .columns .sidebar-additional {
  box-sizing: border-box;
}

.column .block-addbysku .sku, .product-item, .sidebar .product-items-images .product-item, .search-autocomplete, .cart-summary, .opc-wrapper .shipping-address-item, .shipping-policy-block.field-tooltip .field-tooltip-content, .opc-block-summary, .sidebar .block-addbysku .fieldset .fields .field.sku, .block-event .slider-panel .slider .item .action.show, .field.date .control, .form.search.advanced .fields.range .field.date .control, .field .control._with-tooltip {
  box-sizing: border-box;
}

.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-split-button:before {
  content: "";
  display: table;
}
.abs-split-button:after {
  content: "";
  display: table;
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e607";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after, .abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e618";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after, .abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: 1px solid #d0cece;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before, .abs-split-button .items:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #d0cece transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
  position: absolute;
}

.table-comparison .wishlist.split.button > .action.split, .product-items .wishlist.split.button > .action.split {
  display: inline-block;
  text-decoration: none;
}

.abs-actions-addto-gridlist > span, .table-comparison .wishlist.split.button > .action.split > span, .product-items .wishlist.split.button > .action.split > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.abs-actions-addto-gridlist:before, .table-comparison .wishlist.split.button > .action.split:before, .product-items .wishlist.split.button > .action.split:before {
  -webkit-font-smoothing: antialiased;
  font-size: 29px;
  line-height: 24px;
  color: #7d7d7d;
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-actions-addto-gridlist:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before, .product-items .wishlist.split.button > .action.split:hover:before {
  color: #333;
}

.block-minicart .block-content > .actions > .primary .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}

.block-authentication .action.action-register, .block-authentication .action.action-login {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}

.multicheckout .action.primary {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 1.8rem;
}

.abs-action-remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .action-auth-toggle {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}

.checkout-payment-method .payment-method-billing-address .action-cancel, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}

.checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button > .action, .product-items .wishlist.split.button > .action, .paypal-button-widget .paypal-button, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
}

.abs-action-button-as-link:visited, .abs-action-remove:visited, .cart.table-wrapper .action.help.map:visited, .opc-wrapper .edit-address-link:visited, .action-auth-toggle:visited {
  color: #1979c3;
  text-decoration: none;
}

.checkout-payment-method .payment-method-billing-address .action-cancel:visited, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited {
  color: #1979c3;
  text-decoration: none;
}

.checkout-agreements-block .action-show:visited, .cart-summary .block.giftcard .action.check:visited, .gift-options .actions-toolbar .action-cancel:visited, .table-comparison .wishlist.split.button > .action:visited, .product-items .wishlist.split.button > .action:visited, .paypal-button-widget .paypal-button:visited, .abs-add-fields .action.remove:visited, .form-giftregistry-share .action.remove:visited, .form-giftregistry-edit .action.remove:visited, .form-add-invitations .action.remove:visited, .form-create-return .action.remove:visited, .form.send.friend .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}

.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .action-auth-toggle:hover {
  color: #006bb4;
  text-decoration: underline;
}

.checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover {
  color: #006bb4;
  text-decoration: underline;
}

.checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}

.abs-action-button-as-link:active, .abs-action-remove:active, .cart.table-wrapper .action.help.map:active, .opc-wrapper .edit-address-link:active, .action-auth-toggle:active {
  color: #ff5501;
  text-decoration: underline;
}

.checkout-payment-method .payment-method-billing-address .action-cancel:active, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active {
  color: #ff5501;
  text-decoration: underline;
}

.checkout-agreements-block .action-show:active, .cart-summary .block.giftcard .action.check:active, .gift-options .actions-toolbar .action-cancel:active, .table-comparison .wishlist.split.button > .action:active, .product-items .wishlist.split.button > .action:active, .paypal-button-widget .paypal-button:active, .abs-add-fields .action.remove:active, .form-giftregistry-share .action.remove:active, .form-giftregistry-edit .action.remove:active, .form-add-invitations .action.remove:active, .form-create-return .action.remove:active, .form.send.friend .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}

.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .action-auth-toggle:hover {
  color: #006bb4;
}

.checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover {
  color: #006bb4;
}

.checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
  color: #006bb4;
}

.abs-action-button-as-link:hover, .abs-action-button-as-link:active, .abs-action-button-as-link:focus {
  background: none;
  border: 0;
}

.abs-action-remove:hover, .abs-action-remove:active, .abs-action-remove:focus {
  background: none;
  border: 0;
}

.cart.table-wrapper .action.help.map:hover, .cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:focus {
  background: none;
  border: 0;
}

.opc-wrapper .edit-address-link:hover, .opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:focus {
  background: none;
  border: 0;
}

.action-auth-toggle:hover, .action-auth-toggle:active, .action-auth-toggle:focus {
  background: none;
  border: 0;
}

.checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:active, .checkout-payment-method .payment-method-billing-address .action-cancel:focus {
  background: none;
  border: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus {
  background: none;
  border: 0;
}

.checkout-agreements-block .action-show:hover, .checkout-agreements-block .action-show:active, .checkout-agreements-block .action-show:focus {
  background: none;
  border: 0;
}

.cart-summary .block.giftcard .action.check:hover, .cart-summary .block.giftcard .action.check:active, .cart-summary .block.giftcard .action.check:focus {
  background: none;
  border: 0;
}

.gift-options .actions-toolbar .action-cancel:hover, .gift-options .actions-toolbar .action-cancel:active, .gift-options .actions-toolbar .action-cancel:focus {
  background: none;
  border: 0;
}

.table-comparison .wishlist.split.button > .action:hover, .table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus {
  background: none;
  border: 0;
}

.product-items .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:active, .product-items .wishlist.split.button > .action:focus {
  background: none;
  border: 0;
}

.paypal-button-widget .paypal-button:hover, .paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:focus {
  background: none;
  border: 0;
}

.abs-add-fields .action.remove:hover, .abs-add-fields .action.remove:active, .abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}

.form-giftregistry-share .action.remove:hover, .form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:focus {
  background: none;
  border: 0;
}

.form-giftregistry-edit .action.remove:hover, .form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:focus {
  background: none;
  border: 0;
}

.form-add-invitations .action.remove:hover, .form-add-invitations .action.remove:active, .form-add-invitations .action.remove:focus {
  background: none;
  border: 0;
}

.form-create-return .action.remove:hover, .form-create-return .action.remove:active, .form-create-return .action.remove:focus {
  background: none;
  border: 0;
}

.form.send.friend .action.remove:hover, .form.send.friend .action.remove:active, .form.send.friend .action.remove:focus {
  background: none;
  border: 0;
}

.abs-action-button-as-link.disabled, .abs-action-button-as-link[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .abs-action-button-as-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.abs-action-remove.disabled, .abs-action-remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .abs-action-remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.cart.table-wrapper .action.help.map.disabled, .cart.table-wrapper .action.help.map[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .cart.table-wrapper .action.help.map {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.opc-wrapper .edit-address-link.disabled, .opc-wrapper .edit-address-link[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .opc-wrapper .edit-address-link {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.action-auth-toggle.disabled, .action-auth-toggle[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .action-auth-toggle {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.checkout-payment-method .payment-method-billing-address .action-cancel.disabled, .checkout-payment-method .payment-method-billing-address .action-cancel[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.checkout-agreements-block .action-show.disabled, .checkout-agreements-block .action-show[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .checkout-agreements-block .action-show {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.cart-summary .block.giftcard .action.check.disabled, .cart-summary .block.giftcard .action.check[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .cart-summary .block.giftcard .action.check {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.gift-options .actions-toolbar .action-cancel.disabled, .gift-options .actions-toolbar .action-cancel[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .gift-options .actions-toolbar .action-cancel {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.table-comparison .wishlist.split.button > .action.disabled, .table-comparison .wishlist.split.button > .action[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .table-comparison .wishlist.split.button > .action {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.product-items .wishlist.split.button > .action.disabled, .product-items .wishlist.split.button > .action[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .product-items .wishlist.split.button > .action {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.paypal-button-widget .paypal-button.disabled, .paypal-button-widget .paypal-button[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .paypal-button-widget .paypal-button {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.abs-add-fields .action.remove.disabled, .abs-add-fields .action.remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.form-giftregistry-share .action.remove.disabled, .form-giftregistry-share .action.remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .form-giftregistry-share .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.form-giftregistry-edit .action.remove.disabled, .form-giftregistry-edit .action.remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .form-giftregistry-edit .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.form-add-invitations .action.remove.disabled, .form-add-invitations .action.remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .form-add-invitations .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.form-create-return .action.remove.disabled, .form-create-return .action.remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .form-create-return .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.form.send.friend .action.remove.disabled, .form.send.friend .action.remove[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .form.send.friend .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.abs-action-remove:active, .abs-action-remove:not(:focus) {
  box-shadow: none;
}

.cart.table-wrapper .action.help.map:active, .cart.table-wrapper .action.help.map:not(:focus) {
  box-shadow: none;
}

.opc-wrapper .edit-address-link:active, .opc-wrapper .edit-address-link:not(:focus) {
  box-shadow: none;
}

.action-auth-toggle:active, .action-auth-toggle:not(:focus) {
  box-shadow: none;
}

.checkout-payment-method .payment-method-billing-address .action-cancel:active, .checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus) {
  box-shadow: none;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus) {
  box-shadow: none;
}

.cart-summary .block.giftcard .action.check:active, .cart-summary .block.giftcard .action.check:not(:focus) {
  box-shadow: none;
}

.gift-options .actions-toolbar .action-cancel:active, .gift-options .actions-toolbar .action-cancel:not(:focus) {
  box-shadow: none;
}

.table-comparison .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:not(:focus) {
  box-shadow: none;
}

.product-items .wishlist.split.button > .action:active, .product-items .wishlist.split.button > .action:not(:focus) {
  box-shadow: none;
}

.paypal-button-widget .paypal-button:active, .paypal-button-widget .paypal-button:not(:focus) {
  box-shadow: none;
}

.abs-add-fields .action.remove:active, .abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}

.form-giftregistry-share .action.remove:active, .form-giftregistry-share .action.remove:not(:focus) {
  box-shadow: none;
}

.form-giftregistry-edit .action.remove:active, .form-giftregistry-edit .action.remove:not(:focus) {
  box-shadow: none;
}

.form-add-invitations .action.remove:active, .form-add-invitations .action.remove:not(:focus) {
  box-shadow: none;
}

.form-create-return .action.remove:active, .form-create-return .action.remove:not(:focus) {
  box-shadow: none;
}

.form.send.friend .action.remove:active, .form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}

.block-compare .action.compare, .cart-summary .form.giftregistry .fieldset .action.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #0A263C;
}

.abs-revert-secondary-color:focus, .abs-revert-secondary-color:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #0A263C;
}

.block-compare .action.compare:focus, .block-compare .action.compare:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #0A263C;
}

.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 18px;
  padding: 7px 15px;
}
.cart-summary .form.giftregistry .fieldset .action.primary:focus, .cart-summary .form.giftregistry .fieldset .action.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #0A263C;
}

.bundle-options-container .price-notice .price-including-tax, .bundle-options-container .price-notice .price-excluding-tax, .bundle-options-container .price-notice .weee {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
}

.product-options-wrapper .field .price-notice .price-including-tax, .product-options-wrapper .field .price-notice .price-excluding-tax, .product-options-wrapper .field .price-notice .weee {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
}

.cart-summary .price-including-tax, .cart-summary .price-excluding-tax, .cart-summary .weee {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
}

.gift-summary .price-including-tax, .gift-summary .price-excluding-tax, .gift-summary .weee {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
}

.gift-options .price-including-tax, .gift-options .price-excluding-tax, .gift-options .weee {
  font-size: 16px;
  display: inline-block;
  white-space: nowrap;
}

.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax, .cart-summary .price-including-tax + .price-excluding-tax, .gift-summary .price-including-tax + .price-excluding-tax, .gift-options .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}

.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:before, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:before, .cart-summary .price-including-tax + .price-excluding-tax:before, .gift-summary .price-including-tax + .price-excluding-tax:before, .gift-options .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}

.bundle-options-container .price-notice .price-including-tax + .price-excluding-tax:after, .product-options-wrapper .field .price-notice .price-including-tax + .price-excluding-tax:after, .cart-summary .price-including-tax + .price-excluding-tax:after, .gift-summary .price-including-tax + .price-excluding-tax:after, .gift-options .price-including-tax + .price-excluding-tax:after {
  content: ")";
}

.price-including-tax .cart-tax-total, .price-excluding-tax .cart-tax-total {
  cursor: pointer;
  padding-right: 12px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.abs-tax-total:after, .price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  font-size: 26px;
  line-height: 10px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.price-including-tax .cart-tax-total:after, .price-excluding-tax .cart-tax-total:after {
  position: absolute;
  right: -10px;
  top: 3px;
}

.abs-tax-total-expanded:after {
  content: "\e621";
  content: "\e621";
}

.price-including-tax .cart-tax-total-expanded:after, .price-excluding-tax .cart-tax-total-expanded:after {
  content: "\e621";
}

.block-minicart .subtotal .label:after {
  content: ": ";
}

.minicart-items .details-qty .label:after, .minicart-items .price-minicart .label:after {
  content: ": ";
}

.minicart-items .details-qty span.label {
  color: #000;
}

.order-details-items .order-gift-message .label:after, .order-details-items .block-order-details-gift-message .label:after {
  content: ": ";
}

.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ": ";
}

.abs-dropdown-items-new .action.new, .wishlist.split.button .action.new, .wishlist-dropdown .action.new {
  display: inline-block;
  text-decoration: none;
}

.abs-icon-add:before, .abs-dropdown-items-new .action.new:before, .wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e61c";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.wishlist.split.button .items .item:last-child:hover, .wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}

.wishlist.split.button .action.new:before, .wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}

.abs-sidebar-totals .table-caption, .sidebar .subtitle {
  display: none;
}

.cart-summary .block .fieldset.estimate > .legend {
  display: none;
}
.cart-summary .block .fieldset.estimate > .legend + br {
  display: none;
}

.minicart-items .product-item-details .weee[data-label] .label, .page-product-giftcard .fieldset.giftcard > .legend + br, .order-details-items .order-items .order-gift-message .action.close {
  display: none;
}

.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br, .multicheckout .hidden {
  display: none;
}

[class^=multishipping-] .nav-sections, [class^=multishipping-] .nav-toggle {
  display: none;
}

.sidebar-main .block-reorder .subtitle, .sidebar-additional .block-reorder .subtitle, .no-display, .cart-totals .table-caption, .opc-block-summary .table-totals .table-caption {
  display: none;
}

.return-status, .order-status {
  display: inline-block;
  margin-bottom: 20px;
}

.block-compare .counter, .block-wishlist .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}

.block-cart-failed .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  padding: 7px 15px 7px 0;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
}

.abs-shopping-cart-items .action.continue:hover, .abs-shopping-cart-items .action.continue:active, .abs-shopping-cart-items .action.continue:focus {
  text-decoration: none;
}

.block-cart-failed .action.continue:hover, .block-cart-failed .action.continue:active, .block-cart-failed .action.continue:focus {
  text-decoration: none;
}

.abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e617";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-shopping-cart-items .action.continue:hover:before, .block-cart-failed .action.continue:hover:before, .abs-shopping-cart-items .action.continue:active:before, .block-cart-failed .action.continue:active:before {
  color: inherit;
}

.abs-shopping-cart-items .action.continue:focus, .abs-shopping-cart-items .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}

.block-cart-failed .action.continue:focus, .block-cart-failed .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}

.abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}

.abs-shopping-cart-items .action.continue.disabled, .abs-shopping-cart-items .action.continue[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .abs-shopping-cart-items .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.block-cart-failed .action.continue.disabled, .block-cart-failed .action.continue[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .block-cart-failed .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.block-cart-failed .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}

.abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e603";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.abs-shopping-cart-items .action.update:hover:before, .block-cart-failed .action.update:hover:before, .abs-shopping-cart-items .action.update:active:before, .block-cart-failed .action.update:active:before {
  color: inherit;
}

.field.date .control, .form.search.advanced .fields.range .field.date .control {
  position: relative;
}

.abs-field-date input, .form-giftregistry-search .fields-specific-options .datetime-picker, .field.date input, .form.search.advanced .fields.range .field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}

.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content, .shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}

.shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999;
}

.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}

.cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}

.cart-totals .amount strong, .opc-block-summary .table-totals .amount strong {
  font-weight: 400;
}

.cart-totals .grand .mark, .cart-totals .grand .amount {
  padding-top: 20px;
}

.opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
  padding-top: 20px;
}

.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
  padding-right: 4px;
  text-align: right;
}

.cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
  font-weight: 700;
}

.cart-totals .msrp, .opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}

.cart-totals .totals-tax-summary .mark, .cart-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}

.opc-block-summary .table-totals .totals-tax-summary .mark, .opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  cursor: pointer;
}

.cart-totals .totals-tax-summary .amount .price, .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  display: block;
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.abs-sidebar-totals .totals-tax-summary .amount .price > span, .cart-totals .totals-tax-summary .amount .price > span, .opc-block-summary .table-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.abs-sidebar-totals .totals-tax-summary .amount .price:after, .cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.cart-totals .totals-tax-summary .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: -5px;
  top: -12px;
}

.cart-totals .totals-tax-summary.expanded .mark, .cart-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}

.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after, .cart-totals .totals-tax-summary.expanded .amount .price:after, .opc-block-summary .table-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e621";
}

.cart-totals .totals-tax-details, .opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #d1d1d1;
}

.cart-totals .totals-tax-details.shown, .opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}

.cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 2px 30px 7px 5px;
  position: relative;
}

.abs-discount-block > .title:after, .cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.cart-summary .block > .title:after, .paypal-review-discount .block > .title:after {
  position: absolute;
  right: -5px;
  top: -5px;
}

.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong {
  font-size: 12px;
  font-weight: 400;
}

.cart-summary .block > .content, .paypal-review-discount .block > .content {
  display: none;
}

.abs-discount-block.active > .title:after, .cart-summary .block.active > .title:after, .paypal-review-discount .block.active > .title:after {
  content: "\e617";
}

.cart-summary .block.active > .content, .paypal-review-discount .block.active > .content {
  display: block;
}

.items {
  margin: 0;
  padding: 0;
  list-style: none none;
}

.columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  box-sizing: border-box;
}
.columns:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.columns .column.main {
  padding-bottom: 40px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-order: 1;
  order: 1;
}
.columns .sidebar-main {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-order: 2;
  order: 2;
}

.table-wrapper {
  margin-bottom: 6px;
}

table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.table:not(.cart):not(.totals) {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th, .table:not(.cart):not(.totals) > tbody > tr > th, .table:not(.cart):not(.totals) > tfoot > tr > th, .table:not(.cart):not(.totals) > thead > tr > td, .table:not(.cart):not(.totals) > tbody > tr > td, .table:not(.cart):not(.totals) > tfoot > tr > td {
  border: none;
}
.table:not(.cart):not(.totals) > thead > tr > th, .table:not(.cart):not(.totals) > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.table:not(.cart):not(.totals) tfoot > tr:first-child th, .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
  padding-top: 20px;
}
.table:not(.cart):not(.totals) tfoot .mark {
  font-weight: 400;
  text-align: right;
}

.panel.header .links, .panel.header .switcher {
  display: none;
}

.nav-sections {
  background: #f5f5f5;
}

.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 14;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: inherit;
  color: #8f8f8f;
  content: "\e609";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #333;
}
.nav-toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.tooltip.wrapper {
  position: relative;
}
.tooltip.wrapper .tooltip.content {
  background: #FFFFFF;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.tooltip.wrapper .tooltip.content:after {
  border-width: 5px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:before {
  border-width: 6px;
  border-color: transparent;
}
.tooltip.wrapper .tooltip.content:after, .tooltip.wrapper .tooltip.content:before {
  bottom: 100%;
}
.tooltip.wrapper .tooltip.content:after {
  border-bottom-color: #FFFFFF;
  left: 15px;
  margin-left: -5px;
}
.tooltip.wrapper .tooltip.content:before {
  border-bottom-color: #bbb;
  left: 15px;
  margin-left: -6px;
}
.tooltip.wrapper tooltip.toggle {
  cursor: help;
}
.tooltip.wrapper tooltip.toggle:hover + .tooltip.content, .tooltip.wrapper tooltip.toggle:focus + .tooltip.content {
  display: block;
}
.tooltip.wrapper:hover .tooltip.content {
  display: block;
}
.tooltip.wrapper .tooltip.content dl {
  margin-bottom: 0;
}
.tooltip.wrapper .tooltip.content dd {
  white-space: normal;
}
.tooltip.wrapper .tooltip.content .subtitle {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.tooltip.wrapper .tooltip.content .label {
  margin-top: 10px;
}
.tooltip.wrapper .tooltip.content .label:first-child {
  margin-top: 0;
}
.tooltip.wrapper .tooltip.content .values {
  margin: 0;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
}

.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url("../images/loader-2.gif") no-repeat 50% 50%;
  border-radius: 5px;
  height: 160px;
  width: 160px;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.load.indicator > span {
  display: none;
}

.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  height: 50px;
}
.loading-mask .loader > p {
  display: none;
}

body > .loading-mask {
  z-index: 9999;
}

._block-content-loading {
  position: relative;
}

.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -0.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 25px;
  padding: 0;
  box-sizing: border-box;
  float: left;
  line-height: 1.2;
  font-size: 2rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field, .fieldset > .fields > .field {
  margin: 0 0 20px;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
  margin: 0 0 5px;
  display: inline-block;
}
.fieldset > .field:last-child, .fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
  font-weight: 700;
}
.fieldset > .field > .label + br, .fieldset > .fields > .field > .label + br {
  display: none;
}
.fieldset > .field .choice input, .fieldset > .fields > .field .choice input {
  vertical-align: top;
}
.fieldset > .field .fields.group:before, .fieldset > .fields > .field .fields.group:before, .fieldset > .field .fields.group:after, .fieldset > .fields > .field .fields.group:after {
  content: "";
  display: table;
}
.fieldset > .field .fields.group:after, .fieldset > .fields > .field .fields.group:after {
  clear: both;
}
.fieldset > .field .fields.group .field, .fieldset > .fields > .field .fields.group .field {
  box-sizing: border-box;
  float: left;
}
.fieldset > .field .fields.group.group-2 .field, .fieldset > .fields > .field .fields.group.group-2 .field {
  width: 50% !important;
}
.fieldset > .field .fields.group.group-3 .field, .fieldset > .fields > .field .fields.group.group-3 .field {
  width: 33.3% !important;
}
.fieldset > .field .fields.group.group-4 .field, .fieldset > .fields > .field .fields.group.group-4 .field {
  width: 25% !important;
}
.fieldset > .field .fields.group.group-5 .field, .fieldset > .fields > .field .fields.group.group-5 .field {
  width: 20% !important;
}
.fieldset > .field .addon, .fieldset > .fields > .field .addon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  width: 100%;
}
.fieldset > .field .addon textarea, .fieldset > .fields > .field .addon textarea, .fieldset > .field .addon select, .fieldset > .fields > .field .addon select, .fieldset > .field .addon input, .fieldset > .fields > .field .addon input {
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: inline-block;
  margin: 0;
  width: auto;
}
.fieldset > .field .addon .addbefore, .fieldset > .fields > .field .addon .addbefore, .fieldset > .field .addon .addafter, .fieldset > .fields > .field .addon .addafter {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.fieldset > .field .addon .addbefore:disabled, .fieldset > .fields > .field .addon .addbefore:disabled, .fieldset > .field .addon .addafter:disabled, .fieldset > .fields > .field .addon .addafter:disabled {
  opacity: 0.5;
}
.fieldset > .field .addon .addbefore::-moz-placeholder, .fieldset > .fields > .field .addon .addbefore::-moz-placeholder, .fieldset > .field .addon .addafter::-moz-placeholder, .fieldset > .fields > .field .addon .addafter::-moz-placeholder, .fieldset > .field .addon .addbefore::-webkit-input-placeholder, .fieldset > .fields > .field .addon .addbefore::-webkit-input-placeholder, .fieldset > .field .addon .addafter::-webkit-input-placeholder, .fieldset > .fields > .field .addon .addafter::-webkit-input-placeholder, .fieldset > .field .addon .addbefore:-ms-input-placeholder, .fieldset > .fields > .field .addon .addbefore:-ms-input-placeholder, .fieldset > .field .addon .addafter:-ms-input-placeholder, .fieldset > .fields > .field .addon .addafter:-ms-input-placeholder {
  color: #c2c2c2;
}
.fieldset > .field .addon .addbefore, .fieldset > .fields > .field .addon .addbefore {
  float: left;
  -ms-flex-order: 1;
  order: 1;
}
.fieldset > .field .additional, .fieldset > .fields > .field .additional {
  margin-top: 10px;
}
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, .fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
  content: "*";
  color: #E02B27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.fieldset > .field .note, .fieldset > .fields > .field .note {
  font-size: 1.2rem;
  margin: 3px 0 0;
  padding: 0;
  display: inline-block;
  text-decoration: none;
}
.fieldset > .field .note:before, .fieldset > .fields > .field .note:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 12px;
  content: "\e618";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.choice .label, .fieldset > .fields > .field.choice .label {
  display: inline;
  font-weight: normal;
}

.column:not(.main) .fieldset > .field .label, .column:not(.main) .fieldset > .fields > .field .label {
  font-weight: normal;
}

.fieldset > .field .field.choice, .fieldset > .fields > .field .field.choice {
  margin-bottom: 10px;
}
.fieldset > .field .field.choice:last-child, .fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.fieldset > .field input[type=file], .fieldset > .fields > .field input[type=file] {
  margin: 5px 0;
}

.legend + .fieldset, .legend + div {
  clear: both;
}
.legend strong {
  margin-left: 5px;
}

fieldset.field {
  border: 0;
  padding: 0;
}

.field.date .time-picker {
  display: inline-block;
  margin-top: 10px;
  white-space: nowrap;
}
.field .message.warning {
  margin-top: 10px;
}

.field .tooltip {
  position: relative;
}
.field .tooltip .tooltip-content {
  background: #FFFFFF;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #333;
  line-height: 1.4;
  border: 1px solid #bbb;
  margin-left: 5px;
  left: 100%;
  top: 0;
}
.field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
  border: solid transparent;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.field .tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.field .tooltip .tooltip-content:after, .field .tooltip .tooltip-content:before {
  right: 100%;
}
.field .tooltip .tooltip-content:after {
  border-right-color: #FFFFFF;
  margin-top: -5px;
  top: 15px;
}
.field .tooltip .tooltip-content:before {
  border-right-color: #bbb;
  margin-top: -6px;
  top: 15px;
}
.field .tooltip .tooltip-toggle {
  cursor: help;
}
.field .tooltip .tooltip-toggle:hover + .tooltip-content, .field .tooltip .tooltip-toggle:focus + .tooltip-content {
  display: block;
}
.field .tooltip:hover .tooltip-content {
  display: block;
}
.field .tooltip .tooltip-content {
  min-width: 200px;
  white-space: normal;
}

input:focus ~ .tooltip .tooltip-content, select:focus ~ .tooltip .tooltip-content {
  display: block;
}

._has-datepicker ~ .ui-datepicker-trigger {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: block;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:focus, ._has-datepicker ~ .ui-datepicker-trigger:active, ._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled, ._has-datepicker ~ .ui-datepicker-trigger[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 40px;
  color: #7d7d7d;
  content: "\e612";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}

.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control {
  width: 100%;
}

@font-face {
  font-family: "icons-blank-theme";
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot");
  src: url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.eot?#iefix") format("embedded-opentype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2") format("woff2"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff") format("woff"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf") format("truetype"), url("../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme") format("svg");
  font-weight: normal;
  font-style: normal;
}
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.product.data.items {
  margin: 0;
  padding: 0;
}
.product.data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.product.data.items > .item.title > .switch {
  display: block;
}
.product.data.items > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.product.data.items > .item.content:before {
  content: "";
  display: table;
}
.product.data.items > .item.content:after {
  content: "";
  display: table;
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 0 5px;
}
.product.data.items > .item.title > .switch {
  background: #f0f0f0;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 20px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited, .product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active {
  background: #FFFFFF;
  padding-bottom: 5px;
}
.product.data.items > .item.title.active > .switch {
  background: #FFFFFF;
  padding-bottom: 5px;
}
.product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
  background: #FFFFFF;
  padding-bottom: 5px;
}
.product.data.items > .item.content {
  background: #FFFFFF;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}

.pages > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .items {
  font-size: 0;
  letter-spacing: -1px;
  line-height: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none none;
  display: inline-block;
  font-weight: 700;
}
.pages .item {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  margin: 0 2px 0 0;
  display: inline-block;
}
.pages .item .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages a.page {
  color: #1979c3;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #1979c3;
}
.pages a.page:hover {
  color: #006bb4;
  text-decoration: none;
}
.pages a.page:active {
  color: #006bb4;
}
.pages strong.page {
  font-size: 1.2rem;
  font-size: 12px;
  letter-spacing: normal;
  line-height: 32px;
  color: #0A263C;
  display: inline-block;
  font-weight: 700;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
  width: 34px;
}
.pages .action:visited {
  color: #7d7d7d;
}
.pages .action:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pages .action:active {
  color: #7d7d7d;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before, .pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.next > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.next:before {
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e608";
  font-family: "icons-blank-theme";
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before, .pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
  margin-right: 12px;
}
.pages .action.previous:visited:before, .pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.previous > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pages .action.previous:before {
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  line-height: inherit;
  color: #7d7d7d;
  content: "\e617";
  font-family: "icons-blank-theme";
  margin: 0 0 0 -6px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before, .pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action.next {
  margin-left: 12px;
}

.breadcrumbs {
  margin: 0 0 20px;
}
.breadcrumbs .items {
  font-size: 1.2rem;
  color: #a3a3a3;
  margin: 0;
  padding: 0;
  list-style: none none;
}
.breadcrumbs .items > li {
  display: inline-block;
  vertical-align: top;
}
.breadcrumbs .item {
  margin: 0;
}
.breadcrumbs a {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
}
.breadcrumbs .item:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.breadcrumbs .item:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: 18px;
  content: "\e608";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.ui-dialog.popup .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-dialog.popup .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.ui-dialog.popup .action.close:hover:before, .ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus, .ui-dialog.popup .action.close:active, .ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled, .ui-dialog.popup .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .ui-dialog.popup .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.popup-pointer {
  margin-left: -14px;
  position: absolute;
  top: -14px;
}
.popup-pointer:before, .popup-pointer:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-bottom-style: solid;
}
.popup-pointer:before {
  left: 2px;
  top: 2px;
  border: solid 6px;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 99;
}
.popup-pointer:after {
  left: 1px;
  top: 0px;
  border: solid 7px;
  border-color: transparent transparent #aeaeae transparent;
  z-index: 98;
}

.price-tier_price .price-excluding-tax, .price-tier_price .price-including-tax {
  display: inline;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label] .price {
  font-size: 1.1rem;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ": ";
}

.price-including-tax, .price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}

.price-including-tax .price, .price-excluding-tax .price {
  font-weight: 700;
}

.price-including-tax + .price-excluding-tax, .weee[data-label] {
  display: block;
  font-size: 1.8rem;
}

.price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
  content: attr(data-label) ": ";
  font-size: 1.1rem;
}

.price-including-tax + .price-excluding-tax .price, .weee[data-label] .price {
  font-size: 1.1rem;
}

body._has-modal {
  height: 100vh !important;
  overflow: hidden;
  width: 100vw;
  position: fixed;
}

.modals-overlay {
  z-index: 899;
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
}

.modal-slide, .modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}

.modal-slide._show, .modal-popup._show {
  visibility: visible;
}

.modal-slide._show .modal-inner-wrap, .modal-popup._show .modal-inner-wrap {
  transform: translate(0, 0);
}

.modal-slide .modal-inner-wrap, .modal-popup .modal-inner-wrap {
  background-color: #FFFFFF;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}

.modal-slide {
  left: 44px;
}
.modal-slide._show .modal-inner-wrap {
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  transform: translateX(100%);
  transition-duration: 0.3s;
  transition-property: visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header, .modal-slide._inner-scroll .modal-footer {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
.modal-slide .modal-header, .modal-slide .modal-content, .modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}

.modal-popup {
  z-index: 900;
  left: 0;
  pointer-events: auto;
}
.modal-popup._show .modal-inner-wrap {
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  right: 0;
  transform: translateY(-200%);
  transition-duration: 0.2s;
  transition-property: visibility;
  transition-timing-function: ease;
}

.ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-popup .modal-header, .modal-popup .modal-footer {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}

.ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}

.ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}

.modal-custom .action-close:focus, .modal-popup .action-close:focus, .modal-slide .action-close:focus, .modal-custom .action-close:active, .modal-popup .action-close:active, .modal-slide .action-close:active, .modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover {
  background: none;
  border: none;
}

.modal-custom .action-close.disabled, .modal-popup .action-close.disabled, .modal-slide .action-close.disabled, .modal-custom .action-close[disabled], .modal-popup .action-close[disabled], .modal-slide .action-close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .modal-custom .action-close, fieldset[disabled] .modal-popup .action-close, fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 32px;
  color: #8f8f8f;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before, .modal-custom .action-close:active:before, .modal-popup .action-close:active:before, .modal-slide .action-close:active:before {
  color: inherit;
}

.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before {
  color: #1a1a1a;
}

.modal-custom .action-close {
  margin: 25px;
}

.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 10px;
}

body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}

.payment-method-braintree .hosted-control {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-size: 14px;
  height: 40px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  box-sizing: border-box;
  position: relative;
  max-width: 385px;
}
@media only screen and (max-width:1023px) {
  .payment-method-braintree .hosted-control {
    width: 100%;
  }
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder, .payment-method-braintree .hosted-control::-webkit-input-placeholder, .payment-method-braintree .hosted-control:-ms-input-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-focused {
  border-color: #006bb4;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) {
  border-color: #E02B27;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-invalid:not(.braintree-hosted-fields-focused) ~ .hosted-error {
  height: auto;
  opacity: 1;
}
.payment-method-braintree .hosted-control.braintree-hosted-fields-valid {
  border-color: #16A803;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 50px;
  padding: 0;
  text-indent: 10px;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 0px;
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 20px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: "/";
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -15px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #E02B27;
  font-size: 14px;
  height: 0;
  margin-top: 0;
  opacity: 0;
  padding: 10px 0;
  padding-top: 4px;
}

.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}

.action-braintree-paypal-logo {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.action-braintree-paypal-logo:focus, .action-braintree-paypal-logo:active, .action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled, .action-braintree-paypal-logo[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .action-braintree-paypal-logo {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}

.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus, .my-credit-cards .action.delete:active, .my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .my-credit-cards .action.delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.my-credit-cards .action.delete:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
.my-credit-cards .action.delete:active, .my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled, .my-credit-cards .action.delete[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .my-credit-cards .action.delete {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.my-credit-cards-popup .modal-footer {
  text-align: right;
}
.my-credit-cards-popup .action.secondary {
  -moz-box-sizing: content-box;
  box-shadow: none;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 20px;
}
.my-credit-cards-popup .action.secondary:focus, .my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:hover {
  background: none;
  border: none;
}
.my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .my-credit-cards-popup .action.secondary {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.my-credit-cards-popup .action.secondary:visited {
  color: #1979c3;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff5501;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary:active, .my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled, .my-credit-cards-popup .action.secondary[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.minilist .weee {
  display: table-row;
  font-size: 1.1rem;
}
.minilist .weee:before {
  display: none;
}

.price-container.weee:before {
  display: none;
}

.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 4px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .skus > .label {
  margin-top: 10px;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 20px;
  text-align: left;
}
.column .block-addbysku .block-content .actions-toolbar:before {
  content: "";
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  content: "";
  display: table;
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .secondary, .column .block-addbysku .block-content .actions-toolbar .primary a.action, .column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  display: inline-block;
}
.column .block-addbysku .block-content .actions-toolbar .primary .action {
  margin: 0 5px 0 0;
}
.column .block-addbysku .block-content .actions-toolbar .secondary a.action {
  margin-top: 6px;
}
.column .block-addbysku .block-content .actions-toolbar .primary, .column .block-addbysku .block-content .actions-toolbar .secondary {
  display: block;
  float: none;
}
.column .block-addbysku .block-content .actions-toolbar > .secondary {
  text-align: left;
}
.column .block-addbysku .reset {
  margin: 10px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 20px;
}

.block-cart-failed {
  margin-top: 40px;
}
.block-cart-failed .block-title {
  font-size: 2.6rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.block-cart-failed .actions .action.tocart {
  margin-right: 10px;
}

.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .product-options-wrapper, .bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .box-tocart .actions {
  display: inline-block;
  margin-bottom: 10px;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 700;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}

.product-item-name {
  display: block;
  margin: 5px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.product-item-description {
  margin: 25px 0;
}

.product-item .product-reviews-summary .rating-summary {
  margin: 0 4px 0 0;
}
.product-item .product-reviews-summary .reviews-actions {
  margin-top: 5px;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price-label {
  font-size: 12px;
}
.product-item .price-box .price-label:after {
  content: ":";
}
.product-item .special-price .price, .product-item .minimal-price .price {
  font-weight: bold;
}
.product-item .special-price .price-wrapper, .product-item .minimal-price .price-wrapper {
  display: inline-block;
}
.product-item .special-price .price-including-tax + .price-excluding-tax, .product-item .minimal-price .price-including-tax + .price-excluding-tax {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
  white-space: nowrap;
  display: block;
}
.product-item .minimal-price-link .price-label {
  color: #1979c3;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .price-excluding-tax, .product-item .price-including-tax {
  white-space: nowrap;
  display: block;
}
.product-item .price-from, .product-item .price-to {
  margin: 0;
}

.price-container .price-including-tax + .price-excluding-tax, .price-container .weee {
  margin-top: 5px;
}
.price-container .price-including-tax + .price-excluding-tax, .price-container .weee, .price-container .price-including-tax + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee .price {
  font-size: 1.1rem;
}
.price-container .weee + .price-excluding-tax:before, .price-container .weee + .price-excluding-tax .price {
  font-size: 1.1rem;
}
.price-container .weee:before {
  content: "(" attr(data-label) ": ";
}
.price-container .weee:after {
  content: ")";
}
.price-container .weee + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}

.products-list .product-item {
  width: 100%;
}

.page-products .columns {
  position: relative;
  z-index: 1;
}

.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 4px 0 0;
  vertical-align: middle;
}

.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}

.toolbar-products {
  margin-bottom: 40px;
  padding: 0 10px;
  text-align: center;
}
.toolbar-products .pages {
  display: none;
}

.products.wrapper ~ .toolbar-products .pages {
  display: block;
}

.toolbar-products .limiter .control {
  display: inline-block;
}

.sorter {
  padding: 4px 0 0;
}

.products.wrapper ~ .toolbar .sorter {
  display: none;
}

.sorter-options {
  width: auto;
}

.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  line-height: 28px;
  color: #8f8f8f;
  content: "\e613";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  vertical-align: top;
}
.sorter-action:hover:before {
  color: #333;
}
.sorter-action.sort-desc:before {
  content: "\e614";
}

.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}

.limiter-label {
  font-weight: 400;
}

.actual-price {
  font-weight: 700;
}

.category-image {
  margin-bottom: 20px;
}
.category-image .image {
  max-width: 100%;
  height: auto;
  display: block;
}

.category-description {
  margin-bottom: 20px;
}

.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  color: #7d7d7d;
  font-size: 1.2rem;
  margin: 10px 0;
}
.product.media .product.thumbs {
  margin: 20px 0 30px;
}
.product.media .items.thumbs {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.product.media .items.thumbs > li {
  display: inline-block;
  vertical-align: top;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 30px;
}
.product.info.detailed .additional-attributes {
  width: auto;
}
.product.info.detailed .additional-attributes > thead > tr > td, .product.info.detailed .additional-attributes > tbody > tr > td, .product.info.detailed .additional-attributes > tfoot > tr > td {
  padding: 4px 5px 10px 5px;
}
.product.info.detailed .additional-attributes > thead > tr > th, .product.info.detailed .additional-attributes > tbody > tr > th, .product.info.detailed .additional-attributes > tfoot > tr > th {
  padding: 4px 30px 10px 0;
}

.product-info-main .page-title-wrapper .page-title {
  margin-bottom: 10px;
  line-height: 1.42857;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 700;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attibute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attibute.sku > .value {
  display: inline-block;
  vertical-align: top;
}
.product-info-main .product.attibute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attibute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}

.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: "*";
  color: #E02B27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.product-options-wrapper .field .note {
  display: block;
}

.product-info-main .price-box .price-including-tax + .price-excluding-tax, .product-options-bottom .price-box .price-including-tax + .price-excluding-tax, .product-info-main .price-box .weee + .price-excluding-tax, .product-options-bottom .price-box .weee + .price-excluding-tax, .product-info-main .price-box .weee, .product-options-bottom .price-box .weee {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 14px;
}

.product-info-main .special-price, .product-options-bottom .special-price {
  display: block;
  margin: 10px 0;
}

.product-info-main .special-price .price-container, .product-options-bottom .special-price .price-container {
  font-size: 1.4rem;
}

.product-info-main .special-price .price-label + .price-wrapper, .product-options-bottom .special-price .price-label + .price-wrapper {
  display: inline-block;
}

.product-info-main .old-price .price-label:after, .product-options-bottom .old-price .price-label:after, .product-info-main .special-price .price-label:after, .product-options-bottom .special-price .price-label:after {
  content: ": ";
}

.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-tier_price, .prices-tier .price-including-tax, .prices-tier .price-excluding-tax, .prices-tier .weee {
  display: inline-block;
}
.prices-tier .price-including-tax .price, .prices-tier .price-excluding-tax .price, .prices-tier .weee .price {
  font-size: 1.4rem;
  font-weight: 700;
}

.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #1979c3;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #ff5501;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover {
  color: #006bb4;
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close:active, .ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled, .ui-dialog-titlebar-close[disabled] {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

fieldset[disabled] .ui-dialog-titlebar-close {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}

.sidebar .product-items .product-item {
  margin-bottom: 20px;
  position: relative;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  margin: 0 0 0 85px;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin-top: 10px;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 7px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #7d7d7d;
  font-size: 1.2rem;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}

body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}

.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label, .table-comparison td:last-child {
  border-right: 1px solid #d1d1d1;
}
.table-comparison .cell {
  width: 140px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info, .table-comparison .cell.product.label {
  border-bottom: 1px solid #d1d1d1;
}
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.table-comparison .cell.attribute {
  font-size: 1.3rem;
}
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 15px;
}
.table-comparison .product-image-photo {
  margin-left: 0;
}
.table-comparison .product-item-actions, .table-comparison .price-box, .table-comparison .product.rating, .table-comparison .product-item-name {
  display: block;
  margin: 15px 0;
}
.table-comparison .product-addto-links {
  margin-top: 15px;
}
.table-comparison .product-addto-links .action.split {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  padding: 0;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary {
  margin-top: 10px;
}
.table-comparison .action.tocart {
  white-space: nowrap;
}

.comparison.headings {
  background: #FFFFFF;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}

.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: -6px;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}

.block-category-event {
  background: #f0f0f0;
  color: #333;
  text-align: center;
  padding: 10px 0 15px;
}
.block-category-event.block:last-child {
  margin-bottom: 10px;
}
.block-category-event .block-title {
  margin: 0 0 10px;
}
.block-category-event .block-title strong {
  font-size: 1.5rem;
  font-weight: 300;
}
.block-category-event .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-category-event .ticker li {
  display: none;
  margin: 0 15px;
}
.block-category-event .ticker .value {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-category-event .ticker .label {
  display: block;
  text-transform: lowercase;
  font-size: 1rem;
}
.block-category-event .dates .start, .block-category-event .dates .end {
  display: block;
}
.block-category-event .dates .date {
  font-size: 5rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start:after {
  content: "–";
  font-size: 5rem;
  display: block;
}

.block-search .label {
  display: inline-block;
  text-decoration: none;
}
.block-search .label > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-search .label:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 28px;
  color: #8f8f8f;
  content: "\e615";
  font-family: "icons-blank-theme";
  margin: 0 10px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before, .block-search .label:active:before {
  color: #333;
}
.block-search .nested {
  display: none;
}

.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #FFFFFF;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 5px 40px 5px 10px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:first-child {
  border-top: none;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
  background: #e8e8e8;
}
.search-autocomplete ul li .amount {
  color: #999;
  position: absolute;
  right: 7px;
  top: 5px;
}

.form.search.advanced .fields.range .field:first-child {
  position: relative;
}
.form.search.advanced .fields.range .field:first-child .control {
  padding-right: 25px;
}
.form.search.advanced .fields.range .field:first-child .control:after {
  content: " –";
  display: inline-block;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.form.search.advanced .fields.range .field.with-addon .control {
  padding-right: 45px;
}
.form.search.advanced .group.price .addon .addafter {
  background: none;
  border: 0;
  padding-top: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  line-height: 1.1;
  margin-top: 17px;
  margin-bottom: 12px;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px;
  padding: 0;
}
.cart-summary .block .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .block .fieldset .field.note {
  font-size: 12px;
}
.cart-summary .block .fieldset .methods .field > .label {
  display: inline;
}

.cart-totals {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}
.cart-totals .table-wrapper {
  margin-bottom: 0;
  overflow: inherit;
}

.cart.table-wrapper .items thead + .item {
  border-top: 1px solid #d1d1d1;
}
.cart.table-wrapper .items > .item {
  border-bottom: 1px solid #d1d1d1;
  position: relative;
}
.cart.table-wrapper .col {
  padding-top: 20px;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 10px;
  text-align: center;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 90px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 0;
  max-width: 60px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
}
.cart.table-wrapper .product-item-details {
  white-space: normal;
}
.cart.table-wrapper .product-item-name {
  display: inline-block;
  font-weight: 400;
  margin-top: -6px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ":";
}
.cart.table-wrapper .item-options {
  font-size: 12px;
  margin-bottom: 10px;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 10px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 0 0 20px;
}

.cart-container .checkout-methods-items {
  margin-top: 20px;
  text-align: center;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 0;
  margin-bottom: 20px;
}

.block.crosssell {
  margin-top: 30px;
}

.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 12px;
  text-align: center;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary .action.primary:last-child {
  margin-bottom: 0;
}
.block-minicart .block-category-link, .block-minicart .block-product-link, .block-minicart .block-cms-link, .block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}

.minicart-wrapper .block-minicart {
  padding: 25px 20px;
  right: 0;
  width: 320px;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -35px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary, .minicart-wrapper .product .actions > .secondary {
  display: inline-block;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}

/*
.minicart-wrapper .action.showcart .counter.qty {
    background: #ff5501;
    color: $color1;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    display: inline-block;
    min-width: 18px;
    text-align: center
}
*/
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product .toggle {
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0;
  font-size: 14px;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  margin-right: 10px;
  text-align: center;
  width: 40px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}

.checkout-container {
  margin: 0 0 20px;
}

.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}

.checkout-index-index .checkout-payment-method .payments .legend {
  display: none;
}
.checkout-index-index .nav-sections, .checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}

.opc-estimated-wrapper {
  padding: 18px 15px;
  background-color: #FFFFFF;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 700;
  float: left;
}
@media only screen and (max-width:1023px) {
  .opc-estimated-wrapper .estimated-block {
    font-size: 18px;
    font-weight: 700;
    color: #ff5361;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    float: none;
  }
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  margin: 0 0 5px;
  display: block;
}
@media only screen and (max-width:1023px) {
  .opc-estimated-wrapper .estimated-block .estimated-label {
    margin: 0;
  }
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333;
}

.field._error .control input, .field._error .control select, .field._error .control textarea {
  border-color: #ed8380;
}

.opc-wrapper .fieldset > .field > .label {
  font-weight: 400;
}

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -3px;
  height: 45px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  text-decoration: none;
}
.field-tooltip .field-tooltip-action > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  line-height: inherit;
  color: #bbb;
  content: "\e623";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  height: 40px;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333;
}

._keyfocus .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
._keyfocus .field-tooltip .field-tooltip-action:focus:before {
  color: #333;
}

.opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 20px;
}
.opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 14px;
  margin-top: 10px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  line-height: 30px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: top;
  word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #ff5501;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #ff5501;
  color: #FFFFFF;
  content: "\e610";
  font-family: "icons-blank-theme";
  height: 27px;
  width: 29px;
  font-size: 27px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
}
.opc-wrapper .action-show-popup > span:before {
  content: "+";
  padding-right: 5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 20px 0 0;
}
.opc-wrapper .edit-address-link {
  display: block;
  float: left;
}

.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
}
.table-checkout-shipping-method tbody tr:first-child td {
  border-top: none;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 0;
}

.checkout-shipping-method {
  position: relative;
}

.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #1979c3;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 30px;
}

.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 20px;
  font-size: 14px;
  color: #0A263C;
}
.opc-block-shipping-information .shipping-information-content .actions-toolbar {
  margin-left: 0;
}
.opc-block-shipping-information .ship-to, .opc-block-shipping-information .ship-via {
  margin: 0 0 20px;
}

.opc-block-summary {
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 0px 40px 5px 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.opc-block-summary .items-in-cart > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-summary .items-in-cart > .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.opc-block-summary .items-in-cart.active > .title:after {
  content: "\e621";
}
.opc-block-summary .items-in-cart .product {
  position: relative;
}
.opc-block-summary .minicart-items-wrapper {
  margin: 0 -15px 0 0;
  max-height: 370px;
  padding: 15px 15px 0 0;
  border: 0;
}

.column.main .opc-block-summary .product-item {
  margin: 0;
  padding-left: 0;
}

.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}

.authentication-wrapper {
  float: right;
  margin-top: -60px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}

._has-auth-shown .authentication-wrapper {
  z-index: 900;
}

.block-authentication .block-title {
  font-size: 1.8rem;
  border-bottom: 0;
  margin-bottom: 25px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.block-authentication .actions-toolbar > .secondary {
  padding-top: 25px;
  text-align: left;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 10px;
}
.block-authentication .block[class] .field .control, .block-authentication .block[class] .field .label {
  float: none;
  width: auto;
}
.block-authentication .block[class] + .block {
  border-top: 1px solid #c1c1c1;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 0.2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}

.checkout-payment-method .payment-method:first-child .payment-method-title {
  border-top: 0;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 0;
  display: none;
}
@mediaonly screen and (max-width:1023px) {
  .checkout-payment-method .payment-method-title {
    padding: 0;
  }
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 5px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 20px;
  padding: 0 0 25px 20px;
  color: #0A263C;
  font-size: 14px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 20px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 20px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: "\e621";
}
.checkout-payment-method .payment-option._collapsible .payment-option-title {
  cursor: pointer;
  padding-bottom: 10px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
  display: none;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 5px 0 0;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types .item._active {
  font-weight: 700;
}
.checkout-payment-method .credit-card-types .item._active img {
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.checkout-payment-method .credit-card-types .item span {
  display: inline-block;
  padding-top: 6px;
  vertical-align: top;
}
.checkout-payment-method .credit-card-types img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.6s ease;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 5px;
  padding-right: 5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  padding-right: 20px;
  width: auto;
}
.checkout-payment-method .ccard .cvv .input-text {
  width: 55px;
}
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
}

.checkout-agreements-block {
  margin-bottom: 20px;
}
@media only screen and (max-width:1023px) {
  .checkout-agreements-block {
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-agreements-block input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}

.checkout-agreements-items {
  padding-bottom: 30px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 20px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}

.checkout-agreement-item-content {
  overflow: auto;
}

.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  margin-bottom: 0;
  padding-bottom: 9px;
}
.login-container .fieldset {
  margin: 0;
  padding: 0;
}
.login-container .fieldset:after {
  margin: 10px 0 0;
  content: attr(data-hasrequired);
  display: block;
  letter-spacing: normal;
  word-spacing: normal;
  color: #E02B27;
  font-size: 1.2rem;
  margin-top: 35px;
}

.block-addresses-list .items.addresses > .item {
  margin-bottom: 20px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}

.form-address-edit #region_id, .form-edit-account .fieldset.password {
  display: none;
}

.box-billing-address .box-content, .box-shipping-address .box-content, .box-information .box-content, .box-newsletter .box-content {
  line-height: 26px;
}

.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .messages {
  margin-bottom: 20px;
}
.account .column.main {
  margin-bottom: 30px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}

.column.main .block:last-child {
  margin-bottom: 0;
}

.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}

.control.captcha-image {
  margin-top: 10px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}

.downloadable.samples {
  margin-bottom: 20px;
}
.downloadable.samples dd {
  margin: 0 0 10px;
}

.table-downloadable-products .product-name {
  margin-right: 15px;
}

.field.downloads .price-container {
  display: inline;
  white-space: nowrap;
}
.field.downloads .price-container:before {
  content: " + ";
  display: inline;
}
.field.downloads .price-excluding-tax {
  display: inline;
}
.field.downloads .price-excluding-tax:before {
  content: " (" attr(data-label) ": ";
}
.field.downloads .price-excluding-tax:after {
  content: ")";
}
.field.downloads .price-including-tax {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .sample.link {
  float: right;
}

.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 25px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none !important;
}

.cart-summary .block.giftcard .action.check {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
  margin-top: 20px;
}

.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 20px;
}
.page-product-giftcard .product-options-wrapper .field:first-of-type {
  margin-top: 20px;
}

.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 30px;
}

.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 20px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 10px;
}

.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}

.gift-options .actions-toolbar .action-cancel {
  display: none;
}

.gift-options-title, .gift-options-content .fieldset {
  margin: 0 0 20px;
}

.gift-summary .actions-toolbar > .secondary {
  float: none;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 10px 20px 0 0;
}

.cart.table-wrapper .gift-content {
  clear: left;
  display: none;
  float: left;
  margin-right: -100%;
  margin: 20px 0;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.cart.table-wrapper .action-gift {
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .action-gift:after {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 23px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.main.actions {
  margin-bottom: 20px;
}
.cart.table-wrapper .action-gift .gift-message .gift-options-title span {
  font-size: 18px;
  padding-left: 10px;
  text-transform: none;
  color: #0A263C;
  font-weight: 700;
}
.cart.table-wrapper .action-gift:hover:after, .cart.table-wrapper .action-gift:active:after {
  color: inherit;
}
.cart.table-wrapper .action-gift._active:after {
  content: "\e621";
}

.gift-item-block {
  margin: 0;
}
.gift-item-block._active .title:after {
  content: "\e621";
}
.gift-item-block .title {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333;
  cursor: pointer;
  margin: 20px 0 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 16px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after, .gift-item-block .title:active:after {
  color: inherit;
}
.gift-item-block .title:focus, .gift-item-block .title:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555;
}
.gift-item-block .title.disabled, .gift-item-block .title[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .gift-item-block .title {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.gift-item-block .title:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.gift-item-block .content {
  border-bottom: 1px solid #c1c1c1;
  padding: 10px 10px 20px;
  position: relative;
}

.order-details-items .order-gift-message .item-options dt, .order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 10px 0;
}
.order-details-items .order-gift-message dt:after, .order-details-items .block-order-details-gift-message dt:after {
  content: "";
}
.order-details-items .order-gift-message .item-message, .order-details-items .block-order-details-gift-message .item-message {
  clear: left;
}
.order-details-items .order-items .action.show {
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  position: relative;
}
.order-details-items .order-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: -4px;
}
.order-details-items .order-items .action.show.expanded:after {
  content: "\e621";
}

.block-order-details-gift-message {
  border-top: 1px solid #d1d1d1;
  padding-top: 10px;
}

.form-giftregistry-share .actions-toolbar:not(:last-child), .form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 40px;
}

.form-giftregistry-share .fieldset .nested .field:not(.choice) .control, .form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}

.table-giftregistry-items .product-image {
  float: left;
  margin-right: 10px;
}

.cart-summary .form.giftregistry .fieldset {
  margin: 25px 0 5px;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 10px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  margin-bottom: 0;
}

.form-giftregistry-search {
  margin-bottom: 60px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}

.block-giftregistry-results .toolbar-giftregistry-results {
  text-align: center;
}

.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}

.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 25px;
}

.block-giftregistry-shared-items .item {
  border-bottom: 1px solid #d1d1d1;
}
.block-giftregistry-shared-items .col {
  padding: 20px 8px 10px;
}
.block-giftregistry-shared-items .col .price-box {
  display: inline-block;
}
.block-giftregistry-shared-items .col .price-wrapper {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
  white-space: nowrap;
}
.block-giftregistry-shared-items .product .item-options {
  margin-bottom: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 10px 0;
}
.block-giftregistry-shared-items .product-item-name {
  display: block;
  margin: 0 0 5px;
}

.gift-wrapping-info {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}

.gift-wrapping-list {
  list-style: none;
  margin: 20px 0 10px;
  padding: 0;
}
.gift-wrapping-list .no-image {
  background: #f2f2f2;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-list .no-image > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-list .no-image:after {
  -webkit-font-smoothing: antialiased;
  font-size: 38px;
  line-height: 4rem;
  color: #494949;
  content: "\e629";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  display: block;
}

.gift-wrapping-preview {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.gift-wrapping-item > span {
  height: 4rem;
  width: 4rem;
}

.gift-wrapping-title {
  margin: 10px 0;
}
.gift-wrapping-title .action-remove {
  margin-left: 5px;
}

.gift-options-content .fieldset > .field {
  margin: 0 0 5px;
}
.gift-options-content .fieldset > .field:before {
  display: none;
}

.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}

.opc-wrapper .data.table .gift-wrapping, .table-order-items .gift-wrapping, .table-order-review .gift-wrapping {
  margin: 20px 0;
}

.opc-wrapper .data.table .gift-wrapping .title, .table-order-items .gift-wrapping .title, .table-order-review .gift-wrapping .title {
  float: none;
}

.opc-wrapper .data.table .gift-wrapping .content, .table-order-items .gift-wrapping .content, .table-order-review .gift-wrapping .content {
  margin: 0;
}

.opc-wrapper .data.table .gift-wrapping .content > img, .table-order-items .gift-wrapping .content > img, .table-order-review .gift-wrapping .content > img {
  float: left;
  margin: 0 10px 0 0;
  max-height: 50px;
  max-width: 50px;
}

.gift-summary .price-box, .gift-options .price-box {
  margin-left: 22px;
}

.gift-summary .regular-price:before, .gift-options .regular-price:before {
  content: attr(data-label) ": ";
}

.gift-summary .regular-price .price, .gift-options .regular-price .price {
  font-weight: 700;
}

.table.grouped > thead > tr > th, .table.grouped > tbody > tr > th, .table.grouped > tfoot > tr > th, .table.grouped > thead > tr > td, .table.grouped > tbody > tr > td, .table.grouped > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > caption + thead > tr:first-child > th, .table.grouped > colgroup + thead > tr:first-child > th, .table.grouped > thead:first-child > tr:first-child > th, .table.grouped > caption + thead > tr:first-child > td, .table.grouped > colgroup + thead > tr:first-child > td, .table.grouped > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table.grouped > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.table.grouped > thead > tr > th {
  border-bottom: 0;
}
.table.grouped .product-item-name {
  font-weight: 400;
}
.table.grouped .price-box .price {
  font-size: 14px;
}
.table.grouped .stock.unavailable {
  font-weight: normal;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}
.table.grouped .row-tier-price td {
  border-top: 0;
}
.table.grouped .row-tier-price .prices-tier {
  margin: 0 -10px 10px;
}

.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.form-add-invitations .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form-add-invitations .action.add:before {
  -webkit-font-smoothing: antialiased;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: "\e61c";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.form-add-invitations .action.add:hover:before, .form-add-invitations .action.add:active:before {
  color: inherit;
}

.block.filter {
  margin-bottom: 0px;
}
.block.filter .filter-title strong {
  font-size: 18px;
  text-transform: uppercase;
}

.filter-subtitle {
  display: none;
}

.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  word-break: break-all;
}
.filter-options .filter-options-content .item {
  margin-bottom: 3px;
}
.filter-options .count {
  color: #7d7d7d;
}
.filter-options .count:before {
  content: "(";
}
.filter-options .count:after {
  content: ")";
}

.filtered .items {
  margin: 15px 0;
}
.filtered .item {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.filtered .item .label {
  font-weight: 700;
}
.filtered .item .action.remove {
  position: absolute;
  left: -6px;
  top: 0;
}
.filtered + .actions {
  margin-bottom: 35px;
}

.map-popup-wrapper.popup .action.close {
  top: 10px;
}

.map-popup {
  background: #FFFFFF;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.map-popup .popup-content {
  margin: 10px 0 0;
}
.map-popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.map-popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.map-popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.map-popup .popup-actions .action.close:hover:before, .map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus, .map-popup .popup-actions .action.close:active, .map-popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.map-popup .popup-actions .action.close.disabled, .map-popup .popup-actions .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .map-popup .popup-actions .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.map-popup.active {
  opacity: 1;
}
.map-popup .map-info-price {
  margin-bottom: 15px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 20px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}

.map-old-price:not(:last-child), .product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}

.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}

.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}

.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before {
  content: "";
  display: table;
}
.wishlist.split.button:after {
  content: "";
  display: table;
  clear: both;
}
.wishlist.split.button .action.split {
  float: left;
  margin: 0;
}
.wishlist.split.button .action.toggle {
  float: right;
  margin: 0;
}
.wishlist.split.button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.wishlist.split.button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle:active:after {
  color: inherit;
}
.wishlist.split.button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.wishlist.split.button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.split.button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: #7d7d7d;
  content: "\e621";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #333;
}
.wishlist.split.button .action.toggle.active:active:after {
  color: inherit;
}
.wishlist.split.button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #FFFFFF;
  border: 1px solid #bbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.wishlist.split.button .items li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.wishlist.split.button .items:before, .wishlist.split.button .items:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.wishlist.split.button .items:before {
  border: 6px solid;
  border-color: transparent transparent #FFFFFF transparent;
  z-index: 99;
}
.wishlist.split.button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.wishlist.split.button .items:before {
  left: 10px;
  top: -12px;
}
.wishlist.split.button .items:after {
  left: 9px;
  top: -14px;
}
.wishlist.split.button.active {
  overflow: visible;
}
.wishlist.split.button.active .items {
  display: block;
  position: absolute;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item:last-child {
  background: #e2e2e2;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}

.table-comparison .wishlist.split.button > .action.split:before, .product-items .wishlist.split.button > .action.split:before {
  content: "\e601";
}

.table-comparison .wishlist.split.button > .action:active, .product-items .wishlist.split.button > .action:active, .table-comparison .wishlist.split.button > .action:focus, .product-items .wishlist.split.button > .action:focus, .table-comparison .wishlist.split.button > .action:hover, .product-items .wishlist.split.button > .action:hover {
  color: #333;
}

.table-comparison .wishlist.split.button > .action.toggle:before, .product-items .wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #c9c9c9;
  content: "";
  float: left;
  height: 15px;
  margin-top: 3px;
}

.product-info-main .wishlist.split.button .action.split, .block-bundle-summary .wishlist.split.button .action.split, .product-add-form .wishlist.split.button .action.split, .product-info-main .wishlist.split.button .action.toggle, .block-bundle-summary .wishlist.split.button .action.toggle, .product-add-form .wishlist.split.button .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}

.product-info-main .wishlist.split.button .action.toggle, .block-bundle-summary .wishlist.split.button .action.toggle, .product-add-form .wishlist.split.button .action.toggle {
  padding: 0;
}

.cart.table-wrapper .wishlist.split.button {
  margin-bottom: 10px;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  padding: 4px 5px;
}

.wishlist.window.popup {
  background: #FFFFFF;
  border: 1px solid #aeaeae;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.wishlist.window.popup .popup-header {
  margin: 0 0 25px;
  padding-right: 22px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.wishlist.window.popup .popup-actions .action.close {
  position: absolute;
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
  right: 10px;
  top: 10px;
}
.wishlist.window.popup .popup-actions .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.wishlist.window.popup .popup-actions .action.close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.window.popup .popup-actions .action.close:hover:before, .wishlist.window.popup .popup-actions .action.close:active:before {
  color: inherit;
}
.wishlist.window.popup .popup-actions .action.close:focus, .wishlist.window.popup .popup-actions .action.close:active, .wishlist.window.popup .popup-actions .action.close:hover {
  background: none;
  border: none;
}
.wishlist.window.popup .popup-actions .action.close.disabled, .wishlist.window.popup .popup-actions .action.close[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.wishlist.window.popup.active {
  opacity: 1;
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: block;
}

.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 10px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 10px;
}
.block-wishlist-management .wishlist-notice {
  color: #7d7d7d;
  display: inline-block;
  margin-right: 20px;
}
.block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-dropdown.move {
  margin-right: 20px;
}

.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 60px;
  max-width: 500px;
}

.block-wishlist-search-results .toolbar-wishlist-results {
  text-align: center;
}

.block-wishlist-info-items .block-title {
  margin-bottom: 20px;
  font-size: 2.2rem;
}
.block-wishlist-info-items .block-title > strong {
  font-weight: 300;
}
.block-wishlist-info-items .product-item {
  width: 100%;
}
.block-wishlist-info-items .product-item-photo {
  margin-left: 20px;
}
.block-wishlist-info-items .product-item-info {
  width: auto;
}
.block-wishlist-info-items .product-item-info:hover .split {
  visibility: visible;
}
.block-wishlist-info-items .price-wrapper {
  display: block;
  margin: 0 0 10px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 10px 0;
}
.block-wishlist-info-items .action.towishlist {
  padding: 10px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}

.multicheckout .title {
  margin-bottom: 30px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .action.delete {
  display: inline-block;
  margin: 7px 0 0;
}
.multicheckout .table-wrapper .col .qty {
  display: inline-block;
}
.multicheckout .table-wrapper .col.item .action.edit {
  font-weight: 400;
  margin-left: 10px;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 40px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action {
  margin-bottom: 25px;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 10px;
}
.multicheckout .item-options {
  margin: 10px 0 0;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field:before {
  display: none;
}
.multicheckout .block .methods-shipping .item-content .fieldset > .field .control {
  display: inline-block;
}
.multicheckout .block-title, .multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 10px;
}
.multicheckout .block-title strong, .multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 700;
}
.multicheckout .box-billing-method .fieldset {
  margin: 0;
}
.multicheckout .box-billing-method .fieldset .legend.box-title {
  margin: 0 0 5px;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
}

[class^=multishipping-] .logo {
  margin-left: 0;
}

.multishipping-checkout-success .nav-sections {
  display: block;
}

.block.newsletter .title {
  display: none;
}

.paypal.after:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.paypal.before:before {
  content: "- " attr(data-label) " -";
  display: block;
  margin: 10px 5px;
  text-align: center;
  text-transform: uppercase;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 20px;
}
.paypal.acceptance img {
  max-width: 100%;
}

.box-tocart .paypal img, .block-minicart .paypal img {
  display: block;
  margin: 0 auto;
}

.paypal-review .paypa-review-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.paypal-review .items-qty .item {
  white-space: nowrap;
}
.paypal-review .items-qty .title:after {
  content: ": ";
}
.paypal-review .actions-toolbar {
  margin-top: 10px;
}
.paypal-review .item-options dt {
  display: inline-block;
}
.paypal-review .item-options dt:after {
  content: ": ";
}
.paypal-review .item-options dd {
  margin: 0;
}

.product-reviews-summary .rating-summary .label, .table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.add.review .legend {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}
.block.add.review .field.rating {
  display: table-row;
}
.block.add.review .field.rating .label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.block.reviews.list .review.item {
  margin-bottom: 40px;
}
.block.reviews.list .review.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.data.table.reviews .rating-summary {
  margin-top: -4px;
}

.customer-review.view {
  margin-bottom: 20px;
}
.customer-review.view .review.title, .customer-review.view .ratings-summary, .customer-review.view .product-details {
  margin-bottom: 20px;
}

.product-reviews-summary {
  display: table;
  margin: 10px 0 12px;
}

.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}

.product-reviews-summary.empty {
  margin-left: 0;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}

.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 20px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 10px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.customer-review .review-details .review-content {
  margin-bottom: 20px;
}
.customer-review .product-reviews-summary .rating-summary, .customer-review .product-reviews-summary .reviews-actions {
  display: block;
}

.review-field-ratings .nested {
  display: table;
}
.review-field-ratings .review-field-rating {
  display: table-row;
}
.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}
.review-field-ratings .review-field-rating .label {
  padding-top: 6px;
  padding-right: 10px;
}
.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}

.review-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 20px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
}
.review-toolbar .limiter {
  display: none;
}

.review-add .block-title {
  display: none;
}

.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}

.review-field-rating .control {
  margin-top: 10px;
  margin-bottom: 48px;
}

.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.review-item {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: "";
  display: table;
}
.review-item:last-child {
  border-width: 0;
}

.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 10px;
}

.review-author {
  display: inline;
}

.review-title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin: 0 0 20px;
}

.review-content {
  margin-bottom: 20px;
}

.block-reward-info .reward-rates:not(:last-child), .block-reward-info .reward-limit:not(:last-child), .block-reward-info .reward-expiring:not(:last-child) {
  margin-bottom: 25px;
}
.block-reward-info .reward-rates .title, .block-reward-info .reward-limit .title, .block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 10px;
}

.form-create-return .field .control > span, .form-create-return .field address {
  display: inline-block;
  padding-top: 6px;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.form-create-return .additional .field:nth-last-child(2) {
  margin-bottom: 0;
}
.form-create-return .additional .field:last-child {
  margin-top: 20px;
}
.form-create-return .field.comment {
  margin-top: 55px;
}

.block-returns-comments .returns-comments dt, .block-returns-comments .returns-comments dd {
  margin: 0;
}
.block-returns-comments .returns-comments dt {
  font-weight: 400;
}
.block-returns-comments .returns-comments dd {
  margin-bottom: 15px;
}
.block-returns-comments .returns-comments dd:last-child {
  margin-bottom: 0;
}
.block-returns-comments .fieldset {
  margin-bottom: 20px;
}

.magento-rma-returns-returns .page-title-wrapper .page-title, .magento-rma-guest-returns .page-title-wrapper .page-title, .magento-rma-returns-view .page-title-wrapper .page-title {
  margin-right: 25px;
}

.order-links {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
.order-links .item {
  display: inline-block;
  margin-right: 20px;
}

.order-actions-toolbar .action {
  margin: 0 20px 0 0;
}

.order-details-items {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.order-details-items .order-title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .table-order-items .product-item-name {
  margin-top: 0;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options.links dt {
  display: inline-block;
}
.order-details-items .item-options.links dt:after {
  content: ": ";
}
.order-details-items .item-options.links dd {
  margin: 0;
}

.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  margin: 0;
}

.page-title-wrapper .order-date {
  margin: 0 0 20px;
}

.account .page-title-wrapper .page-title, [class^=sales-guest-] .page-title-wrapper .page-title, .sales-guest-view .page-title-wrapper .page-title {
  margin-right: 25px;
}

.form-orders-search .field.email, .form-orders-search .field.zip {
  margin-bottom: 0;
}

.block-reorder .product-item .checkbox {
  position: relative;
  top: 2px;
  vertical-align: baseline;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
  max-width: 178px;
}

.block-order-details-comments {
  margin: 0 0 40px;
}
.block-order-details-comments .comment-date {
  font-weight: 600;
}
.block-order-details-comments .comment-content {
  line-height: 1.6;
  margin: 0 0 20px;
}

.block-order-details-view .box-content .payment-method .title {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content {
  margin: 0;
}
.block-order-details-view .box-content .payment-method .content > strong {
  font-weight: 400;
}
.block-order-details-view .box-content .payment-method .content > strong:after {
  content: ": ";
}

.order-tracking {
  border-bottom: 1px solid #d1d1d1;
  margin: 0;
  padding: 20px 0;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}

.opc-wrapper .form-discount {
  max-width: 500px;
}
.opc-wrapper .form-discount .action-apply {
  background-image: none;
  background: #16A803;
  border: 1px solid #16A803;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0 15px;
  font-size: 21px;
  box-sizing: border-box;
  vertical-align: middle;
}

.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a {
  display: block;
  padding: 5px 18px 5px 15px;
  text-decoration: none;
}
.block-collapsible-nav .item a:hover {
  color: #ff5555;
}
.block-collapsible-nav .item > strong {
  display: block;
  padding: 5px 18px 5px 15px;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong {
  color: #ff5555;
  font-weight: 500;
}
.block-collapsible-nav .item.current a {
  color: #ff5555;
}

body {
  background-color: #FFFFFF;
}

.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}

.header.content {
  padding-top: 10px;
  position: relative;
}

.logo {
  position: relative;
  z-index: 5;
  float: left;
  max-width: 50%;
  margin: 0 0 10px 40px;
}
.logo img {
  max-width: 100%;
  display: block;
}

.page-print .logo {
  float: none;
}

.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}

.action.skip:focus {
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
  background: #f0f0f0;
  padding: 10px;
}

.message.global p {
  margin: 0;
}
.message.global.noscript, .message.global.cookie {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e7e+0,0072b4+100 */
  background: #003e7e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4",GradientType=1 );
  /* IE6-9 */
  border-color: #d6ca8e;
  color: #333;
  margin: 0;
}
.message.global.noscript a, .message.global.cookie a, .message.global.noscript a:hover, .message.global.cookie a:hover {
  color: #FFFFFF;
}
.message.global.noscript a:active {
  color: #ff5501;
}
.message.global.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.message.global.cookie a:active {
  color: #ff5501;
}
.message.global.cookie .actions {
  margin-top: 3px;
}
.message.global.cookie p {
  font-weight: 300;
  color: #FFFFFF;
}
.message.global.cookie p strong {
  font-weight: 500;
}
.message.global.demo {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}
.message.global.demo a {
  color: #1979c3;
}
.message.global.demo a:hover {
  color: #006bb4;
}
.message.global.demo a:active {
  color: #ff5501;
}

.page-footer {
  margin-top: auto;
}

.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}

.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
}

.page-header .switcher .options ul.dropdown a:hover, .page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}

.page-header .switcher li, .page-footer .switcher li {
  margin: 0;
  font-size: 12px;
}

.page-header .switcher strong, .page-footer .switcher strong {
  font-weight: 400;
}

.widget {
  clear: both;
}

.ui-datepicker td {
  padding: 0;
}

.account .table-wrapper .data.table.wishlist > thead > tr > th, .account .table-wrapper .data.table.wishlist > tbody > tr > th, .account .table-wrapper .data.table.wishlist > tfoot > tr > th, .account .table-wrapper .data.table.wishlist > thead > tr > td, .account .table-wrapper .data.table.wishlist > tbody > tr > td, .account .table-wrapper .data.table.wishlist > tfoot > tr > td {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > th, .account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > th, .account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > th, .account .table-wrapper .data.table.wishlist > caption + thead > tr:first-child > td, .account .table-wrapper .data.table.wishlist > colgroup + thead > tr:first-child > td, .account .table-wrapper .data.table.wishlist > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.account .table-wrapper .data.table.wishlist > tbody + tbody {
  border-top: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist thead > tr > th {
  border-bottom: 0;
}
.account .table-wrapper .data.table.wishlist tbody > tr:last-child > td {
  border-bottom: 1px solid #d1d1d1;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .box-tocart .qty {
  vertical-align: middle;
}
.account .table-wrapper .data.table.wishlist .col.item {
  width: 50%;
}
.account .table-wrapper .data.table.wishlist .col.photo {
  max-width: 150px;
}
.account .table-wrapper .data.table.wishlist .col.selector {
  max-width: 15px;
}
.account .table-wrapper .data.table.wishlist textarea {
  margin: 10px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 10px;
}
.account .table-wrapper .data.table.wishlist .action.primary {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}

.block-wishlist .product-item-name {
  margin-right: 25px;
}

.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 10px;
}
.products-grid.wishlist .product-item-name {
  margin-top: 0;
}
.products-grid.wishlist .product-item .price-box {
  margin: 0;
}
.products-grid.wishlist .product-item-comment {
  display: none !important;
  height: 50px;
  margin: 10px 0 0px 0;
  width: 100%;
  min-height: 70px;
}

.wishlist-index-index .products-grid .product-items {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 15px;
}

.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.products-grid.wishlist .product-item .box-tocart input.qty {
  height: 32px;
}

.block-banners .banner-item, .block-banners-inline .banner-item {
  display: block;
}

.block-banners .banner-item-content, .block-banners-inline .banner-item-content {
  margin-bottom: 20px;
}

.block-banners .banner-item-content img, .block-banners-inline .banner-item-content img {
  display: block;
  margin: 0 auto;
}

.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}

.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}

.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.sidebar .block-addbysku .fieldset .fields .field.sku {
  margin-right: -85px;
  padding-right: 90px;
  width: 100%;
}
.sidebar .block-addbysku .fieldset .fields .field.qty .qty + .mage-error {
  width: 80px;
}
.sidebar .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 6px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 20px;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary {
  text-align: left;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .primary .action {
  width: auto;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar .secondary {
  float: none;
  text-align: left;
}
.sidebar .block-addbysku .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 2px 0;
  width: auto;
}
.sidebar .block-addbysku .action.add > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  font-size: 31px;
  line-height: 22px;
  color: inherit;
  content: "\e61c";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.add:hover:before, .sidebar .block-addbysku .action.add:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.links {
  display: inline-block;
  margin: 20px 0 0;
}
.sidebar .block-addbysku .action.reset {
  margin: 10px 0;
  display: block;
}
.sidebar .block-addbysku .action.remove {
  display: inline-block;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.sidebar .block-addbysku .action.remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidebar .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  line-height: 22px;
  color: inherit;
  content: "\e616";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sidebar .block-addbysku .action.remove:hover:before, .sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus, .sidebar .block-addbysku .action.remove:active, .sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled, .sidebar .block-addbysku .action.remove[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

fieldset[disabled] .sidebar .block-addbysku .action.remove {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

.block-product-link.widget, .block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}

.block-product-link-inline.widget {
  margin: 0;
}

.block.widget .product-item-info {
  width: auto;
}
.block.widget .pager {
  padding: 0;
}
.block.widget .pager .toolbar-amount {
  float: none;
  font-size: 1.2rem;
}
.block.widget .pager .pages-item-previous {
  padding-left: 0;
}
.block.widget .pager .pages-item-next {
  position: relative;
}
.block.widget .pager .items {
  white-space: nowrap;
}

.columns .block-event {
  position: relative;
  z-index: 2;
}

.block-event .block-content {
  position: relative;
}
.block-event .block-content > .action {
  cursor: pointer;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  z-index: 3;
}
.block-event .block-content > .action.backward, .block-event .block-content > .action.forward {
  opacity: 0.5;
  overflow: hidden;
  width: 20px;
  display: inline-block;
  text-decoration: none;
}
.block-event .block-content > .action.backward > span, .block-event .block-content > .action.forward > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
  -webkit-font-smoothing: antialiased;
  font-size: 55px;
  line-height: 30px;
  color: inherit;
  content: "\e617";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-event .block-content > .action.backward:before, .block-event .block-content > .action.forward:before {
  margin-left: -15px;
}
.block-event .block-content > .action.backward {
  left: 0;
}
.block-event .block-content > .action.forward {
  right: 0;
}
.block-event .block-content > .action.forward:before {
  content: "\e608";
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.block-event .slider-panel .slider {
  white-space: nowrap;
}
.block-event .slider-panel .slider .item {
  background: #f0f0f0;
  display: inline-block;
  text-align: center;
  white-space: normal;
  vertical-align: top;
  width: 16.35%;
}

.sidebar-main .block-event .slider-panel .slider .item, .sidebar-additional .block-event .slider-panel .slider .item {
  width: 100%;
}

.block-event .slider-panel .slider .item img {
  max-width: 100%;
}
.block-event .slider-panel .slider .item .category-name {
  display: inline-block;
  font-size: 1.8rem;
  padding: 15px 5px 0;
  word-break: break-all;
}
.block-event .slider-panel .slider .item .ticker {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.block-event .slider-panel .slider .item .ticker li {
  display: none;
  margin: 0 5px;
}
.block-event .slider-panel .slider .item .ticker .value {
  font-size: 2.6rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .ticker .label {
  display: block;
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .dates {
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .start, .block-event .slider-panel .slider .item .dates .end, .block-event .slider-panel .slider .item .dates .date {
  display: block;
}
.block-event .slider-panel .slider .item .dates .start:after {
  content: "–";
  font-size: 1.8rem;
  display: block;
}
.block-event .slider-panel .slider .item .dates .date {
  font-size: 1.8rem;
  font-weight: 300;
}
.block-event .slider-panel .slider .item .dates .time {
  font-size: 1.3rem;
}
.block-event .slider-panel .slider .item .box-event .box-content {
  padding: 5px 0 10px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  font-weight: 300;
  display: block;
  margin: 10px 0 0;
}
.block-event .slider-panel .slider .item .action.show {
  display: block;
  padding: 0;
}
.block-event .slider-panel .slider .item .action.show .category.name {
  display: inline-block;
  padding: 30px 10px 0;
}
.block-event .slider-panel .slider .item .action.show img {
  display: block;
}
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: 15px;
}
.block-event .slider-panel .slider .item .action.event:focus, .block-event .slider-panel .slider .item .action.event:active, .block-event .slider-panel .slider .item .action.event:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #FFFFFF;
}
.block-event .slider-panel .slider .item .action.event.disabled, .block-event .slider-panel .slider .item .action.event[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

fieldset[disabled] .block-event .slider-panel .slider .item .action.event {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

.block-event .slider-panel .slider .item .action.event:hover {
  text-decoration: none;
}

.block-static-block.widget, .block-cms-link.widget {
  margin-bottom: 20px;
}

.links .block-static-block.widget, .links .block-cms-link.widget {
  margin-bottom: 0;
}

.block-cms-link-inline.widget {
  margin: 0;
}

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}

.cart-container .fieldset.coupon .label, .cart-container .fieldset.coupon .control {
  display: block;
}
.cart-container .fieldset.coupon .label {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-container .actions-toolbar .apply.primary {
  padding-left: 10px;
  padding-right: 10px;
}

.message.global.cookie p {
  margin: 0;
  font-size: 16px;
  display: inline-block;
  max-width: 79%;
  vertical-align: middle;
  line-height: 21px;
}
.message.global.cookie .actions {
  margin-top: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: right;
}

@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }

  .modal-popup .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile, .table-giftregistry-items .col.product:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .abs-add-clearfix-mobile:before, .abs-add-clearfix-mobile:after {
    content: "";
    display: table;
  }

  .abs-checkout-order-review tbody tr:before, .abs-checkout-order-review tbody tr:after {
    content: "";
    display: table;
  }

  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after {
    content: "";
    display: table;
  }

  .table-giftregistry-items .col.product:before, .table-giftregistry-items .col.product:after {
    content: "";
    display: table;
  }

  .multicheckout.order-review .data.table tbody tr:before, .multicheckout.order-review .data.table tbody tr:after {
    content: "";
    display: table;
  }

  .abs-add-clearfix-mobile:after, .abs-checkout-order-review tbody tr:after, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after, .table-giftregistry-items .col.product:after {
    clear: both;
  }

  .multicheckout.order-review .data.table tbody tr:after {
    clear: both;
  }
  .multicheckout.order-review .data.table tbody tr:not(:last-child) {
    border-bottom: 1px solid #d1d1d1;
  }
  .multicheckout.order-review .data.table tbody tr .col.item:before {
    display: none;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty, .multicheckout.order-review .data.table tbody tr .col.price, .multicheckout.order-review .data.table tbody tr .col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .multicheckout.order-review .data.table tbody tr .col.qty:before, .multicheckout.order-review .data.table tbody tr .col.price:before, .multicheckout.order-review .data.table tbody tr .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }

  .abs-checkout-order-review tbody tr .product-item-name, .multicheckout.order-review .data.table tbody tr .product-item-name {
    margin: 0;
  }

  .abs-no-display-s, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th, .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }

  .abs-pager-toolbar-mobile-s .toolbar-amount, .abs-pager-toolbar-mobile-s .limiter, .abs-pager-toolbar-mobile-s .pages {
    margin-bottom: 25px;
  }

  .toolbar-giftregistry-results .toolbar-amount, .toolbar-giftregistry-results .limiter, .toolbar-giftregistry-results .pages {
    margin-bottom: 25px;
  }

  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before, .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th, .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }

  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .column .block-addbysku .sku {
    margin-right: -85px;
    padding-right: 90px;
  }
  .column .block-addbysku .action.remove {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
  }
  .column .block-addbysku .action.remove > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .column .block-addbysku .action.remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: "\e616";
    font-family: "icons-blank-theme";
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before, .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }

  fieldset[disabled] .column .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }

  .minicart-wrapper {
    margin-top: 10px;
  }

  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
    width: 100%;
  }
  .opc-wrapper .shipping-address-item.selected-item {
    padding: 15px 35px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 39px;
  }
  .opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    margin-top: 28px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 1px;
  }
  .opc-wrapper .edit-address-link > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .opc-wrapper .edit-address-link:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: 28px;
    color: #303030;
    content: "\e606";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before, .opc-wrapper .edit-address-link:active:before {
    color: #303030;
  }

  .shipping-policy-block.field-tooltip {
    margin-bottom: 20px;
    position: relative;
    right: auto;
    top: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 300px;
    right: auto;
  }
  .shipping-policy-block.field-tooltip .field-tooltip-content:before, .shipping-policy-block.field-tooltip .field-tooltip-content:after {
    right: auto;
  }

  .account .column.main, .account .sidebar-additional {
    margin: 0;
    padding-bottom: 20px;
  }

  .cart.table-wrapper .gift-content {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
  }

  .table-giftregistry-items .field.choice, .table-giftregistry-items .field.qty {
    display: inline-block;
  }

  .form-giftregistry-search .fieldset {
    margin-bottom: 15px;
  }

  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    order: 0;
  }

  .multicheckout .data.table .address:before {
    margin-bottom: 5px;
  }
  .multicheckout .product-item-name, .multicheckout .price-including-tax, .multicheckout .price-excluding-tax {
    display: inline-block;
  }
  .multicheckout .block-content .box:not(:last-child) {
    margin-bottom: 40px;
  }
  .multicheckout .block-content .box:last-child {
    margin-bottom: 0;
  }
  .multicheckout.order-review .box-items .data.table thead {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead tr {
    display: block;
  }
  .multicheckout.order-review .box-items .data.table thead .col.item {
    display: block;
    padding: 0;
  }
  .multicheckout .actions-toolbar .action {
    margin-bottom: 25px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .account .order-details-items .table-order-items .product-item-name, .account .order-details-items .table-order-items .price-including-tax, .account .order-details-items .table-order-items .price-excluding-tax, .account .order-details-items .table-order-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .account .order-details-items .action.print {
    display: none;
  }
  .account .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }

  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
}
@media only screen and (max-width:1023px) {
  .abs-button-responsive-smaller {
    width: 100%;
  }

  .abs-visually-hidden-mobile-m {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .abs-add-clearfix-mobile-m:before, .abs-add-clearfix-mobile-m:after {
    content: "";
    display: table;
  }

  .form-create-return .fieldset > .actions-toolbar:before, .form-create-return .fieldset > .actions-toolbar:after {
    content: "";
    display: table;
  }

  .abs-add-clearfix-mobile-m:after, .form-create-return .fieldset > .actions-toolbar:after {
    clear: both;
  }

  .abs-icon-add-mobile, .block-wishlist-management .wishlist-add.item .add {
    display: block;
    text-decoration: none;
  }

  .abs-icon-add-mobile:before, .block-wishlist-management .wishlist-add.item .add:before {
    -webkit-font-smoothing: antialiased;
    font-size: 10px;
    line-height: 10px;
    color: inherit;
    content: "\e61c";
    font-family: "icons-blank-theme";
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .abs-toggling-title-mobile, .block-wishlist-management .wishlist-select .wishlist-name, .block-collapsible-nav .title {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    margin-bottom: 0;
    padding: 10px 40px 10px 15px;
    position: relative;
    display: block;
    text-decoration: none;
  }

  .abs-toggling-title-mobile:after, .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }

  .block-wishlist-management .wishlist-select .wishlist-name:after, .block-collapsible-nav .title:after {
    position: absolute;
    right: 10px;
    top: 0;
  }

  .abs-toggling-title-mobile.active:after, .block-wishlist-management .wishlist-select .wishlist-name.active:after, .block-collapsible-nav .title.active:after {
    content: "\e621";
  }

  .abs-pager-toolbar-mobile .toolbar-amount, .abs-pager-toolbar-mobile .limiter, .abs-pager-toolbar-mobile .pages {
    float: none;
    margin-bottom: 25px;
  }

  .account .toolbar .toolbar-amount, .account .toolbar .limiter, .account .toolbar .pages {
    float: none;
    margin-bottom: 25px;
  }

  .toolbar-wishlist-results .toolbar-amount, .toolbar-wishlist-results .limiter, .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }

  .abs-shopping-cart-items-mobile .actions {
    text-align: center;
  }

  .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-wrapper > .widget, .page-wrapper > .page-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .block.category.event, .top-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .account .page-main, .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }

  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: "\e621";
  }

  .nav-sections {
    -webkit-overflow-scrolling: touch;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: 0.8rem 3.5rem 0.8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: "\e621";
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }

  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before {
    content: "";
    display: table;
  }
  .nav-sections-items:after {
    content: "";
    display: table;
    clear: both;
  }

  .nav-sections-item-title {
    background: #e8e8e8;
    border: solid #dbdbdb;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }

  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before {
    content: "";
    display: table;
  }
  .nav-sections-item-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }

  .navigation {
    background: #f5f5f5;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #575757;
    text-decoration: none;
  }
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0.active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }

  .product.data.items {
    margin: 0;
    padding: 0;
  }
  .product.data.items > .item.title {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .product.data.items > .item.title > .switch {
    display: block;
  }
  .product.data.items > .item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .product.data.items > .item.content:before {
    content: "";
    display: table;
  }
  .product.data.items > .item.content:after {
    content: "";
    display: table;
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 0 5px;
  }
  .product.data.items > .item.title > .switch {
    background: #f0f0f0;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.8rem;
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:visited, .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active {
    background: #FFFFFF;
    padding-bottom: 5px;
  }
  .product.data.items > .item.title.active > .switch {
    background: #FFFFFF;
    padding-bottom: 5px;
  }
  .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background: #FFFFFF;
    padding-bottom: 5px;
  }
  .product.data.items > .item.content {
    background: #FFFFFF;
    border: 1px solid #d1d1d1;
    margin: 0 0 5px;
    padding: 20px 20px 20px 20px;
  }
  .product.data.items .data.item {
    display: block;
  }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }
  body._has-modal-custom .modal-custom-overlay {
    background-color: rgba(51, 51, 51, 0.55);
  }

  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status:before {
    display: none;
  }
  .my-credit-cards .table:not(.totals):not(.cart):not(.table-comparison) .status._default {
    display: block;
  }
  .my-credit-cards .card-type img {
    vertical-align: middle;
  }

  .catalog-product-view .column.main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    order: -1;
  }

  .cart.table-wrapper {
    overflow: inherit;
  }
  .cart.table-wrapper thead .col:not(.item) {
    display: none;
  }
  .cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
    box-sizing: border-box;
    display: block;
    float: left;
    text-align: left;
    white-space: nowrap;
    width: 33%;
    font-size: 16px;
  }
  .cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }

  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
}
@media only screen and (max-width:1023px) and (max-width:1023px) {
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 0 10px 0;
  }
}
@media only screen and (max-width:1023px) {
  .login-container .fieldset:after {
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  .account .page.messages {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:1023px) {
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:1023px) {
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
}
@media only screen and (max-width:1023px) {
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
}
@media only screen and (max-width:1023px) {
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
}
@media only screen and (max-width:1023px) {
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width:1023px) {
  .gift-wrapping-list, .gift-wrapping-preview img {
    width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .item-actions .actions-toolbar .gift-options .gift-wrapping, .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .form-add-invitations .additional, .form-add-invitations .field.text {
    margin-top: 20px;
  }
}
@media only screen and (max-width:1023px) {
  .map-popup {
    max-width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .map-old-price, .map-show-info {
    display: inline-block;
  }
}
@media only screen and (max-width:1023px) {
  .map-old-price:not(:last-child), .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width:1023px) {
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #d1d1d1;
    background: #f5f5f5;
    display: none;
    padding: 15px 0;
  }
  .block-wishlist-management .wishlist-select-items.active {
    display: block;
  }
  .block-wishlist-management .wishlist-select-items .item {
    margin: 3px 0 0;
  }
  .block-wishlist-management .wishlist-select-items .item:first-child {
    margin-top: 0;
  }
  .block-wishlist-management .wishlist-select-items .item.current {
    display: none;
  }
  .block-wishlist-management .wishlist-select-items .item a {
    display: block;
    padding: 5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #e8e8e8;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 2.6rem;
  }
  .block-wishlist-management .wishlist-info, .block-wishlist-management .wishlist-toolbar-select, .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:1023px) {
  .products-grid.wishlist .product-item-checkbox {
    left: 20px;
    position: absolute;
    top: 20px;
  }
}
@media only screen and (max-width:1023px) {
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 25px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-name, .page-multiple-wishlist .products-grid.wishlist .product-item-description, .page-multiple-wishlist .products-grid.wishlist .product-item .price-box, .page-multiple-wishlist .products-grid.wishlist .product-item-tooltip {
    margin-left: 115px;
  }
}
@media only screen and (max-width:1023px) {
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
}
@media only screen and (max-width:1023px) {
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
}
@media only screen and (max-width:1023px) {
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width:1023px) {
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: -21px;
    width: 100%;
    z-index: 5;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #d1d1d1;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: -10px;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 10px 20px 20px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .products-grid.wishlist .product-item-actions .action {
    margin-right: 15px;
  }
  .products-grid.wishlist .product-item-actions .action:last-child {
    margin-right: 0;
  }
  .products-grid.wishlist .product-item-actions .action.edit {
    float: left;
  }
  .products-grid.wishlist .product-item-actions .action.delete {
    float: right;
  }
  .products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
    margin-left: 95px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    float: left;
    margin-right: 20px;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .giftregisty-dropdown, .products-grid.wishlist .product-item .field.qty {
    display: none;
  }
  .products-grid.wishlist .product-image-container {
    max-width: 80px;
  }
}
@media only screen and (max-width:1023px) {
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
}
@media only screen and (max-width: 1203px) {
  .message.global p {
    margin: 0 0 10px 0;
    font-size: 14px;
    display: block;
    max-width: 100%;
    line-height: 22px;
  }
  .message.global.cookie .actions {
    display: block;
    width: 100%;
    text-align: left;
  }

  .abs-checkout-tooltip-content-position-top-mobile {
    right: -10px;
    top: 40px;
    left: auto;
  }

  .modal-popup.modal-slide {
    left: 15px;
    right: 15px !important;
    top: 15px !important;
    z-index: 900;
  }

  .catalog-product-view .action-close {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
    top: 1px !important;
    right: 0 !important;
    padding: 0 !important;
  }
  .catalog-product-view .action-close:hover, .catalog-product-view .action-close:active, .catalog-product-view .action-close:focus {
    width: 30px !important;
    height: 30px !important;
    background-size: 30px !important;
    top: 1px !important;
    right: 0 !important;
    padding: 0 !important;
  }
}
@media all and (min-width: 640px) {
  .abs-blocks-2columns-s {
    width: 48.8%;
  }

  .abs-reset-left-margin-desktop-s, .column:not(.sidebar-main) .multicheckout .actions-toolbar, .multicheckout .block-shipping .box-shipping-method .fieldset .legend {
    margin-left: 0;
  }

  .abs-margin-for-forms-desktop-s {
    margin-left: 25.8%;
  }

  .abs-visually-hidden-desktop-s {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .abs-add-clearfix-desktop-s:before, .abs-add-clearfix-desktop-s:after {
    content: "";
    display: table;
  }

  .multicheckout .block-billing:before, .multicheckout .block-billing:after {
    content: "";
    display: table;
  }

  .abs-add-clearfix-desktop-s:after, .multicheckout .block-billing:after {
    clear: both;
  }

  .abs-add-box-sizing-desktop-s {
    box-sizing: border-box;
  }

  .multicheckout .block-shipping .box {
    box-sizing: border-box;
  }
  .multicheckout .block-billing .box-billing-address, .multicheckout .block-billing .box-billing-method {
    box-sizing: border-box;
  }

  .ui-dialog.popup {
    width: 420px;
  }

  .column .block-addbysku .action.remove {
    background-image: none;
    -moz-box-sizing: content-box;
    box-shadow: none;
    line-height: inherit;
    text-shadow: none;
    font-weight: 400;
    line-height: 1.42857143;
    margin: 0;
    padding: 0;
    color: #1979c3;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 4px;
  }
  .column .block-addbysku .action.remove:focus, .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }

  fieldset[disabled] .column .block-addbysku .action.remove {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }

  .column .block-addbysku .action.remove:visited {
    color: #1979c3;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff5501;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover {
    color: #006bb4;
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove:active, .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled, .column .block-addbysku .action.remove[disabled] {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }

  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #1979c3;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }

  .product-item-actions {
    display: block;
  }

  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }

  .toolbar-amount, .sorter {
    float: left;
  }

  .limiter {
    float: left;
    padding: 4px 0 0;
  }

  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }

  .multicheckout .actions-toolbar .secondary {
    float: none;
    margin-top: 11px;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 10px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
  }
  .multicheckout .item-options {
    margin: 20px 0 0;
  }
  .multicheckout .block-content .box {
    margin-bottom: 0;
  }
  .multicheckout .block-shipping .box {
    float: left;
    width: 25%;
  }
  .multicheckout .block-shipping .box-shipping-method {
    padding-left: 25px;
    padding-right: 25px;
    width: 50%;
  }
  .multicheckout .block-shipping .box-shipping-method .fieldset .field:before {
    display: none;
  }
  .multicheckout .block-billing .box-billing-address {
    float: left;
    width: 25%;
  }
  .multicheckout .block-billing .box-billing-method {
    float: left;
    padding-left: 25px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 40px;
    width: auto;
  }
  .multicheckout.order-review .col.item {
    width: 75%;
  }
  .multicheckout .methods-payment .item-content > .fieldset {
    width: auto;
  }
  .multicheckout .methods-payment .item-content > .fieldset .field.cvv {
    display: inline-block;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice) > .label {
    float: none;
    margin-bottom: 8px;
    text-align: left;
    width: auto;
  }
  .multicheckout .methods-payment .fieldset > .field:not(.choice):not(.cvv) .control {
    width: 100%;
  }

  .review-form {
    max-width: 500px;
  }

  .review-ratings {
    max-width: 240px;
    float: left;
    margin-bottom: 0;
  }
  .review-ratings ~ .review-content, .review-ratings ~ .review-details {
    margin-left: 280px;
  }

  .review-toolbar {
    margin: 0 0 30px;
  }
  .review-toolbar .pages {
    padding: 30px 0;
  }

  .fieldset .review-legend.legend {
    margin-bottom: 30px;
  }

  .review-item {
    padding: 30px 0;
  }

  .review-title {
    margin: 0 0 30px;
  }

  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }

  .block.widget .products-grid .product-item, .page-layout-1column .block.widget .products-grid .product-item, .page-layout-3columns .block.widget .products-grid .product-item {
    width: 33.33333%;
  }
}
/* NW-303 */
.cart.table-wrapper .control.qty {
  position: relative;
}
.cart.table-wrapper .control.qty div.mage-error {
  position: absolute;
  bottom: -50px;
  left: 0;
  font-size: 10px;
}

@media only screen and (max-width:1023px) {
  .cart.table-wrapper .control.qty div.mage-error {
    bottom: -44px;
    max-width: 100px;
    white-space: normal;
  }
}
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
.fotorama-video-container .magnify-lens {
  display: none !important;
}
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}

.video-thumb-icon:after {
  background: url("../Magento_ProductVideo/img/gallery-sprite.png") bottom left;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}

.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.items.methods .item-title {
  font-size: 18px;
  text-transform: none;
  color: #0A263C;
  font-weight: 700;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}

.fotorama__arr.hidden-video {
  z-index: -1 !important;
}

.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}

.block-wishlist-search .form-wishlist-search {
  margin: 20px 0 0;
}

@media all and (min-width: 1023px), print {
  .abs-product-options-list-desktop dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }

  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ": ";
  }

  .abs-product-options-list-desktop dd, .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }

  .abs-button-desktop {
    width: auto;
  }

  .abs-blocks-2columns, .login-container .block, .block-addresses-list .items.addresses > .item, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box, [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }

  .login-container .block:nth-child(odd), .block-addresses-list .items.addresses > .item:nth-child(odd), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd), [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(odd), .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd), .account .column.main .block:not(.widget) .block-content .box:nth-child(1) {
    clear: left;
    float: left;
  }

  .login-container .block:nth-child(even), .block-addresses-list .items.addresses > .item:nth-child(even), .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even), [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box:nth-child(even), .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even), .account .column.main .block:not(.widget) .block-content .box:nth-child(2) {
    float: right;
  }

  .abs-reset-left-margin-desktop, .bundle-options-container .legend.title, .column.main .cart-summary .actions-toolbar, .cart.table-wrapper .item-actions .actions-toolbar, .gift-summary .actions-toolbar, .cart.table-wrapper .gift-summary .actions-toolbar, .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }

  .form-new-agreement .fieldset .legend, .form-new-agreement .actions-toolbar {
    margin-left: 0;
  }

  .column.main .paypal-review .actions-toolbar, .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }

  .abs-action-remove-desktop, .abs-add-fields-desktop .fieldset .additional .action.remove, .form-giftregistry-share .fieldset .additional .action.remove, .form-giftregistry-edit .fieldset .additional .action.remove, .form-add-invitations .fieldset .additional .action.remove, .form-create-return .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }

  .form-giftregistry-share .fieldset .field:not(.choice) .control, .form-giftregistry-edit .fieldset .field:not(.choice) .control, .form-add-invitations .fieldset .field:not(.choice) .control, .form-create-return .fieldset .field:not(.choice) .control {
    width: 50%;
  }

  .abs-margin-for-forms-desktop, .fieldset .legend {
    margin-left: 25.8%;
  }

  .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 25.8%;
  }

  .abs-visually-hidden-desktop, .dashboard-welcome-toggler, .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .abs-add-clearfix-desktop:before, .abs-add-clearfix-desktop:after {
    content: "";
    display: table;
  }

  .abs-pager-toolbar:before, .abs-pager-toolbar:after {
    content: "";
    display: table;
  }

  .cart-container:before, .cart-container:after {
    content: "";
    display: table;
  }

  .login-container:before, .login-container:after {
    content: "";
    display: table;
  }

  .block-addresses-list .items.addresses:before, .block-addresses-list .items.addresses:after {
    content: "";
    display: table;
  }

  .block-giftregistry-shared .item-options:before, .block-giftregistry-shared .item-options:after {
    content: "";
    display: table;
  }

  .gift-wrapping .nested:before, .gift-wrapping .nested:after {
    content: "";
    display: table;
  }

  .table .gift-wrapping .content:before, .table .gift-wrapping .content:after {
    content: "";
    display: table;
  }

  .block-wishlist-management:before, .block-wishlist-management:after {
    content: "";
    display: table;
  }

  .paypal-review .block-content:before, .paypal-review .block-content:after {
    content: "";
    display: table;
  }

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after {
    content: "";
    display: table;
  }

  [class^=sales-guest-] .column.main .block:not(.widget) .block-content:before, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after {
    content: "";
    display: table;
  }

  .sales-guest-view .column.main .block:not(.widget) .block-content:before, .sales-guest-view .column.main .block:not(.widget) .block-content:after {
    content: "";
    display: table;
  }

  .header.content:before, .header.content:after {
    content: "";
    display: table;
  }

  .page-header .header.panel:before, .page-header .header.panel:after {
    content: "";
    display: table;
  }

  .account .toolbar:before, .account .toolbar:after {
    content: "";
    display: table;
  }

  .toolbar-giftregistry-results:before, .toolbar-giftregistry-results:after {
    content: "";
    display: table;
  }

  .toolbar-wishlist-results:before, .toolbar-wishlist-results:after {
    content: "";
    display: table;
  }

  .abs-add-clearfix-desktop:after, .abs-pager-toolbar:after, .cart-container:after, .login-container:after, .block-addresses-list .items.addresses:after, .block-giftregistry-shared .item-options:after, .gift-wrapping .nested:after, .table .gift-wrapping .content:after, .block-wishlist-management:after, .paypal-review .block-content:after, .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after, [class^=sales-guest-] .column.main .block:not(.widget) .block-content:after, .sales-guest-view .column.main .block:not(.widget) .block-content:after, .header.content:after, .page-header .header.panel:after, .account .toolbar:after, .toolbar-giftregistry-results:after, .toolbar-wishlist-results:after {
    clear: both;
  }

  .abs-add-box-sizing-desktop, .column.main, .sidebar-main, .sidebar-additional, .abs-add-box-sizing-desktop-m, .opc-wrapper {
    box-sizing: border-box;
  }

  .abs-revert-field-type-desktop .fieldset > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before, .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before, .abs-revert-field-type-desktop .fieldset > .field.no-label:before {
    display: none;
  }

  .abs-no-display-desktop, .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }

  .abs-pager-toolbar, .account .toolbar, .toolbar-giftregistry-results, .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }

  .abs-pager-toolbar .limiter, .account .toolbar .limiter, .toolbar-giftregistry-results .limiter, .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }

  .abs-pager-toolbar .toolbar-amount, .account .toolbar .toolbar-amount, .toolbar-giftregistry-results .toolbar-amount, .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }

  .abs-pager-toolbar .pages, .account .toolbar .pages, .toolbar-giftregistry-results .pages, .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }

  .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }

  .abs-shopping-cart-items-desktop .actions, .block-cart-failed .actions, .cart-container .cart-gift-item .actions {
    text-align: right;
  }

  .block-cart-failed .action.continue, .cart-container .cart-gift-item .action.continue {
    float: left;
  }

  .block-cart-failed .action.clear, .cart-container .cart-gift-item .action.clear {
    margin-right: 10px;
  }

  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .page-wrapper > .widget, .page-wrapper > .page-bottom {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .block.category.event, .top-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }

  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .ie9 .page-main {
    width: auto;
  }

  .columns {
    display: block;
  }

  .column.main {
    min-height: 300px;
  }

  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
  }

  .sidebar-main {
    padding-right: 2%;
  }

  .page-layout-3columns .sidebar-main, .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
  }

  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 2%;
    padding-right: 0;
  }

  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }

  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    order: 3;
  }

  .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }

  .panel.header {
    padding: 10px 20px;
  }

  .nav-toggle {
    display: none;
  }

  .nav-sections {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 25px;
  }

  .nav-sections-item-title {
    display: none;
  }

  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }

  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
    color: #333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #FFFFFF;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before, .navigation .level0 .submenu > ul:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #FFFFFF;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #FFFFFF;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: "\e607";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }

  .panel.header .links, .panel.header .switcher {
    display: inline-block;
  }

  .fieldset > .field {
    box-sizing: border-box;
    margin: 0 0 15px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before {
    content: "";
    display: table;
  }
  .fieldset > .field:after {
    content: "";
    display: table;
    clear: both;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }

  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before {
    content: "";
    display: table;
  }
  .product.data.items:after {
    content: "";
    display: table;
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before {
    content: "";
    display: table;
  }
  .product.data.items > .item.content:after {
    content: "";
    display: table;
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited, .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus, .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active {
    background: #FFFFFF;
    color: #333;
  }
  .product.data.items > .item.title.active > .switch {
    background: #FFFFFF;
    color: #333;
    padding-bottom: 6px;
  }
  .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    background: #FFFFFF;
    color: #333;
  }
  .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #FFFFFF;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }

  .actions-toolbar {
    /* .primary {
       float: left;
     }
     .secondary {
       float: right;
     }
     .primary, .secondary, .primary a.action {
       display: inline-block;
     }
    .secondary a.action {
       display: inline-block;
       margin-top: 6px;
     }*/
  }
  .actions-toolbar:before {
    content: "";
    display: table;
  }
  .actions-toolbar:after {
    content: "";
    display: table;
    clear: both;
  }
  .actions-toolbar > .primary, .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto !important;
  }

  .payment-method-braintree .cvv .field-tooltip {
    left: 4em;
  }

  .my-credit-cards .card-type img {
    display: block;
  }

  .block-cart-failed .actions {
    text-align: left;
  }

  .bundle-options-container .bundle-options-wrapper, .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }

  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-left .bundle-options-container .block-bundle-summary {
    width: 48%;
  }

  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper, .page-layout-2columns-right .bundle-options-container .block-bundle-summary {
    width: 48%;
  }

  .page-layout-3columns .bundle-options-container .bundle-options-wrapper, .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }

  .sidebar .product-items .product-item-info .product-item-photo {
    position: relative;
    left: auto;
    top: auto;
    float: left;
    margin: 0 10px 10px 0;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }

  .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main {
    width: 48%;
  }

  .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
    width: 50%;
  }

  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .start, .block-category-event .dates .end {
    display: inline-block;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
    position: relative;
  }
  .block-category-event .dates .start:after {
    position: absolute;
    right: 10px;
    top: 0;
  }

  .cart-container {
    margin: 0 -15px;
  }
  .cart-container .form-cart {
    width: 66.6667%;
    float: left;
    position: relative;
    padding: 0 15px;
  }
  .cart-container .widget {
    float: left;
  }

  .cart-summary {
    float: right;
    position: relative;
    width: 33.3333%;
  }

  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }

  .cart-summary .block .fieldset .field {
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before, .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }

  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }

  .minicart-wrapper {
    margin-left: 13px;
  }

  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 30px;
  }

  .opc-estimated-wrapper {
    display: none;
  }

  .fieldset.estimate .field:not(.choice) > .control {
    display: block;
  }

  .opc-wrapper .fieldset > .field.required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }

  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }

  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }

  .opc-wrapper .form-login, .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }

  .table-checkout-shipping-method {
    width: auto;
  }

  .opc-sidebar {
    margin: 25px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    order: 2;
  }

  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }

  .authentication-dropdown {
    background-color: #FFFFFF;
    border: 1px solid #aeaeae;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear 0.1s, visibility 0s linear 0.1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear 0.1s, visibility 0s linear 0s;
    visibility: visible;
  }

  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }

  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    margin-right: 2rem;
    padding-top: 1rem;
  }

  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class], .popup-authentication .form-login, .popup-authentication .fieldset, .popup-authentication .block-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }

  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }

  .payments.items.payment-methods {
    margin-bottom: 0;
  }

  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 10px 0 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }

  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }

  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }

  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }

  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 10px 10px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix, .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }

  .block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1), .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }

  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }

  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }

  .gift-message .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before {
    content: "";
    display: table;
  }
  .gift-message .field:after {
    content: "";
    display: table;
    clear: both;
  }
  .gift-message .field.choice:before, .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }

  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: none;
    margin-top: 0;
    border: 2px solid #1097FE;
    padding: 0 10px;
    border-radius: 6px;
    color: #1097FE;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }

  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }

  .cart.table-wrapper .action-gift {
    float: left;
  }

  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before {
    content: "";
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: "";
    display: table;
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before, .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: " ";
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }

  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }

  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }

  .form-add-invitations .additional, .form-add-invitations .field.text {
    margin-top: 29px;
  }

  .table-invitations .col {
    width: 50%;
  }

  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before, .wishlist.window.popup .field.no-label:before {
    display: none;
  }

  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }

  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }

  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }

  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-method {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 2%;
    width: 33%;
  }
  .paypal-review .col.subtotal, .paypal-review .mark, .paypal-review .amount {
    text-align: right;
  }

  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }

  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }

  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }

  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }

  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }

  .table-order-items .subtotal, .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty, .table-order-items.creditmemo .col.discount, .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }

  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }

  .page-title-wrapper .order-date {
    margin-top: -20px;
  }

  [class^=sales-guest-] .column.main .block:not(.widget) .block-content .box, .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }

  html, body {
    height: 100%;
  }

  .page-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs, .page-wrapper > .top-container, .page-wrapper > .widget {
    width: 100%;
    box-sizing: border-box;
  }

  .ie10 .page-wrapper, .ie11 .page-wrapper {
    height: 100%;
  }

  .navigation ul {
    padding: 0 8px;
  }

  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome, .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }

  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .page-header .switcher {
    display: inline-block;
    vertical-align: top;
  }

  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }

  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }

  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }

  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }

  .wishlist-index-index .product-item-info {
    width: 240px;
  }

  .block.widget .products-grid .product-item {
    width: 33.33333%;
  }

  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }

  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }

  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 769px), print {
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }

  .opc-wrapper .shipping-address-item {
    width: 33.33333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #ccc;
    height: calc(100% - 20px);
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before, .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }

  .table-checkout-shipping-method {
    min-width: 500px;
  }

  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: 0.748%;
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .block.widget .products-grid .product-item {
    width: 20%;
  }

  .page-layout-1column .block.widget .products-grid .product-item {
    width: 16.66666667%;
    margin-left: 4.1666666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 4.1666666667%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n+1) {
    margin-left: 0;
  }

  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }

  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    width: 24.439%;
    margin-left: 0.748%;
    padding: 0;
  }
  .block.widget .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/* styles-m cart */
.bundle-options-container .block-bundle-summary .bundle.items, .product-items, .prices-tier, .cart-container .checkout-methods-items, .opc-wrapper .opc, .opc-progress-bar, .checkout-agreements-items, .items, .block-wishlist-management .wishlist-select-items, .paypal-review .items-qty, .order-details-items .items-qty, .footer.content ul, .block-banners .banner-items, .block-banners-inline .banner-items, .block-event .slider-panel .slider {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none none;
}

.bundle-options-container .block-bundle-summary .bundle.items > li, .product-items > li, .prices-tier > li, .cart-container .checkout-methods-items > li, .opc-wrapper .opc > li, .opc-progress-bar > li, .checkout-agreements-items > li, .items > li, .block-wishlist-management .wishlist-select-items > li, .paypal-review .items-qty > li, .order-details-items .items-qty > li, .footer.content ul > li, .block-banners .banner-items > li, .block-banners-inline .banner-items > li, .block-event .slider-panel .slider > li {
  margin: 0;
}

.cart-summary .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}

.paypal-review-discount .block > .title {
  border-top: 1px solid #d1d1d1;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 30px 7px 5px;
  position: relative;
}

.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong {
  font-weight: 400;
}

.cart-summary .block.active > .content, .paypal-review-discount .block.active > .content {
  display: block;
}

.cart-summary .block .fieldset {
  margin: 15px 0 25px;
  padding: 0;
}

#checkout-step-shipping .control .field {
  display: block;
}

.checkout-shipping-method .no-quotes-block {
  font-size: 13px;
  color: #1097FE;
}

.product-view .tabcontent-chart .chart-features-list h4 {
  font-size: 25px;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
html, body {
  height: 100% !important;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

img {
  border: 0;
  vertical-align: top;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px;
  line-height: 1.1;
  color: #0A263C;
}

h1, h2 {
  font-weight: normal;
}

h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

/* Forms */
form {
  display: inline;
}

fieldset {
  border: 0;
}

legend {
  display: none;
}

/* Table */
table {
  border: 0;
  /*border-collapse:collapse;*/
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}

caption, th, td {
  vertical-align: middle;
  text-align: left;
}

/* Content */
cite {
  font-style: normal;
}

q, blockquote {
  quotes: none;
}

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

small, big {
  font-size: 1em;
}

/* Lists */
ul, ol {
  list-style: none;
  padding: 0;
}

/* Tools */
.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.nobr {
  white-space: nowrap !important;
  font-size: 12px;
}

.wrap {
  white-space: normal !important;
}

.a-left {
  text-align: left !important;
}

.a-center {
  text-align: center !important;
}

.a-right {
  text-align: right !important;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.f-left, .left {
  float: left !important;
}

.f-right, .right {
  float: right !important;
}

.f-none {
  float: none !important;
}

.f-fix {
  float: left;
  width: 100%;
}

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-bg {
  background: none !important;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.page-wrapper {
  overflow: hidden;
  min-height: 530px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.page-print {
  background: #FFFFFF;
  padding: 25px 30px;
  text-align: left;
}

.page-empty {
  background: #FFFFFF;
  padding: 20px;
  text-align: left;
}

.page-popup {
  background: #FFFFFF;
  padding: 25px 30px;
  text-align: left;
}

.main {
  margin: 0;
  padding: 0;
  text-align: left;
}

.col-left .currency-switcher {
  display: none;
}

/* Base Columns */
.sidebar-main {
  margin: 0;
}

.col-main {
  font-size: 0;
}

.col-right {
  margin-top: 60px;
}

.catalog-product-view .col-left {
  margin-top: 0;
}

.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional {
  width: 25% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
  width: 25% !important;
  padding-right: 15px;
  padding-left: 15px;
}

.sidebar.sidebar-additional {
  padding-top: 30px;
  padding-bottom: 20px;
}

.page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media {
  width: 41.6667%;
}

.page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main {
  width: 58.3333%;
}

/* 1 Column Layout */
.col1-layout .col-main {
  float: none;
  width: auto;
  font-size: 0;
}

/* 2 Columns Layout */
.page-layout-2columns-left .alocolumns, .page-layout-2columns-right .alocolumns {
  margin: 0 -15px;
}

.col2-left-layout .col-main {
  margin-top: 20px;
}

.col2-right-layout .col-main {
  margin-top: 30px;
}

.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
  width: 75% !important;
  padding: 0 15px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
  width: 475px;
  margin-left: 17px;
}
.col3-layout .col-wrapper {
  float: left;
  width: 687px;
}
.col3-layout .col-wrapper .col-main {
  float: right;
}

/* Content Columns */
.col2-set .col-1 {
  float: left;
  width: 48.5%;
}
.col2-set .col-2, .col2-set .col-3 {
  float: right;
  width: 48.5%;
}
.col2-set .col-narrow {
  width: 32%;
}
.col2-set .col-wide {
  width: 65%;
}

.col3-set .col-1 {
  float: left;
  width: 32%;
}
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2%;
}
.col3-set .col-3 {
  float: right;
  width: 32%;
}

.col4-set .col-1 {
  float: left;
  width: 23.5%;
}
.col4-set .col-2 {
  float: left;
  width: 23.5%;
  margin: 0 2%;
}
.col4-set .col-3 {
  float: left;
  width: 23.5%;
}
.col4-set .col-4 {
  float: right;
  width: 23.5%;
}

/* ======================================================================================= */
/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea {
  font: 12px/15px;
  vertical-align: middle;
  color: #666666;
}

input.input-text, select, textarea {
  background: #FFFFFF;
  border: 1px solid #d0cece;
}

select {
  padding: 8px;
  height: 40px;
  position: relative;
  font-size: 18px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  select {
    font-size: 16px;
  }
}
select:after {
  content: "";
  background-image: url("../images/alothemes/Line.png") !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: inline-block;
  right: 0;
  height: 20px;
  width: 20px;
}
select option {
  padding-right: 10px;
}
select.multiselect option {
  border-bottom: 1px solid #d0cece;
  padding: 2px 5px;
}
select.multiselect option:last-child {
  border-bottom: 0;
}

textarea {
  overflow: auto;
  height: auto;
}

input.radio {
  margin-right: 3px;
  display: inline-block;
  margin-top: 0;
  min-height: 18px;
}
input.checkbox {
  margin-right: 3px;
}
input.qty {
  width: 2.5em !important;
}
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
  border-color: #d0cece;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #0A263C;
}

/* FF Fix */
/* <- Safari & Google Chrome Fix */
button.disabled {
  position: relative;
}
button.disabled span {
  opacity: 0.5;
  padding: 0 0 0 25px !important;
}

.product-view .add-to-cart button.button.disabled:before, .item .actions-no .button.btn-cart.disabled:before {
  animation: 2s linear 0s normal none infinite running fa-spin;
  -webkit-animation: 2s linear 0s normal none infinite running fa-spin;
  content: "\f110";
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  top: 0;
  z-index: 99;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
button.btn-checkout.no-checkout span {
  background-position: 0 100%;
  color: #b8baba;
}
button.btn-checkout.no-checkout span span {
  background-position: 100% 100%;
}

p.control input.checkbox, p.control input.radio {
  margin-right: 6px;
}

#add_recipient_button {
  margin: 0;
  overflow: hidden;
  padding-left: 10px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus, ._keyfocus *:focus, input:focus:not([disabled]), textarea:focus:not([disabled]), select:focus:not([disabled]) {
  background-color: #FFFFFF;
  border: 1px solid #d0cece;
  outline: 0 none;
  box-shadow: none;
}

/* Form lists */
/* Grouped fields */
.form-list li {
  margin: 0 0 8px;
}
.form-list label {
  display: inline-block;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: normal;
}

.fieldset label {
  display: inline-block;
  color: #0A263C;
  font-weight: 400;
  font-size: 13px;
  padding: 0;
  margin: 0;
  line-height: normal;
}
.fieldset .newsletter label {
  float: none;
  display: inline-block;
}

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #E02B27;
  position: absolute;
  top: 0;
  right: -8px;
}
.form-list li.control label {
  float: none;
  margin: 0;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
  margin-right: 6px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}
.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto;
}

.radio, .checkbox {
  display: inline-block;
  margin-top: 0 !important;
}

.form-list .input-box {
  display: block;
  clear: both;
  width: 100%;
  padding-bottom: 5px;
}
.form-list input.input-text {
  width: 100%;
}
.form-list textarea {
  width: 100%;
  height: 10em;
}
.form-list select {
  width: 100%;
}
.form-list .input-range input.input-text {
  width: 74px;
}

.form-list-narrow li {
  margin-bottom: 0;
}
.form-list-narrow li .input-box {
  margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
  width: 260px;
}
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
  width: 254px;
}
.form-list-narrow li.wide select {
  width: 260px;
}

.contact-content .field textarea {
  height: 172px;
}

textarea::-moz-placeholder {
  color: #0A263C;
}

.contact-index-index .block-footer-top {
  margin-top: 0;
}

.map-conttact {
  margin-bottom: 20px;
}

.google-map iframe {
  width: 100%;
  height: 590px;
}

.contact-content .field {
  margin-bottom: 10px;
}
.contact-content .field .label {
  margin-bottom: 5px;
}

.store-contact .store4 .store-item {
  border: 0;
}

.store-item .block-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #0A263C;
  text-align: center;
  margin-bottom: 40px;
}

.contact-form {
  position: relative;
  padding-top: 80px;
}
.contact-form:before {
  border-left: 1px solid #d0cece;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  display: block;
}

.store_info {
  margin: 0;
  display: inline-block;
  width: 100%;
  position: relative;
}
.store_info:before {
  border-left: 1px solid #d0cece;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
}
.store_info:after {
  border-top: 1px solid #d0cece;
  content: "";
  left: 70px;
  position: absolute;
  right: 70px;
  top: 50%;
}

.item-contact-info {
  display: inline-block;
  float: left;
  list-style: outside none none;
  text-align: center;
  width: 50%;
}
.item-contact-info:nth-child(2n+1) {
  clear: both;
}

.contact-info-inner {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  height: 155px;
}

.contact-info-content {
  line-height: 20px;
  padding: 0 30px;
}

.store_info .icon-info {
  display: inline-block;
}

.contact-info-content .title-info {
  font-weight: normal;
  color: #0A263C;
  display: inline-block;
  font-size: 14px;
  margin: 15px 0 15px;
  text-transform: uppercase;
}
.contact-info-content .desc-info p {
  color: #888888;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.contact-content .fieldset .field .label {
  display: none;
}

/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
  width: auto;
}
.form-list .name-prefix, .form-list .name-suffix {
  width: 65px;
}
.form-list .name-prefix select, .form-list .name-suffix select {
  width: 55px;
}
.form-list .name-prefix input.input-text, .form-list .name-suffix input.input-text {
  width: 49px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
  float: left;
  width: 85px;
}
.form-list .customer-dob input.input-text {
  display: block;
  width: 74px;
}
.form-list .customer-dob label {
  font-size: 10px;
  font-weight: normal;
  color: #777777;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
  width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
  width: 46px;
}
.form-list .customer-dob .dob-year {
  width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
  width: 134px;
}

.buttons-set {
  clear: both;
  margin: 2em 0;
  padding: 0 0 0;
  text-align: right;
}
.buttons-set.buttons-set-contact {
  padding: 0 15px;
}

.box-review_form .form-add .buttons-set {
  padding: 15px 0;
  margin: 0;
}

.buttons-set p.required {
  margin: 0 0 10px;
  float: right;
  line-height: 30px;
}
.buttons-set .back-link {
  float: right;
  margin: 0;
}
.buttons-set button.button {
  float: left;
}

.buttons-set-order {
  margin: 10px 0 0;
}
.buttons-set-order .please-wait {
  padding: 12px 7px 0 0;
}

.fieldset .legend {
  font-weight: normal;
  font-size: 14px;
  border: 0;
  color: #0A263C;
  margin: 0;
  padding: 0 0 10px;
  display: block;
}
.fieldset .legend span {
  font-size: 14px;
  text-transform: uppercase;
  color: #0A263C;
}

.form.create.account > .fieldset {
  float: left;
  padding: 0 25px;
  width: 50%;
  margin: 20px 0 25px;
}
.form.create.account .actions-toolbar {
  clear: both;
  padding: 0 25px;
}

.customer-account-forgotpassword .fieldset {
  padding: 0;
  margin: 0 0 25px;
}

.account .fieldset {
  margin: 0;
  padding: 0;
}
.account .actions-toolbar {
  padding: 20px 0 0;
}

.abs-discount-block-desktop .block:nth-child(2) + *, .login-container .block:nth-child(2) + *, .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *, .block-addresses-list .items.addresses > .item:nth-child(2) + *, .form-edit-account .fieldset:nth-child(2) + *, .form-address-edit .fieldset:nth-child(2) + *, .storecredit .block:nth-child(2) + *, .paypal-review-discount .block:nth-child(2) + *, .cart-discount .block:nth-child(2) + * {
  clear: both;
}

.multishipping-checkout-address-newshipping .fieldset, .contact-index-index .fieldset {
  margin: 0;
  padding: 0;
}

.contact-content .fieldset {
  padding-left: 50px;
}

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  padding-left: 17px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  background: url(../../../../../frontend/Magento/blank/de_DE/Magento_Theme/images/validation_advice_bg.gif) 2px 0 no-repeat;
  color: #E02B27;
  width: 270px;
}

.validation-failed {
  border: 1px dashed #E02B27 !important;
  background: #faebe7 !important;
}

p.required {
  font-size: 11px;
  text-align: right;
  color: #E02B27;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong {
  color: #1097FE;
}

.action.edit span {
  color: #1097FE;
}

.login-container .fieldset::after, .block.block-dashboard-orders .actions a {
  color: #1097FE;
}

.action.edit span:hover, .action.remind span:hover {
  text-decoration: underline;
}
.action.back.customization:hover span {
  color: #FFFFFF;
}

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left;
}
.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative;
}

/* Global Messages  */
.messages {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
  z-index: 30;
  position: relative;
}
.messages .message {
  margin-bottom: 8px;
}
.messages .message.success, .messages .message.error, .messages .message.notice, .messages .message.warning {
  font-weight: normal;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  font-size: 16px;
  display: block;
}
.messages .message.success {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.messages .message.error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.messages .message.notice, .messages .message.warning {
  color: #e85e00;
  border: 1px solid #ffeeba;
  background-color: #fff3cd;
}
.messages .message.warning {
  color: #856404;
}
.messages ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.messages li {
  margin: 0 0 10px !important;
}
.messages li li {
  margin: 0 0 3px !important;
}

.error-msg, .success-msg, .note-msg, .notice-msg {
  border-style: solid !important;
  border-width: 1px !important;
  background-position: 10px 9px !important;
  background-repeat: no-repeat !important;
  min-height: 24px !important;
  padding: 8px 8px 8px 32px;
  font-size: 11px !important;
  font-weight: bold !important;
}

.error-msg {
  border-color: #f16048;
  background-color: #faebe7;
  background-image: url(../images/i_msg-error.gif);
  color: #E02B27;
}

.success-msg {
  border-color: #0E7700;
  background-color: #eff5ea;
  background-image: url(../images/i_msg-success.gif);
  color: #0E7700;
}

.note-msg, .notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  background-image: url(../images/i_msg-note.gif);
  color: #0E7700;
}

#popupNewsletterMessages.messages {
  padding: 40px 9px 10px 10px !important;
}

/* BreadCrumbs */
.breadcrumbs {
  background-image: url("../images/alothemes/category-shop.jpg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.inner-breadcrumbs {
  background-color: #df5c53;
  display: inline-block;
  line-height: 58px;
  padding: 0 30px;
}

.breadcrumbs {
  line-height: 1.25;
  margin: 0 0 90px;
  padding: 165px 0;
  text-align: center;
}
.breadcrumbs li {
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #FFFFFF;
}
.breadcrumbs li:after {
  content: "/";
}
.breadcrumbs li:last-child:after {
  content: "";
}
.breadcrumbs li a, .breadcrumbs li strong {
  outline: medium none;
}
.breadcrumbs .inner-breadcrumbs li a {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.breadcrumbs li strong {
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
  font-weight: normal;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

/* Page Heading */
.page-title {
  width: 100%;
  overflow: hidden;
  margin: 25px 0;
}
.page-title h1, .page-title h2 {
  font-size: 20px;
  color: #222;
  text-transform: uppercase;
  font-weight: 600;
}

.page-title .separator {
  margin: 0 3px;
}
.page-title .link-rss {
  float: right;
  margin: 7px 0 0;
}

.title-buttons {
  text-align: right;
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
  float: left;
}

.subtitle, .sub-title {
  color: #0A263C;
  font-size: 17px;
  padding: 5px 0 0;
  text-transform: uppercase;
}

.page-products .page-title-wrapper {
  text-align: left;
  display: none;
}

/* Pager */
.toolbar-products .pages {
  display: none;
  float: right;
}

.pager {
  margin: 0;
  padding: 0;
  border-top: 0;
  text-align: center;
}
.pager .amount {
  float: left;
  margin: 0;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .limiter {
  float: right;
}
.pager .limiter label {
  font-weight: 300;
  margin: 0;
  vertical-align: middle;
}
.pager .limiter select {
  padding: 0;
  margin: 0 0 1px;
  vertical-align: middle;
}
.pager .pages strong {
  display: none;
  color: #2a2a2a;
  float: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
  padding-right: 10px;
}
.pager .pages ol {
  display: inline;
}

.pages .pages-items {
  display: block;
}
.pages li {
  display: inline-block;
  margin: 0 0 0 5px;
  height: 30px;
  float: left;
  line-height: 30px;
}
.pages li a {
  border: 0;
  border-radius: 0;
  display: block;
  padding: 0 7px;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  color: #444444;
}
.pages li a span {
  font-size: 13px;
}
.pages li strong span {
  font-size: 13px;
}
.pages li.current .page {
  font-weight: normal;
  padding: 0 5px;
}
.pages li a .fa {
  padding-left: 5px;
}
.pages > .label, .pages .item .label {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Sorter */
.sorter-label, .limiter .label {
  float: left;
  padding: 0 10px 0 0;
  margin: 0;
  line-height: 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #0A263C;
}

.action.sorter-action.sort-desc, .action.sorter-action.sort-asc {
  color: #1097FE;
  border: 1px solid #d0cece;
  padding: 0 2px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  margin-top: 2px;
  display: inline-block;
  vertical-align: middle;
}

.sorter .limiter {
  margin: 0;
  padding: 0 0 0 15px;
}

.pager {
  float: right;
  margin: 0;
  display: none;
}

.limiter, .sorter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.limiter .limiter-text {
  display: none;
}

.toolbar .limiter, .toolbar .sorter {
  padding-top: 0;
}

.sorter {
  padding-right: 15px;
}

.modes {
  display: inline-block;
  float: right;
}

.modes-label {
  float: left;
  line-height: 30px;
  padding-right: 15px;
  font-weight: 400;
  display: none;
}

.mode-grid {
  margin-right: 10px;
}

.modes-mode {
  cursor: pointer;
  float: left;
  outline: medium none;
  padding: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.modes-mode:before {
  content: "\f10b";
  display: inline-block;
  font-family: Flaticon;
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.modes-mode > span {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mode-list::before {
  content: "\f11e";
}

.abs-visually-hidden-desktop-s {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.toolbar-amount {
  display: block;
}

.products.wrapper ~ .toolbar .modes {
  display: block;
}
.products.wrapper ~ .toolbar .pages {
  float: right;
}

.toolbar-amount {
  line-height: 30px;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  color: #aaa;
}

.toolbar-bottom .modes {
  display: none;
}
.toolbar-bottom .toolbar-products .pages {
  display: inline-block;
  float: none;
}

/* Toolbar */
.toolbar {
  margin: 0;
  padding: 0;
}

.products.wrapper ~ .toolbar {
  position: relative;
}

.toolbar-bottom .sorter .sort-by, .toolbar-bottom .sorter .limiter, .toolbar-bottom .sorter .view-mode {
  display: none;
}

.products.wrapper ~ .toolbar .toolbar-amount {
  display: block;
}

.toolbar-amount .toolbar-number {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width:1023px) {
  .toolbar-amount .toolbar-number {
    font-size: 16px;
  }
}

.toolbar-bottom {
  clear: both;
}
.toolbar-bottom .toolbar {
  margin-top: 10px;
}

/* Data Table */
.data-table {
  width: 100%;
  border: 1px solid #d0cece;
}
.data-table .odd, .data-table .even {
  background: #FFFFFF;
}

.cart.table-wrapper .product-item-name {
  color: #0A263C;
  text-decoration: none;
  font-size: 16px;
}
.cart.table-wrapper .product-item-name a {
  color: #0A263C;
  text-decoration: none;
  font-size: 16px;
}

.data-table tbody tr td .cart-price .price, .cart.table-wrapper .product-item-name strong {
  color: #0A263C;
  text-decoration: none;
  font-size: 16px;
}

.data.table tbody tr td.a-subtotal .cart-price .price, .data.table tbody tr td .cart-price .price {
  color: #0A263C;
  font-size: 18px;
}
.data.table tbody tr td input.qty {
  color: #0A263C;
  text-align: center;
  width: 50px !important;
  float: left;
  height: 46px;
  border: 0;
  background-color: transparent;
  font-size: 16px;
  margin: 0;
}
.data.table tbody tr td input.qty:focus {
  box-shadow: none;
}

.data-table tfoot {
  border-bottom: 1px solid #d0cece;
}
.data-table tfoot tr {
  background-color: #FFFFFF !important;
}
.data-table tfoot td {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 0;
}
.data-table tfoot strong {
  font-size: 16px;
}
.data-table tbody th, .data-table tbody td {
  border-bottom: 1px solid #d0cece;
  border-right: 1px solid #d0cece;
}

.data.table .custom-qty {
  margin: 0 auto;
}
.data.table .custom-qty .alo_qty {
  background-color: #f2f2f2;
  width: 20px;
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #888;
  text-align: center;
  outline: medium none;
}

.cart.table-wrapper .col {
  vertical-align: middle;
  padding-top: 13px;
}
.cart.table-wrapper thead .col span {
  font-size: 18px;
  text-transform: none;
  color: #0A263C;
  font-weight: 700;
}

.cart-summary > .title {
  font-size: 18px;
  text-transform: none;
  color: #0A263C;
  font-weight: 700;
}

.cart.table-wrapper .item-actions td {
  padding: 0 0 10px;
}
.cart.table-wrapper .item-actions td .action.action-gift {
  font-size: 14px;
  padding-left: 10px;
}

.gift-options .gift-options-content .field.field-to label span {
  font-weight: 400;
  color: #0A263C;
}
.gift-options .gift-options-content .fieldset {
  background: #FFFFFF;
  padding: 0 0 0 10px;
}

.cart-summary .block .fieldset .methods .field > .label {
  float: none;
}

.cart.table-wrapper .product-image-container {
  display: inline-block;
}

.minicart-wrapper .action.showcart {
  border: 0 none;
  padding: 0;
  background-color: transparent;
}

.opc-estimated-wrapper .estimated-block .estimated-label, .opc-estimated-wrapper .estimated-block .estimated-price {
  font-size: 18px;
  font-weight: 600;
}

/* Bundle products tables */
.data-table tbody.odd tr {
  background: #f8f7f5 !important;
}
.data-table tbody.even tr {
  background: #f6f6f6 !important;
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
  border-bottom: 0;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
  border-bottom: 1px solid #d0cece;
}
.data-table tbody td .option-label {
  font-weight: bold;
  font-style: italic;
}
.data-table tbody td .option-value {
  padding-left: 10px;
}

/* Generic Info Box */
.info-box {
  background: #FFFFFF url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border: 1px solid #d0cece;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.info-box h2 {
  font-weight: bold;
  font-size: 13px;
}

.info-table th {
  font-weight: bold;
  padding: 2px 15px 2px 0;
}
.info-table td {
  padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
  cursor: pointer;
}
tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer;
}
tr.show-details .summary-collapse {
  background-position: 0 -52px;
}
tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465;
}
tr.summary-details-first td {
  border-top: 1px solid #d0cece;
}
tr.summary-details-excluded {
  font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
  display: block;
  padding-right: 20px;
}
.cart-tax-info .cart-price {
  padding-right: 20px;
}

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer;
}

.cart-tax-info .price, .cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important;
}

.cart-tax-total-expanded {
  background-position: 100% -52px;
}

/* Class:std - styles for admin-controlled content */
.std .subtitle {
  padding: 0;
}
.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px;
}
.std dl dt {
  font-weight: bold;
}
.std dl dd {
  margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
  margin: 0 0 1em;
  padding: 0;
}
.std ul {
  list-style: disc outside;
  padding-left: 1.5em;
}
.std ol {
  list-style: decimal outside;
  padding-left: 1.5em;
}
.std ul ul {
  list-style-type: circle;
  margin: 0.5em 0;
}
.std ol ol, .std ul ol, .std ol ul {
  margin: 0.5em 0;
}
.std dt {
  font-weight: bold;
}
.std dd {
  padding: 0 0 0 1.5em;
}
.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em;
}
.std address {
  font-style: normal;
}
.std b, .std strong {
  font-weight: bold;
}
.std em {
  font-style: italic;
}

/* Misc */
.links li {
  display: inline;
}

.link-cart {
  color: #E60668;
  font-weight: bold;
}

.link-wishlist {
  color: #E60668;
  font-weight: normal;
}

.link-reorder {
  font-weight: normal;
  color: #f16048 !important;
}

.link-compare {
  font-weight: bold;
}

.link-print {
  font-weight: bold;
  color: #E60668;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap;
}

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden;
}

.btn-edit {
  display: block;
  padding: 9px;
  font-size: 12px;
  line-height: 0;
}

.cards-list dt {
  margin: 5px 0 0;
}
.cards-list .offset {
  padding: 2px 0 2px 20px;
}

.separator {
  margin: 0 3px;
}

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  text-indent: -999em;
  overflow: hidden;
}

#product-attribute-specs-table th {
  color: #666666;
  border-radius: 0;
  display: block;
  text-align: left;
  font-size: 16px;
}
#product-attribute-specs-table td {
  font-size: 16px;
}

/* Global site notices */
.global-site-notice {
  border-style: solid;
  border-color: #d0cece;
  border-width: 0 0 1px;
  background: #ffff90;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  color: #2f2f2f;
}
.global-site-notice .notice-inner {
  width: 860px;
  margin: 0 auto;
  padding: 12px 0 12px 80px;
  background: url(../images/i_notice.gif) 20px 25px no-repeat;
  text-align: left;
}
.global-site-notice .notice-inner p {
  margin: 0;
  border: 1px dotted #ffff90;
  padding: 10px;
}
.global-site-notice .notice-inner .actions {
  padding-top: 10px;
}

/* Cookie Notice */
.notice-cookie {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  /* IE8 */
}

/* Noscript Notice */
/* Demo Notice */
.demo-notice {
  margin: 0;
  padding: 6px 10px;
  background: #e85e00;
  font-size: 12px;
  line-height: 1.15;
  border: 0;
  text-align: center;
  color: #FFFFFF;
}
.demo-notice .notice-inner {
  width: auto;
  padding: 0;
  background: none;
  text-align: center;
}
.demo-notice .notice-inner p {
  padding: 0;
  border: 0;
}

/* Demo 404 */
.cms-no-route .alocolumns {
  padding-top: 25px;
}
.cms-no-route .page-title-wrapper {
  display: none;
}
.cms-no-route .page-not-found {
  text-align: center;
}
.cms-no-route .page-not-found .page-title h1 {
  line-height: 130px;
  text-indent: -999em;
  padding-top: 120px;
}
.cms-no-route .page-not-found .page-title h1 span {
  line-height: 130px;
  text-indent: -999em;
  padding-top: 120px;
  color: #0A263C;
  font-weight: bold;
}

/* .cms-no-route .page-404 .banner-header{background-image: url("../images/alothemes/404.jpg");background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;min-height: 100vh;text-align: center;} */
.page-not-found h2 {
  color: #0A263C;
  font-size: 28px;
  margin-bottom: 20px;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.page-not-found h3 {
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}
.page-not-found .block-newletter label {
  display: none;
}
.page-not-found .form-search {
  margin: 0 auto;
  position: relative;
  width: 500px;
}
.page-not-found .form-search .button {
  position: absolute;
  top: 2px;
  right: 2px;
  border: 0 none;
  height: 41px;
  line-height: 41px;
}
.page-not-found .form-search .button span {
  height: 43px;
  line-height: 45px;
  background-color: transparent;
}
.page-not-found .form-search .button span .fa {
  font-size: 17px;
}
.page-not-found .previus-page {
  letter-spacing: 3px;
  color: #0A263C;
  height: 40px;
  line-height: 40px;
  padding: 0 29px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 60px 0 100px;
  display: inline-block;
  border: 1px solid #d0cece;
}
.page-not-found .previus-page:hover {
  background-color: #666666;
  color: #FFFFFF;
  border: 1px solid #666666;
}
.page-not-found .form-search #search {
  width: 500px;
  border: 2px solid #242628;
  height: 45px;
  line-height: 45px;
  padding: 0 60px 0 9px;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.page-header {
  margin: 0;
  padding: 0;
}

.header {
  position: relative;
}

.cms-index-index .header-container-fixed {
  animation-duration: 450ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 0 3px #666666;
  -moz-box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  -o-box-shadow: 0 0 3px #666666;
  -ms-box-shadow: 0 0 3px #666666;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}

.header-container-fixed {
  animation-duration: 450ms;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  box-shadow: 0 0 3px #666666;
  -moz-box-shadow: 0 0 3px #666666;
  -webkit-box-shadow: 0 0 3px #666666;
  -o-box-shadow: 0 0 3px #666666;
  -ms-box-shadow: 0 0 3px #666666;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
}
.header-container-fixed .content-seach {
  top: 2px;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.header .header-content.header-container-fixed .logo {
  padding: 12px 0;
}
.header .header-content.header-container-fixed .tool-header {
  padding: 12px 0 0;
}
.header .header-content.header-container-fixed .tool-header .icon-element {
  padding-bottom: 12px;
}

.header-container-fixed .magicmenu .nav-desktop .level0 .level-top {
  padding: 12px 20px;
}

.catalog-product-view .header-container-fixed {
  z-index: 99999;
}

.header-container-fixed .mini-maincart .mini-contentCart {
  top: 56px;
}
.header-container-fixed .magicmenu .nav-desktop .level0.ext .level-top::before {
  bottom: 16px;
}

.main-header {
  padding: 0 100px;
}

.header .logo {
  margin: 0;
  padding: 35px 0 30px;
  text-decoration: none !important;
  outline: none;
  display: block;
  max-width: 170px;
  float: none;
}
.header .logo strong {
  position: absolute;
  top: -999em;
  left: -999em;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}
.header h1.logo {
  padding: 0;
}

.header-content .container {
  position: relative;
}

.content-seach {
  position: absolute;
  top: 30px;
  right: 0;
}

.header .form-search {
  position: relative;
  display: block;
}
.header .form-search .field.search {
  min-width: 330px;
}

.header-search .block-search .nested {
  display: none;
}

.header .quick-access {
  margin: 0 15px 0 0;
  padding: 0;
  width: 340px;
}
.header .welcome-msg {
  color: #0A263C;
  display: block;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 20px;
  text-transform: uppercase;
  line-height: 96px;
}

.block-search .block {
  margin: 0;
}
.block-search .block .block-title {
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 18px;
  border: 0;
  display: none;
}
.block-search .block .block-title strong {
  font-weight: normal;
  font-size: 18px;
  color: #0A263C;
}

.header .form-search input.input-text {
  border-style: solid;
  border-color: #d0cece;
  border-width: 0;
  margin: 0;
  line-height: 46px;
  height: 46px;
  padding: 0 50px 0 25px;
  font-size: 16px;
  border-radius: 8px;
}
.header .form-search button.button {
  pointer-events: inherit;
  opacity: 1;
  border: 0 none;
  height: 46px;
  line-height: 46px;
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 0;
}
.header .form-search .dd-container {
  position: absolute;
  right: 40px;
  width: 130px !important;
  border-left: 1px solid #d0cece;
}
.header .form-search .dd-options {
  height: 250px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border: 0;
}
.header .form-search .dd-container .dd-select {
  border-radius: 0;
  border: 0;
  border-right: 1px solid #d0cece;
  background-color: transparent !important;
  margin-bottom: 0;
}
.header .form-search .dd-option-text {
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  cursor: pointer;
}
.header .form-search .dd-options .dd-option {
  border: 0;
  color: #666666;
  padding: 5px 0 5px 18px;
  text-align: left;
}

.dd-container .dd-selected {
  padding: 13px 17px;
  margin: 0;
}

.dd-pointer-down, .dd-pointer-up {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d0cece !important;
}

.dd-pointer {
  right: 14px !important;
  margin-top: -6px !important;
}

.dd-container .dd-selected .dd-selected-text {
  margin: 0;
  text-transform: uppercase;
  color: #2a2a2a;
  font-weight: normal;
}

.header .form-search .dd-options .dd-option:before {
  color: #bbbbbb;
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 10px;
  text-align: left;
  width: 32px;
}
.header .form-search .dd-options .dd-option:hover {
  color: #FBBA00;
}
.header .form-search button.button span {
  padding: 0;
  border: none;
}
.header .form-search button.button .icons {
  font-size: 23px;
}
.header .form-search button.button span span {
  padding: 0;
  height: 0;
}
.header .form-search button.button span span .seach-text {
  font-style: normal;
  font-size: 16px;
  display: none;
}
.header .form-search .search-autocomplete {
  margin: 0;
}
.header .form-search .search-autocomplete ul {
  border: 1px solid #5c7989;
}
.header .form-search .search-autocomplete li {
  text-align: left;
  border-bottom: 1px solid #d0cece;
  padding: 2px 8px 1px 8px;
  cursor: pointer;
}
.header .form-search .search-autocomplete li .amount {
  right: 2px;
  top: 2px;
  font-weight: bold;
}
.header .form-search .search-autocomplete li.odd {
  background-color: #fffefb;
}
.header .form-search .search-autocomplete li.selected {
  background-color: #f7e8dd;
}
.header .form-language {
  clear: both;
  padding: 10px 0;
  text-align: left;
  float: left;
}
.header .form-language label {
  font-weight: bold;
  padding-right: 5px;
  color: #a7c6dd;
  vertical-align: middle;
  float: left;
  margin: 0;
}
.header .form-language select {
  padding: 0;
}
.header .form-language select.flags option {
  background-position: 4px 50%;
  background-repeat: no-repeat;
  padding-left: 25px;
}

.tool-header {
  padding-top: 32px;
}

.element-right {
  float: right;
}

.icon-element {
  display: inline-block;
  position: relative;
  padding: 0 0 37px 25px;
  vertical-align: middle;
  float: left;
}

.icon-head {
  font-size: 25px;
  color: #0A263C;
  line-height: normal;
  cursor: pointer;
}
.icon-head:hover {
  color: #df5c54;
}

.toggle-visible .icon-head {
  color: #df5c54;
}

.tool-header .header-setting .dropdown-switcher {
  border: 1px solid #d0cece;
  position: absolute;
  z-index: 34;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  min-width: 360px;
  padding: 55px 65px;
  text-align: left;
  top: 100%;
  right: 0;
}
.tool-header .header-setting .dropdown-switcher.toggle-content {
  display: none;
}
.tool-header .header-setting .dropdown-switcher .toggle-content.visible {
  display: block;
}

.settting-switcher {
  float: left;
}

.top-links {
  float: left;
}
.top-links li, .top-links .or {
  margin: 0;
  float: left;
}

.header .header-setting .icon-setting {
  cursor: pointer;
}
.header .top-form-language .dropdown-toggle .dropdown-icon, .header .top-form-language .dropdown-toggle .value, .header .top-form-language .dropdown-toggle .caret {
  display: inline-block;
  cursor: pointer;
}
.header .currency_top .dropdown-toggle .dropdown-icon, .header .currency_top .dropdown-toggle .value, .header .currency_top .dropdown-toggle .caret {
  display: inline-block;
  cursor: pointer;
}
.header .top-form-language .dropdown-toggle .dropdown-icon {
  background-position: 0 3px;
  background-repeat: no-repeat;
  font-size: 100%;
}
.header .top-form-language .dropdown-toggle .value {
  font-size: 13px;
  color: #FFFFFF;
  padding-right: 15px;
  padding-left: 2px;
}
.header .currency_top .dropdown-toggle .label, .header .currency_top .dropdown-toggle .value {
  font-size: 13px;
  color: #FFFFFF;
  padding-right: 15px;
  padding-left: 2px;
}
.header .currency_top .dropdown-toggle .label {
  display: none;
}
.header .header-search .dropdown-switcher {
  min-width: 430px;
  padding: 45px 50px 58px;
}
.header .header-search .dropdown-switcher.toggle-content {
  display: none;
}
.header .header-search .dropdown-switcher .toggle-content.visible {
  display: block;
}
.header .currency_top .label, .header .top-form-language .label {
  position: static;
  font-size: 15px;
  text-transform: uppercase;
  color: #0A263C;
  margin: 0 0 18px;
  font-weight: normal;
}
.header .currency_top .label span {
  position: static;
  font-size: 15px;
  text-transform: uppercase;
  color: #0A263C;
  margin: 0 0 18px;
  font-weight: normal;
  display: block;
}
.header .top-form-language .label span {
  position: static;
  font-size: 15px;
  text-transform: uppercase;
  color: #0A263C;
  margin: 0 0 18px;
  font-weight: normal;
  display: block;
}
.header .top-form-language .current .label, .header .top-form-language li:hover .label {
  border-bottom: 2px solid #E60668;
}
.header .top-form-language .dropdown-switcher li a {
  font-size: 13px;
  font-weight: 300;
  color: #666666;
  text-decoration: none;
  display: block;
}
.header .currency_top .dropdown-switcher li a {
  font-size: 13px;
  font-weight: 300;
  color: #666666;
  text-decoration: none;
  display: block;
}
.header .top-form-language .switcher-option {
  float: left;
  line-height: 30px;
}
.header .top-form-language .action strong {
  float: left;
  line-height: 30px;
}
.header .top-form-language .action .switcher-option {
  padding-left: 17px;
}
.header .top-form-language .switcher-option a {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 100%;
  padding: 5px 12px;
}

.header-element-content-inner {
  border-top: 1px solid #d0cece;
  padding: 25px 0;
}
.header-element-content-inner.top-form-language {
  padding-bottom: 0;
}

.dropdown.options.switcher-options {
  position: static;
}

.page-footer .switcher .options .action.toggle:after {
  color: inherit;
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0 10px;
  overflow: hidden;
  vertical-align: top;
}

.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
  content: "\f107";
}

.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
  border-width: 1px;
  border-style: solid;
  border-color: #d0cece;
  background: #FFFFFF none repeat scroll 0 0;
  display: none;
  margin: 5px 0 0;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li {
  float: none;
  line-height: normal;
  padding: 8px 15px 8px 10px;
}

.page-header .top-form-language .switcher .options ul.dropdown li a, .page-footer .top-form-language .switcher .options ul.dropdown li a {
  font-size: 13px;
  color: #666666;
}

.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
  color: #666666;
}

.page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown::before, .page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #d0cece;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 7px;
  z-index: 98;
}

.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
  left: 9px;
  top: -14px;
}

.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before, .page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
  border-bottom-style: solid;
  content: "";
  display: none;
  height: 0;
  position: absolute;
  width: 0;
}

.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 6px;
  z-index: 99;
}

.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {
  left: 10px;
  top: -12px;
}

.currency_top {
  clear: both;
  position: relative;
}

.top-form-language {
  clear: both;
  position: relative;
}
.top-form-language .language .dropdown span {
  background-position: left center;
  background-repeat: no-repeat;
  line-height: normal;
  padding: 5px 12px;
  font-size: 100%;
}

.page-header .top-form-language .switcher .options ul.dropdown a {
  background-position: left center;
  background-repeat: no-repeat;
  line-height: normal;
  padding: 5px 12px;
  font-size: 100%;
}

.currency_top {
  margin-left: 5px;
}

.header .currency_top .switcher-option a, .header .currency_top .action strong span {
  line-height: 36px;
  font-size: 13px;
  color: #aaa;
}

.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover {
  background-color: transparent;
}

.title-element {
  font-size: 15px;
  text-transform: uppercase;
  color: #0A263C;
  margin: 0 0 18px;
  font-weight: normal;
}

.dropdown-link li {
  display: block;
  margin: 0;
  float: left;
}
.dropdown-link li .or {
  line-height: 36px;
  padding: 0 2px;
}
.dropdown-link .header.links li {
  float: none;
}
.dropdown-link .header.links li:nth-child(2) {
  display: none;
}
.dropdown-link .top-link {
  clear: both;
  padding-bottom: 25px;
}

.header .links {
  margin: 0;
  padding: 0;
}

.switcher-options strong span {
  font-size: 13px;
  color: #666666;
}

.header.links {
  margin: 0;
  padding: 0;
}

.dropdown-link li a, .dropdown-link li strong {
  display: block;
  font-size: 13px;
  line-height: 36px;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}

.header-container .top-container {
  clear: both;
  padding: 5px 10px 0 12px;
  text-align: right;
}
.header-container .top-container a {
  font-size: 11px;
  color: #ebbc58;
}

.minict_wrapper {
  border-radius: 3px;
  background: #f3f3f3 !important;
  border: 1px solid #d0cece;
  width: 130px;
}
.minict_wrapper input {
  color: #666666;
}
.minict_wrapper.bubble:after {
  border: 0;
  box-shadow: none;
}

.form-language label {
  display: none;
}

.icon-search .fa {
  text-align: center;
  vertical-align: middle;
  padding: 0 5px 0 0;
  color: #aaa;
}

.cms-index-index .alo-breadcrumbs {
  display: none;
}

.content-cart .minicart-wrapper .showcart .counter-label {
  position: static;
  display: none;
}
.content-cart .minicart-wrapper .showcart .cart-title {
  position: static;
  display: none;
  font-size: 16px;
  line-height: normal;
  margin: 0;
  vertical-align: middle;
  color: #555;
  width: auto;
  height: auto;
  overflow: visible;
}
.content-cart .minicart-wrapper .showcart .crat-icon {
  position: relative;
}
.content-cart .minicart-wrapper .showcart .counter-number {
  background-color: #df5c53;
  color: #FFFFFF;
  border-radius: 50%;
  height: 20px;
  line-height: 15px;
  padding: 0;
  position: absolute;
  right: 3px;
  text-align: center;
  bottom: -8px;
  width: 20px;
  z-index: 2;
}

.minicart-wrapper {
  margin: 0 !important;
}
.minicart-wrapper .action.showcart .amount .price {
  color: #444;
}
.minicart-wrapper .icons {
  vertical-align: top;
  display: inline-block;
  color: #666666;
  font-weight: 500;
  font-size: 22px;
  padding: 0 3px 0 0;
  position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
  padding: 0;
  margin: 0;
  background-color: transparent;
  min-width: auto;
  display: inherit;
}
.minicart-wrapper .block-minicart {
  border: 1px solid #d0cece;
  display: none;
  z-index: 99999;
  position: absolute;
  top: 100%;
  padding: 45px 50px 58px 50px;
  min-width: 430px;
  margin: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.block.block-minicart .block-content {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: center;
}

.minicart-wrapper .block-minicart:before {
  border-bottom-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  display: none;
}
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  display: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ddd;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 7px;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 6px;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  top: -14px;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
  top: -12px;
}

.block-minicart .subtitle.empty {
  font-weight: normal;
  text-transform: inherit;
  text-align: left;
}
.block-minicart .subtitle.empty span {
  font-size: 16px;
}

.minicart-wrapper .block-minicart .block-title {
  display: none;
}

.block-minicart .items-total {
  margin: 0;
  display: inline-block;
  float: none;
}
.block-minicart .subtotal {
  margin: 0;
  display: inline-block;
  float: none;
}
.block-minicart .subtotal .label {
  color: #666666;
  font-weight: normal;
  padding: 0;
  display: inline-block;
}
.block-minicart .subtotal .label span {
  font-size: 15px;
}
.block-minicart .items-total span {
  font-size: 15px;
}
.block-minicart .subtotal span {
  font-size: 15px;
}
.block-minicart .subtotal .amount {
  display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 16px;
  font-weight: normal;
}
.block-minicart .block-content > .actions {
  padding: 0;
}
.block-minicart .block-content > .actions .secondary .viewcart {
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  float: none;
  color: #16A803;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 2px 15px;
  line-height: 110%;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.block-minicart .block-content > .actions .secondary .viewcart span {
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

header .minicart-items .product-item-details .details-qty {
  margin-top: 7px;
}
header .minicart-items .product-item-name a {
  font-size: 14px;
}

.minicart-items-wrapper {
  margin: 0;
  padding: 15px 0;
  border: 0;
  overflow-x: auto;
}
.minicart-items-wrapper .product-item-photo {
  display: block;
  overflow: hidden;
  position: relative;
}

.minicart-items .product-item-details {
  text-align: left;
  padding-left: 100px;
}
.minicart-items .product-item-details .product.options {
  font-size: 14px;
}
.minicart-items .product-item-name {
  margin: 0 0 5px;
  height: auto;
  line-height: 20px;
  overflow: visible;
  text-overflow: inherit;
  white-space: inherit;
  font-size: 13px;
}
.minicart-items .product-item-name a {
  font-size: 16px;
}
.minicart-items .product .toggle:after {
  content: "";
  font-family: "FontAwesome";
  color: inherit;
  display: inline-block;
  font-size: 15px;
  padding-left: 5px;
  font-weight: normal;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.minicart-items .product.active > .toggle::after {
  content: "";
}
.minicart-items .product-item-details .price {
  color: #0A263C;
  font-size: 14px;
}

.minicart-items .action.edit::before, .minicart-items .action.delete::before {
  color: #0A263C;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}

.cart.table-wrapper .actions-toolbar > .action-delete::before, .cart.table-wrapper .actions-toolbar > .action-edit::before {
  color: #0A263C;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 22px;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}

.minicart-items .action.delete::before, .cart.table-wrapper .actions-toolbar > .action-delete::before {
  content: "\f014";
  font-size: 28px;
  line-height: 28px;
}

.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before {
  opacity: 1;
}

.cart.table-wrapper .actions-toolbar > .action-delete:hover:before, .cart.table-wrapper .actions-toolbar > .action-edit:hover:before {
  opacity: 1;
}

.minicart-wrapper .product .actions > .primary {
  margin-right: 10px;
}

.cart.table-wrapper .actions-toolbar > .action-edit {
  margin-right: 10px;
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist {
  margin-right: 10px;
  vertical-align: middle;
}

.minicart-items .action.edit > span, .minicart-items .action.delete > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cart.table-wrapper .actions-toolbar > .action-delete > span, .cart.table-wrapper .actions-toolbar > .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.minicart-wrapper .action.close {
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: 400;
  height: 20px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
  width: 20px;
  color: #0A263C;
  opacity: 0.2;
}
.minicart-wrapper .action.close::before {
  color: inherit;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.minicart-wrapper .action.close > span {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:hover {
  opacity: 1;
  background-color: transparent;
}

.minicart-items .product-item {
  margin: 0;
  padding: 15px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #d0cece;
}

.minicart-wrapper .minicart-widgets {
  margin: 0;
}

.block-minicart.empty.ui-dialog-content .paypal {
  float: none;
}

.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  display: inline-block;
  font-weight: 400;
  line-height: inherit;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-shadow: none;
  top: 0;
}

.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {
  color: #0A263C;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}

.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal-popup .action-close {
  padding: 0 10px;
}

/* ======================================================================================= */
.block-related .block-title strong, .block.filter .filter-title strong, .box-up-sell .block-title strong, .crosssell strong, .alo-brands .item span, .block-title-tabs span, .magictabs .item .title, .sidebar .block .block-title strong, .testimonials h3 span {
  color: #0A263C;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  position: relative;
  font-weight: normal;
}

.support .box-services .media-body p, .account-login .content p {
  color: #555;
}

/* Style Slide =============================================================================== */
.container {
  padding-left: 0;
  padding-right: 0;
}

.home-slider .slick-slide .figcaption .caption1, .home-slider .slick-slide .figcaption .caption2, .home-slider .slick-slide .figcaption .caption3, .home-slider .slick-slide .figcaption .caption4 {
  display: none;
}

.slick-initialized .slick-slide {
  position: relative;
}

.slide-showcase {
  position: relative;
}
.slide-showcase .slick-slider {
  margin-bottom: 0;
}

.home-slider > .item:nth-child(n+2), .home-slider > .item .figcaption {
  display: none;
}
.home-slider > .item.slick-slide {
  display: block;
}
.home-slider > .item.slick-slide .figcaption {
  display: block;
}
.home-slider .text-slide {
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.home-slider .slick-slide.slick-active .figcaption .caption1 {
  opacity: 1;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: normal;
  line-height: 25px;
  display: block;
  animation: fadeInRight 0.8s ease-in 1s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption1 span {
  font-size: 50px;
  text-transform: uppercase;
}
.home-slider .slick-slide.slick-active .figcaption .caption2 {
  opacity: 1;
  font-weight: 600;
  font-size: 40px;
  margin: 5px 0 0;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  animation: fadeInLeft 0.8s ease-in 1.5s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption3 {
  opacity: 1;
  color: #0A263C;
  font-size: 20px;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  display: block;
  animation: fadeInUp 0.8s ease-in 1.7s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption4 {
  opacity: 1;
  display: block;
  animation: fadeInLeft 0.8s ease-in 2s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  line-height: 24px;
}
.home-slider .slick-slide.slick-active .figcaption .btn-shop {
  padding: 0 25px;
  line-height: 40px;
  display: inline-block;
  color: #FFFFFF;
  background-color: #000;
  font-weight: normal;
  font-size: 16px;
  margin-top: 25px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 2px;
}
.home-slider .slick-prev {
  transform: translate(50px, 0px);
  -moz-transform: translate(50px, 0px);
  -webkit-transform: translate(50px, 0px);
  -o-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
}
.home-slider .slick-next {
  transform: translate(-50px, 0px);
  -moz-transform: translate(-50px, 0px);
  -webkit-transform: translate(-50px, 0px);
  -o-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
}
.home-slider .slick-arrow {
  border-radius: 0;
  border-width: 0;
  top: 45%;
  width: 60px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  transition: all 0.45s ease;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.home-slider .slick-arrow:before {
  line-height: 65px;
  font-size: 25px;
}
.home-slider .slick-prev {
  left: 0;
}
.home-slider .slick-next {
  right: 0;
}
.home-slider .slick-dots {
  bottom: 5px;
  margin: 0;
}
.home-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.home-slider:hover .slick-next, .home-slider:hover .slick-prev {
  transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
}

.hot-categories {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 355px;
  height: 450px;
  overflow: auto;
}
.hot-categories .cate-box {
  position: relative;
  width: 220px;
  background-color: #FFFFFF;
  margin-bottom: 10px;
  padding: 18px 8px;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.2);
}

.cate-box .cate-name-wrap .cate-name {
  font-size: 15px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
  margin: 0;
  padding-top: 2px;
}
.cate-box .cate-name-wrap .cate-desc {
  color: #888;
  font-size: 14px;
}

.cate-tit {
  position: relative;
}

.cate-box .div-1 {
  float: left;
  position: relative;
  z-index: 2;
}
.cate-box .div-2 {
  position: absolute;
  right: 0;
  z-index: 1;
}

.hot-cate-img {
  max-width: 85%;
}

.cate-box .cate-link {
  font-size: 14px;
  color: #0A263C;
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: normal;
}
.cate-box .cate-link:after {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  padding-left: 6px;
}
.cate-box .cate-link:hover {
  color: #FBBA00;
  border-bottom: 1px solid #FBBA00;
}

/*--------------------Google Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .vmagicmenu.vertical-menu .block-vmagicmenu-content {
    padding-top: 7px;
  }
}
/*For Effec caption slick slider*/
@keyframes alothemes {
  from {
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
  }
  to {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/*End For Effec caption slick slider*/
.magicmenu .nav-desktop .level0.home .level-top {
  padding-left: 0;
}

.vmagicmenu.vertical-menu .level0 .level-top img {
  display: none;
}

.cms-index-index .header-container-fixed .vmagicmenu .block-vmagicmenu-content {
  opacity: 0;
  top: 80px;
  transition: all 300ms ease-in-out 0s;
  visibility: hidden;
}
.cms-index-index .header-container-fixed .vmagicmenu:hover .block-vmagicmenu-content {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.cms-index-index .vmagicmenu .block-vmagicmenu-content {
  opacity: 1;
  visibility: visible;
}

/* Static Block =============================================================================== */
.magiccart-column {
  padding-bottom: 20px;
  padding-top: 20px;
}

/* Sidebar =============================================================================== */
.block-reorder .actions a {
  clear: both;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
}

.sidebar .block.block-progress {
  padding: 0;
}

.block .block-title, .col-left .magicproduct.mage-custom .item span {
  position: relative;
  margin: 0 0 37px;
  padding: 0;
  text-align: left;
  line-height: normal;
}

.sidebar .block .block-title strong {
  font-weight: normal;
  font-size: 22px;
  padding: 0;
  line-height: 30px;
}

.block .block-subtitle {
  margin: 0;
  padding: 5px 0;
  font-size: 1em;
  color: #555;
}
.block .btn-remove, .block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px;
}
.block .actions {
  padding: 6px 0;
  text-align: left;
}
.block .actions a:hover {
  color: #0A263C;
}
.block .empty {
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 14px;
}

.col-left .magicproduct.mage-custom .item .title:before, .col-left .magicproduct.mage-custom .item .title:after {
  display: none;
}
.col-left .magicproduct.mage-custom .magictabs {
  margin: 0 !important;
  border: 0;
}
.col-left .magicproduct.mage-custom .content-products .item .images-container {
  padding-right: 0;
  padding-left: 0;
}

/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-gr-search, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
  font-size: 11px;
  line-height: 1.25;
}

.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
  background-repeat: no-repeat;
}

/* Block:Account */
.block-account {
  border-color: #d0cece;
}
.block-account .block-title {
  padding: 0;
}
.block-account .block-content {
  padding: 0;
}
.block-account .block-content li a {
  display: block;
  line-height: 30px;
  padding: 0;
  text-decoration: none !important;
}
.block-account .block-content li.last a {
  border-bottom: 0;
}
.block-account .block-content li.current {
  padding: 0;
  line-height: 30px;
  color: #E02B27;
}
.block-account .block-content li.current.last {
  border-bottom: 0;
}

.block-collapsible-nav .block-collapsible-nav-content .item {
  border-bottom: 1px solid #d0cece;
}
.block-collapsible-nav .block-collapsible-nav-content .item:first-child {
  border-top: 0;
}

.account .block .block-title {
  font-size: 30px;
  margin: 0 0 16px;
  border: 0 none;
}
.account .box .box-title, .account .box .box-actions {
  background: #FFFFFF;
  border: 0 none;
}
.account .block-dashboard-info {
  border-bottom: 1px solid #d0cece;
  margin-bottom: 32px;
  padding: 0 16px 16px;
}
.account .sidebar .block .block-title {
  margin: 0 0 30px;
}
.account .block .block-title strong {
  color: #0A263C;
}

.box .box-title {
  color: #0A263C;
  font-weight: 700;
  text-transform: none;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.box .box-content {
  border: 1px solid #d0cece;
  border-top: 0;
  font-size: 13px;
  min-height: 135px;
  padding: 20px 15px;
}

.account .box .box-content {
  border: 0 none;
  border-top: 0;
  font-size: 20px;
  min-height: 40px;
  padding: 10px 0;
  font-weight: 300;
}
.account .box .box-actions {
  padding: 0;
}

.box .box-actions {
  background-color: #f5f5f5;
  border: 1px solid #d0cece;
  border-top: 0;
  margin: 0;
  padding: 10px 15px;
}

.account .box .box-title {
  color: #0A263C;
  font-weight: 700;
  text-transform: none;
  font-size: 21px;
}
.account .box .box-title span {
  color: #0A263C;
  font-weight: 700;
  text-transform: none;
  font-size: 21px;
}

.block-collapsible-nav {
  margin-top: 35px;
  margin-bottom: 0;
}
.block-collapsible-nav .item a:hover {
  background-color: transparent;
}

.block-reorder .actions-toolbar {
  max-width: 100%;
}
.block-reorder .actions-toolbar .secondary {
  line-height: 35px;
}

.abs-blocks-2columns, .abs-discount-block-desktop .block, .login-container .block, .block-addresses-list .items.addresses > .item, .form-edit-account .fieldset, .form-address-edit .fieldset, .storecredit .block, .paypal-review-discount .block, .cart-discount .block {
  width: 48%;
}

.abs-discount-block-desktop .block:nth-child(1), .login-container .block:nth-child(1), .block-addresses-list .items.addresses > .item:nth-child(1), .form-edit-account .fieldset:nth-child(1), .form-address-edit .fieldset:nth-child(1), .storecredit .block:nth-child(1), .paypal-review-discount .block:nth-child(1), .cart-discount .block:nth-child(1) {
  clear: left;
  float: left;
}

.abs-discount-block-desktop .block:nth-child(2), .login-container .block:nth-child(2), .block-addresses-list .items.addresses > .item:nth-child(2), .form-edit-account .fieldset:nth-child(2), .form-address-edit .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) {
  float: right;
}

.block-collapsible-nav .item a::before, .block-collapsible-nav .item > strong::before {
  content: "\f0da";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}

/* Block:Currency Switcher */
.block-currency {
  border: 0;
  margin: 0 0 0 10px;
  padding: 10px 0;
}
.block-currency .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.block-currency .block-title strong {
  font: bold 13px/21px Arial, Helvetica, sans-serif;
  background: url(../images/i_block-currency.gif) 0 50% no-repeat;
  padding: 0 0 0 21px;
  text-transform: none;
  color: #FFFFFF;
}
.block-currency .block-content {
  background: none;
  padding: 0;
}
.block-currency .block-content select {
  width: 100%;
  padding: 0;
}

/* Block:Layered Navigation */
.block-title.filter-title {
  display: none;
}

.filter-options .filter-options-content .item {
  color: #0A263C;
  line-height: 35px;
  padding: 0;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d0cece;
}
.filter-options .filter-options-content .item:before {
  content: "\f0da";
  font-size: 12px;
  color: #e1e1e1;
  padding-right: 15px;
  vertical-align: top;
  font-family: FontAwesome;
}
.filter-options .filter-options-content .item:last-child {
  border: 0;
}
.filter-options .filter-options-content .item a {
  font-size: 16px;
  text-decoration: none;
}
.filter-options .filter-options-content .item a span {
  font-size: 16px;
  color: #0A263C;
}
.filter-options .filter-options-content .item span.count {
  font-size: 14px;
  color: #aaa;
  float: right;
}
.filter-options .filter-options-title {
  clear: both;
  padding: 0;
  position: relative;
  margin: 0;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
  color: #0A263C;
}

.block-layered-nav dt span {
  font-weight: bold;
  padding: 0 10px 0 0;
  height: 26px;
  line-height: 26px;
  color: #757575;
  font-size: 14px;
  text-transform: capitalize;
}

.filter-options .filter-options-content {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.filter-options .narrow-by:last-child .filter-options-content {
  border: 0 none;
  margin: 0;
  padding-bottom: 0;
}
.filter-options .filter-options-content .swatch-attribute {
  padding-top: 10px;
}

.block .filter-content .block-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #0A263C;
  font-weight: bold;
}

.filter-label::after {
  content: ": ";
}

.filter-current .item {
  position: relative;
  z-index: 1;
  line-height: 40px;
  border-bottom: 1px solid #d0cece;
  color: #444444;
}
.filter-current .action.remove {
  position: absolute;
  right: 0;
  top: 0;
}

.filter-content .filter-current .item .action.remove:before {
  color: #ccc;
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.filter-content .filter-current .item .action.remove:hover:before {
  color: #0A263C;
}
.filter-content .filter-current .item .action.remove > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.filter-content .filter-actions {
  padding-top: 15px;
  padding-bottom: 30px;
  text-align: right;
}

.narrow-by {
  position: relative;
  padding: 5px 0;
  outline: medium none !important;
  margin: 0;
}

/* Block:Cart */
.block-cart .summary {
  background: #FFFFFF;
  padding: 2px 8px 8px;
  margin: -1px 0 0;
  position: relative;
  z-index: 1;
}
.block-cart .amount {
  margin: 0;
}
.block-cart .amount a {
  font-weight: bold;
}
.block-cart .subtotal {
  margin: 5px 0 0;
  padding: 5px 0;
  background: #f4f4f4;
  text-align: center;
}
.block-cart .subtotal .label {
  color: #666666;
}
.block-cart .subtotal .price {
  font-weight: normal;
  color: #666666;
}
.block-cart .actions {
  border-bottom: 1px solid #d0cece;
}
.block-cart .mini-products-list .product-image {
  width: 30%;
  float: left;
}
.block-cart .mini-products-list .product-details {
  width: 70%;
  float: left;
}
.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right;
}
.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0;
}

/* Block:Wishlist */
.block-wishlist .actions {
  text-align: right;
}
.block-wishlist .actions a {
  float: none;
}

.products-grid.wishlist .product-item .price-box {
  float: none;
}

.wishlist-index-index .products-grid.wishlist .product-item {
  width: 100%;
  float: none;
  margin-left: 0;
  padding: 0;
  position: relative;
  min-height: 160px;
  clear: both;
  border-top: 1px solid #d0cece;
  padding-top: 15px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
  width: 100%;
  position: relative;
}

.products-grid.wishlist .product-item-photo {
  float: none;
  margin: 0;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
  margin-bottom: 10px;
  padding-right: 10px;
}
.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
  margin: 0;
}

/* Block:Related */
.block-related {
  padding-top: 25px;
}
.block-related .block-title {
  margin-bottom: 10px;
}
.block-related .block-title strong {
  padding: 0;
}

.block.block-related .block-content .padding-none {
  padding: 0;
}
.block.block-related .block-subtitle {
  padding: 0;
  margin-bottom: 50px;
  font-size: 16px;
  color: #0A263C;
}
.block.block-related .block-subtitle .action.select {
  border: 0;
  line-height: normal;
  height: auto;
  padding: 0;
  background-color: transparent;
}
.block.block-related .block-subtitle .action.select span {
  text-transform: lowercase;
  color: #888;
  font-size: 16px;
}
.block.block-related .block-subtitle .action.select span:hover {
  color: #0A263C;
}

.block-related input.checkbox {
  margin: 0 auto;
  clear: both;
}
.block-related .product-details .product-name {
  font-size: 100%;
  line-height: normal;
  margin: 0 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block-related .product-details .ratings .amount {
  display: none;
}
.block-related .product-details .price-box {
  display: inline-block;
}
.block-related .product-details .regular-price .price {
  font-size: 16px;
}
.block-related .choice.related {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #1097FE;
  border-radius: 50%;
  line-height: 29px;
}

.catalog-product-view .page-main-pal.container {
  max-width: 100%;
  padding: 0;
}
.catalog-product-view .page-main-pal .alocolumns {
  max-width: 100%;
}
.catalog-product-view .product-essential, .catalog-product-view .block-related.related {
  max-width: 1280px;
  margin: 0 auto;
}

.block.crosssell {
  margin-bottom: 40px;
}
.block.box-up-sell .block-title {
  text-align: left;
  margin-bottom: 50px;
}

.crosssell .block-title {
  text-align: left;
  margin-bottom: 50px;
}
.crosssell .block-title strong {
  font-size: 22px;
  font-weight: normal;
  padding: 0;
}

.block-related .block-title strong, .box-up-sell .block-title strong {
  font-size: 22px;
  font-weight: normal;
  padding: 0;
}

.block.block-related {
  margin-bottom: 50px !important;
}
.block.box-up-sell {
  margin-bottom: 0 !important;
}
.block.block-related .field.choice.related {
  clear: both;
}
.block.block-related .products-textlink {
  padding-bottom: 10px;
}
.block.box-up-sell .products-textlink {
  padding-bottom: 10px;
}

.crosssell .products-textlink {
  padding-bottom: 10px;
}

.block.block-related .item:hover .actions .show-box, .block.box-up-sell .item:hover .actions .show-box {
  bottom: -60px;
}

.crosssell .item:hover .actions .show-box {
  bottom: -60px;
}

.block.block-related .block-content, .block.box-up-sell .block-content, .block.crosssell .block-content {
  border: 0;
  padding: 0;
  background-color: transparent;
}

/* Block:Compare Products */
.cms-index-index .block-compare {
  display: none;
}

.sidebar .product-items .product-item {
  float: none;
  width: 100%;
}

.catalog-product-compare-index .page-title {
  margin-top: 25px;
}

.block-compare button.button {
  margin-left: 10px;
}

.block.block-compare .actions a {
  line-height: 35px;
}

.catalog-product-compare-index .compare-table .product-image img {
  width: auto;
  margin: 0 auto;
}
.catalog-product-compare-index .compare-table .button.btn-cart, .catalog-product-compare-index .compare-table .link-wishlist {
  display: inline-block !important;
}

.page-popup .link-print {
  background: url(../images/i_print.gif) 0 2px no-repeat;
  padding: 2px 0 2px 25px;
  color: #006BBC;
}

.compare-table {
  border: 0;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.compare-table .btn-remove {
  float: right;
  background-image: url(../images/btn_remove2.gif);
  width: 72px;
  height: 15px;
}
.compare-table tbody th {
  background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
  padding: 10px;
  border: 0;
  border-top: 1px solid #d0cece;
  border-left: 1px solid #d0cece;
  vertical-align: top;
}
.compare-table tbody td {
  padding: 10px;
  border: 0;
  border-top: 1px solid #d0cece;
  border-left: 1px solid #d0cece;
  vertical-align: top;
}
.compare-table tbody td.last {
  border-right: 1px solid #d0cece;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
  border-bottom: 1px solid #d0cece !important;
}
.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center;
}
.compare-table tr.first td {
  text-align: center;
}
.compare-table tr.first td .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548;
}
.compare-table tr.first td .product-name a {
  color: #203548;
}
.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto;
}
.compare-table tr.first td p {
  margin: 0;
}
.compare-table tr.add-to-row td p {
  margin: 0;
}

.block-compare .action.delete {
  left: 0;
}

.table-comparison .cell {
  display: table-cell;
  width: 180px;
}
.table-comparison .cell.label {
  border-right: 1px solid #d0cece !important;
  border-left: 1px solid #d0cece !important;
}
.table-comparison td:last-child {
  border-right: 1px solid #d0cece !important;
  border-left: 1px solid #d0cece !important;
}
.table-comparison .cell.remove {
  border-bottom: 0 none !important;
}

.abs-remove-button-for-blocks::before, .sidebar .action.delete::before, .table-comparison .cell.remove .action.delete::before, .block-compare .action.delete::before, .filtered .item .action.remove::before {
  color: #cccccc;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}

.abs-remove-button-for-blocks:hover:before, .sidebar .action.delete:hover:before, .table-comparison .cell.remove .action.delete:hover:before, .block-compare .action.delete:hover:before, .filtered .item .action.remove:hover:before {
  color: #0A263C;
}

/* Block:Recently Viewed */
/* Block:Recently Compared */
/* Block:Poll */
.block-poll .block-subtitle {
  font-size: 12px;
}
.block-poll label {
  color: #777;
  font-weight: normal;
  margin: 0;
}
.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0;
}
.block-poll .label {
  display: block;
  margin-left: 18px;
  text-align: left;
  line-height: normal;
}
.block-poll li {
  padding: 3px 9px;
}
.block-poll .actions {
  margin: 5px 0 0;
}
.block-poll .answer {
  font-weight: bold;
}
.block-poll .votes {
  float: left;
  margin-left: 10px;
}

/* Block:Orders and Returns */
.block-gr-search li {
  padding: 3px 9px;
}
.block-gr-search button.button span {
  border-color: #406a83;
  background: #618499;
}

/* Block:Tags */
.block-tags .block-content .tags-list {
  background: none;
  border: 0;
  font-size: 12px;
  padding: 3px 0 0;
}
.block-tags .block-content .tags-list li {
  margin: 0;
}
.block-tags .block-content a {
  display: inline-block;
  margin: 0 12px 12px 0;
  padding: 10px 12px;
  text-decoration: none;
}
.block-tags .actions {
  text-align: right;
  padding: 0;
  display: none;
}

/* Block:Subscribe */
.block-subscribe {
  background-color: transparent;
  background-image: url("../images/alothemes/bg-newsletter.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 45px 0 15px;
  text-align: center;
}
.block-subscribe .block-content {
  background-color: transparent;
  padding: 10px 0;
  margin-right: 80px;
  display: inline-block;
  float: right;
}

.block-content .form-subscribe-header {
  display: none;
  margin: 0 45px 0 0;
  vertical-align: top;
}
.block-content .form-subscribe-header .title-label-newsletter {
  color: #0A263C;
  font-size: 20px;
  line-height: 42px;
  text-transform: capitalize;
}

.block-subscribe .block-title {
  margin: 0 0 5px;
  text-align: left;
  padding-left: 15px;
}
.block-subscribe .block-title strong {
  font-size: 20px;
  text-transform: uppercase;
  color: #0A263C;
  font-weight: normal;
}
.block-subscribe .block-title strong:before {
  content: "\f003";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 5px;
}
.block-subscribe .visible {
  position: relative;
}
.block-subscribe label {
  font-size: 13px;
  margin: 0 0 25px 0;
}
.block-subscribe .input-box {
  text-align: left;
  margin: 0;
  display: inline-block;
}
.block-subscribe input.input-text {
  background-color: transparent !important;
  display: block;
  height: 22px;
  line-height: 22px;
  margin: 0;
  padding: 0;
  min-width: 260px;
  border-width: 0 0 1px;
  border-style: solid;
  float: left;
  font-size: 13px;
  border-radius: 0;
}
.block-subscribe input.input-text:focus {
  box-shadow: none;
}
.block-subscribe .actions {
  padding: 0;
  margin: 0;
  text-align: center;
}
.block-subscribe .actions button.button {
  border-radius: 0;
  padding: 0 25px;
  height: 46px;
  line-height: 46px;
}
.block-subscribe .actions button.button span {
  height: 46px;
  line-height: 46px;
  font-size: 13px;
}
.block-subscribe .actions button.button span span {
  padding: 0;
}
.block-subscribe .control .mage-error {
  margin: 0;
}

/* Block:popup-newsletter */
#popup-newsletter {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

#fancybox-close, .fancybox-close {
  height: 25px !important;
  width: 25px !important;
  top: 5px !important;
  right: 5px !important;
}

#popup-newsletter .form-subscribe-header {
  margin: 0;
  display: block;
}
#popup-newsletter .form-subscribe-header label {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
#popup-newsletter .subscribe-bottom {
  display: block;
  margin: 5px 0 0;
  padding: 0;
  font-size: 13px;
}
#popup-newsletter .subscribe-bottom input {
  margin: 0 5px 1px 0;
  vertical-align: -2px;
}
#popup-newsletter .block-content {
  float: left;
  margin: 0;
  padding: 75px 0 30px 30px;
  text-align: left;
  width: 40%;
}
#popup-newsletter .block-content .input-box {
  width: 100%;
}
#popup-newsletter .block-content input.input-text {
  border-width: 1px;
  border-style: solid;
  height: 40px;
  line-height: 40px;
  margin-left: 0;
  margin-top: 60px;
  padding: 10px 20px;
  width: auto;
  min-width: 320px;
  float: left;
  font-size: 13px;
  text-align: left;
}
#popup-newsletter .block-content .actions {
  padding: 20px 0 0;
  vertical-align: top;
  clear: both;
}
#popup-newsletter .block-content button.button {
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
}
#popup-newsletter .block-content button.button span {
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}
#popup-newsletter .block-content button.button span span {
  padding: 0;
}
#popup-newsletter .block-content .block-title strong {
  font-size: 30px;
  margin: 0 0 12px;
}

/* Block:Reorder */
.block-reorder input.checkbox {
  float: left;
  margin: 0;
  min-height: 10px;
}
.block-reorder .product-name {
  margin-left: 20px;
}
.block-reorder .validation-advice {
  margin: 3px 9px 7px;
}
.block-reorder .product-name a {
  color: #666666;
  text-decoration: none;
}

/* Block:Login */
.block-login .block-title strong {
  background-image: url(../images/i_ma-info.gif);
}
.block-login .block-content {
  padding: 5px 10px;
}
.block-login label {
  font-weight: bold;
  color: #666666;
}
.block-login input.input-text {
  display: block;
  width: 167px;
  margin: 3px 0;
}
.block-login .actions {
  background: none;
  padding: 0;
  margin: 3px 0 0;
}
.block-login .actions button.button span {
  border-color: #406a83;
  background: #618499;
}

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account {
  background-color: #FFFFFF;
  border: 1px solid #d0cece;
  margin-bottom: 40px;
  padding: 30px 20px;
  display: block;
}

.form-address-edit, .form-newsletter-manage {
  background-color: #FFFFFF;
  border: 1px solid #d0cece;
  margin-bottom: 40px;
  padding: 30px 20px;
  display: block;
}

.login-container .block-content {
  padding: 0;
  border: 0;
}
.login-container .block-content p, .login-container .block-content .field.note {
  font-size: 14px;
  color: #666666;
}
.login-container .block-content input.input-text {
  height: 43px;
}
.login-container .actions-toolbar {
  margin-top: 25px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 30px;
}

.form.create.account {
  padding: 0 0 30px;
}

.login-container .block .block-content {
  margin: 0 0 10px;
  background-color: #FFFFFF;
  border: 1px solid #d0cece;
  min-height: 405px;
  padding: 25px 30px;
}

.customer-account-login .page-title {
  margin: 25px 0;
  font-size: 100%;
}
.customer-account-login .page-title span {
  font-size: 14px;
  line-height: 40px;
  color: #0A263C;
  font-weight: bold;
}

.customer-account-create .page-title {
  margin: 25px 0;
}

.login-container .block .block-title {
  padding-bottom: 30px;
  border: 0;
}
.login-container .block .block-title strong {
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #0A263C;
}

._has-datepicker ~ .ui-datepicker-trigger {
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: -4px 0 0 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  font-size: 23px;
  line-height: 23px;
  color: #7d7d7d;
  content: "\f073";
  font-family: "FontAwesome";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Paypal */
.sidebar .paypal-logo {
  display: none;
  margin: 10px 0;
  text-align: center;
}
.sidebar .paypal-logo a {
  float: none;
}

/* ======================================================================================= */
/* Block:New and Sale */
.sticker {
  position: absolute;
  top: 20px;
  z-index: 1;
}
.sticker.top-right {
  right: 20px;
}
.sticker.top-left {
  left: 20px;
}

.labelnew, .labelsale {
  display: block;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

/* Block:testimonials */
.block_testimonials {
  background-color: transparent;
  background-image: url("../images/alothemes/bg-testimonials.jpg");
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 0 100px;
  padding: 95px 0;
  text-align: center;
}

.testimonials h3.title {
  text-align: center;
}
.testimonials h3 span {
  color: #FFFFFF;
}
.testimonials .customer {
  width: 70px;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonials .rating-box {
  clear: both;
}

.testimonial li {
  text-align: center;
}

.testimonial_text {
  width: 65%;
  color: #FFFFFF;
  text-align: left;
  padding: 0 0 0 20px;
  display: inline-block;
}

.testimonial .name {
  letter-spacing: 1px;
}

.testimonials .title span {
  color: #FFFFFF;
  font-size: 20px;
}
.testimonials .title-name {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  letter-spacing: 2px;
}
.testimonials .title-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #929291;
  height: 1px;
  width: 75px;
}

.testimonial_text .sub-text {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  padding-bottom: 20px;
}

.alo-testimonial .testimonial_text {
  padding: 0;
  margin: 0;
}

.testimonial_text a {
  color: #ff5555;
  text-decoration: underline;
}
.testimonial_text a span {
  color: #ccc;
}
.testimonial_text a:hover span {
  color: #b2d36e;
}

.alo-testimonial ul {
  padding: 0;
  margin: 0;
}

.submit-testimonial {
  margin: 10px 0 0;
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center center !important;
  background-repeat: no-repeat;
}

/* Block:backtotop */
.product-view .product-collateral .box-collateral {
  display: none;
}
.product-view .product-collateral .box-collateral.active {
  display: block;
}

#backtotop {
  bottom: 30px;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
#backtotop .fa {
  font-size: 20px;
  display: block;
  line-height: normal;
}
#backtotop:hover {
  background: none repeat scroll 0 0 #000;
  color: #FFFFFF;
}

.back-to-top {
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: top;
}

/* Block:banner */
.title-desc-banner-ads {
  padding: 136px 0 80px;
}
.title-desc-banner-ads .banner-boder-zoom {
  overflow: hidden;
}
.title-desc-banner-ads .banner-boder-zoom img {
  transition: all 0.6s ease, transform 0.6s ease;
}
.title-desc-banner-ads .banner-boder-zoom:hover img {
  opacity: 0.8;
  transform: scale(1.05);
}
.title-desc-banner-ads .video-banner .banner-boder-zoom:hover img {
  transform: scale(1);
}

.banner-block {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.banner-block img {
  width: 100%;
}
.banner-block > a:before {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 0;
}
.banner-block:hover > a:before, .banner-block:hover > a:after {
  width: 50%;
}
.banner-block > a:after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  width: 0;
}

.banner-block-style_5 .banner-block-content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  z-index: 1;
}
.banner-block-style_5:hover .banner-block-content {
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.banner-block-content .banner-link {
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  padding: 15px;
  text-transform: uppercase;
}

.block-banner {
  padding-bottom: 50px;
}

.banner-box-content {
  padding: 18px 10px;
  text-align: center;
}

.banner-box-wrap > a {
  overflow: hidden;
  position: relative;
  display: block;
}
.banner-box-wrap:hover > a {
  opacity: 0.8;
}
.banner-box-wrap:hover > a:before, .banner-box-wrap:hover > a:after {
  opacity: 1;
  transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  z-index: 9;
}
.banner-box-wrap > a:before {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  z-index: -10;
}
.banner-box-wrap > a:after {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -webkit-transition: all 0.6s ease-in-out 0s;
  z-index: -10;
}
.banner-box-wrap > a img {
  transition: all 0.6s ease-in-out;
}
.banner-box-wrap > a:hover img {
  transform: scale(1.05);
}
.banner-box-wrap.banner-text > a:hover img {
  transform: none;
}

.banner-box-content .banner-title {
  margin: 0 0 5px;
}
.banner-box-content .banner-title a {
  text-transform: uppercase;
  color: #0A263C;
  font-size: 17px;
  font-weight: 700;
}
.banner-box-content .banner-title a:hover {
  color: #df5c53;
}
.banner-box-content .banner-desc {
  color: #aaaaaa;
  margin: 0;
  font-size: 14px;
}

.post-primary {
  padding: 45px 0 40px;
}
.post-primary .banner-box-wrap {
  position: relative;
}
.post-primary .banner-box-content {
  position: absolute;
  bottom: 30px;
  left: 35px;
  padding: 0;
  text-align: left;
}
.post-primary .banner-box-content .banner-title a, .post-primary .banner-box-content .banner-desc {
  color: #FFFFFF;
}

/* Block: service */
.service {
  padding: 30px 0 50px;
}
.service .service-item {
  text-align: center;
}

.service-item .icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
}
.service-item .icon span {
  color: #e2e2e2;
  font-size: 50px;
  line-height: 50px;
}
.service-item .info {
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.service-item .box-title {
  margin: 0;
  color: #0A263C;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
}

.service .service-item .info .box-desc {
  font-size: 14px;
  line-height: 18px;
  color: #888;
}
.service .service-item:hover .icon {
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
}
.service .service-item:hover .icon span {
  color: #0A263C;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* About Us ========================================================================= */
.title-heading-left {
  font-size: 14px;
  color: #0A263C;
}

.alo-content {
  font-size: 13px;
  color: #666666;
  font-weight: 300;
}

.alo-column {
  margin: 20px 0 0;
  background-color: transparent;
}
.alo-column.block .block-title {
  margin: 0 15px;
}
.alo-column.block .block-title strong span {
  color: #444;
  font-size: 16px;
  text-transform: capitalize;
}

.alo-team {
  padding: 15px 0 0;
}

.alo-content.fusion-clearfix {
  clear: both;
}

.bottomborder {
  display: none !important;
}

.our-story .block-title {
  text-align: center;
  width: 66.6666666667%;
  padding-bottom: 120px;
  margin: 0 auto;
}
.our-story .block-title h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0 0 26px;
  padding: 0 0 20px;
  position: relative;
  color: #0A263C;
}

.page-team-content .block-title h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  margin: 0 0 26px;
  padding: 0 0 20px;
  position: relative;
  color: #0A263C;
}

.our-story .block-title h2:before {
  border-bottom: 1px solid #d0cece;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 84px;
}
.our-story .block-title p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.our-story .block-content p {
  line-height: 30px;
  margin: 0 0 24px;
  color: #888;
  font-size: 16px;
}

.title-icon-heading {
  color: #0A263C;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-size: 18px;
}
.title-icon-heading:before {
  font-family: FontAwesome;
  content: "\f00c";
  font-size: 18px;
  color: #df5c53;
  padding-right: 40px;
}

.our-story .block-content .icon-heading-content, .our-story .block-content .icon-heading-wrap {
  margin-top: 30px;
}
.our-story .block-content .icon-heading-content p, .our-story .block-content .icon-heading-wrap p {
  padding: 0 0 0 58px;
}

.page-team-content {
  padding: 80px 0 0 0;
}
.page-team-content .block-title {
  text-align: center;
  border-top: 1px solid #d0cece;
  padding: 70px 0 10px;
}

.team-item {
  position: relative;
}
.team-item:hover .team-item-content {
  opacity: 1;
  visibility: visible;
}

.team-item-content {
  bottom: 25px;
  left: 30px;
  position: absolute;
  right: 20px;
  opacity: 0;
  visibility: hidden;
}

.page-team-content .sub-text {
  color: #888;
  font-size: 14px;
  margin: 0 auto 50px;
  width: 900px;
}
.page-team-content .team-name {
  margin: 10px 0 5px;
}
.page-team-content .team-name a {
  font-size: 18px;
  color: #FFFFFF;
}
.page-team-content .team-name a:hover {
  text-decoration: underline;
}
.page-team-content .team-item .team-desc {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 20px;
}

/* Home Products Page ========================================================================= */
.featured-product-tab .magictabs .item .title {
  padding: 0;
}

.trending .magicproduct .block-title-tabs {
  display: none;
}

.ajax_loading {
  background-image: url("../images/alothemes/loading.gif");
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 46%;
  position: absolute;
  z-index: 34;
  animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 0;
  width: 50px;
  height: 50px;
}

.magictabs .item {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.magictabs .item .title {
  cursor: pointer;
  color: #0A263C;
  padding: 0 15px;
  line-height: 40px;
}

ul.magictabs {
  padding: 0;
}

.content-products {
  clear: both;
  margin: 0 0 30px;
}

.box-products .slick-slide img {
  width: 100%;
}

.content-products .products .slick-arrow {
  top: 35%;
}

.shopbrand .slick-arrow, .alo-blog .slick-arrow, .content-products .products .slick-arrow {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease 0s;
}

.shopbrand:hover .slick-arrow, .content-products:hover .products .slick-arrow, .block-related:hover .products .slick-arrow, .box-up-sell:hover .products .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.alo-blog:hover .block-content .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.alo-blog:hover .block-content .slick-prev {
  left: -30px;
  transform: translate(0px, 0px);
}

.shopbrand:hover .slick-prev, .content-products:hover .products .slick-prev {
  left: -30px;
  transform: translate(0px, 0px);
}

.alo-blog:hover .block-content .slick-next, .shopbrand:hover .slick-next, .content-products:hover .products .slick-next {
  right: -30px;
  transform: translate(0px, 0px);
}

.block-related .products .slick-arrow, .box-up-sell .products .slick-arrow, .crosssell .products .slick-arrow, .post-bottom .related .products .slick-arrow {
  height: 30px;
  line-height: 25px;
  top: -95px;
  right: 10px !important;
  transform: translate(0px, 0px);
}

.box-up-sell .products .slick-arrow, .crosssell .products .slick-arrow {
  top: -77px;
}

.post-bottom .related .products .slick-arrow {
  top: -75px;
}

.block-related .products .slick-prev.slick-arrow, .box-up-sell .products .slick-prev.slick-arrow, .crosssell .products .slick-prev.slick-arrow, .post-bottom .related .products .slick-prev.slick-arrow {
  left: auto;
  right: 50px !important;
}

.block-related .products .slick-arrow:before, .box-up-sell .products .slick-arrow:before, .crosssell .products .slick-arrow:before, .post-bottom .related .products .slick-arrow:before {
  line-height: 27px;
}

.content-products ul {
  padding: 0;
  margin: 0;
}

.featured-product-tab .magictabs .item.activated .title, .featured-product-tab .magictabs .item:hover .title {
  color: #0A263C;
}

.alo-brand .shopbrand {
  margin-bottom: 0;
}

.shopbrand > .item:nth-child(n+2), .alo-blog > .item:nth-child(n+2) {
  display: none;
}

.shopbrand > .item.slick-slide, .alo-blog > .item.slick-slide {
  display: block;
}

.alo-brand .shopbrand .slick-prev, .alo-brand .shopbrand .slick-next {
  top: 25%;
}

.alo-brands .item span, .blogtabs .item span, .alo-brands .footer li {
  padding: 0;
}

.blog-post-view .sidebar.sidebar-additional {
  padding-top: 0;
  width: 33.33333333% !important;
}

.blog-index-index .sidebar.sidebar-additional {
  padding-top: 0;
  width: 33.33333333% !important;
}
.blog-index-index.page-layout-2columns-left .sidebar.sidebar-additional {
  padding-top: 0;
  width: 33.33333333% !important;
}
.blog-index-index.page-layout-2columns-left .column.main {
  margin-top: 0;
  width: 66.66666667% !important;
}
.blog-index-index.page-layout-2columns-right .column.main {
  margin-top: 0;
  width: 66.66666667% !important;
}

.blog-post-view.page-layout-2columns-right .column.main, .blog-post-view.page-layout-2columns-left .column.main {
  margin-top: 0;
  width: 66.66666667% !important;
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
/* magic category */
.block-title-tabs {
  margin-top: 25px;
  display: none;
}
.block-title-tabs h3 {
  color: #0A263C;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  margin: 0;
  text-transform: uppercase;
}

.magictabs {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  text-align: center;
}

.text-center {
  text-align: center;
}

.title-block {
  margin: 0 0 5px;
  overflow: hidden;
}
.title-block span {
  color: #0A263C;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.box-products .title-block span:before {
  border-bottom: 1px solid #d0cece;
  bottom: 5px;
  content: "";
  left: 100%;
  position: absolute;
  width: 9999px;
}
.box-products .title-block span:after {
  border-bottom: 1px solid #d0cece;
  bottom: 5px;
  content: "";
  right: 100%;
  position: absolute;
  width: 9999px;
}

.desc-block {
  color: #888888;
  font-size: 16px;
  line-height: 30px;
}

.box-products .content-products {
  margin-bottom: 50px;
  margin-top: 50px;
}

.title-page {
  text-align: left;
}

.box-products .desc-block {
  color: #aaaaaa;
  font-family: "Great Vibes", cursive;
  font-size: 22px;
}

/* Category Page ========================================================================= */
.category-title {
  margin: 0 0 20px;
}

.category-image {
  text-align: left;
  display: block;
  margin: 0;
}
.category-image img {
  max-width: 100%;
  height: auto;
}

.category-description {
  margin: 20px 0 0;
}

.category-view {
  background-color: #eff0f2;
  margin-bottom: 90px;
  min-height: 460px;
  position: relative;
}

.page-products.catalog-category-view .breadcrumbs {
  background-image: none;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  transform: translateY(-50%);
}

@media (max-width: 1440px) {
  .category-view {
    min-height: 315px;
  }

  .breadcrumbs {
    padding: 110px 0;
  }
}
/* custom product ========================================================================= */
.block-custom-product {
  margin-bottom: 0;
}
.block-custom-product .content-products {
  margin-bottom: 0;
}
.block-custom-product .images-container {
  padding: 0;
}
.block-custom-product .products-textlink {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 0;
}
.block-custom-product .magictabs {
  text-align: left;
  margin: 0 !important;
  float: none;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #d0cece;
}
.block-custom-product .magictabs .item {
  margin: 0;
  padding: 0;
  display: block;
}
.block-custom-product .magictabs .item .title {
  background-color: transparent;
  padding: 0;
  color: #0A263C;
  cursor: text;
  font-weight: bold;
  line-height: 30px;
}
.block-custom-product .magictabs .item.activated .title, .block-custom-product .magictabs .item:hover .title {
  background-color: transparent;
  color: #0A263C;
}
.block-custom-product .content-products {
  margin-top: 30px;
  border: 1px solid #d0cece;
}

.sidebar .product-items .product-item-info {
  margin: 0 !important;
  padding: 0 10px !important;
}

.block-custom-product .product-items .product-item {
  margin-bottom: 10px;
}
.block-custom-product .product-items .product-item:last-child {
  margin: 0;
}
.block-custom-product .products-textlink .price-box .price {
  font-weight: bold;
}
.block-custom-product .actions-primary, .block-custom-product .add-to-links {
  display: inline-block;
  vertical-align: top;
}
.block-custom-product .item .button.btn-cart {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  display: inline-block !important;
  color: #777;
}
.block-custom-product .item .button.btn-cart span {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  display: inline-block !important;
  color: #777;
}
.block-custom-product .item .add-to-links a {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  display: inline-block !important;
  color: #777;
}
.block-custom-product .add-to-links a {
  position: relative;
  margin: 0;
}
.block-custom-product .add-to-links a .icons {
  width: 100%;
  font-size: 18px;
  display: block;
  height: 30px;
  line-height: 30px;
}
.block-custom-product .add-to-links a:before {
  border-left: 1px solid #d0cece;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 10px;
}

.sidebar .block-custom-product .product-items .product-item-info .product-item-photo {
  float: none;
}

.brand-image {
  background-color: #eaeaea;
  display: inline-block;
}

.brand-sale {
  margin-top: 25px;
}
.brand-sale .block-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #0A263C;
  margin: 0;
}

.brand-box .box-content {
  border: 1px solid #d0cece;
  padding: 20px;
  margin-top: 30px;
}
.brand-box .box-content.brand-one {
  margin-top: 18px;
}
.brand-box .block-image, .brand-box .block-content-right {
  float: left;
}
.brand-box .block-image {
  width: 58%;
}
.brand-box .block-content-right {
  width: 42%;
  padding-left: 30px;
  padding-top: 30px;
}
.brand-box .products-textlink {
  margin-top: 25px;
  padding: 0;
}
.brand-box .products-textlink .product-name a {
  font-size: 16px;
}
.brand-box .products-textlink .special-price .price {
  font-size: 18px;
  font-weight: bold;
}
.brand-box .products-textlink .old-price .price {
  font-size: 16px;
}

.box-content .block-content-right .shop-now {
  margin-top: 60px;
  line-height: 31px;
  background-color: #FBBA00;
  color: #FFFFFF;
  padding: 0 15px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
}
.box-content .block-content-right .shop-now:hover {
  color: #FFFFFF;
}

.alo-blog .block-recent-posts .block-title {
  display: none;
}
.alo-blog .slick-arrow {
  top: 30%;
}

/* count down ========================================================================= */
.timer-view {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.timer-view .box {
  padding: 0 10px;
  margin: 0;
  float: left;
  position: relative;
  line-height: normal;
}
.timer-view .box:after {
  background: #000;
  height: 1px;
  width: 4px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-left: 8px;
}
.timer-view .timer-sec.box:after {
  display: none;
}
.timer-view .timer-day.box, .timer-view .timer-hour.box, .timer-view .timer-min.box {
  border-right: 0;
}
.timer-view .box span {
  font-size: 14px;
}
.timer-view .box span b {
  line-height: 18px;
  color: #da3838;
}
.timer-view .box span.title {
  text-transform: uppercase;
  color: #0A263C;
}

.count-down-time {
  background-color: #e6e6e6;
  float: left;
  line-height: 31px;
  padding: 0 10px;
  margin-top: 60px;
}
.count-down-time .icon-clock {
  background: rgba(0, 0, 0, 0) url("../images/alothemes/icon-clock.png") no-repeat scroll center center;
  display: inline-block;
  height: 20px;
  text-indent: -999em;
  vertical-align: middle;
  width: 18px;
  margin-right: 10px;
}

.countdown {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.timer-box {
  padding: 0 10px;
  margin: 0;
  float: left;
  position: relative;
  line-height: normal;
}
.timer-box:first-child {
  padding-left: 0;
}
.timer-box:after {
  background: #000;
  height: 1px;
  width: 4px;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-left: 8px;
}
.timer-box:last-child:after {
  display: none;
}
.timer-box span {
  font-size: 14px;
}
.timer-box span b {
  line-height: 18px;
  color: #da3838;
}
.timer-box span.title {
  text-transform: uppercase;
  color: #0A263C;
  padding-left: 2px;
}

/* View Type:Grid */
.category-products.grid .products {
  margin-right: -15px;
  margin-left: -15px;
}
.category-products.grid.products-grid .item {
  margin-bottom: 45px;
}

.grid.products-grid .item {
  text-align: center;
  float: left;
}

.column.main .products-grid .product-items {
  margin-bottom: 0;
}

.category-products .item img, .product-image img {
  display: block;
  height: auto;
  max-width: 100%;
}

.category-products.grid .item .product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
}
.category-products.grid .item .product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.category-products .products-grid .category-products-grid {
  margin: 0 0 30px;
}

.product-image-photo, .slick-slide img {
  margin: 0 auto;
}

.products-grid {
  position: relative;
  z-index: 0;
}
.products-grid.last {
  border-bottom: 0;
}
.products-grid .product-name {
  margin: 10px 0 3px;
  font-size: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: normal;
}
.products-grid .product-name a {
  font-size: 16px;
  line-height: 24px;
  outline: 0 none;
  text-decoration: none;
}

.product-item-name, .product.name a {
  font-weight: normal;
}

.products-grid .price-box {
  display: block;
  margin: 0;
}
.products-grid .availability {
  line-height: 21px;
}

.item .add-to-links {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.block-custom.block-custom2 .images-container .actions-no .button.btn-cart {
  width: 100%;
}

.item .add-to-links a {
  border: 2px solid #16A803;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  height: auto;
  color: #16A803;
}
.item .add-to-links a:hover {
  text-decoration: none;
  color: #ea5648;
}

.per-product, .images-container {
  position: relative;
}

.per-product, .category-products.products-grid .category-products-grid {
  background-color: #FFFFFF;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
}

.hover-box {
  color: #FFFFFF;
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  opacity: 1;
  clear: both;
  height: auto;
  padding-top: 10px;
}
.hover-box > a.detail_links {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.item:hover .hover-box {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.item .actions-no .button.btn-cart span {
  padding: 0;
  vertical-align: top;
  font-size: 16px;
}

.actions-cart {
  display: block;
  vertical-align: top;
}

.item .actions-no .button.btn-cart::before, .actions .out-of-stock:before, .product-view .add-to-cart button.button:before {
  display: none !important;
}

.item .actions-cart .button.btn-cart {
  background: #16A803;
  padding: 7px 20px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  width: 100%;
  text-transform: none;
  height: auto;
  border: 0 none;
}
.item .actions-no .add-to-links a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding: 0;
  margin-left: 5px;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.item .actions-no .add-to-links a.link-wishlist {
  margin-left: 0;
}
.item .actions-no .add-to-links li a.link-quickview {
  transition: margin-left 0.2s ease 0.2s;
}
.item .actions-no .add-to-links a .icons {
  width: 100%;
  font-size: 18px;
  display: block;
  height: 30px;
  line-height: 30px;
}

.category-products.grid .product-item .product-reviews-summary {
  display: none;
}

/* View Type:List */
.products-list li.item {
  padding: 0 0 40px;
  height: auto;
  float: none;
  width: 100%;
}
.products-list .images-container {
  float: left;
  width: 41.66666667%;
}
.products-list .images-container .product-hover {
  position: relative;
}
.products-list .item .products-textlink {
  margin: 0;
  padding: 0 0 0 30px;
  text-align: left;
  width: 58.33333333%;
  float: left;
}
.products-list .item .products-textlink .price-box .old-price .price {
  font-size: 14px;
}
.products-list .item.product-item .price-box {
  margin: 5px 0;
}
.products-list li.item.last {
  border-bottom: 0;
}
.products-list .product-name {
  margin: 0 0 12px;
  font-size: 100%;
  line-height: normal;
}
.products-list .product-name a {
  font-size: 16px;
}
.products-list .product-item .product-reviews-summary .reviews-actions {
  display: inline-block;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
}
.products-list .product-reviews-summary .reviews-actions .action {
  font-size: 17px;
  margin: 0;
  padding: 0 15px 0 10px;
}
.products-list .product-reviews-summary .reviews-actions .action span {
  font-size: 17px;
}
.products-list .product-item-inner .actions-no {
  clear: both;
  margin-top: 29px;
  padding: 0;
}
.products-list .item .actions-no .button.btn-cart {
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 0;
}
.products-list .item .actions-no .button.btn-cart span {
  display: inline-block;
  vertical-align: middle;
}
.products-list .product-item-inner .actions-primary, .products-list .product-item-inner .actions-secondary {
  float: left;
}
.products-list .availability {
  float: left;
  margin: 3px 0 0;
}
.products-list .desc {
  clear: both;
  padding: 0;
  margin: 0px;
  text-align: left;
  color: #666666;
  font-size: 14px;
}
.products-list .desc p {
  color: #0A263C;
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}
.products-list .desc .link-learn {
  font-size: 11px;
}
.products-list .add-to-links .separator {
  display: inline;
  margin: 0 2px;
}

.products-textlink {
  padding: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.products-textlink p {
  margin: 0;
  line-height: 15px;
}

.product-item-description p {
  line-height: 30px;
  font-size: 16px;
  color: #888;
}

.product-image {
  outline: 0 !important;
}

.page-products .products.wrapper.products-list {
  margin: 0;
}

.actions-list .actions {
  border: 0 none;
  display: block;
}

.products-list .product-item-inner .add-to-links a {
  margin: 0 0 0 5px;
}
.products-list .item .actions-no .add-to-links a.link-wishlist {
  margin-left: 5px;
}

.product-item-description {
  clear: both;
  margin: 15px 0 0;
}
.product-item-description ul {
  list-style: outside none disc;
  padding-left: 1.5em;
}
.product-item-description ul li {
  margin: 0;
  padding: 0;
  color: #0A263C;
}
.product-item-description .action.more {
  color: #0A263C;
  font-size: 16px;
  display: block;
  padding: 15px 0 0;
}
.product-item-description .action.more:hover {
  text-decoration: underline;
}

.products.wrapper.list .product-reviews-summary {
  padding: 30px 0 15px;
}

.product.details.product-item-details div[class^=swatch-opt-] {
  margin-bottom: 0;
  margin-top: 15px;
}

.product-items .product.details.product-item-details .swatch-option {
  height: 20px;
  line-height: 20px;
}
.product-items .product.details.product-item-details .swatch-option.text {
  line-height: 20px;
  padding: 0;
  font-size: 14px;
}

/* Product Hover ========================================================================== */
.product-img-back {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}

.item:hover .product-img-back {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease 0s;
}

.magicmenu .nav-desktop .level0 .product-img-back {
  transition-property: none;
}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.ratings-table th, .ratings-table td {
  font-size: 11px;
  line-height: 1.15;
  padding: 3px 0;
}
.ratings-table th {
  font-weight: normal;
  padding-right: 8px;
}

/* Availability */
.availability {
  margin: 0;
}
.availability span {
  font-weight: bold;
}
.availability.out-of-stock span {
  color: #E02B27;
}

.availability-only {
  margin: 10px 0 7px;
  line-height: 16px;
  background: url(../images/i_availability_only.gif) 0 50% no-repeat;
  padding-left: 15px;
}
.availability-only span {
  border-bottom: 1px dashed #E02B27;
  color: #0A263C;
}
.availability-only a {
  border-bottom: 1px dashed #E02B27;
  color: #0A263C;
  background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
  cursor: pointer;
  padding-right: 15px;
  text-decoration: none;
}
.availability-only .expanded {
  background-position: 100% -15px;
}
.availability-only strong {
  color: #E02B27;
}

.availability-only-details {
  margin: 0 0 7px;
}
.availability-only-details th {
  background: #d2d6d9;
  font-size: 10px;
  padding: 0 8px;
}
.availability-only-details td {
  background: #ebf0f3;
  border-bottom: 1px solid #FFFFFF;
  font-size: 11px;
  padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
  color: #e85e00;
  font-weight: bold;
}

/* Email to a Friend */
.email-friend {
  margin: 0;
}

.product-view .product-shop .email-friend {
  float: left;
}

/* Alerts */
.alert-price, .alert-stock {
  margin: 0;
  font-size: 11px;
}

/********** < Product Prices  */
.price {
  white-space: nowrap !important;
}

/* Regular price */
.regular-price {
  color: #e85e00;
}
.regular-price .price {
  color: #0A263C;
}

/* Old price */
.old-price {
  margin: 0;
  display: inline-block;
}
.old-price .price-label {
  white-space: nowrap;
  color: #999;
  display: none;
}
.old-price .price {
  font-weight: normal;
  color: #666666;
  text-decoration: line-through;
  font-size: 14px;
  padding-right: 5px;
}

/* Special price */
.special-price {
  margin: 0;
  padding: 0 3px 0 0;
  display: inline-block;
}
.special-price .price-label {
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
  color: #cd5033;
  display: none;
}
.special-price .price {
  color: #da3838;
  margin: 0 5px 0 0;
}

.product-view .product-shop .special-price {
  line-height: 25px;
}
.product-view .product-shop .special-price .price {
  font-size: 25px;
  display: inline-block;
  margin: 0;
}

.product-item .special-price .price, .product-item .minimal-price .price {
  font-weight: normal;
}

/* Minimal price (as low as) */
.minimal-price {
  margin: 0;
}
.minimal-price .price-label {
  font-weight: bold;
  white-space: nowrap;
  display: none;
}

.minimal-price-link {
  display: block;
}
.minimal-price-link .label {
  color: #006BBC;
}
.minimal-price-link .price {
  font-weight: normal;
  color: #006BBC;
}

/* Excluding tax */
.price-excluding-tax {
  display: block;
  color: #0A263C;
}
.price-excluding-tax .label {
  white-space: nowrap;
  color: #0A263C;
}
.price-excluding-tax .price {
  font-size: 13px;
  font-weight: normal;
  color: #e85e00;
}

/* Including tax */
.price-including-tax {
  display: block;
  color: #999;
}
.price-including-tax .label {
  white-space: nowrap;
  color: #999;
}
.price-including-tax .price {
  font-size: 13px;
  font-weight: bold;
  color: #e85e00;
}

/* Configured price */
.configured-price {
  margin: 0;
}
.configured-price .price-label {
  font-weight: bold;
  white-space: nowrap;
}
.configured-price .price {
  font-weight: bold;
}

/* FPT */
.weee {
  display: block;
  font-size: 11px;
}

/* Excl tax (for order tables) */
.price-excl-tax {
  display: block;
}
.price-excl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-excl-tax .price {
  display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
  display: block;
}
.price-incl-tax .label {
  display: block;
  white-space: nowrap;
}
.price-incl-tax .price {
  display: block;
  font-weight: bold;
}

/* Price range */
.price-from, .price-to {
  margin: 0;
}
.price-from .price-label, .price-to .price-label {
  font-weight: bold;
  white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
  padding-left: 10px;
  color: #999;
}
.price-notice .price {
  font-weight: bold;
  color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
  margin: 0;
}
.price-as-configured .price-label {
  font-weight: 300;
  white-space: nowrap;
}

.price-box-bundle {
  padding: 0 0 10px 0;
}
.price-box-bundle .price-box {
  margin: 0 !important;
  padding: 0 !important;
}
.price-box-bundle .price {
  color: #0A263C;
}

/********** Product Prices > */
/* Tier Prices */
.product-pricing {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #d0cece;
  color: #424242;
}

.tier-prices {
  margin: 10px 0;
  padding: 10px;
  background-color: #f4f7f7;
  border: 1px solid #d0cece;
  color: #424242;
}
.tier-prices li {
  line-height: 1.4;
  background: url(../images/i_tier.gif) no-repeat 0 3px;
  padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
  font-style: italic;
  font-weight: bold;
  color: #2f2f2f;
}
.tier-prices .price {
  font-weight: bold;
  color: #2f2f2f;
}

.tier-prices-grouped li {
  padding: 2px 0;
  color: #e85e00;
}
.tier-prices-grouped li .price {
  font-weight: bold;
}

/* Add to Links */
.add-to-links {
  font-size: 11px;
  margin: 5px 0 0;
}
.add-to-links .separator {
  display: none;
}

/* Add to Cart */
.add-to-cart label {
  float: left;
  margin-right: 5px;
  font-weight: normal;
  color: #666666;
  line-height: 40px;
}
.add-to-cart .qty {
  float: left;
  margin-right: 5px;
  height: 40px;
}
.add-to-cart button.button {
  float: left;
}
.add-to-cart .paypal-logo {
  clear: left;
  margin: 0;
  text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
  clear: both;
  display: block;
  margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
  margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
  margin: 10px 0;
}
.add-to-box .add-to-links {
  border-bottom: 1px solid #d0cece;
  clear: both;
  margin: 0 0 15px;
  padding: 0 0 25px;
  text-align: left;
}
.add-to-box .add-to-cart {
  float: left;
}
.add-to-box .or {
  float: left;
  font-weight: bold;
  margin: 0 7px;
  color: #666666;
}
.add-to-box .add-to-links {
  float: left;
  font-size: 12px !important;
  line-height: 1.25 !important;
  text-align: left !important;
}
.add-to-box .add-to-links li .separator {
  display: none !important;
}

.review-product-list .pager {
  float: none;
  padding: 0;
}

.product.data.items {
  position: relative;
  z-index: 1;
  text-align: left;
  background-color: #FFFFFF;
}

.items-tabs .item {
  float: left;
}

.product.data.items .items-tabs .item a {
  display: block;
  line-height: 25px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  color: #888;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  padding: 0 60px 0 0;
}
.product.data.items .items-tabs .item a span {
  font-size: 20px;
}
.product.data.items .items-tabs .item.active a, .product.data.items .items-tabs .item:hover a {
  color: #0A263C;
}
.product.data.items .data-tabs-content {
  margin-top: 0;
  padding: 70px 0 40px;
  clear: both;
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 200px;
}
.product.data.items > .item.content {
  width: 100%;
  float: right;
  margin-left: -100%;
  margin-top: 40px;
  padding: 30px 0 20px;
  text-align: left;
}
.product.data.items > .item.content .table-wrapper {
  margin-bottom: 100px;
}
.product.data.items > .item.title > .switch {
  display: block;
  position: relative;
  z-index: 2;
  color: #aaaaaa;
  font-size: 16px;
}
.product.data.items > .item.title > .switch .counter {
  font-size: 15px;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title:hover > .switch {
  color: #0A263C;
}
.product.data.items::before, .product.data.items::after {
  content: "";
  display: table;
}
.product.data.items:after {
  clear: both;
}
.product.data.items > .item.title {
  display: block;
  margin: 0 10px;
  padding: 0 10px;
  color: #aaa;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.product.data.items > .item.title:first-child {
  margin-left: 0;
  padding-left: 0;
}
.product.data.items > .item.title:first-child:before {
  border: 0;
}

.product-view .toggle-tabs .item.active, .product-view .toggle-tabs .item:hover {
  color: #0A263C;
}

.review-add .block-content .fieldset {
  padding: 0;
  margin: 0;
}

.fieldset > .field > .label {
  border-color: #d0cece;
  color: #666666;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  margin: 0;
  padding: 15px 0 6px;
}
.fieldset.review-fieldset > .field > .label {
  border: 0;
}

.product-collateral h2 {
  display: none;
}
.product-collateral h3, .product-collateral h4 {
  color: #666666;
  font-size: 20px;
}
.product-collateral .box-collateral.box-review_form {
  color: #0A263C;
}
.product-collateral .box-description {
  font-size: 13px;
  color: #666666;
  line-height: 24px;
}
.product-collateral h2 {
  font-weight: bold;
  font-size: 15px;
  color: #e85e00;
  border-bottom: 2px solid #d0cece;
  padding: 0 0 1px;
  margin: 0 0 15px;
}

/* Product Images */
.product-view .product-img-box .product-image, .product-view .product-img-box .product-image-zoom {
  position: relative;
  z-index: 0;
}

.zoomContainer, .zoomWindowContainer {
  z-index: 10000;
}

.product-view .product-img-box .more-views {
  width: 360px;
  margin: 20px auto;
}

.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
  background: none !important;
}

.product-image-popup {
  margin: 0 auto;
}
.product-image-popup .buttons-set {
  float: right;
  clear: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.product-image-popup .nav {
  font-weight: bold;
  margin: 0 100px;
  text-align: center;
}
.product-image-popup .image {
  display: block;
  margin: 10px 0;
}
.product-image-popup .image-label {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  color: #2f2f2f;
}

.fotorama__stage {
  transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
}

.fotorama__stage__frame .fotorama__img {
  max-width: inherit !important;
}

.product-view.product-quickview .product-img-box .more-views {
  width: 220px;
  margin: 20px auto 0;
}
.product-view.product-quickview .product-shop .product-options-bottom .add-to-links {
  display: none;
}
.product-view .product-shop {
  text-align: left;
}

/* Product Shop */
.product-info-stock-sku {
  margin: 0;
  float: none;
  clear: both;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
  vertical-align: middle;
  color: #888;
  text-transform: capitalize;
  font-weight: normal;
  margin: 0;
}
.product-info-main .stock.available:before, .product-info-main .stock.unavailable:before {
  margin-right: 2px;
  content: "\f00c";
  font-size: 12px;
  font-family: FontAwesome;
}
.product-info-main .product.attribute.sku .value {
  display: inline-block;
}

.product-view .product-shop .short-description h2 {
  color: #0A263C;
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}
.product-view .product-shop .product-social-links {
  clear: inherit;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.product-add-form .product-social-links {
  clear: inherit;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.product-view .product-shop .add-to-links, .product-add-form .add-to-links {
  float: left;
  margin: 0;
}

.product-view .product-shop .product-social-links a .icons, .product-add-form .product-social-links a .icons {
  font-size: 18px;
  margin-right: 20px;
  vertical-align: middle;
}

.product-view .product-shop .product-social-links a span, .product-add-form .product-social-links a span {
  font-size: 16px;
  vertical-align: middle;
}

.product-reviews-summary .rating-summary {
  display: inline-block;
  position: relative;
  text-align: left;
}

.product-view .product-shop .ratings {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 25px 0 15px;
}
.product-view .product-shop .product-reviews-summary {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  padding: 25px 0 15px;
}
.product-view .product-shop .product-reviews-summary .rating-summary {
  display: block;
}

.product-item .product-reviews-summary {
  display: block;
  margin: 5px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
}

.product-reviews-summary.empty {
  border: 0;
  margin: 0;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #d0cece;
}

.product-info-main .product-reviews-summary.empty .reviews-actions {
  margin: 5px 0 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  margin: 15px 0;
  display: inline-block;
  line-height: 11px;
}
.product-info-main .product-reviews-summary .reviews-actions .action {
  font-size: 16px;
  margin: 0;
  padding: 15px 0 !important;
  color: #0A263C;
  display: block;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view {
  padding-left: 0;
}
.product-info-main .product-reviews-summary.empty .reviews-actions .action {
  padding: 0;
}

.data.item.content .review-list .block-title {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.data.item.content .review-list .block-content {
  padding: 0;
  border: 0;
}
.data.item.content .review-add .block-content {
  padding: 0;
  border: 0;
}

.review-toolbar {
  border-top: 1px solid #d0cece;
  margin: 0 0 10px !important;
  border-bottom: 0 none;
  padding: 0;
}

.block.review-list .block-content li.item.review-item {
  padding: 30px 0;
}

.review-title {
  font-weight: 600;
}

.review-ratings .label {
  color: #666666;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 6px 10px 10px 0;
}

.block.review-add .actions-toolbar {
  margin: 30px 0 0 !important;
}

.product-info-price .rating-summary .rating-result {
  display: block;
}

.rating-summary .rating-result {
  width: 108px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.rating-summary .rating-result > span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  color: #ffff90;
  position: relative;
  z-index: 2;
}
.rating-summary .rating-result:before {
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  position: absolute;
  top: 0;
  left: 0;
  color: #aaaaaa;
  width: 100%;
  z-index: 1;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  letter-spacing: 7px;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
}
.rating-summary .rating-result > span:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  display: block;
  letter-spacing: 7px;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.review-field-ratings .review-field-rating .control {
  padding-top: 2px;
}
.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: top;
}

.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}

.review-control-vote {
  overflow: hidden;
}
.review-control-vote::before {
  color: #dfdfdf;
  content: "\f006" "\f006" "\f006" "\f006" "\f006";
  display: block;
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  letter-spacing: 10px;
  line-height: 25px;
  position: absolute;
  vertical-align: top;
  z-index: 1;
}
.review-control-vote label::before {
  color: #888;
  font-family: FontAwesome;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  height: 25px;
  letter-spacing: 10px;
  line-height: 25px;
  opacity: 0;
  vertical-align: top;
}
.review-control-vote input[type=radio] {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-1::before {
  content: "\f005";
}
.review-control-vote .rating-2::before {
  content: "\f005" "\f005";
}
.review-control-vote .rating-3::before {
  content: "\f005" "\f005" "\f005";
}
.review-control-vote .rating-4:before {
  content: "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote .rating-5:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote input[type=radio]:focus + label::before, .review-control-vote input[type=radio]:checked + label::before {
  opacity: 1;
}

.product-add-form .fieldset {
  padding: 0;
  margin: 0;
}

.product-view .product-shop .short-description .std p {
  font-size: 13px;
  color: #0A263C;
  margin: 0;
  line-height: 24px;
}
.product-view .product-shop .addit {
  clear: both;
  padding: 10px 0 0;
}
.product-view .product-shop .addit .so-social-share {
  float: left;
  margin-right: 10px;
}

.so-twitter.so-social-share {
  width: 80px;
}

.so-plusone.so-social-share {
  width: 65px;
}

.product-view .add-to-box .add-to-cart {
  float: left;
}

.product-info-main .price-box .price-container {
  margin: 0;
}

.product-info-main .special-price {
  display: inline-block;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax {
  line-height: normal;
}

.product-options-bottom .price-box .price-including-tax + .price-excluding-tax, .product-info-main .price-box .weee + .price-excluding-tax, .product-options-bottom .price-box .weee + .price-excluding-tax, .product-info-main .price-box .weee, .product-options-bottom .price-box .weee {
  line-height: normal;
}

.product-view .product-qty, .product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
  float: left;
  clear: both;
}

.product-view .product-qty label {
  color: #FBBA00;
  font-size: 14px;
  font-weight: normal;
  line-height: 43px;
  margin: 0 20px;
  text-transform: capitalize;
}
.product-view .product-qty label span {
  color: #FBBA00;
  font-size: 14px;
  font-weight: normal;
  line-height: 43px;
  margin: 0 20px;
  text-transform: capitalize;
}

.block-bundle-summary .product-details .product-qty .label span {
  color: #FBBA00;
  font-size: 14px;
  font-weight: normal;
  line-height: 43px;
  margin: 0 20px;
  text-transform: capitalize;
}

.product-view .product-qty label span, .block-bundle-summary .product-details .product-qty .label span {
  margin: 0;
}

.product-view .product-qty label {
  display: none;
}
.product-view .product-qty .custom-qty {
  float: left;
}

.block-bundle-summary .product-details .product-qty .label, .block-bundle-summary .product-details .product-qty .custom-qty {
  float: left;
}

.product-view .product-qty .custom-qty, .block-bundle-summary .product-details .product-qty .custom-qty {
  border: 1px solid #d0cece;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
}

.box-tocart .btn-plus, .product-shop .add-to-box .btn-plus {
  display: inline-block;
  float: left;
  height: 33px;
  width: 16px;
}

.product-view .product-shop .add-to-cart .btn-plus {
  display: inline-block;
  float: left;
  height: 33px;
  width: 16px;
}
.product-view .product-shop .add-to-cart .items {
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  color: #888;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: 46px;
  height: auto;
}

.box-tocart .items, .product-shop .add-to-box .items {
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  border: 0;
  margin: 0;
  padding: 0;
  color: #888;
  cursor: pointer;
  float: left;
  text-align: center;
  line-height: 46px;
  height: auto;
}

.product-view .product-shop .add-to-cart .items:hover, .product-options-bottom .items:hover, .product-shop .add-to-box .items:hover {
  color: #0A263C;
}

.product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty {
  border-radius: 0;
  border: 0 solid #d0cece;
  color: #0A263C;
  float: left;
  font-size: 20px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  width: 65px !important;
  padding: 0;
}

.product-view .product-shop input.qty:focus, .block-bundle-summary .product-details input.qty:focus {
  box-shadow: none;
}

.product-static img {
  background-color: #FFFFFF;
  padding: 10px;
}

.container-quickview {
  padding-bottom: 15px;
  padding-top: 15px;
}

/* Product Options */
.product-options {
  margin: 0;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid #d0cece;
}
.product-options dl {
  margin: 0;
  overflow: hidden;
}
.product-options dt {
  padding: 40px 0 0;
  font-weight: normal;
}
.product-options dt label {
  font-weight: normal;
  color: #444444;
}
.product-options dt label.required em {
  color: #eb340a;
  margin-right: 5px;
}
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0;
}
.product-options dd .qty-holder label {
  vertical-align: middle;
  font-weight: 300;
}
.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px;
  color: #2f2f2f;
}
.product-options dd {
  padding: 0;
  margin: 0;
}
.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0;
}
.product-options dd input.input-text {
  width: 98%;
}
.product-options dd input.datetime-picker {
  width: 150px;
}
.product-options dd .time-picker {
  display: -moz-inline-box;
  display: inline-block;
  padding: 2px 0;
  vertical-align: middle;
}
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
.product-options dd select {
  width: 99%;
}
.product-options dd .multiselect option {
  border-bottom: 1px dotted #d0cece;
  padding: 2px 4px;
}
.product-options ul.options-list {
  margin-right: 5px;
}
.product-options ul.options-list li {
  line-height: 1.5;
  padding: 2px 0;
}
.product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px;
}
.product-options ul.options-list .label {
  display: block;
  margin-left: 18px;
}
.product-options ul.options-list label {
  font-weight: normal;
}
.product-options ul.validation-failed {
  padding: 0 7px;
}
.product-options p.note {
  margin: 0;
  font-size: 11px;
}
.product-options p.required {
  text-align: left;
  clear: both;
  margin: 10px 0 40px;
}

.box-tocart {
  padding: 10px 0;
  float: left;
}

.product-options-bottom .fieldset {
  padding: 0;
  margin: 0;
}
.product-options-bottom .product-pricing {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e85e00;
}
.product-options-bottom .tier-prices {
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #e85e00;
}
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}
.product-options-bottom .tier-prices .price, .product-options-bottom .tier-prices .benefit {
  color: #e85e00;
}
.product-options-bottom .price-box {
  margin: 0;
  padding: 0;
}
.product-options-bottom .add-to-links {
  clear: both;
  text-align: right;
}

.col3-layout .product-options-bottom .price-box {
  float: none;
  padding: 0 0 5px;
}

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px;
}
.product-options-bottom .price-tax {
  float: left;
}
.product-options-bottom .add-to-cart {
  padding: 0;
  float: none;
}

.product-shop .product-options-bottom .price-box {
  float: left;
  margin: 0;
  padding: 0 0 10px;
  display: none;
}
.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0;
}
.product-shop .product-options-bottom .price-tax {
  float: none;
}
.product-shop .product-options-bottom .add-to-cart-box {
  float: left;
}

.bundle-options-container .product-options-wrapper {
  padding: 0;
  border: 0 none;
}
.bundle-options-container .product-options-wrapper .control .nested.options-list .choice {
  margin-bottom: 10px;
}

.block-bundle-summary .product-details .product.name {
  display: block;
  font-weight: 500;
  padding-top: 10px;
}
.block-bundle-summary .box-tocart {
  float: none;
  padding: 0;
}

.product-add-form .block-bundle-summary .product-details .add-to-links {
  float: none;
}

.bundle-actions {
  float: left;
  margin: 0;
  padding: 45px 0;
}

.bundle-options-container .block-bundle-summary {
  background: #e8e8e8 none repeat scroll 0 0;
  padding: 0 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
}
.bundle-options-container .product-add-form .block-bundle-summary .fieldset {
  background-color: transparent;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  background-color: #f5f5f5;
  border: 1px solid #d0cece;
  line-height: 30px;
  padding: 0 10px;
  display: inline-block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
  background-color: #ff5555;
  color: #FFFFFF;
  border: 1px solid #ff5555;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action span {
  padding-left: 5px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.towishlist {
  margin-right: 10px;
}
.bundle-options-container p.required {
  text-align: left;
  padding: 10px 0 0;
}

.page-product-downloadable .product-options-wrapper {
  border: 0;
}
.page-product-downloadable .product-options-bottom {
  padding-top: 30px;
}

.fieldset > .field > .label, .fieldset > .fields > .field > .label {
  font-weight: normal;
}

.field.downloads .field.choice {
  border-bottom: 1px solid #d0cece;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
  margin: 0;
  padding: 0;
}
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
  line-height: 1.25;
}
.product-view .box-up-sell {
  margin-bottom: 0px;
}
.product-view .box-up-sell .block-title h3 span {
  padding: 0;
}
.product-view .box-up-sell .title-divider {
  margin-bottom: 30px;
}
.product-view .box-up-sell .products-grid {
  width: 100%;
  padding: 0;
}
.product-view .box-up-sell .products-grid td {
  width: 25%;
  background: #f6f2e7;
  border-right: 1px solid #d0cece;
  border-bottom: 1px solid #d0cece;
  padding: 15px 10px 12px;
  line-height: 1.6em;
}
.product-view .box-up-sell .products-grid tr.last td {
  border-bottom: 0;
}
.product-view .box-up-sell .products-grid td.last {
  border-right: 0;
}
.product-view .box-up-sell .products-grid td img {
  border: 1px solid #d0cece;
}
.product-view .box-up-sell .products-grid .product-image {
  text-align: center;
}
.product-view .box-up-sell .products-grid td.empty {
  border-right: 0;
  background: #f1ecdb;
}
.product-view .box-up-sell .products-grid .ratings .rating-links {
  padding: 0;
}
.product-view .sale-content .block-title-tabs, .product-view .box-up-sell .bx-controls .bx-default-pager {
  display: none;
}
.product-view .box-tags {
  margin: 0;
}
.product-view .box-tags h3 {
  font-size: 13px;
}
.product-view .box-tags .product-tags {
  display: block;
  margin: 0 0 15px;
}
.product-view .box-tags .product-tags li {
  display: inline;
  background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
  padding: 0 7px 0 4px;
}
.product-view .box-tags .product-tags li.first {
  padding-left: 0;
}
.product-view .box-tags .product-tags li.last {
  background: none;
  padding-right: 0;
}
.product-view .box-tags .form-add label {
  display: block;
  font-size: 13px;
  font-weight: normal;
  margin: 0 0 5px;
  color: #0A263C;
}
.product-view .box-tags .form-add .input-box {
  float: left;
  width: 305px;
  margin: 0 5px 0 0;
  padding: 0;
}
.product-view .box-tags .form-add input.input-text {
  width: 299px;
  height: 38px;
}
.product-view .box-tags .note {
  margin: 5px 0 0;
  padding: 0;
  font-size: 11px;
  color: #666666;
}
.product-view .box-reviews dl {
  margin: 0;
}
.product-view .box-reviews dt {
  padding: 0 0 5px;
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
  font-weight: bold;
}
.product-view .box-reviews dd {
  margin: 0 0 15px;
}
.product-view .box-reviews dd small {
  font-style: italic;
}
.product-view .box-reviews .form-add {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add h3 {
  font-size: 13px;
  font-weight: normal;
}
.product-view .box-reviews .form-add h3 span {
  font-weight: bold;
}
.product-view .box-reviews .form-add h4 {
  font-size: 12px;
}
.product-view .box-reviews .form-add .data-table td {
  text-align: center;
}
.product-view .box-reviews .form-add .form-list {
  margin: 15px 0 0;
}
.product-view .box-reviews .form-add .form-list .input-box {
  width: 360px;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
  width: 354px;
}
.product-view .box-collateral .data-table {
  margin-bottom: 10px;
}
.product-view .box-collateral .data-table th {
  font-weight: normal;
}

/* Block:Description */
/* Block:Additional */
/* Block:Upsell */
/* Block:Tags */
/* Block:Reviews */
/* Send a Friend */
.send-friend .form-list {
  width: 615px;
  overflow: hidden;
}
.send-friend .form-list li {
  margin-right: -15px;
}
.send-friend .form-list li p {
  margin: 0 15px 0 0;
}
.send-friend .form-list .field {
  width: 315px;
}
.send-friend .form-list .input-box {
  width: 300px;
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
  width: 294px;
}
.send-friend .form-list li.wide .input-box {
  width: 612px;
}
.send-friend .form-list li.wide textarea {
  width: 609px;
}
.send-friend .buttons-set .limit {
  float: right;
  margin: 0 7px 0 0;
  font-size: 11px;
  line-height: 21px;
}

/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
}

/* Product Tags */
.tags-list {
  display: block;
  font-size: 13px;
  border: 1px solid #d0cece;
  background: #f8f7f5;
  padding: 10px 0 10px 0;
}
.tags-list li {
  display: inline !important;
  margin: 0 4px 0 0;
}
.tags-list li a {
  color: #e8e9ee;
}

/* Advanced Search */
.advanced-search .form-list label {
  width: 160px;
  padding-right: 10px;
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
  float: left;
  clear: none;
}

.advanced-search-amount {
  margin: 0 0 10px;
}

.advanced-search-summary {
  margin: 10px 0;
  border: 1px solid #d0cece;
  background: #fff6f1;
  padding: 10px;
}
.advanced-search-summary ul {
  float: left;
  width: 49%;
}
.advanced-search-summary strong {
  color: #e85e00;
  padding-left: 15px;
  background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}
.advanced-search-summary p {
  clear: both;
  font-weight: bold;
  margin: 0;
}

/* Sitemap */
.page-sitemap .links {
  text-align: right;
  margin: 0 8px -22px 0;
}
.page-sitemap .links a {
  text-decoration: none;
  position: relative;
}
.page-sitemap .links a:hover {
  text-decoration: underline;
}
.page-sitemap .sitemap {
  margin: 12px;
}
.page-sitemap .sitemap a {
  color: #1b2d3b;
}
.page-sitemap .sitemap li {
  margin: 3px 0;
}
.page-sitemap .sitemap li.level-0 {
  margin: 10px 0 0;
  font-weight: bold;
}
.page-sitemap .sitemap li.level-0 a {
  color: #1097FE;
}

/* RSS */
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px;
}

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title {
  border-bottom: 0;
  margin: 50px 0 0;
}
.cart .page-title h1 {
  margin: 10px 0 20px;
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
}
.cart .data-table .btn-remove2 .icons {
  font-size: 15px;
}

.crosssell .products-textlink {
  border: 0 none !important;
}

.cart-empty {
  text-align: center;
}

.checkout-cart-index .page-title-wrapper {
  padding: 20px 0 0;
  text-align: center;
}
.checkout-cart-index .page-title-wrapper .page-title span {
  font-size: 20px;
}

.cart-container {
  background-color: #FFFFFF;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
  margin: 0 0 5px;
}
.cart .title-buttons .checkout-types {
  float: right;
  display: none;
}
.cart .title-buttons .checkout-types li {
  float: left;
  margin: 0 0 5px 5px;
}
.cart .checkout-types .paypal-or {
  margin: 0 8px;
  line-height: 2.3;
}
.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  line-height: 1;
  font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
  padding: 2px 10px;
}
.cart-table td {
  padding: 25px 20px;
  border: 1px solid #d0cece;
}
.cart-table .product-name {
  margin: 0 0 5px;
  color: #0A263C;
}
.cart-table .item-msg {
  margin: 5px 0;
  font-size: 11px;
  font-weight: bold;
  color: #df280a;
}
.cart-table tfoot td {
  padding: 15px;
}
.cart-table .btn-continue {
  float: left;
}
.cart-table .btn-update, .cart-table .btn-empty {
  float: right;
}
.cart-table .btn-update {
  margin-left: 10px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td, .table tbody + tbody {
  border: 0;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
  padding: 25px 0 0;
}
.cart .cart-collaterals .col2-set .col-1, .cart .cart-collaterals .col2-set .col-2, .cart .cart-collaterals .col2-set .col-3 {
  width: 33.3333%;
  float: left;
}
.cart .crosssell {
  padding: 0 0 50px;
}
.cart .crosssell .block-title h3 span {
  padding: 0;
}
.cart .crosssell .title-divider {
  margin-bottom: 10px;
}
.cart .crosssell .product-name {
  font-size: 100%;
  margin: 0 0 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cart .crosssell .product-name a {
  font-size: 14px;
  outline: 0 none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.cart .crosssell li.item {
  margin: 12px 0;
}
.cart .crosssell .link-compare {
  font-weight: normal;
}
.cart .bx-has-controls-direction .bx-default-pager {
  display: none;
}
.cart .shipping p {
  font-size: 13px;
  color: #2a2a2a;
  font-weight: 300;
}
.cart .discount {
  padding: 15px 0;
  margin: 0 0 18px;
}
.cart .discount label {
  font-size: 13px;
  color: #2a2a2a;
  font-weight: 300;
}
.cart .shipping {
  padding: 15px 0;
  margin: 0 0 18px;
}
.cart .discount h2, .cart .shipping h2 {
  margin: 0 0 20px;
  padding: 0 10px 0 0;
  color: #0A263C;
  text-transform: uppercase;
  font-size: 19px;
  letter-spacing: 1px;
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
  margin: 10px 0 0;
  border: 0;
  padding: 0;
  text-align: left;
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
  float: none;
  margin-left: 0;
}
.cart .discount .input-box {
  margin: 8px 0 0;
}
.cart .discount input.input-text {
  width: 100%;
}
.cart .shipping .sp-methods {
  margin: 10px 0 0;
  padding: 5px 0 0;
}
.cart .totals {
  padding: 15px 0px 15px 0;
  margin: 0;
}
.cart .totals table {
  width: 100%;
  margin: 7px 0;
}
.cart .totals td {
  padding: 1px 0 1px 30px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
/* Shopping Cart Totals */
.cart .totals td.a-right .price {
  font-weight: 600;
}
.cart .totals tfoot th {
  padding: 5px 15px 5px 7px;
}
.cart .totals tfoot td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart .totals .checkout-types {
  font-size: 13px;
  padding: 0;
  text-align: right;
}
.cart .totals .checkout-types li {
  clear: both;
  margin: 10px 0;
}
.cart .totals .checkout-types li a {
  color: #666666;
  text-decoration: none;
}
.cart .totals .checkout-types li a:hover {
  color: #ff5555;
}

/* Options Tool Tip */
.item-options dt {
  font-weight: bold;
  color: #666666;
}
.item-options dd {
  padding-left: 10px;
  margin: 0 0 6px;
}

.truncated {
  cursor: help;
}
.truncated a.dots, .truncated a.details {
  cursor: help;
}
.truncated .truncated_full_value {
  position: relative;
  z-index: 999;
}
.truncated .truncated_full_value .item-options {
  position: absolute;
  top: -99999em;
  left: -99999em;
  z-index: 999;
  width: 250px;
  padding: 8px;
  border: 1px solid #d0cece;
  background-color: #f6f6f6;
}
.truncated .truncated_full_value .item-options > p {
  font-weight: bold;
  text-transform: uppercase;
}
.truncated .show .item-options {
  top: -20px;
  left: 50%;
}

.col-left .truncated .show .item-options {
  left: 15px;
  top: 7px;
}

.col-right .truncated .show .item-options {
  left: -240px;
  top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
  margin: 0 0 8px;
}
.sp-methods dt {
  margin: 13px 0 5px;
  font-weight: 300;
}
.sp-methods dd li {
  margin: 5px 0;
}
.sp-methods label {
  font-weight: 300;
  color: #666666;
  line-height: 16px;
}
.sp-methods .price {
  font-weight: 300;
}
.sp-methods .form-list {
  padding-left: 20px;
}
.sp-methods .form-list li {
  margin: 0 0 8px;
}
.sp-methods select.month {
  width: 154px;
  margin-right: 10px;
}
.sp-methods select.year {
  width: 96px;
}
.sp-methods input.cvv {
  width: 3em !important;
}
.sp-methods .checkmo-list li {
  margin: 0 0 5px;
}
.sp-methods .checkmo-list label {
  width: 135px;
  padding-right: 10px;
  text-align: right;
}
.sp-methods .checkmo-list address {
  float: left;
}
.sp-methods .centinel-logos a {
  margin-right: 3px;
}
.sp-methods .centinel-logos img {
  vertical-align: middle;
}
.sp-methods .release-amounts {
  margin: 0.5em 0;
}
.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0;
}

.please-wait {
  float: right;
}
.please-wait img {
  vertical-align: middle;
}

.cvv-what-is-this {
  font-size: 11px;
  cursor: help;
  margin-left: 10px;
}

.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.opc-block-shipping-information .shipping-information-title .action-edit {
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 2px;
  border: 0;
  padding: 0;
  background-color: transparent;
  height: auto;
  line-height: 110%;
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
  color: #ff5555;
  content: "\f040";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Tooltip */
.tool-tip {
  border: 1px solid #7BA7C9;
  background: #EAF6FF;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.tool-tip .btn-close {
  margin: -9px -14px 0;
  text-align: right;
}
.tool-tip .btn-close a {
  display: block;
  margin: 0 0 0 auto;
  width: 15px;
  height: 15px;
  background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
  text-align: left;
  text-indent: -999em;
  overflow: hidden;
}
.tool-tip .tool-tip-content {
  padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
  font-size: 12px;
  font-weight: bold;
  color: #e85e00;
}
.gift-messages p.control {
  color: #8e8d8b;
}

.gift-messages-form {
  position: relative;
}
.gift-messages-form label {
  float: none !important;
  position: static !important;
}
.gift-messages-form h4 {
  font-size: 12px;
  font-weight: bold;
  color: #e85e00;
}
.gift-messages-form .whole-order {
  margin: 0 0 24px;
}
.gift-messages-form .item {
  margin: 0 0 10px;
}
.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px;
}
.gift-messages-form .item .product-image {
  margin: 0 0 7px;
}
.gift-messages-form .item .number {
  margin: 0;
  font-weight: bold;
  text-align: center;
  color: #8a8987;
}
.gift-messages-form .item .details {
  margin-left: 90px;
}
.gift-messages-form .item .details .product-name {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.gift-messages-form .item .details .form-list .field {
  width: 255px;
}
.gift-messages-form .item .details .form-list .input-box {
  width: 240px;
}
.gift-messages-form .item .details .form-list input.input-text {
  width: 234px;
}
.gift-messages-form .item .details .form-list li.wide .input-box {
  width: 500px;
}
.gift-messages-form .item .details .form-list li.wide textarea {
  width: 494px;
}

.gift-message-link {
  font-size: 11px;
  background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
  padding-right: 7px;
}
.gift-message-link.expanded {
  background-position: 100% -40px;
}

.gift-message-row {
  background: #f2efe9;
}
.gift-message-row .btn-close {
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
  font-size: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
}

/* Centinel */
.centinel .authentication {
  border: 1px solid #ddd;
  background: #FFFFFF;
}
.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.opc .centinel {
  border: solid #d0cece;
  border-width: 0 1px 1px;
  padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
  background: #fbfaf6;
  border: 1px solid #d0cece;
  margin: 0 0 25px;
  padding: 20px;
}
.info-set h2 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
}
.info-set h3, .info-set h4 {
  font-size: 13px;
  font-weight: bold;
  color: #e85e00;
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
  font-weight: normal;
}
.info-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  background: #f9f3e3;
  border-bottom: 1px solid #d0cece;
  position: relative;
}
.info-set h3.legend {
  margin: 0 0 10px;
  color: #0A263C;
}
.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.info-set .box {
  margin: 0 0 15px;
}
.info-set .box h2 {
  color: #e85e00;
}
.info-set .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #006BBC !important;
}
.info-set .data-table .product-name a {
  font-weight: bold !important;
}
.info-set .data-table .item-options {
  margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
}
.block-progress .block-title {
  background: none;
  border: 0;
  padding: 0;
  margin: 0 0 5px;
}
.block-progress .block-title strong {
  font-size: 13px;
  color: #0A263C;
}
.block-progress .block-content {
  padding: 30px 20px;
}
.block-progress dl {
  margin: 0;
}
.block-progress dt {
  background-color: transparent;
  background-image: url("../images/icon-Progress.png");
  background-position: 0 8px;
  background-repeat: no-repeat;
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 6px;
  padding: 0 0 0 20px;
}
.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px;
}
.block-progress dt.complete {
  margin: 0;
}
.block-progress dd.complete {
  color: #666666;
  font-weight: 300;
}
.block-progress p {
  margin: 0;
}
.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0;
}
.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.block-progress .cards-list .info-table th {
  font-weight: normal;
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.checkout-onepage-success .checkout-success {
  padding-top: 15px;
  font-size: 17px;
}
.checkout-onepage-success .col-right {
  padding-top: 25px;
}

.checkout-onepage-index .main-container {
  padding-top: 30px;
}

.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
  display: inline;
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
  display: none;
}

.opc {
  position: relative;
  margin-bottom: 30px;
}
.opc .buttons-set {
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}
.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px;
  margin: 0 !important;
}
.opc .buttons-set a.f-left {
  float: right !important;
  color: #ff0000;
  text-decoration: none;
}
.opc .buttons-set a.f-left:hover {
  color: #f2bc4d;
}
.opc .buttons-set .back-link small {
  display: none;
}
.opc .buttons-set .back-link a {
  background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
  padding-left: 16px;
}
.opc .buttons-set.disabled button.button {
  display: none;
}
.opc .buttons-set .please-wait {
  height: 21px;
  line-height: 21px;
}
.opc .ul {
  list-style: disc outside;
  padding-left: 18px;
}
.opc li.section {
  margin-top: 10px;
}
.opc .step-title {
  text-align: left;
  line-height: 40px;
}
.opc .step-title .number {
  background: #dddddd;
  padding: 0;
  margin: 0 10px 0 0;
  color: #FFFFFF;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
}
.opc .step-title h2 {
  margin: 0;
  color: #0A263C;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
}
.opc .step-title a {
  display: none;
  float: right;
  font-size: 11px;
  line-height: 16px;
}
.opc .allow .step-title {
  color: #a4b3b9;
  cursor: pointer;
}
.opc .allow .step-title .number {
  margin-right: 10px;
  background: #dddddd;
  color: #FFFFFF;
}

.fieldset > .field .note, .fieldset > .fields > .field .note {
  display: inline-block;
}
.fieldset > .field .additional, .fieldset > .fields > .field .additional {
  margin-top: 9px;
}

.table-checkout-shipping-method thead th {
  font-weight: 600;
}

.opc .active .step-title {
  padding: 0;
  color: #FBBA00;
  cursor: default;
  border: 0 none;
  text-align: left;
  line-height: 40px;
}
.opc .active .step-title .number {
  background: #000;
  margin-right: 10px;
  color: #FFFFFF;
}
.opc .step {
  background: #FFFFFF;
  padding: 15px;
  position: relative;
  border: 1px solid #d0cece;
}
.opc .step .tool-tip {
  right: 30px;
}

#opc-login .buttons-set {
  border-top: 0;
}
#opc-login h3 {
  font-size: 15px;
  padding-bottom: 2px;
  text-transform: capitalize;
  color: #0A263C;
  font-weight: 300;
}
#opc-login p {
  font-size: 13px;
  color: #ff0000;
  margin: 0 0 5px;
}
#opc-login h4 {
  font-size: 13px;
  font-weight: 300;
  color: #0A263C;
  margin: 0 0 10px;
}
#opc-login .step .ul li {
  color: #888888;
  font-size: 13px;
  font-weight: 300;
}

#opc-shipping_method .buttons-set {
  border-top: 0;
}

.opc .gift-messages-form {
  margin: 0 -30px;
  background: #f6f1eb;
  border: solid #d0cece;
  border-width: 1px 0;
  padding: 22px 24px 22px 30px;
}
.opc .gift-messages-form .inner-box {
  padding: 5px;
  height: 260px;
  overflow: auto;
}

.modal-header, .authentication-wrapper {
  display: none;
}

#opc-review .step {
  border: 0;
  padding: 0;
}
#opc-review .product-name {
  font-weight: 300;
  color: #0A263C;
}
#opc-review .item-options {
  margin: 5px 0 0;
}
#opc-review .buttons-set {
  padding: 20px 30px;
  border: solid #d0cece;
  border-width: 0 1px 1px;
}
#opc-review .buttons-set p {
  margin: 0;
  line-height: 40px;
}
#opc-review .buttons-set .please-wait {
  height: 40px;
  line-height: 40px;
}
#opc-review .authentication {
  margin: 0 auto;
  width: 570px;
}
#opc-review .warning-message {
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px 0;
}

#checkout-review-submit .buttons-set button.button {
  float: right;
}

/* Multiple Addresses Checkout */
.checkout-progress {
  padding: 0 90px;
  margin: 50px 0;
}
.checkout-progress li {
  float: left;
  width: 19%;
  margin: 0 3px 0 0;
  border-top: 10px solid #444;
  padding: 2px 0 0;
  text-align: center;
  color: #444;
  font-weight: 300;
}
.checkout-progress li.active {
  border-top-color: #965554;
  color: #965554;
  font-weight: 400;
}

.multiple-checkout h2 {
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 10px;
  color: #444;
}
.multiple-checkout h3, .multiple-checkout h4 {
  font-size: 13px;
  font-weight: bold;
  color: #965554;
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
  font-weight: normal;
}
.multiple-checkout .data-table .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #006BBC !important;
}
.multiple-checkout .data-table .item-options {
  margin: 5px 0 0;
}
.multiple-checkout .gift-messages {
  margin: 15px 0 0;
}
.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px;
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
  background: #fbfaf6;
  border: 1px solid #d0cece;
  margin: 0 0 24px;
  padding: 20px;
}
.multiple-checkout .col2-set h2.legend {
  margin: -20px -20px 15px;
  padding: 5px 10px;
  border-bottom: 1px solid #d0cece;
  position: relative;
}
.multiple-checkout .col2-set h3.legend {
  margin: 0 0 10px;
  color: #0A263C;
}
.multiple-checkout .col2-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative;
}
.multiple-checkout .box {
  margin: 0 0 15px;
}
.multiple-checkout .box h2 {
  color: #965554;
}
.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0;
}
.multiple-checkout .place-order .grand-total {
  float: right;
  height: 71px;
  font-size: 1.5em;
  padding: 0 0 0 21px;
  overflow: hidden;
}
.multiple-checkout .place-order .grand-total .inner {
  float: left;
  height: 71px;
  padding: 14px 0 0 0;
}
.multiple-checkout .place-order .grand-total .inner div {
  display: inline;
}
.multiple-checkout .place-order .grand-total big {
  display: inline;
  margin-right: 12px;
}
.multiple-checkout .place-order .grand-total .price {
  color: #E60668;
}
.multiple-checkout .place-order .grand-total button.button span {
  font-size: 16px;
}
.multiple-checkout .place-order .grand-total button.button span span {
  padding: 0 45px 0 36px;
}

/* Step 1 */
#multiship-addresses-table td {
  padding: 10px;
}
#multiship-addresses-table tfoot td {
  padding: 5px 10px;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
  width: 100%;
  overflow: hidden;
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
  margin-right: -15px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
  width: 230px;
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
  width: 215px;
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
  width: 209px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
  width: 445px;
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
  width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
  border: 1px solid #d0cece;
  background: #f9f3e3;
  padding: 13px;
  position: relative;
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
  position: absolute;
  top: -20px;
  right: -40px;
  width: 178px;
  height: 41px;
  background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
  overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
  position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-login .content {
  background-color: #FFFFFF;
  min-height: 270px;
  padding: 0;
}
.account-login .content p {
  font-size: 13px;
  font-weight: 300;
}
.account-login .content p.required {
  color: #ee001c;
}
.account-login .content h2 {
  padding: 0 10px 10px 0;
}
.account-login .buttons-set {
  margin: 0 0 20px;
  padding: 8px 0;
  border: none;
}
.account-login .buttons-set .f-left {
  float: right !important;
  line-height: 34px;
  text-decoration: none;
  color: #ee001c;
}

/* Captcha ================================================================================ */
.captcha-note {
  clear: left;
  padding-top: 5px;
}

.captcha-image {
  float: left;
  display: inline;
  margin: 0;
  position: relative;
  width: 258px;
}
.captcha-image .captcha-img {
  border: 1px solid #d0cece;
  vertical-align: bottom;
  width: 100%;
}

.registered-users .captcha-image {
  margin: 0;
}

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
}
.captcha-reload.refreshing {
  animation: rotate 1.5s infinite linear;
  -webkit-animation: rotate 1.5s infinite linear;
  -moz-animation: rotate 1.5s infinite linear;
}

.product-view .product-essential {
  margin-bottom: 20px;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  0% {
    transform: rotate(-360deg);
  }
}
/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990;
}

.remember-me label {
  float: none;
  margin: 0 6px;
}

.remember-me-popup {
  background: #FFFFFF;
  border: 1px solid #d0cece;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000;
}
.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #d0cece;
  font-size: 14px;
  padding: 5px 10px;
}
.remember-me-popup .remember-me-popup-head {
  position: relative;
}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
}
.remember-me-popup .remember-me-popup-body {
  padding: 10px;
}
.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #e85e00;
  background: #FBBA00;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #FFFFFF;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.customer-account-index .main-container {
  margin-top: 30px;
}

.my-account .title-buttons .link-rss {
  float: none;
  margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
  margin: 0 8em 1.5em 0;
}
.dashboard .welcome-msg p {
  margin: 0;
}
.dashboard .col2-set {
  margin: 0 0 15px;
}

/* General Box */
.box-account {
  background: #FFFFFF;
  border: 1px solid #d0cece;
  padding: 15px;
  margin: 0 0 20px;
}
.box-account .box-head {
  margin: 0 0 20px;
  text-align: right;
}
.box-account .box-head h2 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-left: 21px;
  color: #444;
}

.dashboard .box .box-title {
  padding: 0 0 5px;
  margin: 0 0 10px;
  text-align: right;
  border-bottom: 1px solid #d0cece;
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
  float: left;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  color: #0A263C;
  text-transform: uppercase;
}
.dashboard .box-recent .box-head h2 {
  background-image: url(../images/i_folder-table.gif);
}
.dashboard .box-info .box-head h2 {
  background-image: url(../images/i_ma-info.gif);
}
.dashboard .box-info h4 {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.dashboard .box-reviews .box-head h2 {
  background-image: url(../images/i_ma-reviews.gif);
}
.dashboard .box-reviews .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0A263C;
}
.dashboard .box-reviews .details {
  margin-left: 20px;
}
.dashboard .box-reviews li.item {
  margin: 0 0 7px;
}
.dashboard .box-reviews li.item.last {
  margin: 0;
}
.dashboard .box-reviews .ratings {
  margin: 7px 0 0;
}
.dashboard .box-tags .box-head h2 {
  background-image: url(../images/i_ma-tags.gif);
}
.dashboard .box-tags .number {
  float: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  margin: 3px -20px 0 0;
  padding: 2px 3px;
  background: #0A263C;
}
.dashboard .box-tags .details {
  margin-left: 20px;
}
.dashboard .box-tags li.item {
  margin: 0 0 7px;
}
.dashboard .box-tags li.item.last {
  margin: 0;
}
.dashboard .box-tags .tags strong {
  display: inline;
}
.dashboard .box-tags .tags ul {
  display: inline;
}
.dashboard .box-tags .tags ul li {
  display: inline;
}

/* Block:Recent Orders */
/* Block:Account Information */
/* Block:Reviews */
/* Block:Tags */
/********** Dashboard > */
/* Address Book */
.my-account .pager {
  margin: 15px 0;
}

.addresses-list h2 {
  font-size: 13px;
  color: #0A263C;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.addresses-list h3 {
  font-weight: bold;
  font-size: 13px;
}
.addresses-list address {
  margin: 0 0 3px;
}
.addresses-list p {
  margin: 0;
}
.addresses-list a {
  font-weight: bold;
}
.addresses-list .link-remove {
  color: #646464;
}
.addresses-list .separator {
  margin: 0 3px;
}
.addresses-list li.item {
  border: 1px solid #d0cece;
  padding: 10px 13px;
  margin: 0 0 10px;
}
.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0;
}
.addresses-list li.empty p {
  font-weight: bold;
}
.addresses-list .addresses-additional li.item {
  background: none;
  border: 0;
  padding: 0;
}

/* Order View */
.order-info {
  background: #dee5e8;
  border: 1px solid #d0cece;
  padding: 4px 8px;
  margin: 0 0 8px;
}
.order-info dt, .order-info dd, .order-info ul, .order-info li {
  display: inline;
}
.order-info .current {
  font-weight: bold;
}
.order-info li {
  margin: 0 3px;
}

.order-date {
  margin: 10px 0;
}

.order-info-box {
  background: #FFFFFF;
  border: 1px solid #d0cece;
  padding: 12px 15px;
  margin: 0 0 15px;
}
.order-info-box h2 {
  font-weight: bold;
  font-size: 13px;
}
.order-info-box .box-payment p {
  margin: 0 0 3px;
}
.order-info-box .box-payment th {
  font-weight: bold;
  padding-right: 7px;
}

.order-items {
  width: 100%;
  overflow-x: auto;
}
.order-items h2, .order-items h3 {
  clear: none;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
  margin: 0 0 5px;
  color: #0A263C;
}
.order-items .product-name {
  font-size: 1em !important;
  font-weight: bold !important;
}
.order-items .link-print {
  color: #006BBC;
  font-weight: normal;
}
.order-items .order-links {
  text-align: right;
}

.order-additional {
  margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
  color: #666666;
}
.gift-message dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
  font-weight: bold;
}
.order-about dd {
  font-size: 13px;
  margin: 0 0 7px;
}

.tracking-table {
  margin: 0 0 15px;
}
.tracking-table th {
  font-weight: bold;
  white-space: nowrap;
}

.tracking-table-popup {
  width: 100%;
}
.tracking-table-popup th {
  font-weight: bold;
  white-space: nowrap;
  padding: 1px 8px;
}
.tracking-table-popup td {
  padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
  margin: 0 0 15px;
}
.page-print .print-head .logo {
  float: left;
}
.page-print .print-head address {
  float: left;
  margin-left: 15px;
}
.page-print h1 {
  font-size: 16px;
  font-weight: bold;
}
.page-print h2, .page-print h3 {
  font-size: 13px;
  font-weight: bold;
}
.page-print h2.h2 {
  font-size: 16px;
  font-weight: bold;
}
.page-print .order-date {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.page-print .col2-set {
  margin: 0 0 10px;
}
.page-print .gift-message-link {
  display: none;
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
  display: block;
  white-space: nowrap;
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-incl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .price {
  display: inline;
}

/* Price Rewrites */
/* My Wishlist */
.item .actions-no .add-to-links a.action.towishlist.link-wishlist {
  border: 2px solid #16A803;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  padding: 6px 20px;
  width: 100%;
  height: auto;
  color: #16A803;
}

.my-wishlist .data-table td {
  padding: 10px;
}
.my-wishlist .product-image {
  display: block;
  width: 113px;
  height: 113px;
  margin: 0 0 5px;
}
.my-wishlist textarea {
  display: block;
  width: 97%;
  height: 109px;
}
.my-wishlist .buttons-set {
  margin-top: 2em;
}
.my-wishlist .buttons-set button.button {
  float: none;
}

#wishlist-table .add-to-links {
  white-space: nowrap;
}

.my-wishlist .cart-cell .old-price, .my-wishlist .cart-cell .special-price {
  float: none;
}
.my-wishlist .cart-cell .add-to-cart-alt input.qty {
  margin-bottom: 10px;
}

.products-grid.wishlist .product-item-inner .box-tocart {
  padding: 0;
}

.wishlist-index-index .products-grid .product-item-inner .box-tocart .product-item-actions a.action {
  padding: 12px 20px;
  display: block;
  text-align: center;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 17px;
  background: #16A803;
  color: #FFFFFF;
}

.products-grid.wishlist .product-item .fieldset .field.qty, .products-grid.wishlist .product-item .fieldset .product-item-actions {
  display: table-cell;
  vertical-align: bottom;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
  padding-top: 0;
}

/*.block.block-wishlist .actions-toolbar {
  padding: 0;
  .primary a.action {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: $color17;
    &:hover {
      color: #ff5555;
    }
  }
}
*/
/* My Tags */
.my-tag-edit {
  float: left;
  margin: 0 0 10px;
}
.my-tag-edit .btn-remove {
  float: right;
  margin: 4px 0 0 5px;
}

#my-tags-table {
  clear: both;
}
#my-tags-table td {
  padding: 10px;
}
#my-tags-table .add-to-links {
  white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
  padding: 10px;
}

.product-review .product-img-box {
  float: left;
  width: 140px;
}
.product-review .product-img-box .product-image {
  display: block;
  width: 125px;
  height: 125px;
}
.product-review .product-img-box .label {
  font-size: 11px;
  margin: 0 0 3px;
}
.product-review .product-img-box .ratings .rating-box {
  float: none;
  display: block;
  margin: 0 0 3px;
}
.product-review .product-details {
  margin-left: 150px;
}
.product-review .product-name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-review h3 {
  font-size: 12px;
  margin: 0 0 3px;
  color: #2f2f2f;
}
.product-review .ratings-table {
  margin: 0 0 10px;
}
.product-review dt {
  font-weight: bold;
}
.product-review dd {
  font-size: 13px;
  margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
  margin: 15px 0;
}
.billing-agreements .form-list li select {
  float: left;
}
.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px;
}
.billing-agreements .table-caption {
  font-weight: bold;
  font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: #E02B27;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase;
}

.map-cart-sidebar-total {
  color: #E02B27;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #FFFFFF;
}

.map-popup {
  background: #FFFFFF;
  border: 1px solid #d0cece;
  margin: 12px 0 0;
  position: absolute;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100;
}

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #d0cece;
  padding: 5px 30px 5px 10px;
  width: 260px;
}
.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis;
}

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px;
}

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  box-shadow: 0 0 3px #999;
  border-radius: 2px;
}

.map-popup-content {
  border-top: 1px solid #d0cece;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px;
}

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right;
}
.map-popup-checkout span {
  display: block;
  padding-right: 30px;
}
.map-popup-checkout .paypal-logo {
  margin: 0 0 5px;
}

.map-popup-price {
  margin: 5px 0 0;
}
.map-popup-price .price-box {
  margin: 0;
  padding: 0;
}
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0;
}

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word;
}

.map-popup-only-text {
  border-top: 1px solid #d0cece;
}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer .store-switcher {
  margin: 10px 0;
}
.footer .store-switcher label {
  font-weight: bold;
  vertical-align: middle;
  display: none;
}
.footer .store-switcher select {
  padding: 0;
  vertical-align: middle;
}
.footer a {
  text-decoration: none;
}
.footer .bugs {
  margin: 13px 0 0;
  color: #ecf3f6;
}
.footer .bugs a {
  color: #ecf3f6;
  text-decoration: underline;
}
.footer .bugs a:hover {
  text-decoration: none;
}
.footer address {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
}
.footer address a {
  font-size: 14px;
}
.footer address a:hover {
  text-decoration: underline;
}
.footer ul.links {
  margin: 0;
  display: block;
}
.footer li {
  text-align: left;
  padding: 0;
  margin: 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}

.footer-center {
  text-align: center;
  border-top: 1px solid #d0cece;
  padding: 40px 0;
}

.menu-footer .menu {
  margin: 0;
}
.menu-footer .menu li {
  display: inline-block;
  padding: 0 25px;
  margin: 0;
}
.menu-footer .menu li a {
  font-size: 14px;
  text-transform: uppercase;
}

.socials {
  float: left;
  margin: 0;
}
.socials li {
  display: inline-block;
  margin: 0 27px 0 0;
}
.socials li a {
  font-size: 21px;
  color: #0A263C;
  line-height: 100px;
  display: block;
}
.socials li a:hover {
  color: #ccc;
}

.footer .block-content-statick .socials li {
  margin: 0 0 0 27px;
}
.footer .block-content-statick .socials li a {
  font-size: 20px;
  line-height: normal;
}

.social-footer.footer-right {
  float: right;
  margin: 0 0 50px;
}

.text-right {
  text-align: right;
}

.payment-method {
  clear: both;
}
.payment-method img {
  display: inline-block;
}

.footer .bullet.flickr li {
  float: left;
}
.footer .block-content-statick .bullet.flickr {
  padding: 11px 0 0;
}
.footer .block-content-statick .bullet.flickr li a {
  background: none;
  margin: 0 3px 5px 0;
  border: 1px solid transparent;
  padding: 0;
  display: block;
}
.footer .block-content-statick .bullet.flickr li a:hover {
  border: 1px solid #FFFFFF;
}
.footer li.last {
  background: none !important;
  padding-right: 0 !important;
}

.footer-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-container .bottom-container {
  margin: 0 0 5px;
}

.block-footer-copyright .footer {
  padding: 35px 0 40px;
}
.block-footer-copyright .footer .links a {
  padding: 15px 10px;
  display: inline-block;
}
.block-footer-copyright .footer .links a:hover {
  color: #ff5555;
}

.footer li.feature-icon {
  clear: both;
  padding-bottom: 10px;
  line-height: 18px;
}
.footer li.feature-icon span {
  font-size: 14px;
}
.footer .address-list {
  margin: 30px 0 0;
}

.address-list .tit-name {
  color: #888888;
  float: left;
  font-size: 13px;
  padding-right: 12px;
}

.page-footer {
  padding: 0;
}

.block-footer-top .footer {
  border-top: 1px solid #d0cece;
  padding: 60px 0;
}

.block-static1 {
  position: relative;
}

.advertisement {
  position: absolute;
  text-align: center;
  top: 45%;
  width: 100%;
}

.block-subscribe label {
  color: #e8e9ee;
  font-size: 13px;
  font-weight: 400;
}

.block-footer-top .footer h3 span {
  display: block;
  font-size: 14px;
  padding: 0 10px 0 0;
  text-transform: uppercase;
}

.block-footer-copyright .main {
  background-color: transparent;
  text-align: center;
}

.footer .block-content-statick li a {
  padding: 0;
  display: block;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 40px;
}
.footer .block {
  margin: 0;
  padding: 0;
  background: none;
}
.footer .block-title {
  border: 0 none;
  font-size: 16px;
  font-weight: normal;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 15px 0 28px;
  text-transform: uppercase;
}
.footer .collapsible p {
  margin: 0;
}
.footer .block-subscribe .block-title {
  display: none;
}
.footer .collapsible .copyright {
  margin-top: 10px;
  text-align: right;
  color: #666666;
  font-size: 14px;
}

.block-content-paypal {
  float: right;
}
.block-content-paypal li {
  float: left;
}

.collapsible .bx-wrapper {
  margin: 0 auto;
}

.paypal {
  float: right;
}

.footer-links-company .main1 {
  display: none;
}

.copyright span {
  font-size: 14px;
}

/* social feed ========================================================================= */
.social-feed {
  position: relative;
}
.social-feed .section-title h4 {
  border: 0 none;
  font-size: 16px;
  font-weight: bold;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 27px 0 35px;
  text-transform: uppercase;
}
.social-feed ul {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.social-feed ul li {
  display: inline-block;
  width: 50px;
  margin: 3px;
  position: relative;
}

.img-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.05s ease-out 0s;
  -moz-transition: background-color 0.05s ease-out 0s;
  -webkit-transition: background-color 0.05s ease-out 0s;
  -o-transition: background-color 0.05s ease-out 0s;
  -ms-transition: background-color 0.05s ease-out 0s;
}

.social-feed ul li:hover .img-overlay {
  transition: background-color 0.01s ease-out 0s;
  -moz-transition: background-color 0.01s ease-out 0s;
  -webkit-transition: background-color 0.01s ease-out 0s;
  -o-transition: background-color 0.01s ease-out 0s;
  -ms-transition: background-color 0.01s ease-out 0s;
  background-color: rgba(255, 255, 255, 0);
}

/* Clears ================================================================================ */
.clearer:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header-container:after, .header-container .top-container:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.header:after, .header .quick-access:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

#nav:after, .main:after, .footer:after, .footer-container .bottom-container:after, .col-main:after, .col2-set:after, .col3-set:after, .col3-layout .product-options-bottom .price-box:after, .col4-set:after, .search-autocomplete li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block .block-content:after, .block .actions:after, .block li.item:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.block-poll li:after, .block-layered-nav .currently li:after, .page-title:after, .products-grid:after, .products-list li.item:after, .box-account .box-head:after, .dashboard .box .box-title:after, .box-reviews li.item:after, .box-tags li.item:after, .pager:after, .sorter:after, .ratings:after, .add-to-box:after, .add-to-cart:after, .product-essential:after, .product-collateral:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-view .product-img-box .more-views ul:after, .product-view .box-tags .form-add:after, .product-view .product-shop .short-description:after, .product-view .box-description:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .cart:after, .cart-collaterals:after, .cart .crosssell li.item:after, .opc .step-title:after, .checkout-progress:after, .multiple-checkout .place-order:after, .group-select li:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.form-list li:after, .form-list .field:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

.buttons-set:after, .page-print .print-head:after, .advanced-search-summary:after, .gift-messages-form .item:after, .send-friend .form-list li p:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ======================================================================================= */
.guest-select {
  width: 305px !important;
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: none;
  }
}
/* sf styles */
.products-grid ol .product-item .hover-box .action.tocompare, .item .actions-no .add-to-links a.link-wishlist .icons.ti-heart {
  display: none !important;
}

.products-grid .product-name {
  text-overflow: inherit;
  white-space: inherit;
  overflow: visible;
}

.product-grid .product-name a {
  margin: 10px 0 3px;
  line-height: normal;
  min-height: 80px;
  color: #0A263C;
  font-size: 17px;
  font-weight: 500;
  display: block;
}

.products-grid .price-wrapper .price {
  color: #0A263C;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
}

.product-name a {
  color: #0A263C !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}
.product-name a:hover {
  color: #0A263C !important;
  font-size: 17px !important;
  font-weight: 400 !important;
}

.sidebar.sidebar-main {
  border-right: 1px solid #d0cece;
  border-right: 1px solid #d0cece;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sidebar.sidebar-main .mean-bar {
  padding-right: 20px;
  border-bottom: 1px solid #d0cece;
}
.sidebar.sidebar-main .mean-bar h3.accor-title {
  display: none;
}
.sidebar.sidebar-main .narrow-by {
  padding-right: 20px;
  border-bottom: 1px solid #d0cece;
}
.sidebar.sidebar-main .narrow-by:last-child {
  border-bottom: 0 none;
}
.sidebar.sidebar-main li.level0.nav-1.first.active > a {
  font-weight: 700;
}
.sidebar.sidebar-main .all-cat span {
  display: none !important;
}

.alocolumns .toolbar.toolbar-products {
  margin-bottom: 15px;
}
.alocolumns .toolbar.toolbar-products .modes {
  display: none !important;
}

.toolbar-amount {
  color: #0A263C;
  text-transform: none;
  font-size: 16px;
}

.cms-home .page-main-pal.container {
  max-width: 100%;
  padding: 0;
}

.page-products .page-main-pal .alocolumns {
  max-width: 100%;
  margin: 0 auto;
}

/* hide compare on sidebar */
.block.block-compare {
  display: none !important;
}

.page.messages {
  font-size: 18px;
  font-weight: 300;
}

/* stili carrello */
.cart-container .page.messages {
  line-height: 30px;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #0A263C;
}
.cart-container .table-caption {
  font-size: 21px;
  font-weight: 700;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0A263C;
}

.cart-summary .block > .title, .paypal-review-discount .block > .title {
  border-top: 1px solid #d0cece;
  cursor: pointer;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 2px 30px 7px 5px;
  position: relative;
  color: #0A263C;
}

.cart-totals .amount, .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}

.section-separator {
  height: 30px;
  background: #003e7e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4", GradientType=1 );
  /* IE6-9 */
}

.title-section {
  font-size: 21px;
  font-weight: 700;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0A263C;
  text-align: center;
}

.blue-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  border: 0 none;
  box-shadow: none;
  padding-right: 60px;
  background-image: url("../images/arrow-select.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 45px;
}

.cont-relative {
  position: relative;
}

.div-fifty {
  width: 50%;
  display: inline-block;
  padding: 0 15px;
}

.cont-margin, .top-chart-section, .also-like-section, .choose-chart-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
  float: right;
}

.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional {
  float: left;
}

.page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
  float: left;
}

.page-main-pal .alocolumns {
  max-width: 1280px;
  margin: 0 auto;
}

.products-grid ol:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.btn-remove-reminder {
  border: 0 none;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 4px 20px;
  width: 100%;
  color: #1097FE;
}

.text-dx {
  text-align: right;
}

.footer-column-4 {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}

.cart-summary {
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}

.page-products .alocolumns {
  padding-top: 20px;
}

.cart-container .shipping p.field.note {
  font-size: 13px;
  color: #1097FE;
}

.checkout methods.items.checkout-methods-items {
  padding-top: 5px;
}

.product-view .tabcontent-chart .chart-features-list {
  text-align: left;
}
.product-view .tabcontent-chart .chart-features-list h4 {
  text-align: left;
}
.product-view .platinum-features-list.text-center {
  text-align: left;
  display: inline-block;
}
.product-view .product-shop .page-title-wrapper .page-title span {
  display: inline-block;
  color: #0A263C;
  font-size: 24px;
  line-height: 25px;
  margin: 0;
  text-transform: none;
  font-weight: bold;
}

.product-title-mobile .page-title-wrapper h1 span {
  font-size: 22px;
}

.detail-mobile-att .product.attribute.sku {
  display: block;
}

.product-info-main .price-box {
  margin-top: 0;
}
.product-info-main .col-sm-12 {
  float: none;
  clear: both;
}

.product-reviews-summary {
  font-weight: 500;
  font-size: 18px;
  color: #0A263C;
}

.product-essential .box-tocart {
  padding: 10px 0;
  float: none;
}

.fotorama__wrap--css3 .fotorama__stage__shaft {
  background: #FFFFFF;
}

.field.street .control {
  display: block;
}

.cms-home .page-main-pal .alocolumns {
  max-width: 100%;
  margin: 0 auto;
}

.update-cart-item span {
  font-size: 12px;
  line-height: 18px;
}

.minicart-items .update-cart-item {
  font-size: 12px;
  vertical-align: top;
  height: auto;
  line-height: 31px;
  margin-top: -1px;
}

.table-checkout-shipping-method th, .table-checkout-shipping-method td {
  font-size: 14px;
  color: #0A263C;
}
.table-checkout-shipping-method .col-method input[type=radio] {
  margin: 0 auto;
  display: block;
}

/* fix full width pagina charts */
.charts-index-index .page-main-pal.container {
  max-width: 100%;
  width: 100%;
}
.charts-index-index .page-main-pal.container .alocolumns {
  max-width: 100%;
  margin: 0 auto;
}

/* fine fix full width pagina charts */
.block-related.related .block-title strong {
  color: #0A263C;
  font-weight: 700;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.block-related.related .block-actions.block-subtitle:after {
  float: none;
  clear: both;
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
}
.block-related.related .action.towishlist {
  margin: 0;
  padding: 6px 10px 5px 0;
}
.block-related.related .action.select {
  color: #1097FE;
  border: 1px solid #1097FE !important;
  padding: 3px 7px !important;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
  float: right;
}
.block-related.related .action.select span {
  color: #1097FE !important;
  font-size: 18px;
}
.block-related.related .block.block-related .block-subtitle {
  padding: 0;
  margin-bottom: 50px;
  font-size: 16px;
  color: #0A263C;
}
.block-related.related .action.towishlist i {
  display: none !important;
}

.detail-description-tab-mobile {
  margin-bottom: 20px;
}

.footer-column-6 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.product-view .page-title h1, .product-view .page-title h2 {
  margin: 0 0 10px 0;
}
.product-view .page-title-wrapper h1, .product-view .page-title-wrapper h2 {
  margin: 0 0 10px 0;
}

.chart-product-actions > p {
  display: inline-block;
  margin: 0;
}

.cms-noroute-index .alocolumns .main {
  font-size: 17px;
  font-weight: 300;
}

.cms-page-view .page-main-pal > .alocolumns {
  padding-top: 20px;
}
.cms-page-view .page-main-pal > .alocolumns .main {
  font-size: 17px;
  font-weight: 400;
}
.cms-page-view .page-main-pal > .alocolumns .main div, .cms-page-view .page-main-pal > .alocolumns .main p {
  margin-bottom: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .main .ui-accordion-content {
  border: 0 none;
  background: #f3f3f3;
  padding: 20px;
  margin-bottom: 20px;
}
.cms-page-view .page-main-pal > .alocolumns .main .ui-accordion-content .ui-accordion-content {
  padding: 0;
}

/*MODIFICA PER ELIMINARE MARGINE BIANCO SOTTO L'IMMAGINE*/
/* inizio stili profilo */
.account.customer-account-index .block-dashboard-info .box-actions .action {
  color: #1097FE;
  border: 0 none;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none !important;
  margin-right: 10px;
  display: inline-block;
}
.account.customer-account-index .block-dashboard-info .box-actions .action:hover, .account.customer-account-index .block-dashboard-info .box-actions .action:focus, .account.customer-account-index .block-dashboard-info .box-actions .action:active {
  color: #1097FE;
  border: 0 none;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}

.block-dashboard-addresses .box-actions .action, .account.customer-account-index .block-dashboard-info .box-actions .action:hover {
  color: #1097FE;
  border: 0 none;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}

.block-addresses-default .box-actions .action {
  color: #1097FE;
  border: 0 none;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}
.block-addresses-default .box-actions .action:hover, .block-addresses-default .box-actions .action:active {
  color: #1097FE;
  border: 0 none;
  padding: 0;
  border-radius: 6px;
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
}

.account.customer-account-index .box-content p {
  font-size: 20px;
  color: #0A263C;
  line-height: 26px;
  font-weight: 300;
}
.account address {
  line-height: 26px;
  margin-bottom: 0 !important;
  font-size: 20px;
}

.block.block-dashboard-addresses {
  border-bottom: 1px solid #d0cece;
  position: relative;
  padding: 0;
  margin-bottom: 32px;
}
.block.block-dashboard-addresses .block-title a.edit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 18px;
  border: 1px solid #1097FE;
  padding: 5px 10px;
  border-radius: 6px;
  color: #1097FE;
}
.block.block-dashboard-addresses a.edit {
  padding-left: 16px;
}
.block.block-privacy-settings {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.account-submenu-interne .tabmenu-interne nav {
  max-height: 46px;
  overflow-y: hidden;
}

.account .column:not(.sidebar-main) form .actions-toolbar, .account .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.account .password-strength-meter {
  font-size: 14px;
}

.wishlist-index-index .products-grid.wishlist .product-item-photo {
  float: left;
  margin: 0;
  width: 19%;
  padding-right: 20px;
}
.wishlist-index-index .product-item-name a {
  margin: 10px 0 3px;
  line-height: normal;
  color: #0A263C;
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.wishlist-index-index .products-grid .price-wrapper .price {
  color: #0A263C;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
}
.wishlist-index-index .products-grid .product-item-inner .comment-box {
  float: left;
  min-width: 300px;
}
.wishlist-index-index .products-grid .product-item-inner .comment-box .control {
  display: block;
}
.wishlist-index-index .products-grid .product-item-inner .product-item-actions a.action {
  color: #1097FE;
  border: 1px solid #1097FE;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none !important;
}
.wishlist-index-index .products-grid .product-item-inner .product-item-actions a.action:hover {
  color: #1097FE;
  border: 1px solid #1097FE;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none !important;
}
.wishlist-index-index .products-grid .product-item-inner .product-item-actions action:focus, .wishlist-index-index .products-grid .product-item-inner .product-item-actions a.action:active {
  color: #1097FE;
  border: 1px solid #1097FE;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none !important;
}

.products-grid.wishlist .product-item-actions {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.products-grid.wishlist .product-item-actions:after {
  float: none;
  clear: both;
  display: block;
  height: 0;
  content: "";
}

.form form-new-agreement p.note {
  font-size: 16px;
}

.filter-current strong {
  clear: both;
  padding: 0;
  position: relative;
  margin: 0;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 110%;
  text-transform: capitalize !important;
  color: #0A263C;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  line-height: 40px;
  border-bottom: 1px solid #d0cece;
  color: #0A263C;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
}
.filter-current .action.remove {
  right: 22px;
}

.filter-content .filter-actions {
  padding-top: 5px;
  padding-bottom: 0;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
}
.filter-content .filter-actions a {
  color: #1097FE;
  padding: 4px 10px;
  display: inline-block;
  border: 1px solid #1097FE;
  border-radius: 6px;
}

.content-seach .action.search {
  background-image: none;
  background: #1097FE;
  border: 1px solid #1097FE;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}
.content-seach .action.search:hover, .content-seach .action.search:active, .content-seach .action.search:focus {
  background-image: none;
  background: #1097FE;
  border: 1px solid #1097FE;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 0 15px;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: middle;
}

.box-tocart.update .paypal {
  float: none;
  clear: both;
  text-align: center;
}

.product-titles-container-mobile .price-box {
  margin: 0;
}

.product-title-mobile h1 span {
  font-size: 23px;
}

footer .top-footer .footer .menu-foot ul li + li {
  padding-left: 0;
}

.sub-search-for-content {
  margin-bottom: 20px;
}

.sidebar .block-wishlist .block-title strong {
  clear: both;
  padding: 0;
  position: relative;
  margin: 0;
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
  text-transform: capitalize;
  color: #0A263C;
}
.sidebar .swatch-attribute .swatch-option.text {
  border-top: 0 none;
  text-transform: capitalize;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
  padding: 0 25px 0 0;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
  color: #0A263C;
  outline: medium none;
  display: block;
  width: 100%;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  box-shadow: none;
}
.sidebar .swatch-attribute-options {
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  box-shadow: none;
}
.sidebar .block.block-wishlist .block-title {
  margin: 0 0 12px;
}

.catalogsearch-result-index .swatch-option-tooltip {
  display: none;
}
.catalogsearch-result-index .sidebar.sidebar-additional {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

.sub-search-for-content .message.info {
  padding-left: 30px;
}
.sub-search-for-content .message.info > *:first-child:before {
  top: 6px;
  width: 25px;
}
.sub-search-for-content h2 {
  margin-bottom: 20px;
}

.page-products.categorypath-shop.category-shop.catalog-category-view .category-view {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .account .fieldset > .field.choice:before, .account .fieldset > .field.no-label:before {
    padding: 0;
    width: 0;
    box-sizing: border-box;
    content: " ";
    float: none;
    height: 0;
  }
}
/* spinner */
#circularG {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 20px auto;
}

.circularG {
  position: absolute;
  background-color: rgb(0, 62, 126);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 14px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 3px;
  top: 3px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 14px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 3px;
  top: 3px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 14px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 3px;
  bottom: 3px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 14px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 3px;
  bottom: 3px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
/* end spinner */
.related-hp {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.related-hp .grid.products-grid {
  margin-left: 0;
  margin-right: 0;
}
.related-hp .grid.products-grid .item {
  width: 25%;
}
.related-hp .grid.products-grid .item .per-product {
  padding: 0 25px;
}
.related-hp .block-related.related .block-title strong {
  font-size: 30px;
}

.header-content .header-icons-cont .content-cart .ui-dialog {
  left: auto;
  right: 0;
  top: 28px;
}

.page-products .page-wrapper .page-main-pal.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 7px;
}

.cms-page-view.page-layout-custom-apps .page-main-pal > .alocolumns .main div, .cms-page-view.page-layout-custom-apps .page-main-pal > .alocolumns .main p {
  margin-bottom: 0;
}

.form-cart .data.table .custom-qty {
  min-width: 90px;
}

.account-menu-tab .cont-margin, .account-menu-tab .top-chart-section, .account-menu-tab .also-like-section, .account-menu-tab .choose-chart-section {
  height: 39px;
  overflow-y: hidden;
}

.account-submenu-interne {
  z-index: 999;
}

.cart.items.table .gift-options .actions-toolbar .action-update {
  font-size: 17px;
  padding: 0 20px;
  width: auto;
}
.cart.items.table .gift-options .actions-toolbar > .secondary {
  text-align: left;
}

.cart-container .action-braintree-paypal-logo {
  background: none;
}
.cart-container .action-braintree-paypal-logo:hover, .cart-container .action-braintree-paypal-logo:active, .cart-container .action-braintree-paypal-logo:focus {
  background: none;
}

.step-content .addresses > .control {
  width: 100% !important;
  display: block;
}

.action.action-select-shipping-item, .checkout-shipping-address .action.action-show-popup {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  border: 0 none;
  float: none;
}

.table-wrapper.orders-history th, .order-items th {
  font-size: 21px;
  color: #0A263C;
}

.table-wrapper.orders-history td, .order-items td {
  font-size: 16px;
  color: #0A263C;
}

.table-wrapper.orders-history .actions .action {
  color: #1097FE;
  border: 1px solid #1097FE;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.block block-order-details-view .block-content > div {
  margin-bottom: 10px;
}

.top-chart-section.charts-description {
  padding-left: 15px;
  padding-right: 15px;
}
.top-chart-section.charts-description p {
  font-size: 17px;
  color: #0A263C;
  line-height: 130%;
}

.page-layout-custom-apps .page-main-pal.container, .page-layout-custom-apps .page-main-pal .alocolumns {
  max-width: 100%;
}

footer .top-footer .footer form input[type=text], footer .top-footer .footer form input[type=email] {
  padding: 0;
}

/* fix pulsante full quando è solo uno */
.tabcontent-chart .chart-size-selector.single-category .size-button-selector {
  width: 100%;
  margin-right: 0 !important;
}

.cont-updates .image-updates-cont img {
  width: 100%;
}
.cont-updates .text-updates-cont {
  text-align: left;
}
.cont-updates .text-updates-cont img {
  margin: 0 0 20px !important;
}
.cont-updates .text-updates-cont .blue-btn {
  width: 100%;
  text-align: center;
  color: #FFFFFF !important;
  margin-bottom: 15px;
  font-size: 21px !important;
}
.cont-updates .text-updates-cont ul {
  padding-left: 20px;
}
.cont-updates .text-updates-cont ul li {
  margin: 0;
  list-style-type: disc;
}

.ind-features {
  text-align: left !important;
}
.ind-features .chart-features-list, .ind-features .tabcontent-chart .chart-features-list h4 {
  text-align: left !important;
}

.cms-page-view .page-main-pal > .alocolumns .main .cont-updates h1 {
  display: inline-block;
  color: #0A263C;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 15px 0;
  text-transform: none;
  font-weight: 700;
}

/* tabs pagina ricerca */
.searchautocomplete__autocomplete .title {
  font-size: 16px !important;
  color: #0A263C;
  margin-bottom: 0;
}
.searchautocomplete__autocomplete img {
  display: none !important;
}

.wishlist-index-index .products-grid.wishlist .product-items .product-item {
  padding: 0 15px;
  width: 100% !important;
}

#loader-lakes {
  position: absolute;
  width: 30px;
  height: 30px;
  margin: auto;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
}
#loader-lakes .wBall {
  position: absolute;
  width: 28px;
  height: 28px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 3.6325s infinite;
  -o-animation: orbit 3.6325s infinite;
  -ms-animation: orbit 3.6325s infinite;
  -webkit-animation: orbit 3.6325s infinite;
  -moz-animation: orbit 3.6325s infinite;
}
#loader-lakes .wBall .wInnerBall {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgb(0, 0, 0);
  left: 0px;
  top: 0px;
  border-radius: 4px;
}
#loader-lakes #wBall_1 {
  animation-delay: 0.796s;
  -o-animation-delay: 0.796s;
  -ms-animation-delay: 0.796s;
  -webkit-animation-delay: 0.796s;
  -moz-animation-delay: 0.796s;
}
#loader-lakes #wBall_2 {
  animation-delay: 0.153s;
  -o-animation-delay: 0.153s;
  -ms-animation-delay: 0.153s;
  -webkit-animation-delay: 0.153s;
  -moz-animation-delay: 0.153s;
}
#loader-lakes #wBall_3 {
  animation-delay: 0.3165s;
  -o-animation-delay: 0.3165s;
  -ms-animation-delay: 0.3165s;
  -webkit-animation-delay: 0.3165s;
  -moz-animation-delay: 0.3165s;
}
#loader-lakes #wBall_4 {
  animation-delay: 0.4695s;
  -o-animation-delay: 0.4695s;
  -ms-animation-delay: 0.4695s;
  -webkit-animation-delay: 0.4695s;
  -moz-animation-delay: 0.4695s;
}
#loader-lakes #wBall_5 {
  animation-delay: 0.633s;
  -o-animation-delay: 0.633s;
  -ms-animation-delay: 0.633s;
  -webkit-animation-delay: 0.633s;
  -moz-animation-delay: 0.633s;
}

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
/* fix pagina apps */
@media (min-width: 1025px) and (max-width: 1400px) {
  .charts-index-index .page-main-pal > .alocolumns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-apps-container {
    padding-left: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 360px) and (min-width: 1px) {
  .product-items .product-item:nth-child(1n+1) {
    clear: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .block-related.related .products.product-items.items-count-1 .product-item, .block-related.related .products.product-items.items-count-2 .product-item, .block-related.related .products.product-items.items-count-3 .product-item {
    margin-right: 140px !important;
  }
}
@media only screen and (max-width:1023px) {
  .wishlist-index-index .products-grid.wishlist .product-items .product-item .btn-remove.delete {
    float: left !important;
  }

  .block-related.related .products.product-items.items-count-1 .product-item, .block-related.related .products.product-items.items-count-2 .product-item, .block-related.related .products.product-items.items-count-3 .product-item {
    float: left !important;
    margin-right: 0;
  }

  .product-view .product-social-links .towishlist span {
    font-size: 16px !important;
  }

  .page-layout-custom-apps .page-main-pal.container {
    padding-left: 0;
    padding-right: 0;
  }

  .block-related .choice.related {
    top: 5px;
  }

  .header-content .form-search .field.search {
    max-width: 140px !important;
  }

  .wishlist-index-index .products-grid.wishlist .product-item {
    margin-left: auto;
    margin-right: auto;
  }

  .cart.items.table .gift-options .gift-options-content .label {
    width: 15%;
  }
  .cart.items.table .gift-options .gift-options-content .control {
    width: 80%;
  }

  .footer .text-right {
    text-align: center !important;
  }

  #shipping-new-address-form.address .control {
    display: block;
  }

  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    display: none !important;
  }

  .payment-method .payment-method-content .fieldset > .field > .label, .payment-method .payment-method-content .fieldset > .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
  }

  .product-img-box.col-md-7.col-sm-12.col-xs-12, .product-info-main.product-shop.col-md-5.col-sm-12.col-xs-12 {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    padding-top: 0;
  }

  .item .actions-no .button.btn-cart span {
    font-size: 13px;
  }

  .toolbar-sorter.sorter {
    max-width: 300px;
  }

  .product-titles-container-mobile .weee {
    text-align: right;
  }

  .related-hp .grid.products-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .related-hp .grid.products-grid .item {
    width: 50%;
    border: 1px solid #d0cece;
    padding-top: 0;
  }

  .product-view .platinum-features-list.text-center {
    display: block;
  }

  .chart-size-selector .size-button-selector .size-name {
    display: block;
    float: left;
    padding-top: 0;
  }

  .account .actions-toolbar {
    padding: 20px 0;
  }

  .product-info-price {
    display: none;
  }

  .div-fifty {
    width: 100%;
  }

  .footer-column-4 {
    display: block;
    width: 100%;
    text-align: center !important;
    margin-bottom: 15px;
  }

  .charts-index-index .page-main-pal.container {
    padding: 0;
  }

  .footer-column-6 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .product-view .product-social-links .chart-finddelear-btn, .product-view .product-social-links .towishlist {
    font-size: 16px;
  }

  .may-also-like-section .cont-relative {
    margin-left: 10px;
    margin-right: 10px;
  }

  .block-related.related .action.towishlist {
    padding: 5px 9px 6px 9px;
  }

  .product-info-main .product.attribute {
    display: none !important;
  }

  .catalog-product-view .product-essential, .catalog-product-view .block-related.related {
    margin: 0 15px;
  }

  .product-info-main .price-container.price-final_price {
    text-align: right;
  }

  .wishlist-index-index .products-grid.wishlist .product-item-photo {
    float: none;
    margin: 0;
    width: 100%;
  }

  .products-grid.wishlist .product-item-actions {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    text-align: center;
    float: none;
    clear: both;
    padding: 10px 0;
  }
  .products-grid.wishlist .product-item-inner .box-tocart {
    float: none;
    padding: 10px 0;
    clear: both;
  }

  .wishlist-index-index .products-grid .product-item-inner .comment-box {
    float: none;
  }
  .wishlist-index-index .box-tocart .product-item-actions {
    padding: 0;
  }
  .wishlist-index-index .product-image-photo {
    display: block;
  }

  .slick-slide img {
    display: block;
  }

  .product-view .tabcontent-chart .chart-features-list h4 {
    font-size: 19px;
    text-align: center;
  }

  .share-strip {
    margin-bottom: 15px;
  }

  .tabcontent-chart .chart-features-list .chart-feature-block {
    width: 32%;
  }

  .page-products .page-wrapper .page-main-pal.container {
    padding: 0;
  }

  .block-related.related .action.towishlist {
    font-size: 14px;
  }

  .tabcontent-chart .top-chart-section {
    margin-bottom: 10px;
  }

  .chart-inc-content {
    margin-bottom: 0;
  }

  /* -- modifica issue 232 -- */
  .cms-page-view .page-main-pal .top-image-heading {
    background-position: bottom left;
    background-size: initial;
  }

  /* -- fine modifica issue 232 -- */
  /* modifica issue 361 */
  .model-number-mobile label {
    display: inline-block;
    color: #0A263C;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
  }
  .model-number-mobile .base {
    color: #0A263C;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
  }

  /* modifica issue 361 */
  /* ------ */
  .product-essential .fotorama__nav-wrap .fotorama__dot {
    border: 1px solid #000;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    cursor: pointer;
    border-radius: 10px;
  }
  .product-essential .fotorama__nav-wrap .fotorama__active .fotorama__dot {
    background-color: #000;
    border-color: #000;
  }

  /* ------ */
}
@media only screen and (max-width:1023px) {
  .page-products .page-wrapper .page-main-pal.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .customer-account-index .block-dashboard-addresses .block-account .block-title strong {
    padding: 0;
    display: block;
  }
}
@media only screen and (min-width:1024px) {
  .header-content .menu-cont ul.menu-items > li.submenu-yes > a:after {
    font-family: "Glyphicons Halflings";
    content: "\e258";
    margin-left: 4px;
    font-size: 10px;
    color: #FFFFFF;
    margin-top: 0;
    transform: rotate(90deg);
    display: inline-block;
  }

  .also-like-section h2, .latest-news-section h2 {
    font-size: 30px;
  }

  /* quando ci sono meno blocchetti nei related */
  .block-related.related .products.product-items.items-count-1, .block-related.related .products.product-items.items-count-2, .block-related.related .products.product-items.items-count-3 {
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    max-width: 1280px;
    margin: 0 auto;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
  .block-related.related .products.product-items.items-count-1 .product-item, .block-related.related .products.product-items.items-count-2 .product-item, .block-related.related .products.product-items.items-count-3 .product-item {
    float: left !important;
    margin-right: 170px;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1280px) {
  .block-related.related .block-title strong {
    padding-left: 10px;
  }
}
@media only screen and (max-width:1023px) {
  .form-cart .data.table .custom-qty {
    width: 90px;
  }

  .product-grid .product-name a {
    font-size: 17px;
  }

  .action.sorter-action.sort-asc {
    margin-top: 0;
  }

  .sidebar.sidebar-main {
    border-right: 0 none;
  }

  .action.sorter-action {
    display: block;
  }

  .item .actions-no .add-to-links a.action.towishlist.link-wishlist {
    padding-left: 5px;
    padding-right: 5px;
  }

  .page-products .alocolumns .column.main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .tabcontent-chart .top-chart-section {
    margin-bottom: 0 !important;
  }

  .product-options-wrapper {
    padding-top: 0;
  }

  .chart-inc-content {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .tabcontent-chart .top-chart-section {
    margin-bottom: 0;
  }

  .detail-mobile-att {
    display: none;
    max-width: 1280px;
    margin: 0 auto;
  }
  .detail-mobile-att img {
    margin-bottom: 10px;
  }

  .detail-description-tab-mobile {
    display: none;
  }

  .product-title-mobile {
    display: none;
    max-width: 1280px;
    margin: 0 15px;
  }

  .product-titles-container-mobile {
    display: none;
  }
}
/* override tpl css */
@media (max-width: 991px) and (min-width: 769px) {
  .item .actions-no .add-to-links a.action.towishlist.link-wishlist {
    padding: 8px 10px;
    line-height: 25px;
  }

  .related-hp {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .home-bg-cta-section {
    padding-left: 13px;
    padding-right: 13px;
  }

  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }

  .related-hp {
    margin: 0 15px;
  }

  .down-footer .footer-column-4:first-child .dib-cont {
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  .related-hp {
    margin: 0 15px;
  }
  .related-hp .grid.products-grid {
    margin-left: -30px;
    margin-right: 5px;
  }

  footer .top-footer {
    padding: 25px 10px !important;
  }

  .home-bg-cta-section {
    padding-left: 13px;
    padding-right: 13px;
  }

  footer .down-footer {
    padding-left: 15px;
  }
}
@media (width: 768px) {
  .related-hp .grid.products-grid {
    margin-left: -14px !important;
    margin-right: 14px !important;
  }
}
@media (max-width: 767px) {
  .opc-wrapper .fieldset > .field > .label {
    font-weight: 400;
    display: block;
  }

  .control {
    display: block;
  }

  .opc-estimated-wrapper .estimated-label {
    font-size: 18px;
    font-weight: 700;
  }
  .opc-estimated-wrapper .estimated-price {
    font-weight: 500;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
    padding: 0;
    margin: 0;
    background-color: transparent;
    min-width: auto;
    display: inherit;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0E7700;
    line-height: 20px;
    color: #FFFFFF;
    font-size: 11px !important;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty button span {
    font-size: 11px;
  }
}
.products-grid ol .product-item .actions-cart .button.btn-cart {
  border: 1px solid #16A803;
}

.item .actions-no .add-to-links a.action.towishlist.link-wishlist {
  padding: 6px 20px 5px 20px;
}

.cont-centered .tabcontent-chart .chart-features-list h4 {
  margin-bottom: 17px;
}
.cont-centered .tabcontent-chart .chart-features-list .platinum-features-list {
  padding-top: 0;
}

.share-strip {
  padding-top: 10px;
}

.modal-popup.confirm .modal-inner-wrap {
  width: 100%;
  max-width: 400px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button {
  font-size: 22px;
  text-decoration: none;
  margin-left: 20px;
  background-image: none;
  color: #FFFFFF;
  padding: 0 20px;
  font-weight: 500;
  line-height: 35px;
  background: #1097FE;
  height: 45px;
  border-color: #1097FE;
}
.modal-popup.confirm .modal-footer {
  padding: 10px 15px !important;
}
.modal-popup.confirm .modal-content {
  font-size: 18px;
  padding: 5px 14px !important;
}
.modal-popup.confirm .modal-header .action-close:before {
  color: #FFFFFF;
}

.detail-mobile-att .product strong, .detail-mobile-att .product div {
  display: inline-block;
  padding-bottom: 15px;
}
.detail-mobile-att .product strong:after {
  content: ":";
  display: inline-block;
}

.related-hp .product-items .product-item .price {
  font-weight: 700;
}

.lakes-search {
  padding: 5px;
}

.payment-method._active .payment-method-note {
  font-size: 14px;
}

.searchautocomplete__autocomplete .index-title {
  margin-top: 10px;
  color: #CCC;
  font-size: 13px;
}
.searchautocomplete__autocomplete title {
  font-size: 16px !important;
}
.searchautocomplete__autocomplete .description {
  display: none;
}

.top-chart-section .size-price .product-price-full {
  margin-left: 5px;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 14px;
}

#chart-offers-banner {
  padding-top: 8px;
  margin-bottom: 16px;
}
@media only screen and (max-width:1023px) {
  #chart-offers-banner {
    padding-top: 0;
  }
}
@media only screen and (max-width:1023px) {
  #chart-offers-banner p {
    margin: 0;
  }
}
@media only screen and (max-width:1023px) {
  #chart-offers-banner img {
    width: 100%;
  }
}

/* overrides accessori.html */
@media (max-width: 1199px) and (min-width: 992px) {
  .product-items .product-item {
    padding: 0 15px;
    width: 33.333333% !important;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .product-items .product-item {
    padding: 0 15px;
    width: 49.9% !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product-items .product-item:nth-child(2n+1) {
    clear: none !important;
  }
}
/* overrides accessori.html */
.grid.products-grid.item .actions-no .add-to-links a {
  border: 2px solid #16A803;
  border-radius: 6px;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  display: block;
  padding: 8px 20px;
  width: 100%;
  height: auto;
  color: #16A803;
  max-width: 160px;
  margin: 0 auto !important;
  float: none;
}

/* fix issue 232 - incollato snippet richiesto */
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .top-image-heading {
    background-position: bottom left;
    background-size: initial;
  }
}
/* fix issue 232 - incollato snippet richiesto */
@media (max-width: 350px) {
  .product-view .product-social-links .chart-finddelear-btn, .product-view .product-social-links .towishlist {
    font-size: 20px;
  }

  .tabcontent-chart .chart-features-list .chart-feature-block {
    width: 39%;
  }

  .share-strip span {
    margin-right: 4px !important;
  }

  .products-title-container .price-box .price {
    font-size: 22px;
    color: #0A263C;
    font-weight: 700;
    line-height: 24px;
  }
}
@media (max-width: 320px) {
  .tabcontent-chart .chart-features-list .chart-feature-block {
    width: 49%;
  }
}
/* override problema gradino lista prodotti*/
@media (max-width: 768px) and (min-width: 641px) {
  .product-items .product-item:nth-child(3n+1) {
    clear: none !important;
  }
}
/* fix padding wishlist */
@media (min-width: 1170px) and (max-width: 1300px) {
  .account.wishlist-index-index .page-main-pal.container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* fix menu 31 marzo */
@media only screen and (min-width:1024px) {
  .header-content .menu-cont ul:first-child li ul li a {
    height: 60px;
    line-height: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-content .menu-cont ul li ul li {
    height: 60px !important;
    line-height: 25px !important;
    border-bottom: 1px solid #d0cece;
  }
  .header-content .menu-cont ul li ul li:last-child {
    border-bottom: 0 none;
  }
  .header-content .menu-cont ul:first-child li ul {
    width: 264px;
    right: auto;
    min-width: 100%;
  }
}
/* fix brand mobile */
.brand-mobile .base {
  font-size: 18px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
}

.navionics-product-side .product.attribute.model_number strong {
  font-weight: 400;
}

/* css chat salesforce */
.salesforceChatCtaContainer {
  display: none;
}

.salesforceChatCta {
  position: fixed;
  bottom: 0;
  z-index: 9;
  background: #1097FE;
  max-width: 233px;
  right: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 8px 11px 5px 11px;
  width: 100%;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-align: center;
  box-shadow: 0px -2px 18px -2px rgba(0, 0, 0, 0.72);
}
.salesforceChatCta:hover {
  color: #FFF;
}
.salesforceChatCta span, .salesforceChatCta img {
  display: inline-block;
  vertical-align: middle;
}
.salesforceChatCta .salesforceChatting {
  max-width: 35px;
}
.salesforceChatCta a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}
.salesforceChatCta a .label-strong {
  font-weight: 700;
  display: block;
}
.salesforceChatCta a .label-thin {
  margin: 0 6px;
  font-weight: normal;
}

.footer-chat-padding {
  padding-bottom: 20px;
}

.swatch-option.image {
  display: inline-block;
  margin-right: 30px;
  min-width: 116px;
  min-height: 150px;
  border-radius: 5px;
  margin-bottom: 11px;
  border: 1px solid #d0cece;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.39);
  cursor: pointer;
}
.swatch-option.selected.image {
  outline: 0 none !important;
  border: 3px solid;
  box-shadow: none;
  border-color: #1097FE !important;
}

#overview .product-box-wrapper ul li, #in-the-box .product-box-wrapper ul li {
  list-style: disc;
}

@media (max-width: 640px) {
  .tabcontent-chart .top-chart-section .chart-size-selector .size-price img {
    width: 53px;
    margin-top: -3px;
  }
}
@media (max-width: 330px) {
  .tabcontent-chart .top-chart-section .chart-size-selector .size-price img {
    width: 48px;
    margin-top: -3px;
  }
}
.chart-inc-content {
  position: relative;
}

@media only screen and (max-width:1023px) {
  .account .page-title-wrapper .page-title, [class^=sales-guest-] .page-title-wrapper .page-title, .sales-guest-view .page-title-wrapper .page-title {
    margin: 16px auto;
  }
}

/* CARD REMINDER SIDE POPUP */
#cart_reminder {
  top: 150px;
  width: 350px;
  font-size: 13px;
  background-color: #ffffff;
  margin-right: 0px;
  margin-top: 0px;
  position: fixed;
  z-index: 999;
  right: 0;
  color: #0072b4;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: 2px solid #1097FE;
  border-right: none;
  padding-right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 400px) {
  #cart_reminder {
    top: auto;
    bottom: 0;
    width: 100%;
    border-right: 2px solid #1097FE;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
#cart_reminder:hover {
  text-decoration: none;
}
#cart_reminder .cart_reminder_container {
  padding: 10px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 60px;
}
#cart_reminder .cart_reminder_container:after {
  clear: both;
}
#cart_reminder .cart_reminder_actions {
  margin-bottom: 0;
  text-align: center;
}
#cart_reminder .cart_reminder_actions > a {
  width: 80%;
  margin-top: 8px;
}
#cart_reminder span {
  font-size: 17px;
  display: block;
}
#cart_reminder span.cart_reminder_image {
  float: left;
  padding: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 20px;
  margin-bottom: 0;
}
#cart_reminder span.cart_reminder_image img {
  vertical-align: middle;
  margin-bottom: 2.5px;
  width: 60px;
  height: auto;
}
#cart_reminder span.cart_reminder_text {
  color: #000000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 0;
}
#cart_reminder span.cart_reminder_text strong {
  display: block;
}

/* 992px <= width < 1200px */
@media (min-width: 992px) and (max-width: 1200px) {
  .cms-index-index .header-content, .header-container-fixed {
    position: static;
  }

  .header .welcome-msg {
    padding: 0;
    font-size: 13px;
  }

  .visible-md-on {
    text-align: center;
  }

  .content-seach {
    position: static;
    margin: 0 15px 15px;
  }

  .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children, .vmagicmenu .level0 .level-top-mega .mage-column .children {
    width: 160px;
  }

  .magicmenu .nav-desktop .level0 .level-top {
    padding: 20px 20px 30px;
  }

  .cms-index-index .vmagicmenu .block-vmagicmenu-content {
    opacity: 0;
    visibility: hidden;
  }
  .cms-index-index .vmagicmenu:hover .block-vmagicmenu-content {
    opacity: 1;
    visibility: visible;
  }

  .vmagicmenu .block-title {
    padding: 0 15px;
  }
  .vmagicmenu .block-title .vmagicmenu-subtitle {
    display: none;
  }
  .vmagicmenu .vmagicmenu-narrow > li:nth-child(n+12) {
    display: none;
  }

  .product-view .product-shop .add-to-cart button.button span span {
    padding: 0 23px;
  }

  /* Banner*/
  .block-subscribe {
    padding: 13px 0;
  }

  .banner-boder-zoom a img {
    max-width: 100%;
  }

  .socials li {
    margin: 0 15px 0 0;
  }

  .category-view {
    min-height: auto;
  }

  /* Blog */
  .blog_short_text {
    width: 300px;
  }

  .footer .collapsible .form-subscribe-header p, .logo-text {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /*
  .container {padding-left: 15px;padding-right: 15px;}
  .cms-index-index .header-content,.header-container-fixed{position: static;}
  .header-top{text-align: center;}
  .header .welcome-msg{font-size: 13px;padding: 0 0 0 5px;}
  .mean-container a.meanmenu-reveal{padding: 15px;}
  .mean-container .mean-nav .mobi-title{line-height: 42px;padding: 0 0 0 70px;}
  .magicmenu .nav-desktop .level0 .level-top > span{font-size: 14px;}
  .magicmenu .nav-desktop .level0.home{padding:0;}
  .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{width:155px;}
  .magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a{font-size:14px;}
  .accor-title{font-size: 18px;}
  .nav-sections-item-content .vmagicmenu,.nav-sections-item-content .magicmenu .nav-desktop,.header-logo .nav-toggle{display: none !important;visibility: hidden;}
  .nav-sections .mean-container .mean-nav ul.nav-mobile{display: block !important;}
  .menu-mobile .nav-toggle{display: inline-block;position: static;line-height: 20px;padding: 6px 0 0 30px;vertical-align: top;}
  .nav-toggle { cursor: pointer;display: block;font-size: 0;text-decoration: none;top: 0px;z-index: 14;right: 50px;}
  .nav-toggle:before {display: inline-block;font-size: 30px; font-weight: normal;line-height: inherit;overflow: hidden;text-align: center;vertical-align: middle;}
  .nav-sections {background: $color1 none repeat scroll 0 0;height: 100%;left: calc(-1 * (100% - 54px));overflow: auto;position: fixed;top: 0;transition: left 0.3s ease 0s;-moz-transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;-o-transition: left 0.3s ease 0s;-ms-transition: left 0.3s ease 0s;width: calc(90% - 54px);}
  .nav-open .nav-sections {left: 0;z-index: 99;}
  .nav-before-open .page-wrapper {height: 100%;left: 0;overflow: visible;position: relative;transition: left 0.3s ease 0s;-moz-transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;-o-transition: left 0.3s ease 0s;-ms-transition: left 0.3s ease 0s;}
  .nav-open .page-wrapper {left: calc(100% - 54px);}
  .nav-before-open body {height: 100%;overflow: hidden;position: relative;width: 100%;}
  .nav-before-open {height: 100%;width: 100%;}
  .nav-sections-item-content > .navigation{padding: 0;}
  .nav-sections-item-content > .navigation .nav-mobile{display: block !important;padding: 0;}
  .nav-open .nav-toggle:after {background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;content: "";display: block;height: 100%;position: fixed; right: 0;top: 0;width: 100%;z-index: 1;}
  /*
  /* Logo Search and Cart
  .content-seach{position: static;margin: 0 15px 15px;}
  .header .header-search,.tool-header, .minicart-wrapper{margin-top: 0;}
  .tool-header{right: 20px;}
   */
  /* Style Slide
  .home-slider .slick-slide.slick-active .figcaption .caption2{font-size: 20px;margin: 10px 0 0;letter-spacing: 0px;}
  .home-slider .slick-slide.slick-active .figcaption .btn-shop{font-size: 15px;}
  .home-slider:hover .slick-prev {left: 10px;margin-left: 0;}
  .home-slider:hover .slick-next {margin-right: 0;right: 10px;}
  */
  /* service
  .service .container{padding: 0;}
  .service .service-item{padding: 10px;}
  .service .service-item h3{font-size: 16px;}
  .service .service-item .icon {text-align: center;width: 100%;float: none;}
  .service .service-item .icon img{display: inline-block;}
  .service .service-item .info {padding-left: 0;text-align: center;width: 100%;}
  .banner-block-content .banner-link{line-height: 25px;padding: 10px;font-size: 15px;}
  .banner-boder-zoom a img {max-width: 100%;}
  .banner-box-wrap > a img{width: 100%;}
  .block-content .form-subscribe-header{margin: 0;}
  .block-subscribe .block-content{padding: 0;margin-right: 20px;}
  .block-subscribe .block-title{margin: 0;}
  .block-subscribe .block-title strong{font-size: 16px;}
  .block-subscribe{padding: 10px 0;}
  #popup-newsletter{width: 728px !important;}
  #popup-newsletter .block-content{width: 50%;}
  .contact-info-inner{padding: 10px 0;}
  .contact-info-content{padding: 0 10px;}

  .data.table .custom-qty{width: 40px;}
  .cart-container .cart.main .action{margin-bottom: 10px;}
  .alo-blog{padding-top: 20px;}
  .blog_short_text{padding: 50px 0 0 15px;}
  .blog_short_text a span{font-size: 13px;line-height: normal;}
  .blog_short_text p{font-size: 12px;}
  .block-newletter { text-align: left;padding-top: 20px;}
  .link-view{display: none;}
  .image-inner img{width: 100%;}
  .item_inner .img img{margin: 0 auto;}
  .category-view {min-height: auto;}
  .page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media,
  .page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main{width: 100%;}
  .product-view .product-shop {padding-top: 20px;}
  .product-view .product-shop .no-display{display:none !important;}
  .block-viewed .block-content, .block-reorder .block-content{padding:0 10px;}
  .block-layered-nav dd{padding: 0 0 10px;}
  .swatch-link, .swatch-label{font-size: 10px}
  #narrow-by-list dd .swatch-link{margin-right: 0;}
  .filter-options .filter-options-title{font-size: 18px;}
  .sidebar .nav-accordion{padding: 5px;}
  ul.nav-accordion li a{padding: 0 0 0 15px;}
  ul.nav-accordion ul{padding: 0 0 0 10px;}
  .swatch-option.text{margin-right: 12px;}
  .filter-options .filter-options-content .item a,.filter-options .filter-options-content .item a span{font-size: 14px;}
  .filter-options .filter-options-content .item:before{padding-right: 5px;}
  .sidebar .block-custom-product .images-container,.sidebar .block-custom-product .products-textlink{width: 100%;}
  .sidebar .block-custom-product .products-textlink{padding: 10px 0 0;}
  #narrow-by-list dd .configurable-swatch-list li, #narrow-by-list dd ol.configurable-swatch-list li{width: 100%;}
  .products-list .actions-list .button.btn-cart span span.view-cart{margin: 0;padding: 0px; text-align: center;float: none;}
  .products-list .actions-list .button.btn-cart span span{padding: 0 17px 0 10px;}
  .collapsible{margin-top: 15px;clear: both;}
  .block-footer-bottom .footer .block-title{font-size:15px;}
  .footer-copyright,.footer-links-company .links{float: none;}
  .footer-copyright{padding-bottom: 0;}
  .footer .menu li{padding: 0 10px;}
  .socials > li {margin: 0 5px 0 0;}
  .footer-links-company .links{padding-top: 0;}
  .footer-links-company .links a{line-height: normal;}
  .clearboth{clear: both;}
  .cart-table td {padding: 15px 13px;}
  .data-table tbody tr td .product-name a, .data-table tbody tr td .cart-price .price{font-size: 12px;}
  */
}
/* Iphone 5 landscape */
@media only screen and (max-width:1023px) {
  .cart-summary {
    margin-bottom: 5px;
    padding: 1px 15px 5px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cms-index-index .header-content {
    position: static;
  }

  .page-header {
    border: 0;
  }

  .header-top {
    text-align: center;
    position: relative;
  }
  .header-top .mobile-center {
    display: inline-block;
    width: auto;
  }
  .header-top .header-top-link {
    float: none;
    display: inline-block;
  }
  .header-top .top-right {
    clear: both;
  }

  .nav-sections-item-content .vmagicmenu, .nav-sections-item-content .magicmenu .nav-desktop {
    display: none !important;
    visibility: hidden;
  }

  .header-logo .nav-toggle, .nav-sections-item-title, .sidebar .accordion-container {
    display: none !important;
    visibility: hidden;
  }

  .nav-sections .mean-container .mean-nav ul.nav-mobile {
    display: block !important;
  }

  .menu-mobile .nav-toggle {
    display: inline-block;
    position: static;
    line-height: 20px;
    padding: 6px 0 0 30px;
    vertical-align: top;
  }

  .nav-toggle {
    cursor: pointer;
    display: block;
    font-size: 0;
    text-decoration: none;
    top: 0px;
    z-index: 14;
    right: 50px;
  }
  .nav-toggle:before {
    /* content: "\f0c9";font-family: FontAwesome; */
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
  }

  .nav-sections {
    background: #FFFFFF none repeat scroll 0 0;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
    width: calc(90% - 54px);
  }

  .nav-open .nav-sections {
    left: 0;
    z-index: 99;
    box-shadow: none;
  }

  .nav-before-open .page-wrapper {
    height: 100%;
    left: 0;
    overflow: visible;
    position: relative;
    transition: left 0.3s ease 0s;
    -moz-transition: left 0.3s ease 0s;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    -ms-transition: left 0.3s ease 0s;
  }

  .nav-open .page-wrapper {
    left: calc(100% - 54px);
  }

  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .nav-sections-item-content > .navigation {
    padding: 0;
  }
  .nav-sections-item-content > .navigation .nav-mobile {
    display: block !important;
    padding: 0;
  }

  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }

  /* Logo Search and Cart */
  .socials {
    float: none;
    display: inline-block;
  }

  .header .welcome-msg {
    float: none;
    display: inline-block;
    font-size: 13px;
    padding: 0 0 0 5px;
    line-height: normal;
  }

  .socials > li {
    margin: 0 5px 0 0;
  }
  .socials li a {
    line-height: 65px;
  }

  .content-logo {
    text-align: center;
    width: 100%;
  }

  .header .logo {
    display: inline-block;
    padding: 30px 0px 30px;
  }

  .content-seach {
    position: static;
    margin: 0 15px 15px;
  }

  .icon-element {
    float: none;
    padding: 0 0 15px 30px;
    position: static;
  }

  .tool-header .header-setting .dropdown-switcher {
    width: 100%;
    min-width: 100%;
  }

  .element-right {
    float: none;
  }

  .icon-element .toggle-tab:before {
    display: none;
  }

  .header .header-search {
    margin-top: 0;
  }

  .minicart-wrapper {
    position: static;
  }
  .minicart-wrapper .block-minicart {
    width: 100%;
    min-width: 300px;
    padding: 45px 10px 58px 10px;
  }

  .tool-header {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 10px;
    padding-top: 25px;
    position: static;
    text-align: center;
  }

  /* Style Slide*/
  .home-slider .text-slide {
    left: auto;
    margin-left: 0;
    right: auto;
    width: 100%;
  }
  .home-slider .slick-slide.slick-active .figcaption .caption1 {
    font-size: 30px;
  }
  .home-slider .slick-slide.slick-active .figcaption .caption1 span {
    font-size: 35px;
  }
  .home-slider .slick-slide.slick-active .figcaption .caption2 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 10px 0 0;
  }
  .home-slider .slick-slide.slick-active .figcaption .btn-shop {
    font-size: 13px;
    padding: 0 20px;
    line-height: 40px;
    margin-top: 30px;
  }
  .home-slider .text-slide.text-slide2 {
    left: 0;
    max-width: 100%;
    right: 0;
    text-align: center;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1 {
    font-size: 20px;
    margin: 10px 0;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2 {
    font-size: 15px;
  }
  .home-slider .text-slide.text-slide3 {
    left: 0;
    max-width: 100%;
    right: 0;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 {
    margin: 10px 0;
    font-size: 35px;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 span {
    font-size: 35px;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
    font-size: 15px;
  }
  .home-slider:hover .slick-prev {
    left: 10px;
    margin-left: 0;
  }
  .home-slider:hover .slick-next {
    margin-right: 0;
    right: 10px;
  }

  .service .col-xs-4 {
    width: 100%;
  }
  .service .service-item {
    margin-bottom: 15px;
  }

  .block-banner .banner-box-wrap {
    max-width: 368px;
    margin: 0 auto;
  }
  .block-banner .banner-box-wrap.banner-text {
    max-width: 569px;
    padding-top: 20px;
  }

  .block-subscribe {
    padding: 15px 0;
  }
  .block-subscribe .block-content {
    padding: 0;
    margin-right: 25px;
  }
  .block-subscribe .block-title {
    margin: 0;
  }

  .block-content .form-subscribe-header .title-label-newsletter {
    font-size: 18px;
  }

  #popup-newsletter {
    width: 100% !important;
    height: auto !important;
    background-image: none !important;
    background-color: #FFFFFF;
  }

  #fancybox-wrap, #fancybox-overlay {
    display: none !important;
  }

  #popup-newsletter .block-content {
    width: 100%;
    float: none;
    padding: 75px 30px 30px;
  }
  #popup-newsletter .block-content .promotions {
    margin: 0;
    text-align: center;
  }
  #popup-newsletter .block-content h3 {
    text-align: center;
  }
  #popup-newsletter .subscribe-bottom {
    text-align: center;
  }

  .title-block span {
    font-size: 20px;
  }

  .magictabs .item {
    display: block;
  }
  .magictabs .item .title {
    display: block;
  }

  .shopbrand .slick-arrow, .alo-blog .slick-arrow {
    opacity: 1;
    visibility: visible;
  }

  .content-products .products .slick-arrow {
    opacity: 1;
    visibility: visible;
  }
  .content-products .products .slick-next {
    right: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }
  .content-products:hover .products .slick-next {
    right: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .alo-blog .block-content .slick-next, .alo-blog:hover .block-content .slick-next {
    right: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .shopbrand .slick-next {
    right: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .content-products .products .slick-prev, .content-products:hover .products .slick-prev {
    left: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .alo-blog .block-content .slick-prev, .alo-blog:hover .block-content .slick-prev {
    left: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .shopbrand .slick-prev {
    left: 30px;
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
  }

  .col-left {
    margin-top: 30px;
  }

  .header-container-fixed {
    position: static;
  }

  .block.block-reorder .no-display {
    display: none !important;
  }

  .block-collapsible-nav {
    position: static;
  }

  .dropdown-switcher ul {
    margin: 0;
  }

  .header .mini-maincart {
    position: static;
  }
  .header .cartSummary {
    position: relative;
  }

  .miniCartWrap .icons {
    padding: 6px;
    font-size: 24px;
  }

  .crat-icon .zero, .crat-icon .item {
    height: 20px;
    width: 20px;
  }

  .cartSummary span.item, .cartSummary span.zero, .cartSummary span.price {
    font-size: 12px;
  }

  .dispaly-phone {
    text-align: center;
    margin: 10px 0 0;
  }

  /* blog */
  .alo-blog {
    padding-top: 20px;
  }
  .alo-blog .post-info a.post-item-link {
    font-size: 15px;
    line-height: 20px;
  }

  .box {
    padding-bottom: 0;
  }

  .box-top img {
    width: 100%;
  }

  #magicshop_quickview_handler {
    display: none !important;
  }

  .link-view {
    display: none;
  }

  .magictabs .item {
    padding: 0;
  }
  .magictabs .item span {
    font-size: 12px;
  }

  .block-title h2 span.title-top {
    font-size: 30px;
    padding: 0 0 20px;
  }

  .about-us h2 {
    font-size: 20px;
  }

  .image-inner img {
    width: 100%;
  }

  .about-us .image-inner .border-mask {
    display: none;
  }
  .about-us .col3-set .col1 {
    margin-bottom: 0;
  }
  .about-us .col3-set2 {
    padding-bottom: 0;
  }

  .our-story img {
    width: 100%;
  }

  .crazy-team-slide .item {
    margin-bottom: 10px;
  }

  .page-team-content {
    padding: 30px 0 0 0;
  }
  .page-team-content .block-title {
    padding: 40px 0 10px;
  }

  .our-story .block-title {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }

  .contact-content .fieldset {
    padding-left: 0;
  }

  .contact-form:before {
    display: none;
  }

  .breadcrumbs {
    padding: 70px 0;
  }

  .category-view {
    min-height: auto;
  }

  .breadcrumbs li:last-child {
    margin-bottom: 0;
  }

  .inner-breadcrumbs {
    line-height: 25px;
  }

  .pagecrumbs-title, .page-title-wrapper h1 span {
    font-size: 18px;
  }

  .breadcrumbs .inner-breadcrumbs li a {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumbs li {
    font-size: 14px;
    line-height: 20px;
  }
  .breadcrumbs li strong {
    font-size: 14px;
    line-height: 20px;
  }

  .products-list .product-reviews-summary .reviews-actions .action {
    font-size: 14px;
  }
  .products-list .product-reviews-summary .reviews-actions .action span {
    font-size: 14px;
  }

  .product-item-description p, .product-item-description .action.more {
    font-size: 14px;
  }

  .page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
    width: 100% !important;
  }

  .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional {
    width: 100% !important;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
    width: 100% !important;
  }

  .blog-post-view .sidebar.sidebar-additional {
    width: 100% !important;
  }

  .blog-index-index .sidebar.sidebar-additional, .blog-index-index.page-layout-2columns-left .sidebar.sidebar-additional {
    width: 100% !important;
  }

  .page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media, .page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main {
    width: 100%;
  }

  .blog-index-index.page-layout-2columns-left .column.main, .blog-index-index.page-layout-2columns-right .column.main {
    width: 100% !important;
  }

  .blog-post-view.page-layout-2columns-right .column.main, .blog-post-view.page-layout-2columns-left .column.main {
    width: 100% !important;
  }

  .product-view .product-shop {
    padding-top: 20px;
  }

  .sidebar .block-custom-product .product-items .product-item-info .product-item-photo {
    position: static;
  }
  .sidebar .block-custom-product .product-items .product-item-details {
    margin: 0;
  }

  .product-view .product-shop .no-display {
    display: none !important;
  }

  .product-collateral .box-reviews .data-table thead th {
    text-transform: capitalize;
  }

  .product-view .product-info-main {
    padding-top: 20px;
  }

  .product.data.items .items-tabs, .product.data.items .data-tabs-content {
    width: 100%;
    border: 0 none;
  }

  .nobr {
    font-size: 12px;
  }

  /* cart checkout */
  .cart.table-wrapper thead {
    display: none;
  }
  .cart.table-wrapper .item .col.item {
    padding: 25px 0 10px 0;
  }
  .cart.table-wrapper .product-item-photo {
    position: static;
    max-width: 120px;
    display: inline-block;
    vertical-align: top;
  }
  .cart.table-wrapper .product-item-details {
    position: static;
    max-width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .cart.table-wrapper .product-item-details img {
    max-width: 100%;
  }
  .cart.table-wrapper .product-image-container {
    display: inline-block;
    height: 85px;
    overflow: hidden;
  }
  .cart.table-wrapper .product-image-wrapper .product-image-photo {
    margin-top: -40px;
  }

  .checkout-cart-index .page-title-wrapper h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cart.table-wrapper .actions-toolbar {
    position: relative;
    min-height: 20px;
    padding-bottom: 30px;
    font-size: 15px;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete {
    position: absolute;
    right: 16px;
    text-decoration: none;
    top: 0;
  }
  .cart.table-wrapper .actions-toolbar > .action-delete {
    display: inline-block;
  }
  .cart.table-wrapper .actions-toolbar > .action-edit {
    display: none;
  }
  .cart.table-wrapper .action {
    margin-right: 15px;
  }
  .cart.table-wrapper .action:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .actions-toolbar > .action-delete {
    right: 0;
  }

  .data-table tbody tr td .cart-price .price {
    font-size: 12px;
  }

  .cart-container .cart.main .action {
    margin-bottom: 10px;
  }

  .cart .page-title {
    padding: 10px 0;
  }

  /* login */
  .abs-discount-block-desktop .block:nth-child(1), .login-container .block:nth-child(1), .account .column.main .block:not(.widget) .block-content .box:nth-child(1), .block-addresses-list .items.addresses > .item:nth-child(1), .form-edit-account .fieldset:nth-child(1), .form-address-edit .fieldset:nth-child(1), .storecredit .block:nth-child(1), .paypal-review-discount .block:nth-child(1), .cart-discount .block:nth-child(1) {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .abs-blocks-2columns, .abs-discount-block-desktop .block, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .block-addresses-list .items.addresses > .item, .form-edit-account .fieldset, .form-address-edit .fieldset, .storecredit .block, .paypal-review-discount .block, .cart-discount .block {
    width: 100%;
  }

  .abs-discount-block-desktop .block:nth-child(2), .login-container .block:nth-child(2), .account .column.main .block:not(.widget) .block-content .box:nth-child(2), .block-addresses-list .items.addresses > .item:nth-child(2), .form-edit-account .fieldset:nth-child(2), .form-address-edit .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) {
    float: none;
  }

  .account .column.main .block:not(.widget) .block-content .box {
    width: 100%;
  }

  .login-container .fieldset::after {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .login-container .block {
    float: none;
    width: 100%;
  }
  .login-container .actions-toolbar .secondary {
    padding-top: 10px;
  }

  /* compare */
  .block-compare .actions-toolbar .primary {
    display: inline-block;
    vertical-align: middle;
  }
  .block-compare .actions-toolbar .secondary {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
  }

  .cart .crosssell {
    margin: 20px 0 0 0;
  }

  .main .col-main {
    padding: 0 15px;
  }

  .product-image-gallery .gallery-image.visible {
    width: 100%;
  }

  .cart .totals {
    margin: 0 0 15px 0;
  }

  .checkout-onepage-index .main-container {
    padding-top: 0;
  }

  .customer-account-index .main-container {
    margin-top: 0;
  }

  .footer .block-title, .social-feed .section-title h4 {
    padding: 0;
  }

  .mobile-collapsible {
    clear: both;
    margin-bottom: 20px;
    position: relative;
  }

  .footer .text-right {
    text-align: left;
  }

  .social-footer.footer-right {
    float: none;
    padding: 20px 0 0;
  }

  .logo-footer {
    padding: 0 0 25px;
  }

  .menu-footer .menu li {
    padding: 0 15px;
  }

  .logo-footer img {
    margin: 0 auto;
  }

  #backtotop {
    display: none !important;
  }

  .toggle-tab.mobile {
    color: #666666;
    cursor: pointer;
    display: block !important;
    font-size: 22px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 15px;
    width: 19px;
  }

  .toggle-content {
    display: none;
  }
  .toggle-content.visible {
    display: block;
  }

  .toggle-tab:before {
    content: "\f107";
    font-family: FontAwesome;
  }

  .toggle-visible .toggle-tab:before {
    content: "\f106";
  }

  .narrow-by {
    position: relative;
    padding: 5px 0;
    outline: medium none !important;
    margin: 0;
  }

  .sidebar.sidebar-main .mean-bar {
    padding-right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .col-mobile-plus-12 {
    width: 100%;
  }

  .col-mobile-plus-6 {
    width: 50%;
  }

  .col-mobile-plus-4 {
    width: 30.3333333333%;
  }

  .col-mobile-plus-3 {
    width: 25%;
  }

  .col-mobile-plus-2 {
    width: 16.6666666666%;
  }

  .col-mobile-plus-1 {
    width: 8.3333333333%;
  }

  .col2-set .col-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .col2-set .col-2 {
    float: right;
    width: 100%;
  }

  .header.links {
    float: none;
    width: 100%;
  }

  .header-top-link ul.links li {
    float: none;
    display: inline-block;
  }

  .home-slider .slick-slide.slick-active .figcaption .caption1 {
    font-size: 20px;
  }
  .home-slider .slick-slide.slick-active .figcaption .caption1 span {
    font-size: 25px;
  }
  .home-slider .slick-slide.slick-active .figcaption .caption2 {
    font-size: 18px;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 {
    font-size: 20px;
  }
  .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 span {
    font-size: 25px;
  }
  .home-slider .slick-slide.slick-active .figcaption .btn-shop {
    line-height: 35px;
  }

  .block-subscribe .control {
    float: none;
  }
  .block-subscribe .input-box {
    display: block;
    margin: 0;
  }

  .block-content .form-subscribe-header {
    display: block;
    margin: 0;
  }

  .block-subscribe input.input-text {
    min-width: 100%;
  }

  .account-login .content {
    min-height: 100px;
  }
  .account-login .buttons-set {
    margin: 0;
    padding: 0;
  }

  .store-contact .store1, .store-contact .store2, .store-contact .store3, .store-contact .store4 {
    width: 100%;
  }
  .store-contact .store1 .store-item, .store-contact .store2 .store-item, .store-contact .store3 .store-item, .store-contact .store4 .store-item {
    border: 0;
  }

  .modes, .toolbar-products .pages {
    float: none;
    vertical-align: middle;
    display: inline-block;
  }

  .sorter {
    padding: 0;
  }

  .product.data.items > .item.title {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #eee;
  }
  .product.data.items > .item.title.active {
    background-color: #FFFFFF;
  }
  .product.info.detailed .product.data.items > .item.title .switch::after {
    display: none;
  }
  .product.data.items > .item.title::before {
    display: none;
  }
  .product.data.items > .item.title > .switch {
    padding: 10px;
  }

  .form-wishlist-items .actions-toolbar button {
    margin: 0 0 5px 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .data-table td.last {
    border-bottom: 1px solid #dddddd !important;
  }
  .data-table tfoot {
    border-bottom: none;
  }
  .data-table thead th {
    border-left: 1px solid #dddddd;
    border-bottom: 0 none;
  }
  .data-table thead.hidden-phone {
    display: none;
  }
  .data-table tbody th, .data-table tbody td {
    border-bottom: 0;
  }

  .product-view .box-reviews .form-add .data-table td {
    border-bottom: 1px solid #DDDDDD !important;
  }
}
/* width < 480px */
@media only screen and (max-width: 479px) {
  .col-mobile-12 {
    width: 100%;
  }

  .col-mobile-6 {
    width: 50%;
  }

  .col-mobile-4 {
    width: 30.3333333333%;
  }

  .col-mobile-3 {
    width: 25%;
  }

  .col-mobile-2 {
    width: 16.6666666666%;
  }

  .col-mobile-1 {
    width: 8.3333333333%;
  }

  .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 span {
    font-size: 20px;
  }
  .home-slider .slick-slide.slick-active .figcaption .caption4 {
    display: none;
  }
  .home-slider .slick-arrow {
    display: none;
  }
  .home-slider:hover .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }

  .item-contact-info {
    width: 100%;
  }

  .store_info:before, .store_info:after {
    display: none;
  }

  .footer .menu li {
    padding: 0 10px;
  }
  .footer .menu li a {
    font-size: 13px;
  }

  .socials > li {
    padding-left: 25px;
  }

  .block-title h2 span {
    font-size: 20px;
  }

  .cartSummary .icon-cart {
    font-size: 17px;
  }

  .nbs-flexisel-item img {
    display: inline-block;
  }

  .cart-table td {
    padding: 10px;
  }

  #popup-newsletter .block-content input.input-text, .header .form-search .field.search {
    min-width: 100%;
  }

  .blog_short_text, .alo-blog .blog-image {
    width: 100% !important;
  }

  .products-list .images-container, .products-list .item .products-textlink, .products-list .product-image-wrapper .product-image-photo {
    width: 100%;
  }
  .products-list .item .products-textlink {
    padding: 10px 0 0;
  }
  .products-list .product-shop {
    padding-top: 10px;
  }

  .category-products .products-grid .item.col-mobile-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product.data.items > .item.content {
    padding: 55px 0 20px;
  }

  .product-view .product-qty .custom-qty, .block-bundle-summary .product-details .product-qty .custom-qty {
    margin: 0 20px 0 0;
  }

  .product-view .toggle-tabs .item, .product.data.items > .item.title {
    letter-spacing: 0;
  }

  .wishlist-index-index .products-grid.wishlist .product-item {
    width: 100%;
  }
}
/* Iphone 4 landscape */
@media (max-width: 360px) {
  .category-products .products-grid > li {
    width: 100%;
  }

  .block-static.alo-blog .blog-image, .block-static.alo-blog .blog_short_text {
    float: left;
    width: 100%;
  }

  .alo-blog .slick-slider .slick-next, .alo-blog .slick-slider .slick-prev {
    top: 35%;
  }

  .data.table .custom-qty {
    width: 40px;
  }

  .product-view .add-to-cart {
    margin-top: 20px;
  }

  .crazy-team-slide .item {
    width: 100%;
  }

  .service .service-item h3 {
    font-size: 13px;
  }

  .block-subscribe .block-content {
    margin-right: 0px;
    float: none;
  }
  .block-subscribe .block-title strong {
    font-size: 17px;
  }

  .block-content .form-subscribe-header .title-label-newsletter {
    font-size: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .checkout-cart-index .col-main .page-title h1, .checkout-cart-index .col-main .page-title h2 {
    float: none;
    text-align: center;
  }

  .col2-set, .col2-set2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .account-login .col2-set, .account-login .col2-set2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .multiple-checkout .col2-set .col-1, .multiple-checkout .col2-set .col-2 {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .my-wishlist .buttons-set {
    text-align: center;
    padding: 20px 0 0;
  }
  .my-wishlist thead.hidden-phone {
    display: none;
  }

  a.btn-edit, a.btn-remove {
    margin: 0 auto;
    float: none;
  }

  .mini-contentCart .product-details a.btn-remove, .mini-contentCart .product-details a.btn-edit {
    float: left;
    margin: 0 5px 0 0;
  }

  #toPopup {
    left: 18%;
    top: 10%;
  }

  .box-support ul li {
    margin-top: 10px;
  }

  .box-up-sell {
    margin-bottom: 15px;
  }
}
/* IPHONE 4 + 5 Portrait */
@media only screen and (min-width: 240px) and (max-width: 320px) {
  #products-list .item .product-shop {
    margin-top: 20px;
  }

  .product-view .product-shop .add-to-links a {
    margin-bottom: 10px;
    display: inline-block;
  }

  #toPopup {
    left: 3%;
  }

  .box-up-sell {
    margin-bottom: 15px;
  }

  .product-shop .ratings .rating-links {
    margin: 10px 0px 10px;
  }

  .testimonials .title-name {
    font-size: 11px;
  }

  .post-date {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 240px) and (max-width: 319px) {
  .sorter .view-mode, .sorter .sort-by, .sorter .limiter, .sorter .pull-right {
    width: 100%;
    text-align: left;
  }
}
/*issue 412*/
header .service-header#usernotlogged {
  width: 135px;
  background-position: 15px;
  background-image: url(../images/no-log.png);
}
header .service-header#usernotlogged:hover {
  background-image: url(../images/log.png);
  background-repeat: no-repeat;
}
header .service-header.user-logged {
  background-image: url(../images/logged@2x.png);
}

@media (max-width: 374px) {
  header .service-header#usernotlogged {
    width: 70px !important;
    background-position: center !important;
  }

  .label-login-user {
    display: none;
  }
}
.label-login-user {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #003B79;
}

header .service-header#usernotlogged:hover .label-login-user {
  color: #fff;
}

@media (max-width: 340px) {
  header .header-content .logo-cont {
    padding: 0;
  }
}
/* SEZIONE HEADER SCOMPATTATA */
header #logged-notify, header #nologged-notify {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #16A803;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 15px;
}
header #nologged-notify {
  right: 80px;
}
@media (max-width: 374px) {
  header #nologged-notify {
    right: 12px;
  }
}
header #logged-notify {
  right: 10px;
}
header .service-header {
  background-image: url("../images/no-log.png");
  width: 150px;
  padding-left: 50px;
  padding-right: 0;
  height: 65px;
  position: relative;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-color: #FFFFFF;
  box-shadow: 1px -10px 10px rgba(0, 0, 0, 0.5);
  border-bottom: 7px solid #00be28;
  transition: background-color 0.5s ease-out;
  color: #003B79;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 18px;
  font-weight: 400;
}
header .service-header.user-logged, header .service-header.user-logged:hover {
  background-image: url("../images/logged@2x.png");
  width: 65px;
  padding-left: 0;
  position: relative;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
  margin-right: 0;
  border-bottom: 0 none;
}
header .service-header.user-logged:hover, header .service-header.user-logged:hover:hover {
  background-image: url("../images/logged@2x.png");
  background-color: #1097FE;
}
header .service-header:hover {
  background-image: url("../images/log.png");
  border-bottom: 7px solid #FFFFFF;
  color: #FFFFFF;
}
header .service-header:hover .service-submenu nav a.link-new-account {
  background-color: #003B79;
  color: #FFFFFF;
  background-image: url("../images/icon-white.png");
  background-repeat: no-repeat;
  background-position: center left 10px;
  background-size: 35px;
}
header .service-header:hover .service-submenu nav a.link-new-account:hover {
  background-color: #c7e4ff;
  color: #003B79;
  background-image: url("../images/ic-blue.png");
}
header .service-header .service-submenu {
  display: none;
  width: 180px;
  position: absolute;
  right: 0;
  top: 65px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(143, 143, 143, 0.7);
  z-index: 99;
}
header .service-header .service-submenu nav {
  padding: 0;
}
header .service-header .service-submenu nav a {
  font-size: 18px;
  color: #003B79;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 60px;
  padding: 0 10px;
}
header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:active, header .service-header .service-submenu nav a:focus {
  font-size: 18px;
  color: #003B79;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 60px;
  padding: 0 10px;
}
header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:active:hover, header .service-header .service-submenu nav a:focus:hover {
  background-color: #c7e4ff;
}
header .service-header .service-submenu nav a > span, header .service-header .service-submenu nav a:hover > span, header .service-header .service-submenu nav a:active > span, header .service-header .service-submenu nav a:focus > span {
  padding-left: 33px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  height: 60px;
  display: block;
}
header .service-header .service-submenu nav a.link-my-cart > span, header .service-header .service-submenu nav a:hover.link-my-cart > span, header .service-header .service-submenu nav a:active.link-my-cart > span, header .service-header .service-submenu nav a:focus.link-my-cart > span {
  background-image: url("../images/icon-my-cart.png");
}
header .service-header .service-submenu nav a.link-my-cards > span, header .service-header .service-submenu nav a:hover.link-my-cards > span, header .service-header .service-submenu nav a:active.link-my-cards > span, header .service-header .service-submenu nav a:focus.link-my-cards > span {
  background-image: url("../images/icon-my-cards.png");
}
header .service-header .service-submenu nav a.link-my-orders > span, header .service-header .service-submenu nav a:hover.link-my-orders > span, header .service-header .service-submenu nav a:active.link-my-orders > span, header .service-header .service-submenu nav a:focus.link-my-orders > span {
  background-image: url("../images/icon-my-orders.png");
}
header .service-header .service-submenu nav a.link-my-reminders > span, header .service-header .service-submenu nav a:hover.link-my-reminders > span, header .service-header .service-submenu nav a:active.link-my-reminders > span, header .service-header .service-submenu nav a:focus.link-my-reminders > span {
  background-image: url("../images/icon-my-reminders.png");
}
header .service-header .service-submenu nav a.link-my-account > span, header .service-header .service-submenu nav a:hover.link-my-account > span, header .service-header .service-submenu nav a:active.link-my-account > span, header .service-header .service-submenu nav a:focus.link-my-account > span {
  background-image: url("../images/icon-my-account.png");
}
header .service-header:hover {
  background-color: #1097FE;
}
header .service-header.user-menu-opened {
  background-color: #1097FE;
}
header .service-header.user-menu-opened .service-submenu {
  display: block;
  width: 238px;
}
header .header-icons-cont .padd-i {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .internal-header .menu-toggle-open {
  background-position: center;
  height: 44px;
  margin-right: 10px;
}

@media only screen and (max-width:1023px) {
  header .internal-header .menu-toggle-open {
    display: inline-block;
    margin-right: 0;
    padding: 25px;
  }
}
@media (max-width: 350px) {
  header .internal-header .menu-toggle-open {
    background-size: 30px;
    width: 30px;
  }
}
@media only screen and (max-width:1023px) {
  header .service-header .service-submenu {
    position: fixed;
    top: 65px;
    width: 0;
    display: block;
    padding: 0;
    bottom: 0;
    transition: width 800ms ease;
  }
}
@media only screen and (max-width:1023px) {
  header .service-header .service-submenu nav a {
    font-size: 16px;
    font-weight: normal;
  }
  header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:active, header .service-header .service-submenu nav a:focus {
    font-size: 16px;
    font-weight: normal;
  }
}
@media only screen and (min-width:1024px) {
  header .service-header:hover .service-submenu {
    display: block;
  }
}
/* rimuovere quando mettiamo nuovo menu */
@media only screen and (max-width:1023px) {
  header .internal-header .menu-toggle-open {
    display: inline-block;
  }

  header .service-header {
    margin-right: 0;
  }
}
/* FINE SEZIONE HEADER SCOMPATTATA */
.page-apps-container {
  background: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .page-apps-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-apps-container .app-block {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto 60px auto;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page-apps-container .app-block .heading-ab {
  margin-bottom: 10px !important;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab {
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-apps-container .app-block .heading-ab img {
  max-width: 105px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab img {
    max-width: 85px;
  }
}
.page-apps-container .app-block .heading-ab .info-ab {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab .info-ab {
    max-width: 220px;
  }
}
.page-apps-container .app-block .heading-ab .info-ab h5 {
  font-size: 30px;
  color: #0A263C;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab .info-ab h5 {
    font-size: 25px;
  }
}
.page-apps-container .app-block .heading-ab .info-ab p {
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab .info-ab p {
    font-size: 18px;
  }
}
.page-apps-container .app-block .image-ab {
  margin-bottom: 15px;
  height: 350px;
  background-size: cover;
  background-position: left center;
  position: relative;
  display: block;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .image-ab {
    background-position: center;
  }
}
.page-apps-container .app-block .image-ab figure img {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  .page-apps-container .app-block .footer-ab {
    padding-right: 250px;
    padding-top: 12px;
  }
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .footer-ab {
    padding-top: 85px;
    text-align: center;
  }
}
.page-apps-container .app-block .footer-ab .app-icons {
  float: left;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .footer-ab .app-icons {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
}
.page-apps-container .app-block .footer-ab .app-icons a {
  max-width: 135px;
  width: 100%;
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .footer-ab .app-icons a {
    margin-right: 0;
  }
}
.page-apps-container .app-block .footer-ab .app-icons a img {
  width: 100%;
}
.page-apps-container .app-block .footer-ab .btn-more-info {
  font-weight: 300;
  float: right;
}
.page-apps-container .app-block .footer-ab .carousel-indicators {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin: 0 0 15px 0 !important;
}
@media only screen and (min-width:1024px) {
  .page-apps-container .app-block .footer-ab .carousel-indicators {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .footer-ab .carousel-indicators {
    margin-top: -20px !important;
  }
}
.page-apps-container .app-block .footer-ab .carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  border: 2px solid #A9B0B1;
}
.page-apps-container .app-block .absolute-phone-ab {
  position: absolute;
  bottom: -60px;
}
@media only screen and (min-width:1024px) {
  .page-apps-container .app-block .absolute-phone-ab {
    max-width: 250px;
    right: -10px;
  }
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .absolute-phone-ab {
    max-height: 530px;
    right: 50%;
    width: 229px;
    margin-right: -115px;
  }
}
.page-apps-container .app-block .absolute-phone-ab img {
  max-width: 100%;
}
.page-apps-container:nth-child(even) {
  background: #ebebeb;
}

.cms-page-view .page-apps-container .app-block .heading-ab img {
  max-width: 105px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-apps-container .app-block .heading-ab img {
    display: block;
    max-width: 85px;
  }
}

.phone-carousel {
  width: 250px;
  height: 508px;
  background: url("../images/phone-cover.png");
  background-repeat: no-repeat;
  background-size: 250px 508px;
}
@media only screen and (max-width:1023px) {
  .phone-carousel {
    width: 229px;
    height: 465px;
    background-size: 229px 465px;
  }
}
.phone-carousel .item {
  margin: 61px 15px 0 17px;
}
@media only screen and (max-width:1023px) {
  .phone-carousel .item {
    margin: 56px 13px 0 17px;
  }
}
.phone-carousel .item img {
  width: 218px;
}
@media only screen and (max-width:1023px) {
  .phone-carousel .item img {
    width: 199px;
  }
}
.phone-carousel .carousel-inner .item {
  transition-property: opacity;
  opacity: 0;
}
.phone-carousel .carousel-inner .active {
  opacity: 1;
}
.phone-carousel .carousel-inner .active.left, .phone-carousel .carousel-inner .active.right {
  opacity: 0;
}
.phone-carousel .carousel-inner .next.left, .phone-carousel .carousel-inner .prev.right {
  opacity: 1;
}
.phone-carousel .carousel-inner .next, .phone-carousel .carousel-inner .prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.phone-carousel .carousel-inner .active.left, .phone-carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/* stile pulsante wish che prende un margine da boh */
.item .actions-no .add-to-links a {
  margin-left: 0 !important;
}

.header-content ul > li, .header-content ol > li {
  margin-bottom: 0;
}
.header-content .menu-cont {
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .header-content .menu-cont {
    display: none;
  }
}
.header-content .menu-cont ul {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}
.header-content .menu-cont ul.third-level-menu, .header-content .menu-cont ul.fourth-level-menu, .header-content .menu-cont ul.fifth-level-menu, .header-content .menu-cont ul .level-menu {
  display: none;
}
.header-content .menu-cont ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  font-size: 18px !important;
  color: #FFFFFF;
  font-weight: 300;
  height: 44px;
}
.header-content .menu-cont ul li ul li {
  display: block;
}
.header-content .menu-cont ul li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  font-weight: 300;
  font-size: 18px;
}
.header-content .menu-cont ul li.menu-item-active > a {
  font-weight: 500;
}
.header-content .menu-cont ul li a:hover {
  background-color: #1097FE;
}
.header-content .menu-cont.opened-mobile {
  width: 100%;
  z-index: 999;
}
.header-content .menu-cont.opened-submenu-mobile {
  width: 100%;
}
.header-content .menu-cont.opened-submenu-mobile .main-menu {
  display: none;
}
.header-content .menu-cont.opened-submenu-mobile .mobile-submenu-interne {
  display: block;
}
.header-content ul.submenu {
  display: none;
}

@media only screen and (min-width:1024px) {
  .header-content .menu-cont ul.third-level-menu, .header-content .menu-cont ul.fourth-level-menu, .header-content .menu-cont ul.fifth-level-menu, .header-content .menu-cont ul .level-menu {
    position: absolute;
    display: none;
    left: 100%;
    width: 100%;
    z-index: 101;
    background: black;
    box-shadow: 0 0 5px 0 rgba(143, 143, 143, 0.7);
  }

  .header-content .menu-cont ul:first-child li ul {
    background: #FFFFFF;
    box-shadow: 0 0 5px 0 rgba(143, 143, 143, 0.7);
  }

  .header-content .menu-cont ul:first-child li ul li:hover {
    background: #c7e4ff;
  }

  .header-content .menu-cont ul:first-child li ul li:hover > a {
    background: #c7e4ff;
  }

  .header-content .menu-cont ul:first-child li ul li a {
    color: #003e7e;
    text-align: left;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .level0.level-top.submenu-yes.menu-item-active:hover {
    background-color: #1097FE !important;
  }
}
@media only screen and (max-width:1023px) {
  .header-content .menu-cont {
    overflow-y: auto;
    position: fixed;
    width: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e7e+0,0072b4+100 */
    background: #003e7e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4",GradientType=1 );
    /* IE6-9 */
    z-index: 25;
    display: block;
    transition: width 500ms ease;
  }
  .header-content .menu-cont ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .header-content .menu-cont ul li {
    display: block;
    border-right: 0 none;
    text-align: left;
    height: auto;
  }
  .header-content .menu-cont ul li.with-submenu > a {
    background-image: url("../images/arrow-submenu-open.png");
    background-position: right center;
    background-size: 40px auto;
    background-repeat: no-repeat;
  }
  .header-content .menu-cont ul li.with-submenu.submenu-open {
    background-color: #1097FE;
    border-color: #1097FE;
  }
  .header-content .menu-cont ul li.with-submenu.submenu-open > a {
    background-image: url("../images/arrow-submenu-close.png");
    font-weight: 700;
    border-color: #1097FE;
  }
  .header-content .menu-cont ul li.with-submenu.submenu-open .submenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e7e+0,0072b4+100 */
    background: #003e7e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4",GradientType=1 );
    /* IE6-9 */
  }
  .header-content .menu-cont ul li.with-submenu.submenu-open .submenu li a {
    font-size: 17px;
    margin: 0;
    text-indent: 10px;
    border-color: #1097FE;
  }
  .header-content .menu-cont ul li.submenu-open > a {
    background-image: url("../images/arrow-submenu-close.png");
    font-weight: 700;
    border-color: #1097FE;
  }
  .header-content .menu-cont ul li:last-child {
    border-bottom: 0 none;
  }
  .header-content .menu-cont ul li a {
    text-decoration: none;
    border-bottom: 1px solid #9dbcda;
    padding: 12px 30px;
    margin: 0;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 20px !important;
    display: block;
  }
  .header-content .menu-cont ul li li a {
    margin-left: 30px;
  }
  .header-content .menu-cont ul li li li a {
    margin-left: 50px;
  }
  .header-content .menu-cont ul li li li li a {
    margin-left: 70px;
  }
  .header-content .menu-cont ul li li li li li a {
    margin-left: 90px;
  }
}
@media only screen and (min-width:1024px) {
  .level0.level-top.submenu-yes.menu-item-active {
    background-color: transparent !important;
  }
}
.mobile-menu-home {
  position: relative;
}
@media only screen and (min-width:1024px) {
  .mobile-menu-home {
    display: none;
  }
}
.mobile-menu-home nav {
  margin: 0 60px 0 0;
}
.mobile-menu-home ul {
  height: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu-home ul li {
  border-right: 1px solid #FFFFFF;
  text-align: center;
  height: 46px;
}
.mobile-menu-home ul li a {
  text-decoration: none;
  padding: 10px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  height: 46px;
  display: block;
  line-height: 28px;
}

.menu-toggle-open {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 60px;
  height: 53px;
  background: url("../images/hamburger.png") no-repeat center;
  display: block;
  background-size: 40px;
}

.menu-toggle-close {
  position: fixed;
  top: 65px;
  right: 10px;
  width: 30px;
  height: 23px;
  background: url("../images/menu-mobile-exit.png") no-repeat;
  background-size: contain;
  z-index: 26;
  display: none;
}
.menu-toggle-close.is-open-menu {
  display: block;
}

body > header nav ul.prioritized:not(.opened) li, html body > header nav ul.toPrioritize.prioritized.truncated > li[data-priority=more] {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

body > header nav ul.prioritized:not(.opened) {
  width: 99%;
  display: table;
}

li[data-priority=more] {
  display: none !important;
}

.top-mobile-menu {
  display: none;
}
@media only screen and (max-width:1023px) {
  .top-mobile-menu {
    display: block;
  }
}
.top-mobile-menu h1 img {
  max-width: 177px;
  padding: 13px 10px;
}
.top-mobile-menu .menu-toggle-close {
  position: absolute;
  top: 13px;
  right: 5px;
}

@media only screen and (max-width:1023px) {
  .header-content .menu-cont ul li {
    margin-bottom: 0;
  }
}
/* show hide levels */
@media only screen and (min-width:1024px) {
  .header-content .main-menu .menu-items > li:hover > ul {
    display: block;
    min-width: 360px;
  }
  .header-content .main-menu .menu-items > li:hover > ul > li:hover > ul {
    display: block;
    top: 0;
  }
  .header-content .main-menu .menu-items > li:hover > ul > li:hover > ul > li:hover > ul {
    display: block;
    margin-top: 0;
  }
  .header-content .main-menu .menu-items > li:hover > ul > li:hover > ul > li:hover > ul > li:hover > ul {
    display: block;
  }
}
/* show hide levels */
@media only screen and (max-width:1023px) {
  .header-content .menu-cont li.submenu-yes > a {
    background: url("../images/arrow-submenu-open.png") no-repeat;
    background-position: right center;
    background-size: 40px auto;
  }
}
@media only screen and (min-width:1024px) {
  /* frecette menu */
  .main-menu .menu-items .level-menu > li.submenu-yes:after, .main-menu .menu-items .level-menu > li.submenu-yes ul > li.submenu-yes:after {
    font-family: "Glyphicons Halflings";
    content: "\e258";
    top: 50%;
    margin-left: 4px;
    font-size: 15px;
    color: #003e7e;
    position: absolute;
    margin-top: -10px;
    right: 12px;
    transform: rotate(0deg);
  }

  /* end frecette menu */
}
@media only screen and (max-width:1023px) {
  .submenu-open > ul {
    display: block !important;
  }
}
@media only screen and (min-width:1024px) {
  .menu-cont .menu-items > li > ul {
    position: absolute;
    left: 0 !important;
    right: 0;
    z-index: 99;
    width: 100%;
  }
}
@media only screen and (min-width:1024px) {
  .menu-cont .menu-items > li > ul li a {
    font-weight: normal;
  }
}
.menu-items > li:hover > a {
  background-color: #1097FE;
}

@media only screen and (min-width:1024px) {
  .main-menu .menu-items > li > a {
    height: 44px;
  }
}
@media only screen and (min-width:1024px) {
  .header-content .menu-cont ul li ul li {
    height: 60px;
  }
}
header .service-header .service-submenu nav a {
  border-bottom: 1px solid #d0cece;
}
header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:active, header .service-header .service-submenu nav a:focus, header .service-header .service-submenu nav a:last-child, header .service-header .service-submenu nav a:hover:last-child, header .service-header .service-submenu nav a:active:last-child, header .service-header .service-submenu nav a:focus:last-child {
  border-bottom: 1px solid #d0cece;
}

/* new mobile menu hp */
/* base Priority-Navigation styling */
.toPrioritize {
  font-size: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}
.toPrioritize > li {
  font-size: 1rem;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  list-style-type: none;
  vertical-align: middle;
}
.toPrioritize > li a {
  display: block;
  text-decoration: none;
  padding: 0.75em;
  position: relative;
  line-height: 1em;
}
.toPrioritize > li a:focus, .toPrioritize > li a:hover {
  text-decoration: underline;
}
.toPrioritize li[data-priority=more] {
  display: none;
}
.toPrioritize.prioritized:not(.opened) > li[data-priority=less], .toPrioritize.prioritized:not(.opened) > li[data-priority="0"] {
  display: none;
}
.toPrioritize.prioritized.truncated > li[data-priority=more] {
  display: inline-block;
}
.toPrioritize:not(.opened) > li[data-priority="0"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.toPrioritize.prioritized:not(.opened) > li.demoted, .toPrioritize.prioritized:not(.opened) > li[data-priority=less] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.toPrioritize.prioritized.opened {
  white-space: normal;
}
.toPrioritize:not(.prioritized), .toPrioritize.prioritized.opened li, .toPrioritize:not(.prioritized) li {
  white-space: normal;
}
.toPrioritize.prioritized.opened > li {
  width: 16%;
  height: auto;
  position: static;
}
.toPrioritize.prioritized.opened > li.demoted {
  width: 16%;
  height: auto;
  position: static;
}
.toPrioritize:not(.prioritized) > li {
  width: 16%;
  height: auto;
  position: static;
}
.toPrioritize.prioritized.opened > li[data-priority=more] {
  position: absolute;
  display: none !important;
}

/* base Priority-Navigation styling */
.priorityOn {
  font-size: 0;
  padding: 0;
  white-space: nowrap;
  list-style-type: none;
}
.priorityOn > li {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  list-style-type: none;
  vertical-align: middle;
}
.priorityOn > li a {
  display: block;
  text-decoration: none;
}
.priorityOn > li a:focus, .priorityOn > li a:hover {
  text-decoration: underline;
}
.priorityOn li[data-priority=more] {
  display: none;
}
.priorityOn.prioritized:not(.opened) > li[data-priority=less], .priorityOn.prioritized:not(.opened) > li[data-priority="0"] {
  display: none;
}
.priorityOn.prioritized.truncated > li[data-priority=more] {
  display: inline-block;
}
.priorityOn:not(.opened) > li[data-priority="0"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.priorityOn.prioritized:not(.opened) > li.demoted, .priorityOn.prioritized:not(.opened) > li[data-priority=less] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.priorityOn.prioritized.opened {
  white-space: normal;
}
.priorityOn:not(.prioritized), .priorityOn.prioritized.opened li, .priorityOn:not(.prioritized) li {
  white-space: normal;
}
.priorityOn.prioritized.opened > li {
  width: 16%;
  height: auto;
  position: static;
}
.priorityOn.prioritized.opened > li.demoted {
  width: 16%;
  height: auto;
  position: static;
}
.priorityOn:not(.prioritized) > li {
  width: 16%;
  height: auto;
  position: static;
}
.priorityOn.prioritized.opened > li[data-priority=more] {
  position: absolute;
  display: none !important;
}

.tabmenu-interne ul.prioritized:not(.opened) li, html body > .tabmenu-interne ul.toPrioritize.prioritized.truncated > li[data-priority=more] {
  position: relative;
  vertical-align: middle;
}

.tabmenu-interne ul.prioritized:not(.opened) {
  width: 99%;
  display: table;
  cursor: default;
}

li[data-priority=more] {
  display: none !important;
}

/* Tabbed Styles */
.tabmenu-interne.tabbed ul li {
  z-index: 11;
}
.tabmenu-interne.tabbed ul li + li {
  z-index: 10;
}
.tabmenu-interne.tabbed ul li + li + li {
  z-index: 9;
}
.tabmenu-interne.tabbed ul li + li + li + li {
  z-index: 8;
}
.tabmenu-interne.tabbed ul li + li + li + li + li {
  z-index: 7;
}
.tabmenu-interne.tabbed ul li + li + li + li + li + li {
  z-index: 6;
}
.tabmenu-interne.tabbed ul li + li + li + li + li + li + li {
  z-index: 5;
}
.tabmenu-interne.tabbed ul li + li + li + li + li + li + li + li {
  z-index: 4;
}
.tabmenu-interne.tabbed ul li + li + li + li + li + li + li + li + li {
  z-index: 3;
}
.tabmenu-interne.tabbed ul li + li + li + li + li + li + li + li + li + li {
  z-index: 2;
}
.tabmenu-interne.tabbed ul li + li + li + li + li + li + li + li + li + li + li {
  z-index: 1;
}

.tabbed {
  margin: 0 auto;
  overflow: hidden;
  padding: 7px 0 0 0;
  position: relative;
  max-width: 1280px;
}
.tabbed ul {
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 36px;
}
.tabbed ul * {
  margin: 0;
  padding: 0;
}

#maincontent {
  border-top: 1px solid #FFFFFF;
}

.tabbed ul {
  padding-left: 15px;
}
.tabbed ul li .tl a {
  color: #0A263C;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  text-decoration: none;
  padding: 7px 20px;
  display: block;
  border-top: 1px solid #FFFFFF;
  min-width: 80px;
}
.tabbed ul li .tl a span {
  display: block;
  position: relative;
  z-index: 99;
}
.tabbed ul li .tl a .prod-tab-subtlt-mobile {
  font-size: 13px;
  font-weight: 400;
}
.tabbed ul li.active {
  z-index: 12 !important;
}
.tabbed ul li.active a {
  background: #FFFFFF;
  font-weight: 600 !important;
}
.tabbed ul li.active a:before, .tabbed ul li.active a:after {
  background-color: #FFFFFF;
  background-image: none;
}
.tabbed ul li a.active {
  z-index: 3;
  background-color: #FFFFFF;
  background-image: none;
}
.tabbed ul li a.active:before, .tabbed ul li a.active:after {
  background-color: #FFFFFF;
  background-image: none;
}
.tabbed.round ul li a {
  border-radius: 8px 8px 0 0;
}
.tabbed.round ul li a:after {
  border-radius: 0 8px 0 0;
  border-top: 1px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
.tabbed.round ul li a:before {
  border-radius: 8px 0 0 0;
  border-left: 2px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}
.tabbed.round ul li a:after {
  background-color: #FFFFFF;
}
.tabbed[class*=skin-] ul li {
  color: #FFFFFF;
  text-shadow: rgba(0, 0, 0, 0.1) 0 1px;
}

@media only screen and (min-width:1024px) {
  .tabbed ul li .tl a {
    font-size: 18px !important;
  }
}
@media only screen and (max-width:1023px) {
  .tabbed ul li .tl a {
    padding: 10px 1px;
    font-size: 14px;
    min-width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tabbed ul li a:before, .tabbed ul li a:after {
    width: 30px;
  }
}
/* Round Tabs */
/* Skins */
@media only screen and (max-width:1023px) {
  .header-content.hp-header {
    border-bottom: 1px solid #FFFFFF;
  }
}
.top-home-section {
  margin-bottom: 15px;
  min-height: 550px;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .top-home-section {
    min-height: 410px;
  }
}

.submenu-mobile-toggle {
  padding: 0;
  background-color: #FFFFFF;
  z-index: 2;
  cursor: pointer;
  color: #777;
  text-transform: uppercase;
  transition: all 250ms ease;
  text-align: center;
  margin-right: 35px;
  width: 20px;
  height: 44px;
  position: absolute;
  right: 0;
  display: none;
}
.submenu-mobile-toggle span {
  display: block;
  position: absolute;
  z-index: 99;
  padding: 8px 0;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
}
.submenu-mobile-toggle > span {
  position: relative;
  height: 45px;
  left: auto;
  right: auto;
  top: auto;
}
.submenu-mobile-toggle .points {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  line-height: 50px;
}

.header-content .menu-cont .mobile-submenu-interne {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbd1dc+0,9ea9b9+100 */
  background: #cbd1dc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cbd1dc 0%, #9ea9b9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cbd1dc", endColorstr="#9ea9b9",GradientType=0 );
  /* IE6-9 */
}
.header-content .menu-cont .mobile-submenu-interne li a {
  color: #444;
  border-color: #FFFFFF;
}
.header-content .menu-cont .mobile-submenu-interne li:last-child a {
  border-bottom: 0 none;
}

.post-view .post-content .post-description p {
  font-weight: 400;
}

.post-list .post-text-hld {
  color: #0A263C;
}

.block-categories .accordion li a, .block-recent-posts .item a, .block-archive .item a, .post-bottom .block-content .item a, .widget.block.block-categories .block-title strong, .block-recent-posts .block-title strong, .block-archive .block-title strong {
  text-transform: inherit !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote {
  margin-bottom: 0;
}

.cont_quote {
  margin-bottom: 30px !important;
}

/*-----------------------------------------------------------*/
/*RELATED PRODUCTS*/
.slider-recommended-posts .slick-list {
  overflow: inherit;
}

.post-bottom .slick-list {
  padding: 10px 5px;
}

.nv-related-products .block-title strong {
  font-size: 32px !important;
  font-weight: bold !important;
}
.nv-related-products .cont-slick-slider .slider-recommended-product .slick-list {
  overflow: inherit;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct {
  margin-right: 12px;
  max-width: 264px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 17px;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .slick-list {
  overflow: inherit;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container {
  position: relative;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container img.card-img-top {
  margin: 0 auto 15px;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container a:hover, .nv-related-products .cont-slick-slider .block-recommended-prdct .card-container a:focus {
  text-decoration: none;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container h3.categ-style-blog {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container a.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-block {
  margin: 0;
  padding: 0 12px 6px;
  text-align: center;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-logo {
  height: 21px;
  margin: 0 0 6px;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-title {
  font-size: 15px;
  font-weight: normal;
  padding: 0;
  text-align: left;
  height: 35px;
  overflow: hidden;
  line-height: 1.3em;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price-discount {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  clear: both;
  margin: 0;
  color: #0A263C;
  text-align: right;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-block .box-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price {
  color: #E60668;
  font-size: 20px;
  font-weight: 700;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-footer {
  padding: 10px;
  border-top: 2px solid #E3E3E3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-footer a:link {
  text-transform: uppercase;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-footer a.save {
  font-size: 13px;
  font-weight: 500;
  float: left;
  margin: 3px 0 0;
  background-image: url(../images/rec-products/save.png);
  background-repeat: no-repeat;
  background-size: 15px 19px;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding-left: 20px;
  background-position: left top 1px;
  height: 20px;
}
.nv-related-products .cont-slick-slider .block-recommended-prdct .card-container .card-footer .btn-small {
  margin: 0;
  display: inline;
  float: right;
}
@media only screen and (max-width:1023px) {
  .nv-related-products .cont-slick-slider .block-recommended-prdct .slick-track {
    margin-bottom: 10px;
  }
}
.nv-related-products .cont-slick-slider .block-recommended-prdct p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
}

.tabcontent-chart .top-chart-section {
  margin-bottom: 20px;
}
.tabcontent-chart .top-chart-section .chart-availables-info {
  background: url("../images/ic-pin.png") no-repeat;
  background-size: 20px;
  font-size: 18px;
  padding: 25px 10px 17px 25px;
  background-position: center left;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .top-chart-section .chart-availables-info {
    display: none;
  }
}
.tabcontent-chart img.pholder {
  width: 100%;
}
.tabcontent-chart .padd.chart-type h2 {
  font-size: 24px;
}
.tabcontent-chart .chart-place-selector {
  position: relative;
  margin-bottom: 0;
  background-color: #F7F7F7;
}
.tabcontent-chart .chart-place-selector .place-button-selector {
  padding: 8px;
  border-bottom: 0 none;
  border-top: 1px solid #979797;
  position: relative;
}
.tabcontent-chart .chart-place-selector .place-button-selector:last-child {
  border-bottom: 0 none !important;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-place-selector .place-button-selector:last-child {
    margin-bottom: 24px;
  }
}
.tabcontent-chart .chart-place-selector .place-button-selector:before {
  background: transparent;
  height: 16px;
  width: 16px;
  display: inline-block;
  content: "";
  border-radius: 50px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 2px #e0e0e0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 15px;
  left: 0;
}
.tabcontent-chart .chart-place-selector .place-button-selector a {
  display: inline-block;
  vertical-align: middle;
}
.tabcontent-chart .chart-place-selector .place-button-selector .place-name {
  font-size: 16px;
  font-weight: normal;
  color: #0A263C;
  text-decoration: none;
  max-width: 75%;
  position: relative;
  text-indent: 24px;
}
.tabcontent-chart .chart-place-selector .place-button-selector .place-link-dett {
  float: none;
  color: #1097FE;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-decoration: underline;
}
.tabcontent-chart .chart-place-selector .place-button-selector.selected:before {
  background: #0f97fe;
  height: 16px;
  width: 16px;
  display: inline-block;
  content: "";
  border-radius: 50px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 2px #e0e0e0;
  padding: 0;
  margin: 0;
}
.tabcontent-chart .chart-place-selector .place-button-selector:first-child {
  border-top: 0 none;
}
.tabcontent-chart .chart-product-actions {
  margin-bottom: 16px;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-product-actions {
    margin-bottom: 0;
  }
}
.tabcontent-chart .chart-product-actions .loader_overlay {
  min-height: 70px;
}
.tabcontent-chart .chart-product-actions .loader_overlay.hidden {
  min-height: 0;
}
.tabcontent-chart .chart-product-actions a.btn {
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-product-actions a.btn {
    margin: 0 0 16px 0;
  }
}
.tabcontent-chart .chart-product-actions a:hover {
  text-decoration: none;
}
.tabcontent-chart .chart-features-list {
  text-align: left;
}
.tabcontent-chart .chart-features-list h4 {
  color: #0A263C;
  font-weight: 700;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
  text-align: center;
}
.tabcontent-chart .chart-features-list .chart-feature-block {
  display: inline-block;
  padding: 0 20px 20px 20px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  position: relative;
}
.tabcontent-chart .chart-features-list .chart-feature-block img {
  max-width: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 100%;
  padding-top: 20px;
}
.tabcontent-chart .chart-features-list .chart-feature-block .feat-name {
  font-size: 13px;
  color: #0A263C;
  font-weight: 500;
  display: block;
  line-height: 110%;
}
.tabcontent-chart .chart-features-list .platinum-feature {
  margin-bottom: -10px;
  display: inline-block;
  z-index: 9;
  background: #FBBA00;
  border-radius: 10px;
  padding: 3px 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 13px;
  color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
}

/* FIX AO 2019 */
.tabcontent-chart .chart-product-actions .padd h2.swatch-attribute-label {
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .charts-map-pages .page-wrapper {
    overflow: inherit !important;
  }
}
.charts-map-pages .container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (max-width:1023px) {
  .charts-map-pages .top-chart-section .chart-inc-content.map_div {
    background: #f7f7f7;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .charts-map-pages .top-chart-section .sticky-section {
    position: sticky;
    top: 10px;
  }
}

@media only screen and (max-width:1023px) {
  .garmincharts-index-index .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.chart-grey-box {
  background-color: #F7F7F7;
  margin-left: 16px;
  margin-right: 16px;
}
@media only screen and (max-width:1023px) {
  .chart-grey-box {
    margin-left: 0;
    margin-right: 0;
  }
}

.chart-grey-box .title-label {
  padding-top: 16px;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.chart-grey-box .chart-place-selector .place-button-selector {
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
}

.tabcontent-chart .chart-place-selector {
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-place-selector {
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
}

@media (max-width: 375px) {
  .tabcontent-chart .chart-place-selector .place-button-selector .place-name {
    max-width: 72%;
  }
}
@media (min-width: 318px) and (max-width: 346px) {
  .tabcontent-chart .chart-product-actions .chart-addcart-btn {
    font-size: 16px;
    background-size: 45px;
  }
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-product-actions .chart-finddelear-btn, .tabcontent-chart .chart-product-actions .chart-rememberme-btn {
    font-size: 16px;
  }
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-features-list h4 {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width:1024px) {
  .tabcontent-chart .chart-features-list .chart-feature-block {
    padding: 0 10px 0;
    width: 150px;
  }
}
.choose-chart-section {
  padding: 15px 0;
  max-width: 1250px;
}
.choose-chart-section .padd {
  background: #EAEAEA;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .choose-chart-section .padd {
    background: transparent;
    text-align: center;
    padding: 20px !important;
  }
}
@media only screen and (max-width:1023px) {
  .choose-chart-section .padd .blue-btn, .choose-chart-section .padd .blue-select {
    display: block;
    width: 100%;
  }
}
.choose-chart-section .padd h4 {
  font-size: 13px;
  font-weight: 300;
  color: #0A263C;
  margin-bottom: 20px;
}
.choose-chart-section .padd .blue-btn, .choose-chart-section .padd .blue-select {
  background-color: #4591E3;
  width: 70%;
}
.choose-chart-section h6 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  color: #0A263C;
  margin-bottom: 20px;
}
.choose-chart-section .sx-padd {
  padding: 60px 20px;
}
.choose-chart-section .dx-padd {
  padding: 23px 20px 58px 20px;
}
@media only screen and (max-width:1023px) {
  .choose-chart-section .title-section {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width:1024px) {
  .platinum-features-list {
    padding-top: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .col-md-5 .chart-features-list .chart-feature-block {
    width: 23%;
  }
}
.also-like-section {
  padding: 30px 0;
}
@media only screen and (min-width:1024px) {
  .also-like-section h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width:1023px) {
  .also-like-section .title-section {
    text-align: left;
  }
}

/* fix in scheda prodotto, risolve il bug del taglio inesisente */
@media only screen and (max-width: 350px) {
  .top-chart-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:1023px) {
  .top-chart-section > div {
    float: none !important;
    clear: both !important;
    width: 100% !important;
  }
}
@media only screen and (max-width:1023px) {
  .choose-chart-section .clearfix > div {
    float: none !important;
    clear: both !important;
    width: 100% !important;
  }
}
h2.chart-type-label {
  margin-bottom: 16px;
}
@media only screen and (max-width:1023px) {
  h2.chart-type-label img {
    max-width: 140px;
  }
}

@media only screen and (max-width:1023px) {
  .updates-index-index .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.btn-done-sel {
  display: none;
}

.fullscreenmap .btn-done-sel {
  display: block;
}

@media only screen and (max-width:1023px) {
  .top-chart-section.fullscreenmap .chart-inc-content.map_div {
    padding: 0;
  }
}
.top-chart-section.fullscreenmap .chart-place-selector {
  margin-bottom: 0;
}

.easywaypriceContainer {
  display: none;
}

.card-price-discount {
  display: none;
}

.card-container .easywaypriceContainer {
  display: none;
}

.card-block .card-price-discount, .price-block .card-price-discount {
  display: none;
}

.place-link-dett {
  right: 0;
}

#addToCart {
  margin: 0 16px 8px;
  display: block;
}

@media (max-width: 1023px) {
  .processing-time-block, #addToCart {
    margin: 0 16px 16px;
  }
}
.box-price {
  background: #F7F7F7;
  padding: 16px 8px 8px 8px;
  text-align: center;
  margin-bottom: 8px;
}

.old-price {
  margin: 0;
  display: block;
  font-size: 15px;
  color: #E60668;
}

span.new-price {
  font-size: 24px;
  font-weight: bold;
  color: #E60668;
}

.msg-info {
  text-align: center;
  font-size: 14px;
  color: #0A263C;
  font-weight: normal;
  margin-bottom: 24px;
  display: none;
  padding: 0 16px;
}
.msg-info p {
  margin-bottom: 0;
}

.msg-info-display {
  display: block !important;
}

.external-store-container .msg-info {
  display: block;
}
.external-store-container .cart-totals {
  border-top: none;
}
@media only screen and (max-width:1023px) {
  .external-store-container .modal-inner-wrap {
    height: auto !important;
  }
}
.external-store-container .cart-summary {
  text-align: center;
}
.external-store-container .cart-summary .checkout-methods-items {
  display: none !important;
}
.external-store-container .cart-summary #externalCheckoutForm button {
  margin-left: auto;
  margin-right: auto;
  padding: 0px 8px;
  max-width: 100%;
  width: 250px;
}
.external-store-container #external-info-message {
  font-size: 14px;
}
@media only screen and (max-width:1023px) {
  .external-store-container #external-info-message {
    padding: 8px;
  }
}
.external-store-container #chartType .info-label {
  display: none;
}

.info-chart {
  max-width: 505px;
  margin: 0 0 32px;
  padding: 32px 0;
}
.info-chart span.discounted-price {
  font-size: 14px;
  text-align: center;
  display: block;
  font-weight: normal;
  text-decoration: line-through;
  margin-bottom: 8px;
}
.info-chart .mob-subs-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
  padding: 0 16px;
  padding-bottom: 16px;
}
.info-chart .mob-subs-group h2 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
.info-chart .mob-subs-group .mob-subs-img {
  height: 40px;
  width: 40px;
  margin-right: 16px;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .info-chart {
    max-width: 100%;
    padding: 0;
  }

  .info-chart.shadow {
    box-shadow: none;
  }
}
@media (max-width: 1023px) {
  .col-md-7, .col-sm-12, .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}

.processing-time-block {
  margin: 0 16px 0;
  position: relative;
  text-indent: 40px;
  font-size: 16px;
}
@media only screen and (max-width:1023px) {
  .processing-time-block {
    margin-bottom: 32px;
    font-size: 14px;
    text-indent: 25px;
  }
}
.processing-time-block:before {
  position: absolute;
  display: inline-block;
  width: 28px;
  height: 28px;
  left: 0;
  content: "";
  background-image: url("../images/processing-time.png");
  background-repeat: no-repeat;
  background-size: 28px;
  top: -1px;
}
@media only screen and (max-width:1023px) {
  .processing-time-block:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.notice-charts-stripe.notice-charts-stripe-mobile {
  display: none;
  background-color: #f2f2f2;
  margin: 0 16px 24px;
}
.notice-charts-stripe.notice-charts-stripe-mobile.box-page-loaded {
  background-color: #009cff;
  color: #fff;
  text-align: center;
  border: 2px solid #009cff;
  transition: background-color ease 1.5s color ease 1s;
}

@media (max-width: 1023px) {
  .notice-charts-stripe.notice-charts-stripe-mobile, .notice-charts-stripe.notice-charts-stripe-mobile.box-page-loaded {
    display: block;
  }

  .notice-charts-stripe:not(.notice-charts-stripe-mobile) {
    display: none;
  }
}
.notice-charts-stripe {
  background: #f2f2f2;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  border: 2px solid #D2D2D2;
  color: #0A263C;
  font-weight: normal;
  border-radius: 0;
  margin-bottom: 24px;
  /*animation: colorchange 3s;  animation-name followed by duration in seconds*/
  animation-name: colorchange;
  animation-duration: 5s;
  animation-delay: 5s;
  animation-iteration-count: 3;
  /* you could also use milliseconds (ms) or something like 2.5s */
  /*-webkit-animation: colorchange 3s;  Chrome and Safari */
  -webkit-animation-name: colorchange;
  -webkit-animation-duration: 5s;
  -webkit-animation-delay: 5s;
  -webkit-animation-iteration-count: 1;
}

.notice-charts-stripe p {
  font-family: "roboto", "Helvetica Neue", sans-serif;
  color: #0A263C;
  /*animation: colorchange 3s;  animation-name followed by duration in seconds*/
  animation-name: p-colorchange;
  animation-duration: 7s;
  animation-delay: 4s;
  animation-iteration-count: 1;
  /* you could also use milliseconds (ms) or something like 2.5s */
  /*-webkit-animation: colorchange 3s;  Chrome and Safari */
  -webkit-animation-name: p-colorchange;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
}

.notice-charts-stripe p a {
  color: #1097FE;
  /*animation: colorchange 3s;  animation-name followed by duration in seconds*/
  animation-name: a-colorchange;
  animation-duration: 7s;
  animation-delay: 4s;
  animation-iteration-count: 1;
  /* you could also use milliseconds (ms) or something like 2.5s */
  /*-webkit-animation: colorchange 3s;  Chrome and Safari */
  -webkit-animation-name: a-colorchange;
  -webkit-animation-duration: 7s;
  -webkit-animation-delay: 4s;
  -webkit-animation-iteration-count: 1;
}

@keyframes colorchange {
  0% {
    background: #f2f2f2;
  }
  50% {
    background: #1097FE;
  }
  100% {
    background: #f2f2f2;
  }
}
/** p **/
@keyframes p-colorchange {
  0% {
    color: #0A263C;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #0A263C;
  }
}
/** a **/
@keyframes a-colorchange {
  0% {
    color: #1097FE;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #1097FE;
  }
}
.table-list-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .table-list {
    display: none;
  }

  .table-list-mobile {
    display: block;
    padding: 0 15px;
  }
}
.table-list thead tr th {
  padding: 10px;
}

h4.info-label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
}

@media only screen and (max-width:1023px) {
  .top-chart-section.charts-description p {
    padding: 16px;
  }
}

.info-chart .chart-type h2 img {
  max-width: 140px;
  width: 100%;
  margin: 0;
}

#chart-offers-banner {
  display: block;
}
@media only screen and (max-width:1023px) {
  #chart-offers-banner {
    display: none;
  }
}

.chart-offers-banner-mobile {
  display: none;
  margin-bottom: 24px;
  padding: 0 16px;
}
@media only screen and (max-width:1023px) {
  .chart-offers-banner-mobile img {
    width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .chart-offers-banner-mobile {
    display: block;
  }
}

.table-features-container .table:not(.cart):not(.totals) > thead > tr > th, .table-features-container .table:not(.cart):not(.totals) > tbody > tr > th, .table-features-container .table:not(.cart):not(.totals) > tfoot > tr > th, .table-features-container .table:not(.cart):not(.totals) > thead > tr > td, .table-features-container .table:not(.cart):not(.totals) > tbody > tr > td, .table-features-container .table:not(.cart):not(.totals) > tfoot > tr > td {
  border: 1px solid #d1d1d1 !important;
}

.table-list thead tr {
  font-size: 14px;
}

@media (max-width: 1023px) {
  .table-list thead tr {
    font-size: 12px;
  }
}
.table-list thead tr th {
  padding: 20px 10px;
}

.compatibility-link-rounded p {
  margin-bottom: 0;
}

.tabcontent-chart .chart-size-selector .SD-button-selector:first-child {
  margin-right: 8px;
}

.tabcontent-chart .chart-size-selector .SD-button-selector.selected {
  box-shadow: none;
  border: 3px solid #1097FE;
  font-weight: bold;
}

.tabcontent-chart .chart-size-selector .SD-button-selector {
  cursor: pointer;
  width: 49%;
  border-radius: 6px;
  text-decoration: none;
  color: #0b253c;
  -ms-flex-direction: row;
      flex-direction: row;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (max-width: 1023px) {
  .tabcontent-chart .chart-size-selector .SD-button-selector {
    -ms-flex-direction: column;
        flex-direction: column;
    height: 93px;
  }
}
.tabcontent-chart .chart-size-selector .SD-button-selector img {
  height: 49px;
}

@media (max-width: 1023px) {
  .tabcontent-chart .chart-size-selector .SD-button-selector img {
    margin-bottom: 4px;
  }
}
.tabcontent-chart .chart-features-list {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* NW-360 - pulsante full screen pagina charts */
#maincontent .navionics-map-container .navionics-map {
  height: 440px;
}
@media only screen and (max-width:1023px) {
  #maincontent .navionics-map-container .navionics-map {
    height: 210px;
  }
}

#maincontent .fullscreenmap .navionics-map-container .navionics-map, #maincontent .fullscreenslideshow .navionics-map-container .navionics-map {
  height: 100%;
}
@media only screen and (max-width:1023px) {
  #maincontent .fullscreenmap .navionics-map-container .navionics-map, #maincontent .fullscreenslideshow .navionics-map-container .navionics-map {
    height: 100%;
  }
}

@media only screen and (max-width:1023px) {
  #maincontent .catalog-product-view .product-view .chart-inc-content.map_div {
    padding: 0;
  }
}

.fullscreenmap .map_div {
  position: fixed;
  z-index: 1000;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fullscreenicons {
  position: absolute;
  z-index: 99;
  bottom: 10px;
  right: 10px;
  margin: 0;
  padding: 10px;
  background: #003e7e;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #003e7e;
  color: #fff;
  font-size: 120%;
  outline: 0;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background-size: 24px;
  background-repeat: no-repeat;
  top: auto;
  background-position: center;
  background-image: url("../images/full-screen-icon@3x.png");
}
@media only screen and (max-width:1023px) {
  .fullscreenicons {
    right: 28px;
    bottom: 28px;
  }
}

@media only screen and (max-width:1023px) {
  .catalog-product-view .fullscreenicons, .catalog-product-view #maincontent .navionics-map-container .zoom-control-container {
    right: 28px;
  }
}

@media only screen and (max-width:1023px) {
  .catalog-product-view #maincontent .fullscreenslideshow .navionics-map-container .zoom-control-container {
    right: 10px;
  }
}

.catalog-product-view #maicontent .reducefullscreenicons .zoom-control-container {
  right: 10px;
}

@media only screen and (max-width:1023px) {
  #maincontent .navionics-map.has-scale-line.has-depth .unit-section.depth {
    bottom: 53px;
  }
}

#maincontent .reducefullscreenicons {
  position: absolute;
  z-index: 100;
  bottom: 60px;
  right: 10px;
  margin: 0 0px 10px;
  padding: 10px;
  background: #003e7e;
  border: 1px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #003e7e;
  color: #fff;
  font-size: 120%;
  outline: 0;
  cursor: pointer;
  width: 46px;
  height: 46px;
  background-size: 24px;
  background-repeat: no-repeat;
  top: auto;
  background-position: center;
  background-image: url("../images/reduce-icon@3x.png");
}
@media only screen and (max-width:1023px) {
  #maincontent .reducefullscreenicons {
    bottom: 80px;
  }
}

.glyphicon-resize-small {
  top: auto;
}

.glyphicon-fullscreen {
  top: auto;
}

.navionics-map.has-scale-line.has-depth .ol-scale-line {
  bottom: 5px;
}

.action-close, .action-close:hover, .action-close:active, .action-close:focus {
  width: 40px;
  height: 40px;
  background: url("../images/exit-link.png") no-repeat center center transparent !important;
  background-size: 40px !important;
  display: block;
  position: absolute;
  top: -16px;
  right: -25px;
  overflow: hidden;
  text-indent: 2000px;
}

@media (max-width: 1023px) {
  /* nuovi stili mobile */
  .fullscreenmap .chart-place-selector {
    position: fixed;
    bottom: 56px;
    left: 0;
    right: 0;
    height: 190px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
  }

  .fullscreenmap .chart-grey-box h2 {
    padding: 10px;
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: #FFF;
    height: 40px;
    line-height: 40px;
  }

  .fullscreenmap .chart-inc-content.map_div {
    z-index: 9999;
    position: fixed;
    top: 39px;
    height: calc(100vh - 246px);
    left: 0;
    right: 0;
    bottom: 56px;
  }

  .btn-done-sel {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #F7F7F7;
    position: fixed;
    height: 56px;
    z-index: 9999;
  }

  .btn-done-sel .btn {
    margin: 8px !important;
  }

  .fullscreenmap .btn-done-sel {
    display: block;
  }
}
/*css in linea pagina map.phtml*/
@media only screen and (max-width:1023px) {
  .product-title-mobile .chart-type {
    display: block;
  }
}
.product-title-mobile .chart-type .mob-subs-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
}
.product-title-mobile .chart-type .mob-subs-group h2 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  font-weight: 400;
}
.product-title-mobile .chart-type .mob-subs-group .mob-subs-img {
  height: 40px;
  width: 40px;
  margin-right: 16px;
  vertical-align: middle;
}

@media only screen and (max-width:1023px) {
  .chart-type {
    display: none;
  }
}
.chart-type.chart-type-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .chart-type.chart-type-mobile {
    display: block;
  }
}

#chartType, .padd.chart-type, .title-label {
  padding: 0 16px;
  margin-bottom: 24px;
}

.info-chart .coverage .chart-grey-box {
  margin-bottom: 24px;
}

@media (max-width: 1023px) {
  .col-md-7, .col-sm-12, .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.tabcontent-chart.tabcontent-gold {
  margin-top: 32px;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart.tabcontent-gold {
    margin-top: 16px;
  }
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}

.notice-charts-stripe.notice-charts-stripe-mobile {
  display: none;
}

.notice-charts-stripe.notice-charts-stripe-mobile {
  background-color: #f2f2f2;
}

.notice-charts-stripe.notice-charts-stripe-mobile.box-page-loaded {
  background-color: #009cff;
  color: #fff;
  text-align: center;
  border: 2px solid #009cff;
  transition: background-color ease 1.5s color ease 1s;
}

@media (max-width: 1023px) {
  .notice-charts-stripe.notice-charts-stripe-mobile, .notice-charts-stripe.notice-charts-stripe-mobile.box-page-loaded {
    display: block;
  }

  .notice-charts-stripe:not(.notice-charts-stripe-mobile) {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .padd.coverage .title-label {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.notice-charts-stripe {
  text-align: center;
  font-size: 18px;
  padding: 10px;
  border: 2px solid #D2D2D2;
  color: #0A263C;
  font-weight: normal;
  border-radius: 0;
  margin-bottom: 24px;
  background-color: #f2f2f2;
}
.notice-charts-stripe p {
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width:1023px) {
  .notice-charts-stripe p {
    font-size: 14px;
  }
}

.notice-charts-stripe.box-page-loaded {
  background-color: #009cff;
  color: #fff;
  text-align: center;
  border: 2px solid #009cff;
  transition: background-color ease 3s, color ease 3s;
}
@mediaonly screen and (max-width:1023px) {
  .notice-charts-stripe.box-page-loaded {
    display: none;
  }
}
.notice-charts-stripe.box-page-loaded a {
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: underline;
}

.chart-size-no-selector img {
  max-height: 40px;
}

.table td p {
  margin-bottom: 0;
}

.table-list tbody tr {
  border: 1px solid #d1d1d1;
}

.table-list tbody tr td {
  padding: 10px;
  font-size: 14px;
}
@media only screen and (max-width:1023px) {
  .table-list tbody tr td {
    font-size: 12px;
  }
}

.table-list thead {
  background-color: #f2f2f2;
}

.table-features-container.table-list .table thead > tr > th {
  vertical-align: middle;
}

.table-features-container.table-list tr td:first-child {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

.table-features-container.table-list tbody tr td {
  text-align: center;
  font-size: 30px;
  line-height: 1.3em;
  margin: 0;
}
.table-features-container.table-list tbody tr td span {
  font-size: 14px;
  display: block;
  vertical-align: middle;
  line-height: 1.3em;
}

.cont-inline-btn {
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
}
@media only screen and (max-width:1023px) {
  .cont-inline-btn {
    display: block;
    height: auto;
  }
}

.btn-features, .compatibility-link-rounded, #findADealer {
  width: 49%;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .btn-features, .compatibility-link-rounded, #findADealer {
    width: 100%;
  }
}

.compatibility-link-rounded {
  background-color: transparent;
  color: #1097FE;
  border: 2px solid #1097FE;
  line-height: 36px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 20px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: background ease 0.5s, color ease 0.5s;
}
@media only screen and (max-width:1023px) {
  .compatibility-link-rounded {
    margin: 0 8px 16px 0;
  }
}
.compatibility-link-rounded:hover {
  background-color: #1097FE;
  color: #FFFFFF;
}
.compatibility-link-rounded:hover a {
  color: #FFFFFF;
}

/*CARD CARRELLO*/
#SD-type, #CF-type {
  border: 1px solid #979797;
  box-shadow: none;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  padding: 8px;
}

#SD-type.selected, #CF-type.selected {
  border: 2px solid #1097fe;
  font-weight: bold;
}

/*end  card*/
#maincontent .navionics-map-container .zoom-control-container {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 90;
}

@media only screen and (max-width:1023px) {
  #maincontent .navionics-map-container {
    padding: 0 16px;
  }
}

#maincontent .fullscreenslideshow .navionics-map-container {
  padding: 0;
}

.charts-map-pages #maincontent .navionics-map-container {
  padding: 0;
}

@media only screen and (max-width:1023px) {
  .charts-index-index #maincontent .reducefullscreenicons {
    bottom: 120px;
  }
}

.charts-index-index #maincontent .navionics-map.has-scale-line.has-depth .ol-scale-line {
  bottom: 5px;
}
@media only screen and (max-width:1023px) {
  .charts-index-index #maincontent .navionics-map.has-scale-line.has-depth .ol-scale-line {
    bottom: 48px;
  }
}

@media only screen and (max-width:1023px) {
  .charts-index-index #maincontent .navionics-map.has-scale-line.has-depth .unit-section.depth {
    bottom: 93px;
  }
}

.product-block {
  text-align: center;
}
.product-block .padd {
  text-align: center;
}
.product-block .padd a {
  text-decoration: none;
}
.product-block .padd figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.product-block .padd h2 {
  color: #0A263C;
  font-size: 17px;
  font-weight: 500;
}
.product-block .padd .price-block {
  color: #0A263C;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 15px;
}
.product-block .padd .btn-addcart-simple {
  background: #16A803;
  color: #FFFFFF;
  border: 2px solid #16A803;
}
.product-block .padd .btn-green-bordered {
  border: 2px solid #16A803;
  display: inline-block;
  width: 100%;
  color: #16A803;
}

@media only screen and (max-width:1023px) {
  .product-block .padd h2 {
    font-size: 17px;
  }
}
.seeall-btn, a.seeall-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #1097FE;
  border: 1px solid #1097FE;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
}

.seeall-btn:hover, .seeall-btn:focus {
  position: absolute;
  top: 0;
  right: 0;
  color: #1097FE;
  border: 1px solid #1097FE;
  padding: 3px 7px;
  border-radius: 6px;
  font-size: 18px;
  text-decoration: none;
}

.products-grid ol .product-item .hover-box {
  background-color: #FFFFFF;
  bottom: 0;
  left: auto;
  opacity: 1;
  padding: 10px 0 0;
  position: relative;
  right: auto;
  text-align: center;
  top: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.6s ease-in-out 0s;
}
.products-grid ol .product-item .hover-box .actions-cart {
  display: block;
  vertical-align: top;
}
.products-grid ol .product-item .actions-cart .button.btn-cart {
  background: #16A803;
  padding: 0 20px;
  display: block;
  text-align: center;
  color: #FFFFFF;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
  width: 100%;
  text-transform: none;
  height: auto;
}

@media only screen and (max-width:1023px) {
  .products-grid ol .product-item .actions-cart .button.btn-cart {
    padding: 0 8px;
  }
}
.item .actions-no .button.btn-cart::before, .actions .out-of-stock:before, .product-view .add-to-cart button.button:before, .products-grid ol .product-item .hover-box .action.tocompare {
  display: none !important;
}

.item .actions-no .add-to-links a.link-wishlist .icons.ti-heart {
  display: none !important;
}
.item .add-to-links {
  display: block;
}

.products-grid .product-name {
  text-overflow: inherit;
  white-space: inherit;
  overflow: visible;
}
.products-grid .product-name a {
  margin: 10px 0 3px;
  font-size: 100%;
  line-height: normal;
  min-height: 80px;
  color: #0A263C;
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.products-grid .price-wrapper .price {
  color: #0A263C;
  font-size: 20px;
  font-weight: 700 !important;
  margin-bottom: 15px;
}

@media only screen and (max-width:1023px) {
  .products-grid .product-name a {
    font-size: 17px;
  }
}
.add-to-links {
  display: block;
  width: 100%;
}

.item .actions-no .add-to-links a {
  display: block;
  border: 2px solid #16A803;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  width: 100%;
  height: auto;
  color: #16A803;
}
.item .actions-no .add-to-links a:hover {
  text-decoration: none;
}
.item .actions-no .add-to-links a.link-wishlist {
  margin-left: 0;
}

.sidebar.sidebar-main .mean-bar h3.accor-title {
  display: none;
}

.product-image img {
  max-width: 100%;
}

.chart-inc-content {
  margin-bottom: 24px;
}
@media only screen and (max-width:1023px) {
  .chart-inc-content {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width:1023px) {
  .products-grid .product-name a {
    min-height: 90px;
  }
}
.may-also-like-section {
  margin: 0 auto 25px auto;
}
.may-also-like-section .title-section {
  text-align: left;
}
@media only screen and (max-width:1023px) {
  .may-also-like-section .cont-relative {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.focused-prod {
  border: 5px solid #1097FE;
  position: relative;
}
.focused-prod:after {
  display: block;
  content: "";
  position: absolute;
  top: -7px;
  left: 5px;
  width: 57px;
  height: 70px;
  background: url(../images/blue-ribbon.png) no-repeat center center;
  background-size: contain !important;
}
.focused-prod .padd h2 {
  margin-top: 15px;
}

.latest-news-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto 25px auto;
}
@media (min-width: 1024px) and (max-width: 1026px) {
  .latest-news-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width:1024px) {
  .latest-news-section h2 {
    font-size: 30px;
  }
}
.latest-news-section .title-section {
  text-align: left;
}
.latest-news-section .news-block-preview .padd {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.latest-news-section .news-block-preview .padd:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
  z-index: 2;
}
.latest-news-section .news-block-preview .padd .vertical-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  transform: translate(0, -50%);
  text-align: center;
}
.latest-news-section .news-block-preview .padd .vertical-content time {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 300;
}
.latest-news-section .news-block-preview .padd .vertical-content h3 {
  font-size: 25px;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 30px;
}
@media only screen and (max-width:1023px) {
  .latest-news-section .news-block-preview {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width:1023px) {
  .latest-news-section .latest-news .cont-relative {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*-------*/
/* footer css */
footer {
  /*fine pre-footer*/
}
footer .navigation, footer .ui-widget-content {
  position: relative;
  border: 0 none;
  background: none;
}
footer .panel-default a {
  text-decoration: none;
}
footer .top-footer {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e7e+0,0072b4+100 */
  background: #003e7e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4",GradientType=1 );
  /* IE6-9 */
  padding: 25px 0;
}
footer .top-footer .footer {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
footer .top-footer .footer .search-footer-cont {
  font-size: 17px;
  color: #FFFFFF;
  font-weight: 300;
}
footer .top-footer .footer h6 {
  margin: 0 0 20px 0;
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  font-weight: 500;
  padding-top: 4px;
}
footer .top-footer .footer form input[type=text], footer .top-footer .footer form input[type=email] {
  height: 30px;
  display: inline-block;
  box-shadow: none;
  border: 0 none;
  margin-right: 10px;
  text-indent: 10px;
  width: auto;
  font-size: 18px;
  font-weight: 200;
}
footer .top-footer .footer form input[type=submit] {
  padding: 0 20px 0 20px;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  border: 0 none;
  line-height: 34px;
  height: 32px;
  box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.66);
}
footer .top-footer .footer form button {
  padding: 0 20px 0 20px;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  border: 0 none;
  line-height: 34px;
  height: 32px;
  box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.66);
}
footer .top-footer .footer .menu-foot ul {
  padding: 0;
  margin: 0;
}
footer .top-footer .footer .menu-foot ul li {
  list-style: none;
  display: inline-block;
  color: #FFFFFF;
  padding: 0 !important;
  margin: 0 !important;
}
footer .top-footer .footer .menu-foot ul li a {
  color: #FFFFFF !important;
  font-size: 16px;
  display: block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #FFFFFF;
  border-radius: 0;
  line-height: 110%;
  font-weight: 300;
  text-decoration: none;
  background: none !important;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}
footer .top-footer .footer .menu-foot ul li a:hover, footer .top-footer .footer .menu-foot ul li a:focus, footer .top-footer .footer .menu-foot ul li a:active {
  color: #FFFFFF !important;
  font-size: 16px;
  display: block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #FFFFFF;
  border-radius: 0;
  line-height: 110%;
  font-weight: 300;
  text-decoration: none;
  background: none !important;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-bottom: 0 none !important;
}
footer .top-footer .footer .menu-foot ul li:last-child a {
  border-right: 0 none;
  padding-right: 0;
  margin-right: 0;
}
footer .top-footer .footer .menu-foot ul li + li a {
  padding-left: 0;
}
footer .footer-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .down-footer {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: 111px;
}
@media only screen and (max-width:1023px) {
  footer .down-footer {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  footer .down-footer .social-box {
    text-align: center;
  }
}
footer .down-footer figure {
  max-width: 200px;
  margin: 0 auto;
}
footer .down-footer .footer-column {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
footer .down-footer .social-box a {
  display: inline-block;
  margin-right: 15px;
}
footer .down-footer .social-box a:hover {
  text-decoration: none;
}
footer .down-footer .social-box a:last-child {
  margin-right: 0;
}
footer .down-footer .social-box a img {
  max-height: 28px;
}
footer .down-footer .footer-text {
  text-align: center;
}
footer .down-footer .footer-text p {
  color: #0A263C;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
@media only screen and (max-width:1023px) {
  footer .down-footer .footer-text p {
    font-size: 14px;
    margin: 20px auto;
  }
}
footer .lab-foot {
  font-size: 16px;
  color: #0A263C;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width:1023px) {
  footer .top-footer {
    padding: 25px 10px;
  }
}
@media only screen and (max-width:1023px) {
  footer .top-footer .footer .search-footer-cont {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:1024px) {
  footer .top-footer .footer form input[type=text], footer .top-footer .footer form input[type=email] {
    min-width: 250px;
  }
}
@media only screen and (max-width: 350px) {
  footer .top-footer .footer form input[type=submit], footer .top-footer .footer form button {
    margin-top: 10px;
  }
}
/* end footer css */
.footer-column-12 {
  width: 100%;
}

@media only screen and (max-width:1023px) {
  footer .top-footer .footer {
    display: block;
    width: 100%;
  }

  .footer-column-12 {
    display: block;
    width: 100%;
    text-align: center;
    min-height: 0;
  }
}
.specs-table {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-top: 20px;
}
.specs-table h4 {
  color: #0A263C;
  font-weight: 700;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.specs-table table tr td {
  padding: 5px 10px;
  font-size: 18px;
  color: #0A263C;
  font-weight: 300;
}
.specs-table table tr td strong {
  font-weight: 500;
}
.specs-table table tr:nth-child(even) {
  background: #FFFFFF;
}
.specs-table table tr:nth-child(even) td {
  padding: 7px 10px;
}
.specs-table table tr:nth-child(odd) {
  background: #E8E8E8;
}

@media only screen and (max-width:1023px) {
  .specs-table table tr td {
    display: block;
  }
}
.share-strip > span {
  height: 35px;
  display: inline-block;
  vertical-align: middle;
}
.share-strip h6, .share-strip a {
  vertical-align: middle;
  display: inline-block;
}
.share-strip h6 {
  color: #0A263C;
  font-weight: 700;
  font-size: 20px;
  margin: 0 8px 0 0;
}
.share-strip span {
  width: 32px;
  height: 32px;
  background-size: contain;
  margin-right: 8px;
}
.share-strip span.share-fb {
  background-image: url("../images/icon-fb.png");
}
.share-strip span.share-wa {
  background-image: url("../images/icon-wa.png");
}
.share-strip span.share-mail {
  background-image: url("../images/icon-mail.png");
}
.share-strip span.share-st {
  background-image: url("../images/icon-share.png");
}

.account-mobile-toggle {
  padding: 0;
  background-color: #FFFFFF;
  z-index: 2;
  cursor: pointer;
  color: #777777;
  text-transform: uppercase;
  transition: all 250ms ease;
  text-align: center;
  background-image: url(../images/gradient.png);
  margin-right: 35px;
  width: 20px;
  height: 44px;
  position: absolute;
  right: 0;
  display: none;
  border-radius: 8px 8px 0 0;
  margin-left: 30px;
}
.account-mobile-toggle span {
  display: block;
  position: absolute;
  z-index: 99;
  padding: 8px 0;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
}
.account-mobile-toggle span:before, .account-mobile-toggle span:after {
  background-image: url("../images/gradient.png");
}
.account-mobile-toggle > span {
  position: relative;
  height: 45px;
  left: auto;
  right: auto;
  top: auto;
}
.account-mobile-toggle .points {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  line-height: 50px;
}
.account-mobile-toggle span:before, .account-mobile-toggle span:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: transparent;
  background-image: url("../images/gradient.png");
  transition: all 250ms ease;
}
.account-mobile-toggle span:before {
  border-radius: 0 8px 0 0;
  border-top: 2px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}
.account-mobile-toggle span:after {
  border-radius: 8px 0 0 0;
  border-left: 3px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
}
.account-mobile-toggle span:before {
  right: -24px;
  transform: skew(20deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) 6px 2px 5px, inset rgba(255, 255, 255, 0.09) -1px 0;
}
.account-mobile-toggle span:after {
  left: -24px;
  transform: skew(-20deg, 0deg);
  box-shadow: rgba(0, 0, 0, 0.1) -8px 2px 5px, inset rgba(255, 255, 255, 0.09) 1px 0;
}

.mobile-submenu-interne-account {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cbd1dc+0,9ea9b9+100 */
  background: #cbd1dc;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cbd1dc 0%, #9ea9b9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cbd1dc", endColorstr="#9ea9b9",GradientType=0 );
  /* IE6-9 */
}
.mobile-submenu-interne-account li {
  margin: 0;
}
.mobile-submenu-interne-account li a {
  color: #444;
  border-bottom: 1px solid #FFFFFF !important;
  text-decoration: none;
  padding: 12px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  display: block;
}
.mobile-submenu-interne-account li:last-child a {
  border-bottom: 0 none !important;
}

.shop-carousel {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding-top: 15px;
}
.shop-carousel .s-carousel {
  position: relative;
}
.shop-carousel .s-carousel .item {
  background-size: cover;
  min-height: 270px;
  background-position: center;
}
.shop-carousel .s-carousel .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}
.shop-carousel .s-carousel img {
  width: 100%;
}
.shop-carousel .s-carousel .caption-claim {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  padding: 50px;
  transform: translate(0, -50%);
  z-index: 3;
}
.shop-carousel .s-carousel .caption-claim h2 {
  margin: 0 0 30px 0;
  font-size: 55px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 65px;
}
.shop-carousel .carousel-indicators li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}
.shop-carousel .carousel-inner .item {
  transition-property: opacity;
  opacity: 0;
}
.shop-carousel .carousel-inner .active {
  opacity: 1;
}
.shop-carousel .carousel-inner .active.left, .shop-carousel .carousel-inner .active.right {
  opacity: 0;
}
.shop-carousel .carousel-inner .next.left, .shop-carousel .carousel-inner .prev.right {
  opacity: 1;
}
.shop-carousel .carousel-inner .next, .shop-carousel .carousel-inner .prev {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.shop-carousel .carousel-inner .active.left, .shop-carousel .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width:1023px) {
  .shop-carousel .s-carousel .item {
    min-height: 250px;
  }
}
@media only screen and (max-width:1023px) {
  .shop-carousel .s-carousel .caption-claim {
    width: 100%;
    padding: 20px;
  }
}
@media only screen and (max-width:1023px) {
  .shop-carousel .s-carousel .caption-claim h2 {
    font-size: 43px;
    margin: 0 0 20px 0;
    font-weight: 300;
    line-height: 45px;
  }
}
@media only screen and (max-width:1023px) {
  .shop-carousel .carousel-indicators {
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:1023px) {
  .shop-carousel .carousel-indicators li {
    border-color: #979797;
  }
}
@media only screen and (max-width:1023px) {
  .shop-carousel .carousel-indicators li.active {
    background: #979797;
  }
}
.double-block-shop {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.double-block-shop .block-discover-shop {
  text-align: center;
}
.double-block-shop .block-discover-shop .cta-big-bg {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 280px;
  position: relative;
  max-width: 1265px;
  width: 100%;
  background-size: cover;
  margin: 0 auto 25px auto;
}
.double-block-shop .block-discover-shop .cta-big-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}
.double-block-shop .block-discover-shop .cta-big-bg .padd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.double-block-shop .block-discover-shop .cta-big-bg .padd h2 {
  margin: 0 0 50px 0;
  font-size: 35px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 45px;
}
.double-block-shop .block-discover-shop .cta-big-bg .padd h2 .blue-btn {
  padding: 12px 30px;
}

@media only screen and (max-width:1023px) {
  .double-block-shop .block-discover-shop {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width:1023px) {
  .double-block-shop .block-discover-shop .cta-big-bg {
    min-height: 280px;
    margin: 0 auto 15px auto;
  }
}
@media only screen and (max-width:1023px) {
  .double-block-shop .block-discover-shop .cta-big-bg .padd {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0, -50%);
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  .double-block-shop .block-discover-shop .cta-big-bg .padd h2 {
    font-size: 35px;
    margin: 0 0 40px 0;
    line-height: 45px;
    padding: 0 15px;
  }
}
.language-page-cont {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 15px 0;
}
.language-page-cont .title-section {
  font-size: 24px;
  padding-top: 25px;
}
.language-page-cont h2 {
  display: block;
  padding-left: 15px;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 25px;
}
.language-page-cont .clearfix {
  margin-bottom: 30px;
}
.language-page-cont .lang-block {
  margin-bottom: 15px;
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 1280px) {
  .language-page-cont .lang-block {
    width: 33.33%;
  }
}
@media only screen and (max-width:1023px) {
  .language-page-cont .lang-block {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .language-page-cont .lang-block {
    width: 100%;
  }
}
.language-page-cont .lang-block .padd {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: #ebebeb;
  color: #0A263C;
}
.language-page-cont .lang-block .padd:hover, .language-page-cont .lang-block .padd:active, .language-page-cont .lang-block .padd:focus {
  text-decoration: none;
  opacity: 0.9;
}
.language-page-cont .lang-block .padd .flag-cont {
  margin-right: 10px;
}
.language-page-cont .lang-block .padd .flag-cont img {
  max-width: 38px;
}
.language-page-cont .lang-block .padd .country-name-cont {
  font-size: 14px;
}
.language-page-cont .lang-block .padd .flag-cont, .language-page-cont .lang-block .padd .country-name-cont {
  display: inline-block;
}

.language-selector .flag-country a {
  vertical-align: top;
}

.cms-page-view .page-main-pal .support-page-cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-page-view .page-main-pal .top-image-heading {
  height: 270px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-top: 15px;
  margin-bottom: 30px !important;
}
.cms-page-view .page-main-pal .top-image-heading .absolute-claim {
  position: absolute;
  left: 35%;
  top: 50%;
  transform: translate(0, -50%);
}
.cms-page-view .page-main-pal .top-image-heading .absolute-claim h1 {
  font-size: 31px !important;
  color: #FFFFFF !important;
  margin-top: 0 !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
}
.cms-page-view .page-main-pal .top-image-heading .absolute-claim h2 {
  font-size: 75px !important;
  font-weight: 200 !important;
  color: #FFFFFF !important;
  line-height: 90px !important;
  margin: 0 !important;
}
.cms-page-view .page-main-pal .title-support.title-section {
  font-size: 40px;
  margin-bottom: 20px;
}
.cms-page-view .page-main-pal .support-block-item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
.cms-page-view .page-main-pal .support-block-item .padd {
  padding: 20px 30px;
  margin-bottom: 0 !important;
}
.cms-page-view .page-main-pal .support-block-item .padd h3 {
  font-size: 32px;
  margin-top: 0;
  color: #0A263C;
  font-weight: 500;
  margin-bottom: 15px;
}
.cms-page-view .page-main-pal .support-block-item .padd p {
  font-size: 18px;
  font-weight: 300;
  color: #0A263C;
  min-height: 50px;
}
.cms-page-view .page-main-pal .support-block-item .padd .list-links {
  /* Chrome, Safari, Opera */
  /* Firefox */
  column-count: 2;
}
.cms-page-view .page-main-pal .blocks-support-container {
  padding-top: 0;
  margin-bottom: 30px;
}
.cms-page-view .page-main-pal .delears-container {
  padding-top: 50px;
  margin-bottom: 30px;
}
.cms-page-view .page-main-pal .delears-container .title-section {
  font-size: 40px;
  margin-bottom: 20px;
}
.cms-page-view .page-main-pal .delears-container .delear-block-item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 10px;
}
.cms-page-view .page-main-pal .delears-container .delear-block-item .padd {
  padding: 30px;
}
.cms-page-view .page-main-pal .delears-container .delear-block-item .padd h3 {
  font-size: 32px;
  margin-top: 0;
  color: #0A263C;
  font-weight: 500;
}
.cms-page-view .page-main-pal .delears-container .delear-block-item .padd p {
  font-size: 18px;
  font-weight: 300;
  color: #0A263C;
}
.cms-page-view .page-main-pal .supp-heading-contact-page h1 {
  font-size: 75px !important;
  margin-top: 0;
  padding-top: 40px;
  margin-bottom: 40px !important;
  font-weight: 200 !important;
  text-align: center !important;
  color: #0A263C;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-cont {
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
  margin-bottom: 60px !important;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block {
  max-width: 768px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .icon-mpn-cont {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 5%;
  text-indent: 20px;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .icon-mpn-cont img {
  max-width: 270px;
  padding-right: 40px;
  width: 100%;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont h4 {
  font-size: 32px;
  font-weight: 500;
  color: #373737;
  margin-top: 0;
  margin-bottom: 10px;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont p {
  font-size: 18px;
  font-weight: 300;
  color: #373737;
  margin-bottom: 10px;
  line-height: 22px;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont a {
  color: #1097FE;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont a:hover, .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont a:focus {
  color: #1097FE;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item {
  margin-bottom: 25px !important;
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .padd {
  padding-right: 30px;
  padding-left: 30px;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .head-cb {
  margin-bottom: 15px;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .head-cb img, .cms-page-view .page-main-pal .cb-block-r.contacts-block-item .head-cb h4 {
  display: inline-block;
  vertical-align: top;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .head-cb img {
  max-width: 28px;
  margin-right: 10px;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .head-cb h4 {
  font-size: 32px;
  color: #373737;
  font-weight: 500;
  margin: -7px 0 0;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .body-cb p {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 300;
  color: #373737;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .body-cb p a {
  color: #1097FE;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.cms-page-view .page-main-pal .cb-block-r.contacts-block-item .body-cb p a:hover, .cms-page-view .page-main-pal .cb-block-r.contacts-block-item .body-cb p a:focus {
  color: #1097FE;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}
.cms-page-view .page-main-pal .cb-block-r.contact-blocks-list-cont {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #979797;
  text-align: center;
}
.cms-page-view .page-main-pal .cb-block-r.contact-blocks-list-cont .contacts-block-list {
  max-width: 90%;
  margin: 0 auto;
}
.cms-page-view .page-main-pal .page-layout-custom-apps .page-main-pal.container {
  max-width: 100% !important;
}
.cms-page-view .page-main-pal .page-layout-custom-apps .page-main-pal .alocolumns {
  max-width: 100%;
  margin: 0 auto;
}

.more-info {
  position: relative;
  display: block;
}
.more-info:after, .more-info:hover:after, .more-info:focus:after, .more-info:active:after {
  font-family: "Glyphicons Halflings";
  content: "\e258";
  position: relative;
  top: 4px;
  margin-left: 4px;
  font-size: 18px;
}
.more-info:hover {
  text-decoration: none;
}

.more-info-simple {
  position: relative;
  display: block;
}

@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .top-image-heading {
    background-position: top left;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .top-image-heading .absolute-claim {
    left: 10%;
    right: 10%;
    top: auto;
    transform: translate(0, 0);
    bottom: 5px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .top-image-heading .absolute-claim h1 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .top-image-heading .absolute-claim h2 {
    font-size: 43px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .title-support.title-section {
    font-size: 32px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .support-block-item {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .support-block-item .padd {
    padding: 10px 10px 15px 10px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .support-block-item .padd h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .blocks-support-container {
    padding-top: 20px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .delears-container {
    padding-top: 30px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .delears-container .title-section {
    font-size: 32px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .delears-container .delear-block-item {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .delears-container .delear-block-item .padd {
    padding: 10px 10px 15px 10px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .delears-container .delear-block-item .padd h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page h1 {
    font-size: 43px !important;
    padding-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-cont {
    padding-bottom: 0;
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .icon-mpn-cont {
    text-indent: 0;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .icon-mpn-cont img {
    max-width: 180px;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .icon-mpn-cont {
    width: 100%;
    margin: 0;
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont {
    width: 100%;
    margin: 0;
    text-align: left;
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .supp-heading-contact-page .icon-descr-block .descr-mpn-cont h4 {
    font-size: 25px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .cb-block-r.contacts-block-item {
    width: 100%;
    margin-bottom: 40px;
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .cb-block-r.contacts-block-item .padd {
    padding-left: 0;
    padding-right: 0;
  }
}
.list-service-account {
  max-width: 1280px;
  margin: 0 auto 20px auto;
}
@media only screen and (max-width:1023px) {
  .list-service-account {
    margin: 0 15px;
  }
}
.list-service-account .item-service-account {
  padding: 20px 15px;
  border-bottom: 1px solid #979797;
}
.list-service-account .item-service-account h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0A263C;
  margin-top: 0;
  margin-bottom: 20px;
}
.list-service-account .item-service-account .item-dett img {
  max-width: 50px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width:1023px) {
  .list-service-account .item-service-account .item-dett img {
    vertical-align: top;
  }
}
.list-service-account .item-service-account .item-dett .itm-text {
  display: inline-block;
  font-size: 20px;
  color: #0A263C;
  font-weight: 300;
}
@media only screen and (max-width:1023px) {
  .list-service-account .item-service-account .item-dett .itm-text {
    width: 72%;
  }
}
.list-service-account .item-service-account .item-dett .itm-text a {
  color: #2481C6;
  font-size: 20px;
  text-decoration: underline;
}
.list-service-account .item-service-account .item-dett .itm-text a:hover, .list-service-account .item-service-account .item-dett .itm-text a:focus {
  color: #2481C6;
  font-size: 20px;
  text-decoration: underline;
}

.modal-lakes {
  padding: 15px;
}
.modal-lakes .close-link {
  width: 40px;
  height: 40px;
  background: url(../images/exit-link.png);
  background-size: 40px;
  display: block;
  position: absolute;
  top: -1px;
  right: -3px;
  cursor: pointer;
}
.modal-lakes .modal-dialog {
  width: 100%;
  max-width: 1024px;
}
.modal-lakes h2 {
  font-size: 25px;
  font-weight: 500;
  color: #0A263C;
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.modal-lakes input[type=search], .modal-lakes input[type=text], .modal-lakes input[type=search]:focus, .modal-lakes input[type=text]:focus, .modal-lakes input[type=search].active, .modal-lakes input[type=text]:active {
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 2px solid #1097FE;
  border-top: 0 none;
  color: #0A263C;
  margin-bottom: 20px;
  display: inline-block;
  width: auto;
  outline: none;
}
.modal-lakes .table-responsive {
  max-height: 500px;
  overflow-y: auto;
}
.modal-lakes thead tr th {
  color: #003B79;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .modal-lakes thead tr th {
    padding: 7px 10px;
  }
}
.modal-lakes tbody tr td {
  padding: 5px 10px;
  font-size: 18px;
  color: #0A263C;
  font-weight: 300;
}
@media only screen and (max-width:1023px) {
  .modal-lakes tbody tr td {
    display: block;
  }
}
.modal-lakes tbody tr td strong {
  font-weight: 500;
}
.modal-lakes tbody tr:nth-child(even) {
  background: #FFFFFF;
}
.modal-lakes tbody tr:nth-child(even) td {
  padding: 7px 10px;
}
.modal-lakes tbody tr:nth-child(odd) {
  background: #E8E8E8;
}

@media only screen and (max-width:1023px) {
  .catalog-product-view .modal-popup.modal-slide {
    left: 10px;
    z-index: 900;
    top: 10px;
    right: 10px;
    bottom: 10px;
  }
}
.catalog-product-view .modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}
.catalog-product-view .modal-slide._inner-scroll .modal-header {
  padding: 15px;
}
.catalog-product-view .modal-popup {
  z-index: 99999;
}
.catalog-product-view .action-close {
  width: 40px;
  height: 40px;
  background: url(../images/exit-link.png) no-repeat center center transparent;
  background-size: 40px;
  display: block;
  position: absolute;
  top: -16px;
  right: -25px;
}
.catalog-product-view .action-close:hover, .catalog-product-view .action-close:active, .catalog-product-view .action-close:focus {
  width: 40px;
  height: 40px;
  background: url(../images/exit-link.png) no-repeat center center transparent;
  background-size: 40px;
  display: block;
  position: absolute;
  top: -16px;
  right: -25px;
}
.catalog-product-view .action-close:before, .catalog-product-view .action-close:hover:before, .catalog-product-view .action-close:active:before, .catalog-product-view .action-close:focus:before {
  display: none;
}

@media only screen and (max-width:1023px) {
  .catalog-product-view .modal-slide._inner-scroll .modal-header {
    padding: 24px;
    background: #FFFFFF;
  }
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .action-close {
    top: 3px;
    right: -3px;
  }
  .catalog-product-view .action-close:hover, .catalog-product-view .action-close:active, .catalog-product-view .action-close:focus {
    top: 3px;
    right: -3px;
  }
}
.language-selector-n {
  position: relative;
  display: inline-block;
  min-width: 240px;
  padding-top: 10px;
  /* start Flavio' style*/
  /* end Flavio' style */
  /*.selected {
    background-image: url(../images/ic-green-check.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 37px;
    text-align: left;
  }*/
  position: relative;
}
.language-selector-n .dropup .dropdown-menu, .language-selector-n .navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 0;
}
.language-selector-n .flag-cont img {
  width: 28px !important;
  height: 20px !important;
}
.language-selector-n .flag-country img {
  width: 28px !important;
  height: 20px !important;
  margin-right: 10px;
}
.language-selector-n .foot-name-country {
  font-size: 14px;
}
.language-selector-n a.lang-block {
  display: block;
}
.language-selector-n a.lang-block span.padd {
  display: inline-block;
}
.language-selector-n .keep-open {
  display: inline-block;
}
.language-selector-n .language-drop-selector {
  padding: 15px 20px;
  color: #FFFFFF;
  text-decoration: none;
}
.language-selector-n .language-drop-selector:visited {
  color: #FFFFFF !important;
}
.language-selector-n .language-drop-selector:hover, .language-selector-n .language-drop-selector:focus, .language-selector-n .language-drop-selector:active {
  background-color: #1097FE;
  color: #FFFFFF;
  text-decoration: none;
}
.language-selector-n .language-drop-selector .flag-country {
  margin-bottom: -10px;
}
.language-selector-n .lang-block {
  margin: 0 20px;
  padding-left: 44px;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}
.language-selector-n .language-drop-selector span {
  display: inline-block;
  vertical-align: middle;
}
.language-selector-n .bordered {
  padding-bottom: 17px;
  margin-bottom: 0;
  border-bottom: 1px solid #d0cece;
}
.language-selector-n .dropup .dropdown-menu {
  position: absolute;
  right: 0;
  max-width: 240px;
}
.language-selector-n .container-dropup {
  color: #003e7e;
  font-size: 15px;
  font-weight: 500;
}
.language-selector-n .country-name-cont {
  margin-left: 10px;
  color: #003e7e;
  font-size: 15px;
  font-weight: 500;
}
.language-selector-n .store-name-cont {
  margin-left: 0;
  color: #003e7e;
  font-size: 15px;
  font-weight: 500;
}
.language-selector-n .panel {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  box-shadow: 0;
}
.language-selector-n .panel-title {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
  color: #003e7e;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
}
.language-selector-n .panel-title:after {
  font-family: "Glyphicons Halflings";
  content: "\e258";
  margin-left: 10px;
  font-size: 10px;
  color: #003e7e;
  margin-top: 0;
  transform: rotate(90deg);
  display: inline-block;
  text-decoration: none !important;
}
.language-selector-n .panel-group {
  margin-bottom: 0;
  border: 0;
}
.language-selector-n .drop-fixed {
  position: absolute;
  width: 100%;
  max-height: 100%;
  height: auto;
  bottom: 0;
  background-color: #FFFFFF;
  z-index: 2000;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: max-height 1s ease;
}
.language-selector-n .close .drop-fixed {
  max-height: 0;
}
.language-selector-n .slider {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: transparent;
  transition: 0.5s;
  z-index: 2000;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.language-selector-n .slider.close {
  height: 0;
}
.language-selector-n .slider.close:after {
  opacity: 0;
}
.language-selector-n .flag-cont img, .language-selector-n .flag-country img {
  width: 28px !important;
  height: 20px !important;
}
.language-selector-n .panel-default > .panel-heading {
  background-color: #f1f1f2;
  display: block;
}
.language-selector-n .navbar-fixed-bottom .dropdown .dropdown-menu {
  position: absolute;
  right: 0;
  left: 400;
  max-width: 240px;
}
.language-selector-n .container-dropup .row {
  margin: 0 !important;
}
.language-selector-n .container-dropup .row .col-md-12 {
  padding: 0 !important;
}
.language-selector-n .container-dropup .row .col-md-12:last-child a {
  border-bottom: 0 none;
}
.language-selector-n .container-dropup .row .col-md-12:hover {
  background-color: #c7e4ff;
}
.language-selector-n.lang-open .language-drop-selector {
  background: #1097FE;
}
.language-selector-n .slider:after {
  pointer-events: none;
  display: block;
  opacity: 0;
  transition: opacity 2s ease;
}
.language-selector-n.mobile-selector-open .slider:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  right: 0;
  bottom: 0;
  z-index: 1999;
}

@media (max-width: 767px) {
  .language-selector-n {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .language-selector-n .dropup .dropdown-menu, .language-selector-n .navbar-fixed-bottom .dropdown .dropdown-menu {
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .top-footer {
    padding: 0 !important;
  }
}
.manufacturer-mobile {
  font-size: 18px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
}

.sku-mobile {
  display: inline-block;
  color: #0A263C;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}

@media only screen and (max-width:1023px) {
  .product-shares .sharethis-inline-share-buttons {
    text-align: left !important;
  }
}
.navionics-product-side {
  /*--------------------------------------------------
      [Pricing List v4]
  ----------------------------------------------------*/
  /* NAVTABS */
}
.navionics-product-side .product-social-links .col-md-6 iframe {
  min-width: 230px;
}
.navionics-product-side .product.attribute.model_number {
  display: inline-block;
  color: #0A263C;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  text-transform: none;
  font-weight: 400;
}
.navionics-product-side .product.attribute.model_number strong {
  display: inline-block;
  vertical-align: middle;
}
.navionics-product-side .product.attribute.model_number div {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: -2px;
}
.navionics-product-side .fotorama__nav-wrap {
  margin-top: 90px !important;
}
.navionics-product-side .product-essential {
  margin-top: 40px !important;
}
.navionics-product-side .product-essential .box-tocart {
  clear: both;
}
.navionics-product-side .product-view .product-essential {
  margin-top: 40px !important;
}
.navionics-product-side .fotorama__nav-wrap {
  margin-top: 90px !important;
}
.navionics-product-side .related-hp .block-related.related .block-title strong {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 30px;
}
.navionics-product-side .related-hp-wrapper {
  background-color: #f7f8fa;
  width: 100%;
  padding-bottom: 20px;
}
.navionics-product-side .carousel-indicators {
  position: relative;
  margin: 0 auto;
  width: 100%;
  left: inherit;
  margin-top: 30px;
}
.navionics-product-side .carousel-indicators .active {
  background-color: #000;
}
.navionics-product-side .carousel-indicators li {
  border: 1px solid #000;
}
.navionics-product-side .products-indicators {
  margin-top: 220px;
}
.navionics-product-side .block-related.related .grid.products-grid .item {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 15px 0 #eff1f8;
  border-radius: 10px !important;
  padding: 10px !important;
  max-width: 240px !important;
}
.navionics-product-side .per-product, .navionics-product-side .category-products.products-grid .category-products-grid {
  background-color: transparent !important;
}
.navionics-product-side .user-icon {
  background-image: url(../images/order-black.png);
}
.navionics-product-side .menu-icons {
  padding-left: 40px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  width: 140px;
  /*
     display: block;
  */
}
.navionics-product-side .shipping-info {
  color: #0A263C;
  /* #16a803; */
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}
.navionics-product-side .tab-content a {
  color: #1979c3 !important;
}
.navionics-product-side .tab-content h3 {
  color: #0A263C !important;
  font-size: 24px;
  padding-bottom: 20px;
}
.navionics-product-side .detail-mobile-att {
  margin-bottom: 50px;
}
.navionics-product-side .specs-table {
  padding: 0 !important;
}
.navionics-product-side .specs-table table tr:nth-child(even) td, .navionics-product-side .specs-table table tr td {
  padding: 16px 10px !important;
}
.navionics-product-side .separator {
  margin-top: 50px;
  border-top: 1px solid #cdcdcd;
  padding-top: 50px;
}
.navionics-product-side .product.info.detailed {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1280px;
}
.navionics-product-side .product-box-wrapper {
  margin: 20px;
  font-size: 16px;
  color: #0A263C;
}
.navionics-product-side .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.navionics-product-side .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navionics-product-side .breadcrumb {
  margin: 0 auto !important;
  margin-top: 20px !important;
  max-width: 1280px !important;
  background-color: transparent !important;
  display: none;
}
.navionics-product-side .breadcrumb a {
  color: #1097FE !important;
  font-size: 18px;
}
.navionics-product-side .product-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
}
.navionics-product-side .product-price {
  font-size: 30px;
  font-weight: bold;
  color: #0A263C;
  margin-top: 20px;
  margin-bottom: 20px;
}
.navionics-product-side .product-brand {
  font-size: 18px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
}
.navionics-product-side .nav-tabs {
  border-bottom: 2px solid #DDD;
}
.navionics-product-side .nav-tabs > li.active > a {
  border-width: 0;
}
.navionics-product-side .nav-tabs > li.active > a:focus, .navionics-product-side .nav-tabs > li.active > a:hover {
  border-width: 0;
}
.navionics-product-side .nav-tabs > li.active > a {
  border: none;
  color: #1097FE !important;
  background: transparent;
}
.navionics-product-side .nav-tabs > li.active > a::after {
  transform: scale(1);
}
.navionics-product-side .nav-tabs > li > a {
  border: none;
  color: #666666;
  padding: 10px 32px;
}
.navionics-product-side .nav-tabs > li > a:hover {
  border: none;
  color: #1097FE !important;
  background: transparent;
}
.navionics-product-side .nav-tabs > li > a::after {
  content: "";
  background: #1097FE;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.navionics-product-side .nav-tabs > li:hover > a::after {
  transform: scale(1);
}
.navionics-product-side .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #FFFFFF;
}
.navionics-product-side .tab-pane {
  padding: 15px 0;
}
.navionics-product-side .nav-horizontal-scrolling {
  white-space: nowrap !important;
  overflow-x: auto !important;
}
.navionics-product-side .nav-horizontal-scrolling li {
  display: inline-block !important;
  float: none !important;
}
.navionics-product-side .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  display: none;
}

@media only screen and (max-width:1023px) {
  .navionics-product-side .price-container.price-final_price {
    text-align: center !important;
  }
}
@media only screen and (max-width:1023px) {
  .navionics-product-side .fotorama__stage__frame .fotorama__img {
    left: 25% !important;
  }
  .navionics-product-side .block-related.related .grid.products-grid .item .per-product {
    border: 0 !important;
    margin: 10px !important;
  }
}
@media only screen and (max-width:1023px) {
  .navionics-product-side .product-box-wrapper {
    margin: 0 20px;
  }
}
@media only screen and (max-width:1023px) {
  .hide-mobile-tabs {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .product-social-links > .row > .col-md-4, .product-social-links > .row > .col-md-8 {
    width: 50% !important;
  }
}
.new-product-tabs .product-add-form .add-to-links, .navionics-product-side .product-add-form .add-to-links {
  margin-bottom: 10px;
}

@media only screen and (max-width:1023px) {
  .new-product-tabs .product-social-links .towishlist, .navionics-product-side .product-social-links .towishlist {
    padding: 8px 20px 9px 20px;
  }
}
.new-product-tabs .product.attribute.manufacturer, .navionics-product-side .product.attribute.manufacturer {
  font-size: 18px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
}

.new-product-tabs .shipping-info, .navionics-product-side .shipping-info {
  color: #0A263C;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-right: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
}

.new-product-tabs .shipping-info span, .navionics-product-side .shipping-info span {
  padding: 0;
  display: none;
}

.new-product-tabs .shipping-info img, .navionics-product-side .shipping-info img {
  max-width: 30px;
}

.new-product-tabs .shipping-info p, .navionics-product-side .shipping-info p {
  margin: 0;
  font-size: 16px;
}

.new-product-tabs .related-hp .block-related.related .block-title strong, .navionics-product-side .related-hp .block-related.related .block-title strong {
  text-transform: uppercase;
  font-size: 20px !important;
  margin-bottom: 30px;
}

.new-product-tabs .related-hp-wrapper, .navionics-product-side .related-hp-wrapper {
  background-color: #f7f8fa;
  width: 100%;
  padding-bottom: 20px;
}

.new-product-tabs .carousel-indicators, .navionics-product-side .carousel-indicators {
  position: relative;
  margin: 30px auto 0;
  width: 100%;
  left: inherit;
}

.new-product-tabs .carousel-indicators .active, .navionics-product-side .carousel-indicators .active {
  background-color: #000;
}

.new-product-tabs .carousel-indicators li, .navionics-product-side .carousel-indicators li {
  border: 1px solid #0A263C;
}

.new-product-tabs .products-indicators, .navionics-product-side .products-indicators {
  margin-top: 220px;
}

.new-product-tabs .block-related.related .grid.products-grid .item, .navionics-product-side .block-related.related .grid.products-grid .item {
  background-color: #FFFFFF;
  box-shadow: 1px 1px 15px 0 #eff1f8;
  border-radius: 10px !important;
  padding: 10px !important;
  max-width: 240px !important;
}

.new-product-tabs .per-product, .new-product-tabs .category-products.products-grid .category-products-grid {
  background-color: transparent !important;
}

.navionics-product-side .per-product, .navionics-product-side .category-products.products-grid .category-products-grid {
  background-color: transparent !important;
}

@media only screen and (max-width:1023px) {
  .new-product-tabs .fotorama__stage__frame .fotorama__img, .navionics-product-side .fotorama__stage__frame .fotorama__img {
    left: 25% !important;
  }

  .new-product-tabs .block-related.related .grid.products-grid .item .per-product, .navionics-product-side .block-related.related .grid.products-grid .item .per-product {
    border: 0 !important;
    margin: 10px !important;
  }
}
.new-product-tabs .user-icon, .navionics-product-side .user-icon {
  background-image: url("images/orders-black.png");
}

.new-product-tabs .menu-icons, .navionics-product-side .menu-icons {
  padding-left: 40px;
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 140px;
  width: 140px;
}

.new-product-tabs .tab-content a, .navionics-product-side .tab-content a {
  color: #1979c3 !important;
}

.new-product-tabs .tab-content h3, .navionics-product-side .tab-content h3 {
  color: #0A263C !important;
  font-size: 24px;
  padding-bottom: 20px;
}

.new-product-tabs .detail-mobile-att, .navionics-product-side .detail-mobile-att {
  margin-bottom: 50px;
}

.new-product-tabs .specs-table table tr:nth-child(even) td, .navionics-product-side .specs-table table tr:nth-child(even) td, .new-product-tabs .specs-table table tr td, .navionics-product-side .specs-table table tr td {
  padding: 16px 10px !important;
}

.new-product-tabs .specs-table, .navionics-product-side .specs-table {
  padding: 0 !important;
}

.new-product-tabs .separator, .navionics-product-side .separator {
  margin-top: 50px;
  border-top: 1px solid #cdcdcd;
  padding-top: 50px;
}

.new-product-tabs .product.info.detailed, .navionics-product-side .product.info.detailed {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1280px;
}

@media only screen and (max-width:1023px) {
  .new-product-tabs .product.info.detailed, .navionics-product-side .product.info.detailed {
    margin-top: 0;
  }
}
.new-product-tabs .product-box-wrapper, .navionics-product-side .product-box-wrapper {
  font-size: 16px;
}
@media only screen and (max-width:1023px) {
  .new-product-tabs .product-box-wrapper, .navionics-product-side .product-box-wrapper {
    padding: 0 16px;
  }
}
.new-product-tabs .product-box-wrapper p, .navionics-product-side .product-box-wrapper p {
  max-width: 720px;
  margin: 0;
}

.new-product-tabs .product-box-wrapper {
  padding: 0 16px;
}

.new-product-tabs .videoWrapper, .navionics-product-side .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.new-product-tabs .videoWrapper iframe, .navionics-product-side .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.new-product-tabs .breadcrumb, .navionics-product-side .breadcrumb {
  margin: 0 auto !important;
  margin-top: 20px !important;
  max-width: 1280px !important;
  background-color: transparent !important;
  display: none;
}

.new-product-tabs .breadcrumb a, .navionics-product-side .breadcrumb a {
  color: #1097FE !important;
  font-size: 18px;
}

.new-product-tabs .product-list, .navionics-product-side .product-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 16px;
}

.new-product-tabs .product-price, .navionics-product-side .product-price {
  font-size: 30px;
  font-weight: bold;
  color: #0A263C;
  margin-top: 20px;
  margin-bottom: 20px;
}

.new-product-tabs .product-brand, .navionics-product-side .product-brand {
  font-size: 18px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
}

.new-product-tabs .nav-tabs, .navionics-product-side .nav-tabs {
  border-bottom: 0;
  background: #E2E2E2;
}

.new-product-tabs .nav-tabs {
  margin-bottom: 32px;
}

.new-product-tabs .nav-tabs > li.active > a {
  border-width: 0;
}
.new-product-tabs .nav-tabs > li.active > a:focus, .new-product-tabs .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.navionics-product-side .nav-tabs > li.active > a {
  border-width: 0;
}
.navionics-product-side .nav-tabs > li.active > a:focus, .navionics-product-side .nav-tabs > li.active > a:hover {
  border-width: 0;
}

.new-product-tabs .nav-tabs > li.active > a, .new-product-tabs .nav-tabs > li > a:hover {
  border: none;
  color: #1097FE !important;
  background: transparent;
}

.navionics-product-side .nav-tabs > li.active > a, .navionics-product-side .nav-tabs > li > a:hover {
  border: none;
  color: #1097FE !important;
  background: transparent;
}

.new-product-tabs .nav-tabs > li > a::after, .navionics-product-side .nav-tabs > li > a::before {
  content: "";
  background: #1097FE;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}

.new-product-tabs .nav-tabs > li.active > a, .new-product-tabs .nav-tabs > li > a:hover {
  border: none;
  color: #0a263c !important;
  background: #ffffff;
  font-weight: bold;
  font-size: 18px;
}

.new-product-tabs .nav-tabs > li > a, .navionics-product-side .nav-tabs > li > a {
  border: none;
  color: #0A263C;
  padding: 10px 64px;
  font-size: 18px;
}

.new-product-tabs .nav-tabs > li.active > a::after, .new-product-tabs .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.navionics-product-side .nav-tabs > li.active > a::after, .navionics-product-side .nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.new-product-tabs .tab-nav > li > a::after, .navionics-product-side .tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #FFFFFF;
}

.new-product-tabs .nav-horizontal-scrolling, .navionics-product-side .nav-horizontal-scrolling {
  white-space: nowrap !important;
  overflow: hidden !important;
}

.new-product-tabs .nav-horizontal-scrolling li, .navionics-product-side .nav-horizontal-scrolling li {
  display: inline-block !important;
  float: none !important;
  padding: 0 10px;
}

.new-product-tabs .ex-tabs, .navionics-product-side .ex-tabs, .new-product-tabs #reviews, .navionics-product-side #reviews {
  display: none;
}

.new-product-tabs .mobile-tabs, .navionics-product-side .mobile-tabs {
  white-space: nowrap !important;
  overflow-x: auto !important;
}

.new-product-tabs .mobile-tabs .mobile-sheet, .navionics-product-side .mobile-tabs .mobile-sheet {
  display: inline-block !important;
  float: none !important;
  padding: 10px 15px;
}

.new-product-tabs .mobile-tabs .mobile-sheet a, .navionics-product-side .mobile-tabs .mobile-sheet a {
  color: #0a263c;
  cursor: default;
  border: 0 none;
  border-bottom-color: transparent;
  font-size: 16px;
}

.tabstrip-mobile-top {
  background: #E2E2E2;
}

.mobile-sheet.slick-slide.tab-actived {
  background: #fff;
}

.new-product-tabs .mobile-tabs .mobile-sheet a:hover, .new-product-tabs .mobile-tabs .mobile-sheet a:active, .new-product-tabs .mobile-tabs .mobile-sheet a:focus {
  text-decoration: none;
  outline: none;
}

.navionics-product-side .mobile-tabs .mobile-sheet a:hover, .navionics-product-side .mobile-tabs .mobile-sheet a:active, .navionics-product-side .mobile-tabs .mobile-sheet a:focus {
  text-decoration: none;
  outline: none;
}

.new-product-tabs .mobile-tabs .mobile-sheet a:after, .navionics-product-side .mobile-tabs .mobile-sheet a:after {
  content: "";
  background: #1097FE;
  height: 5px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: auto;
  transition: all 250ms ease 0s;
  transform: scale(0);
  top: 0;
}

.new-product-tabs .mobile-tabs .mobile-sheet.tab-actived a:after, .navionics-product-side .mobile-tabs .mobile-sheet.tab-actived a:after {
  transform: scale(1);
}

.new-product-tabs .tabstrip-mobile-top, .navionics-product-side .tabstrip-mobile-top {
  max-width: 1023px;
  width: 100%;
  margin: 0 auto 32px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width:1024px) {
  .new-product-tabs .tabstrip-mobile-top, .navionics-product-side .tabstrip-mobile-top {
    display: none;
  }
}
.new-product-tabs .tabstrip-mobile-top:after, .navionics-product-side .tabstrip-mobile-top:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+14,ffffff+25&0+0,1+100 */
  background: linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(255, 255, 255, 0.14) 14%, rgba(255, 255, 255, 0.25) 25%, white 100%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#ffffff",GradientType=1 );
  /* IE6-9 */
}

/*----*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.big-cat-shop-cont {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.big-cat-shop-cont .big-cate-shop-list {
  text-align: center;
}
.big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item {
  display: inline-block;
  text-align: center;
  width: 28%;
  margin: 2%;
  padding: 15px;
  border: 1px solid #d0cece;
  min-height: 230px;
  vertical-align: top;
}
@media only screen and (max-width:1023px) {
  .big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item {
    min-height: 120px;
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #d0cece;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    margin: 0;
  }
  .big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item:last-child {
    margin-bottom: 15px;
  }
  .big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item:first-child {
    border-top: 1px solid #d0cece;
  }
}
.big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a {
  display: block;
}
.big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a:hover {
  text-decoration: none;
}
.big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a .cate-name {
  font-size: 30px;
  color: #0A263C;
  margin-top: 20px;
}
@media only screen and (max-width:1023px) {
  .big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a .cate-name {
    display: inline-block;
    vertical-align: middle;
    width: 54%;
    margin: 0;
    margin-left: 4%;
    font-size: 26px;
    text-align: left;
  }
}
@media only screen and (max-width:1023px) {
  .big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a figure {
    display: inline-block;
    width: 36%;
    vertical-align: middle;
  }
}
.big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 160px;
}
@media only screen and (max-width:1023px) {
  .big-cat-shop-cont .big-cate-shop-list .big-cate-shop-item a figure img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
  }
}

/* TOP BANNER */
@media only screen and (max-width:1023px) {
  .shop-carousel .s-carousel .caption-claim h2 {
    font-size: 36px;
    margin: 0 0 20px 0;
    font-weight: 300;
    line-height: 45px;
  }
}

/* BOTTOM BANNER */
@media only screen and (max-width:1023px) {
  .double-block-shop .block-discover-shop .cta-big-bg .padd h2 {
    font-size: 36px;
    margin: 0 0 40px 0;
    line-height: 45px;
    padding: 0 15px;
  }
}

/* modifica richiesta dal cliente il 24/02/17 */
.per-product, .category-products.products-grid .category-products-grid {
  max-width: 270px;
}

@media only screen and (max-width:1023px) {
  .category-products.grid.products-grid .item {
    margin-bottom: 0;
    float: left !important;
    max-width: 50%;
    border: 0 none;
    font-size: large;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 319px) {
  .category-products.grid.products-grid .item {
    max-width: 99%;
  }
}
@media only screen and (max-width:1023px) {
  .category-products.products-grid .category-products-grid {
    max-width: 200px;
    border: 1px solid #d0cece;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 319px) {
  .category-products.products-grid .category-products-grid {
    max-width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .category-products.grid .products {
    margin-right: -5px;
    margin-left: -5px;
  }
}
/* hover su related */
.related-hp .product-item-info:hover .product-name a {
  color: #1097FE;
}

/* fix page paypal review */
.order-review-form .actions-toolbar {
  margin-bottom: 15px;
}
.order-review-form .actions-toolbar:after {
  float: none;
  clear: both;
  content: "";
  height: 0;
  overflow: hidden;
}
.order-review-form .actions-toolbar > .primary {
  float: right;
}
.order-review-form .actions-toolbar .action.primary.checkout {
  background: #16A803;
}
.order-review-form .actions-toolbar .action.primary.checkout:hover, .order-review-form .actions-toolbar .action.primary.checkout:focus, .order-review-form .actions-toolbar .action.primary.checkout:active {
  background: #16A803;
}

@media only screen and (max-width:1023px) {
  .order-review-form .actions-toolbar > .primary {
    float: none;
    clear: both;
  }
}
.paypal-review.view .cart .totals td {
  padding: 11px 10px 1px 30px;
}
.paypal-review.view .block-order-details-view {
  border: 1px solid #d0cece;
  padding: 10px;
}
.paypal-review.view .block-order-details-view .box .box-title {
  margin: 0;
  padding: 0 15px;
}
.paypal-review.view .box.box-order-billing-address {
  padding: 0 2%;
  width: 33%;
  float: left;
  color: #0A263C;
}
.paypal-review.view .box.box-order-billing-address img {
  margin-top: 10px;
}
.paypal-review.view .box.box-order-shipping-method {
  padding: 0 2%;
  width: 33%;
  float: left;
}
.paypal-review.view .box .box-content {
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.paypal-review.view .box.box-order-shipping-method, .paypal-review.view .box.box-order-shipping-address, .paypal-review.view .box.box-order-billing-address {
  margin-bottom: 0 !important;
}
.paypal-review.view .box.box-order-shipping-address {
  border-left: 1px solid #d0cece;
  border-right: 1px solid #d0cece;
}
.paypal-review.view .box.box-order-shipping-address address {
  line-height: 22px;
}

@media only screen and (max-width:1023px) {
  .paypal-review.view .opc-block-summary {
    padding: 22px 15px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review.view .cart.table-wrapper .product-item-photo, .paypal-review.view .product-item-details {
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review.view .cart .totals {
    margin-bottom: 0;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review.view .box.box-order-billing-address {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review.view .box.box-order-shipping-method {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review.view .box .box-content {
    min-height: 65px;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review.view .box.box-order-shipping-address {
    border: 0 none;
  }
}
.paypal-review-discount {
  border-bottom: 0 none;
  margin: 20px 0;
  min-height: 42px;
}
.paypal-review-discount .title strong {
  font-size: 18px;
  font-weight: 700;
}
.paypal-review-discount label {
  color: #0A263C;
}
.paypal-review-discount .primary .action {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  border: 0 none;
  float: none;
}
.paypal-review-discount .primary .action:hover, .paypal-review-discount .primary .action:active, .paypal-review-discount .primary .action:focus {
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  border: 0 none;
  float: none;
}

.paypal-review-items {
  float: none;
  clear: both;
  position: relative;
  padding: 10px 0;
}
.paypal-review-items strong {
  color: #0A263C;
  font-size: 24px;
  text-transform: none;
  margin: 0 0 15px;
}
.paypal-review-items .action.edit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px;
  border: 1px solid #0D7DFF;
  padding: 5px 10px;
  border-radius: 6px;
  color: #0D7DFF;
}
.paypal-review-items .order-items th {
  font-size: 18px;
}
.paypal-review-items .paypal-review-title {
  position: relative;
  padding-bottom: 10px;
}

@media only screen and (max-width:1023px) {
  .paypal-review-items strong {
    display: block;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 17px;
  }
}
@media only screen and (max-width:1023px) {
  .paypal-review-items .action.edit {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .paypal-review-items .order-items th {
    font-size: 14px;
  }
}
.column.main .paypal-review-discount .block > .title strong {
  font-size: 16px;
  font-weight: 700 !important;
}

@media only screen and (max-width:1023px) {
  .block-related .products-grid .product-name {
    min-height: 70px;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .category-products.grid .products {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .charts-index-index.page-layout-1column .top-chart-section {
    padding-left: 0;
    padding-right: 0;
  }
}
/* fix isolati per tabs */
@media only screen and (max-width: 350px) {
  .tabbed ul {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 350px) {
  .tabbed ul li a:before {
    left: -14px;
  }
}
@media only screen and (max-width: 350px) {
  .tabbed ul li a:after {
    right: -14px;
  }
}
html, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, footer .ui-widget {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
  background-color: #FFFFFF;
  color: #0A263C;
  font-weight: 400;
  font-size: 20px;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}

.title-section {
  font-size: 21px;
  font-weight: 700;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0A263C;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .title-section {
    line-height: 30;
  }
}

.blue-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 6px;
  border: 0 none;
  box-shadow: none;
  padding-right: 60px;
  background: url("../images/arrow-select.png") #1097FE;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 45px;
  min-height: 45px;
  line-height: 45px;
  text-align-last: center;
}

.cont-relative {
  position: relative;
}

.div-fifty {
  width: 49.5%;
  display: inline-block;
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .div-fifty {
    width: 100%;
  }
}

.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
  float: right;
}

.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional {
  float: left;
}

.page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
  float: left;
}

.page-main-pal .alocolumns {
  max-width: 1280px;
  margin: 0 auto;
}

.products-grid ol:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.text-dx {
  text-align: right;
}

.minicart-items .product-image-wrapper .product-image-photo {
  max-width: 110px;
}

.selected-products-for-you h2.title-section {
  text-align: left;
}

.cont-centered {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

.posa-link {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
  height: 40px;
}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=number]:focus, input[type=datetime]:focus, input[type=email]:focus {
  border: 1px solid #1097FE;
}
input[type=text].mage-error, input[type=password].mage-error, input[type=url].mage-error, input[type=tel].mage-error, input[type=search].mage-error, input[type=number].mage-error, input[type=datetime].mage-error, input[type=email].mage-error {
  border-color: #ed8380;
}

input {
  text-indent: 10px;
}

/*CSS stile incluso con monetate*/
.checkout-agreement.required label button span {
  white-space: normal;
}

.tab-subtitle {
  text-transform: uppercase;
  font-size: 13px;
}

.custom-discount-99 {
  color: #E60668;
  float: right;
  margin: 0px;
}
@media only screen and (max-width:1023px) {
  .custom-discount-99 {
    padding: 5px 2px;
  }
}

.price-custom-discount {
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width:1023px) {
  .price-custom-discount {
    font-size: 27px;
  }
}
@media only screen and (max-width: 350px) {
  .price-custom-discount {
    font-size: 20px;
  }
}

.selected > div > .custom-discount-99 {
  padding-bottom: 1px;
}
@media only screen and (max-width:1023px) {
  .selected > div > .custom-discount-99 {
    padding-bottom: 1px;
  }
}

.expired-subscription-warning {
  padding-left: 5px;
  padding-top: -30px;
  padding-bottom: 15px;
}
.expired-subscription-warning span {
  color: #E60668;
  font-size: 20px;
}

/*FINE STILE INCLUSO CON MONETATE*/
.chart-inc-content.map_div {
  min-height: 440px;
}
@media only screen and (max-width:1023px) {
  .chart-inc-content.map_div {
    min-height: 220px;
  }
}

.language-selector {
  padding-top: 4px;
}
.language-selector span, .language-selector a {
  display: inline-block;
  margin-left: 15px;
  max-height: 21px;
  vertical-align: bottom;
}
.language-selector a {
  font-weight: 200;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 110%;
}
.language-selector .foot-name-country {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 110%;
  font-weight: 300;
}
.language-selector .flag-country img {
  max-width: 28px;
}

.close-search-toggle {
  position: absolute !important;
  top: 7px;
  right: 8px;
  display: inline-block;
  font-weight: 200;
  color: #FFFFFF;
  font-size: 18px;
  background: #1097FE;
  width: 25px;
  text-decoration: none;
  cursor: pointer;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}
.close-search-toggle:hover, .close-search-toggle:active, .close-search-toggle:focus {
  position: absolute !important;
  top: 7px;
  right: 8px;
  display: inline-block;
  font-weight: 200;
  color: #FFFFFF;
  font-size: 18px;
  background: #1097FE;
  width: 25px;
  text-decoration: none;
  cursor: pointer;
  height: 25px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
}

/* width uniforme ai box dei also like */
.post-view .related .block-news {
  margin-right: 12px;
  max-width: 264px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: #FFFFFF;
  text-decoration: none;
  margin-bottom: 60px;
}
.post-view .related .block-news h3 {
  font-size: 18px;
  font-weight: normal;
  height: 54px;
  padding-bottom: 6px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.post-view .related .block-news figure {
  height: 178px;
  overflow: hidden;
  margin: 0 auto 3px;
  background-size: cover;
}
.post-view .related .block-news figure img {
  opacity: 0;
}
.post-view .related .block-news .info-cont {
  padding: 0 10px;
}
.post-view .related .block-news .info-cont .time-category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: baseline;
      align-items: baseline;
  margin-bottom: 9px;
}
.post-view .related .block-news .info-cont .time-category time {
  font-size: 14px;
  display: inline-block;
  color: #0A263C;
}
.post-view .related .block-news .info-cont .time-category label {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  color: #1097FE;
  margin: 0;
}

.block-related.related .products.product-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width:1023px) {
  .block-related.related .products.product-items {
    display: block;
    max-width: 91%;
    margin: 0 auto;
  }
}
.block-related.related .grid.products-grid .item {
  float: none !important;
  max-width: 200px;
}
@media only screen and (max-width:1023px) {
  .block-related.related .grid.products-grid .item {
    float: left !important;
    max-width: 50%;
    border: 0 none;
    font-size: large;
  }
}
@media only screen and (max-width:1023px) {
  .block-related.related .grid.products-grid .item .per-product {
    max-width: 200px;
    border: 1px solid #d0cece;
    margin: 0 auto;
  }
}
.block-related.related .action.towishlist {
  margin: 0;
  padding: 6px 10px 5px 10px;
}

@media only screen and (min-width:1024px) {
  .block-related.related .products-grid ol:after {
    display: none !important;
  }
}
.related-hp .grid.products-grid .item .per-product {
  padding: 0 5px !important;
}

.post-bottom .block.related .block-title strong {
  font-size: 32px;
  font-weight: bold;
  padding: 0;
  color: #0A263C;
}

.post-bottom .block.related .block-title {
  margin: 0 0 20px;
}

/* inizio nuovi stili */
.charts-chooser-section {
  padding-top: 20px;
}

.update-charts-wizard {
  text-align: center;
}
.update-charts-wizard .alert h4 {
  font-size: 18px;
  color: #8a6d3b;
  margin-bottom: 10px;
  font-weight: 500;
}
.update-charts-wizard .alert p {
  color: #8a6d3b;
  font-size: 14px;
  margin-bottom: 10px;
}
.update-charts-wizard .alert a {
  font-size: 24px;
}
.update-charts-wizard img {
  display: block;
  margin: 30px auto 30px auto;
}
.update-charts-wizard section {
  min-height: 450px;
}
.update-charts-wizard .circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #d0cece;
  font-size: 25pt;
  color: #4A4A4A;
  margin: 0 auto 20px auto;
}
.update-charts-wizard .take-picture-section {
  background: #F3F2F2;
  padding-top: 25px;
}
.update-charts-wizard .take-picture-section .container {
  margin: 0 auto;
}
.update-charts-wizard .modal-wizard .modal-header {
  display: block;
}
.update-charts-wizard .modal-wizard .modal-header button {
  height: auto;
}
.update-charts-wizard .modal-wizard img {
  max-width: 300px;
  display: block;
  margin: 30px auto;
}

.wizard-section > h3 {
  font-size: 24px;
}

.page-layout-custom-support-tutorial .plotter_model_group {
  margin-bottom: 50px !important;
}

.page-layout-custom-support .tabbed {
  padding: 0;
}

/*MARGINI NUOVI*/
.chart-index-index .page-main-pal.container .cont-main {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #FFFFFF;
}

/*MARGINI HOMEPAGE - MOBILE*/
@media only screen and (max-width:1023px) {
  .cms-index-index .page-main-pal.container .related .block-title h1 {
    padding: 0 15px 15px !important;
  }

  body[class*=cms-charts-features-].cms-page-view .page-main-pal .alocolumns .field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-media, .field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-embed {
    float: none;
  }

  body[class*=cms-charts-features-].cms-page-view .page-main-pal .alocolumns .embed-container iframe {
    display: block;
    margin: 0 auto;
  }
}
/*IMMAGINI IN MOBILE*/
.page-layout-custom-apps .group-center .field-items.jQueryCycle {
  height: auto !important;
  width: auto !important;
  position: relative !important;
}
.page-layout-custom-apps .group-center .field-items.jQueryCycle .field-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block;
}

body[class*=cms-charts-features-].cms-page-view .page-main-pal .alocolumns .field-type-text-long {
  margin-bottom: 20px;
}
body[class*=cms-charts-features-].cms-page-view .page-main-pal > .alocolumns img {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
body[class*=cms-charts-features-].cms-page-view .page-main-pal > .alocolumns .slick-slider img {
  margin-bottom: 0;
}
body[class*=cms-charts-features-].cms-page-view .page-main-pal > .alocolumns .field-collection-item-field-plus-body-row.even .field-name-field-plus-row-side-text {
  margin-left: 0;
}
body[class*=cms-charts-features-].cms-page-view .page-main-pal > .alocolumns .field-item.even {
  padding-top: 0 !important;
}

/*@media only screen and (max-width:1023px){
  .cms-charts-features-sonarchart-live .page-main-pal > .alocolumns {
    padding-top: 0;
    .main div .field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-media {
      float: none;
    }
  }
  .cms-charts-features-nautical-chart {
    .group-center {
      margin: 0 10px;
    }
    .field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-media {
      float: none;
    }
  }

  .field-collection-item-field-plus-body-row {
    &.odd .field-name-field-plus-row-embed {
      float: none;
    }
    margin: 0 10px;
  }
  /* body[class*="cms-charts-features-"].cms-page-view .page-main-pal >.alocolumns img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

  body[class*="cms-charts-features-"].cms-page-view .page-main-pal >.alocolumns .navionics-page-grid{
    padding: 0;
  }
  body[class*="cms-charts-features-"].cms-page-view .page-main-pal >.alocolumns .navionics-page-grid > .row,
  body[class*="cms-charts-features-"].cms-page-view .page-main-pal >.alocolumns .navionics-page-grid > .row > .col-md-6{

    padding: 0;
  }
  body[class*="cms-charts-features-"].cms-page-view .page-main-pal >.alocolumns .navionics-page-grid > .row > .col-md-6{
    margin-bottom: 20px;
  }
  body[class*="cms-charts-features-"].cms-page-view .page-main-pal >.alocolumns .navionics-page-grid > .row > .col-md-6 iframe{
    max-width: 100%;
    width: 100%;
  }

}*/
/*--------*/
/* new mod discount-price /chekout */
.cart .item-info .product-item-details .product-item-name {
  color: #0A263C;
  text-decoration: none;
  font-size: 16px;
}
.cart .item-info .product-item-details .expired-ntag-container {
  background-color: #e1f3fe;
  padding: 10px;
}
.cart .item-info .product-item-details .info-expired-ntag {
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .cart .item-info .product-item-details .info-expired-ntag {
    font-size: 16px;
  }
}

.page-layout-custom-apps .page-main-pal.container {
  border-top: 1px solid #FFFFFF;
}

/**/
/*--------*/
.expired-ntag-container {
  font-size: 16px;
  background: #e1f3fe;
  padding: 15px;
  border-radius: 8px;
  color: #4A4A4A;
  margin-top: 30px;
}

@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .footer-ab .btn-more-info {
    float: none;
    margin-right: 0;
  }
}
.block-full.block-shop-page .btn.btn-green {
  background-color: #16A803;
  border-radius: 50px;
}

.shop-page .block-shop-page .no-upsell-block a.btn-green.btn {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: green;
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: normal;
  margin-bottom: 20px;
  display: inline-block;
  box-shadow: 0 0 15px 0 #000;
  min-width: 125px;
}

.review-form .action.submit.primary, .cart .continue span, .actions-toolbar .primary a.action span {
  display: inline-block;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
}

.actions-toolbar > .primary .action, .actions-toolbar > .secondary .action {
  width: 100%;
}

@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .btn-discount, [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .btn-discount-off {
    padding: 0 10px;
  }
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .btn-discount-off {
  opacity: 0.3;
}

.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-header-discount button, .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-header-discount button, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-header-discount button, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-header-discount button {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 43px;
  line-height: 0;
  text-transform: uppercase;
  border: none;
  background: none;
  right: 0;
  text-align: right;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible {
  width: 100% !important;
  padding: 20px !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner {
  color: #1097FE;
  background: #FFFFFF;
  border: 2px solid #1097FE;
  border-radius: 50px;
  width: 230px;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:focus, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:focus {
  outline: none;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:hover, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:hover {
  background-color: #1097FE;
  color: #FFFFFF;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue {
  background: #1097FE;
  border: none;
  border-radius: 50px;
  width: 287px;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  max-width: 100%;
  outline: none;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a, .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a:visited, .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue .alink:visited, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a:visited, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue .alink:visited {
  color: #FFFFFF;
  text-decoration: none;
}

[class*=page-layout] .modal-content .modal-body .padd .btn {
  margin: 0 20px 0 0;
}
@media only screen and (max-width:1023px) {
  [class*=page-layout] .modal-content .modal-body .padd .btn {
    margin: 0 auto;
  }
}

.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .ps-actions a.btn.btn-blue, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .ps-actions a.btn.btn-blue {
  background: #1097FE;
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px;
  width: 200px;
  font-weight: 500;
  box-shadow: 0 2px 2px #c3c3c3;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .ps-actions a.btn.btn-blue, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .ps-actions a.btn.btn-blue {
    font-size: 18px;
    width: 150px;
  }
}

.returns-confirmation-button .btn-blue, .returns-confirmation-button .btn-blue:hover, .returns-confirmation-button .btn-blue:focus, .returns-confirmation-button .btn-blue:active {
  vertical-align: middle;
  display: inline-block;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #0099FF;
  border-radius: 6px;
  text-decoration: none;
  line-height: 35px;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.66);
  margin-left: 0;
}

/*INIZIO PLOTTER SUBSCRIPTIONS PAGE*/
.subscriptions-page .ps-actions .btn {
  margin-top: 10px;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background-color: #16A803;
  border-radius: 6px;
  text-decoration: none;
  line-height: 45px;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.66);
  width: 210px;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-actions .btn {
    display: block;
    float: none;
    clear: both;
    width: 100%;
  }
}

[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .btn-discount-off {
  opacity: 0.3;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .bg-color-sky-light .update-buttons-row .blue-btn {
    line-height: 25px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .bg-color-sky-light .update-buttons-row .blue-btn {
    min-height: 54px;
    line-height: 54px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .bg-color-sky-light .update-buttons-row .col-sm-4 {
    float: none;
    clear: both;
    width: 100% !important;
  }
}
/*buttons pagina apps*/
.cont-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media only screen and (max-width:1023px) {
  .cont-buttons {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.cont-buttons a.btn-bordered {
  border: 2px solid #1097FE;
  background-color: #FFFFFF;
  color: #1097FE;
  font-weight: bold;
  min-width: 225px;
  box-shadow: 0 0 0 0 rgba(50, 50, 50, 0.66);
  transition: all 0.3s ease-in-out;
  margin: 0 5px 5px 0;
  border-radius: 50px !important;
  text-transform: uppercase;
  font-size: 15px !important;
}
.cont-buttons a.btn-bordered:visited, .cont-buttons a.btn-bordered:active, .cont-buttons a.btn-bordered:hover {
  background-color: #1097FE;
  color: #FFFFFF;
}

/**/
.wishlist-index-index .box-tocart .product-item-actions {
  position: relative;
  top: auto;
  right: auto;
}

/*--- end wishlist page buttons ---*/
/*--- start buttons checkout (vendor folder) --- */
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  border-style: solid;
  color: #FFFFFF;
  display: block;
  line-height: 35px;
  margin-bottom: 15px;
  padding: 0 20px;
  width: 100%;
  font-weight: 700;
  background: #16A803;
  font-size: 18px;
}

.cart-container .cart .continue, .cart-container .actions-toolbar .primary a.action {
  margin: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: inline-block;
  background: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  border: 0 none;
}
.cart-container .cart .continue.primary, .cart-container .actions-toolbar .primary a.action.primary {
  background: #16A803;
  padding: 0;
  border: 1px solid #16A803;
  margin: 5px 0 10px;
}
.cart-container .cart .continue.primary:hover, .cart-container .cart .continue.primary:focus .cart-container button.primary:focus, .cart-container .actions-toolbar .primary a.action.primary:hover, .cart-container .actions-toolbar .primary a.action.primary:focus .cart-container button.primary:focus {
  background: #0E7700;
  border: 1px solid #16A803;
}
.cart-container .paypal {
  float: none;
}
.cart-container .multicheckout {
  width: 100%;
  display: block;
  float: none;
  clear: both;
  color: #0A263C;
  font-size: 12px;
}

.product-view .product-essential .field.qty {
  display: none;
}
.product-view .product-social-links .towishlist {
  width: 49%;
  border-radius: 6px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 21px;
  text-align: center;
  display: inline-block;
  padding: 3px 20px 4px 20px;
  color: #16A803;
  text-decoration: none;
  border: 2px solid #16A803;
}
.product-view .product-social-links .towishlist span {
  font-size: 21px;
}

#shipping-method-buttons-container .action.primary.continue {
  background: #16A803;
  color: #FFFFFF;
}
#shipping-method-buttons-container .action.primary.continue:hover, #shipping-method-buttons-container .action.primary.continue:focus {
  background: #0E7700;
  color: #FFFFFF;
}

/*fine temporary buttons*/
/*fine file production scompattati*/
.section-item-title.nav-sections-item-title, [id="store.settings"], [id="store.links"] {
  display: none;
}

.icon-element {
  padding: 0;
}

.modal-popup.popup-authentication, .tool-setting .dropdown-switcher.toggle-content {
  display: none;
}

.content-seach {
  position: relative;
  top: auto;
  right: auto;
}
.content-seach .dropdown-switcher.toggle-content {
  display: none;
}

.header-icons-cont .icon-head:before {
  display: none;
}

.header-content .form-search button.button {
  margin-top: 0 !important;
}

.header-icons-cont .icon-head {
  background-size: 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
.header-icons-cont .icon-head.flaticon-bag {
  background-image: url("../images/header-icons/icon-cart.png");
}
.header-icons-cont .icon-head.flaticon-cogwheel {
  background-image: url("../images/header-icons/icon-user.png");
  background-size: 23px;
}
.header-icons-cont .icon-head.flaticon-cogwheel-logged {
  background-image: url("../images/header-icons/icon-user-logged.png");
  background-size: 23px;
}
.header-icons-cont .icon-head.flaticon-search {
  background-image: url("../images/header-icons/icon-lens.png");
  background-size: 23px;
}

.minicart-wrapper .block-minicart {
  background: #FFFFFF;
}

.content-cart .minicart-wrapper .showcart .counter-number {
  background-color: #0E7700;
  color: #FFFFFF;
  border-radius: 50%;
  height: 15px;
  line-height: 13px;
  padding: 0;
  position: absolute;
  right: -10px;
  text-align: center;
  bottom: auto;
  width: 15px;
  z-index: 2;
  font-size: 9px;
  font-weight: 700;
  top: 0;
  border: 1px solid #FFFFFF;
}

.minicart-wrapper .block-minicart, .dropdown-switcher.toggle-content {
  right: 0;
  color: #0A263C;
}

.settting-switcher .dropdown-switcher {
  display: block;
  position: absolute;
  right: 0;
  width: 220px;
  padding: 10px;
}
.settting-switcher .dropdown-switcher .close-search-toggle {
  top: 3px;
  right: 3px;
}

.close-search-toggle:hover, .close-search-toggle:active, .close-search-toggle:focus {
  top: 3px;
  right: 3px;
}

.header-setting .dropdown-switcher {
  border: 1px solid #d0cece;
  position: absolute;
  z-index: 200;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  min-width: 360px;
  padding: 25px;
  text-align: left;
  top: 49px;
  right: 0;
}
.header-setting .dropdown-link li a, .header-setting .dropdown-link li strong {
  color: #aaaaaa;
}
.header-setting .title-element {
  font-size: 15px;
  text-transform: uppercase;
  color: #0A263C;
  margin: 0 0 18px;
  font-weight: normal;
}
.header-setting .dropdown-link .top-link {
  clear: both;
  padding-bottom: 0;
}

.tool-header .header-setting .dropdown-switcher {
  border: 1px solid #d0cece;
  position: absolute;
  z-index: 34;
  background-color: #FFFFFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
  min-width: 360px;
  padding: 55px 65px;
  text-align: left;
  top: 100%;
  right: 0;
}

.block-search .block .block-title {
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 18px;
  border: 0;
}

.header-content .form-search input.input-text {
  border-style: solid;
  border-color: #d0cece;
  border-width: 1px;
  margin: 0;
  line-height: 55px;
  height: 45px;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 0;
}
.header-content .form-search .field.search {
  display: inline-block;
  max-width: 170px;
  vertical-align: top;
}
.header-content .form-search button.button {
  margin-top: 0;
  vertical-align: top;
}
.header-content .form-search input.input-text {
  background-color: #FFFFFF;
}
.header-content .form-search button.button {
  pointer-events: inherit;
  opacity: 1;
  border: 0 none;
  height: auto;
  line-height: 110%;
  padding: 14px 25px;
  margin: 20px 0 0;
}
.header-content .form-search button.button:hover, .header-content .form-search button.button:focus, .header-content .form-search button.button:active {
  pointer-events: inherit;
  opacity: 1;
  border: 0 none;
  height: auto;
  line-height: 110%;
  padding: 14px 25px;
  margin: 20px 0 0;
}

.seach-text {
  font-style: normal;
  font-weight: 500;
}

.header-content .form-search button.button span span .icons {
  font-style: normal;
  font-size: 16px;
  display: none;
}

.block-search .block .block-title strong {
  font-weight: normal;
  font-size: 18px;
  color: #0A263C;
}

.icon-element {
  height: 25px;
}

.cms-home .page-title-wrapper {
  display: none;
}

.catalog-product-view .product.info.detailed [id="product.info.description"], .catalog-product-view .product.info.detailed #reviews, .catalog-product-view .product.info.detailed .ex-tabs {
  display: none;
}

.product-view .product-shop .ratings, .product-view .product-shop .product-reviews-summary {
  display: none !important;
}

.account-submenu-interne {
  position: fixed;
  top: 0;
  width: 0;
  max-width: 320px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #003B79;
  background: linear-gradient(to right, #003B79 0%, #0072b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4", GradientType=1 );
  transition: width 500ms ease;
}
.account-submenu-interne.opened-submenu-interne {
  width: 100%;
}

.charts-index-index .separator-chart {
  display: none;
}

.category-view {
  background-color: inherit;
}

/* visual swatch non disponibile https://github.com/magento/magento2/issues/3139
 fix temporaneo
 */
.swatch-attribute-selected-option {
  display: none;
}

.bind-remind {
  width: 100%;
}

.related-hp .block-related .images-container .field.choice.related {
  display: none !important;
}

.tabbed ul li.menu-item-active a {
  background: #FFFFFF;
}
.tabbed ul li.menu-item-active a:before, .tabbed ul li.menu-item-active a:after {
  background-color: #FFFFFF;
  background-image: none;
}

textarea:focus, input:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .content-seach {
    margin: 0;
  }
}
@media (max-width: 640px) {
  .header-setting .dropdown-switcher {
    min-width: 300px;
  }
}
.page-layout-custom-shop .alocolumns.clearfix {
  display: none;
  visibility: hidden;
}

#lakesTable .panel-default {
  border-color: transparent;
}
#lakesTable .panel-title a {
  color: #003B79;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 0 7px 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
#lakesTable .panel-title a glyphicon {
  color: #003B79;
  position: absolute;
  right: 0;
}
#lakesTable .riga-lakes {
  padding: 5px 10px;
  font-size: 18px;
  color: #0A263C;
  font-weight: 300;
}
#lakesTable .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
  padding: 0;
}
#lakesTable .panel-body:nth-child(odd) {
  background: #E8E8E8;
}
#lakesTable .panel-default > .panel-heading {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  padding-left: 10px;
}
#lakesTable .panel-body {
  padding: 0;
}
#lakesTable .panel-heading {
  padding: 3px 0 0 0 !important;
  position: relative;
}
#lakesTable .panel-heading .glyphicon-chevron-down {
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  top: 7px;
}
#lakesTable .panel-heading .glyphicon-chevron-down:before {
  content: "\e258";
}
#lakesTable .panel-heading .glyphicon-chevron-up {
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 7px;
}
#lakesTable .panel-heading .glyphicon-chevron-up:before {
  content: "\e258";
}
#lakesTable .panel-heading h4.panel-title {
  background: #003B79;
  padding: 10px;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 20px;
}

/*pezzettino di codice aggiunto da me _silvia*/
.lakes-search input[type=submit], .lakes-search #searchLake {
  background: #1097FE;
  border: 0 none;
  padding: 10px 20px;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
}

.modal-lakes input[type=search], .modal-lakes input[type=text], .modal-lakes input[type=search]:focus, .modal-lakes input[type=text]:focus, .modal-lakes input[type=search].active, .modal-lakes input[type=text]:active {
  box-shadow: none !important;
}

#loader-lakes-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}

#emptyLakes {
  background: #CCC;
  width: 50px;
  height: 50px;
  padding: 10px 20px;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 18px;
}

@media only screen and (max-width:1023px) {
  .lakes-search {
    padding: 10px;
  }
  .lakes-search input[type=search] {
    width: 100%;
    display: block;
  }
  .lakes-search input[type=submit] {
    max-width: 100%;
    width: 100%;
    min-height: 40px;
  }
  .lakes-search input[type=search] {
    max-width: 100%;
    width: 100%;
    min-height: 40px;
  }
  .lakes-search input[type=search]:focus {
    max-width: 100%;
    width: 100%;
    min-height: 40px;
  }
}
.loader-lakes {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
}

.catalogsearch-result-index .content-heading, .catalogsearch-result-index .sub-search-for-content, .catalogsearch-result-index .related-hp {
  display: none;
}

.searchautocomplete__autocomplete {
  display: none;
}

/*NAV TABS SUBMENU*/
@media only screen and (min-width:1024px) {
  .tabmenu-interne.tabbed li.active, .tabmenu-interne.tabbed li.menu-item-active {
    z-index: 9;
    position: relative;
  }
  .tabmenu-interne.tabbed ul li + li {
    margin-left: -10px;
  }

  .tabbed ul li .tl {
    min-width: 110px;
    /*Modifica larghezza tab mobile*/
  }

  .priorityOn:not(.prioritized) > li {
    width: auto;
  }
}
#compatibilityLink {
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  #compatibilityLink {
    display: block;
  }
}

.header-content .menu-cont ul li a {
  padding: 10px 20px 10px 20px;
}

.menu-items > li:hover > a {
  background-color: #1097FE;
}

@media only screen and (min-width:1024px) {
  .menu-items > li:hover > a {
    background-color: #1097FE;
  }

  .header-content .menu-cont ul li ul li {
    height: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .checkout-cart-index .alocolumns .cart-container .cart-summary {
    position: relative !important;
    top: auto !important;
  }
}
.modals-wrapper {
  display: none;
}

._has-modal .modals-wrapper {
  display: block;
}

header .header-content {
  z-index: 200 !important;
}

/* override production rimuovere dopo prod su */
/* risoluzione problema foto dettaglio al caricamento */
@media only screen and (min-width:1024px) {
  .gallery-placeholder .loader img:first-child {
    height: 400px !important;
    max-height: 20000px !important;
    bottom: auto !important;
  }
}
@media only screen and (max-width:1023px) {
  .gallery-placeholder .loading-mask {
    padding: 0 !important;
    height: 200px !important;
  }
  .gallery-placeholder .loader img:first-child {
    max-height: 100% !important;
    height: 200px !important;
    bottom: auto !important;
  }
}
/* end risoluzione problema foto dettaglio al caricamento */
/* fix menu tab in mobile, aggiunto scroll */
.header-content .menu-cont .mobile-submenu-interne {
  max-height: 100%;
  overflow-y: auto;
}

/* classe che nasconde un elemento su desktop */
@media only screen and (min-width:1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
.sidebar.sidebar-main > .accordion-container.mean-container .mean-bar ul.accordion.nav-accordion > li.level0.first:first-child > a.level-top, .sidebar.sidebar-main > .accordion-container.mean-container .mean-bar ul.accordion.nav-accordion > li.level0.first:first-child > a.mean-expand {
  display: none !important;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

@media only screen and (min-width:1024px) {
  .level0.level-top.submenu-yes.menu-item-active {
    background-color: #1097FE;
  }
}
.new-product-tabs .product.info.detailed, .navionics-product-side .product.info.detailed {
  margin: 0 auto;
}

.product.attribute.brand {
  font-size: 18px;
  font-weight: bold;
  color: #0A263C;
  text-transform: uppercase;
}
.product.attribute.brand .type {
  display: none;
}

/*--- fix gabriele ---*/
.cms-page-view .page-main-pal .support-block-item .padd .more-info {
  float: left;
  margin-right: 25px;
}
.cms-page-view .page-main-pal .support-block-item .padd .more-info:hover, .cms-page-view .page-main-pal .support-block-item .padd .more-info:focus, .cms-page-view .page-main-pal .support-block-item .padd .more-info:active {
  float: left;
  margin-right: 25px;
}

/* fix su swatches */
.swatch-attribute .swatch-option.text {
  width: 48.9% !important;
}

.navifucsia {
  background-color: #E60668;
}

@media (min-width: 1024px) {
  #checkoutNewAddress {
    float: right;
    margin-top: -10px;
  }
}
@media (max-width: 1023px) {
  #checkoutNewAddress {
    float: none;
    margin-top: 0;
  }
}
/*MODIFCHE MARGINI*/
.cms-company-foundation .page-wrapper {
  min-height: 690px;
}

@media only screen and (min-width:1024px) {
  #checkout-step-shipping .field.addresses {
    margin-top: 64px;
  }
}
/*start link def*/
a, a:link, .btn {
  outline: none;
}

a {
  color: #1097FE;
  cursor: pointer;
  transition: color ease 0.5s;
}

a:visited {
  text-decoration: underline;
  color: #006BBC;
}

a:hover {
  text-decoration: underline;
  color: #006BBC;
}

/*end link def*/
/* start library buttons*/
a.btn {
  font-size: 18px;
  text-decoration: none;
  border-radius: 4px;
  min-width: 160px;
  width: auto;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  padding: 0 20px;
  transition: background ease 0.5s, color ease 0.5s;
}

a.btn-action1:link, a.btn-action1:visited {
  background-color: #1097FE;
  color: #FFFFFF;
}

a.btn-action1:hover, a.btn-action1:active {
  background-color: #006BBC;
}

a.btn-action2:link, a.btn-action2:visited {
  background-color: transparent;
  color: #1097FE;
  border: 2px solid #1097FE;
}

a.btn-action2:hover, a.btn-action2:active {
  background-color: #1097FE;
  color: #FFFFFF;
}

a.btn-action3:link, a.btn-action3:visited {
  background-color: #16A803;
  color: #FFFFFF;
}

a.btn-action3:hover, a.btn-action3:active {
  background-color: #0E7700;
}

a.btn-action4:link, a.btn-action4:visited {
  background-color: #FFFFFF;
  color: #16A803;
  border: 2px solid #16A803;
}

a.btn-action4:hover, a.btn-action4:active {
  background-color: #16A803;
  color: #FFFFFF;
}

a.btn-action5:link, a.btn-action5:visited {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}

a.btn-action5:hover, a.btn-action5:active {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}

a.btn-action6:link, a.btn-action6:visited {
  background-color: #E60668;
  color: #FFFFFF;
  border: 2px solid #E60668;
}

a.btn-action6:hover, a.btn-action6:active {
  background-color: #C42D4E;
  color: #FFFFFF;
  border: 2px solid #C42D4E;
}

a.btn-shadow-effect {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

a.btn-rounded {
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 20px;
  min-width: 110px;
}

.btn.btn-action2, .btn.btn-action4, .btn.btn-action5 {
  line-height: 36px;
}

a.btn-playstore, a.btn-iosstore {
  width: 137px;
  height: 40px;
  max-width: 100%;
  font-size: 0;
  margin: 0 2px;
}
@media only screen and (max-width:1023px) {
  a.btn-playstore, a.btn-iosstore {
    text-align: center;
    margin: 0 auto 5px;
  }
}

a.btn-playstore {
  background: url("../images/play-store_4_4.png") no-repeat;
  background-size: contain;
}

a.btn-iosstore {
  background: url("../images/app-store_8_1.png") no-repeat;
  background-size: contain;
}

.btn-fullwidth {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*button spinner*/
.button-container {
  height: 40px;
  position: relative;
}
.button-container .loader_overlay {
  background: url(../images/assets/sonar_spinner.gif) transparent;
  text-align: center;
  height: 45px;
  width: 100%;
  right: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px;
  position: absolute;
  /*top: -2px;*/
  bottom: 0;
  min-height: 0;
}

.form-edit-account .button-container .loader_overlay {
  top: 4px;
}
@media only screen and (max-width:1023px) {
  .form-edit-account .button-container .loader_overlay {
    top: -4px;
  }
}

.customer-account-edit .button-container .loader_overlay {
  background: url(../images/assets/sonar_spinner.gif) rgba(255, 255, 255, 0.8784313725);
}

/**/
/*end library buttons*/
/* ====================================================================================================== */
/* start buttons magento ================================================================================ */
/*start wishlist page buttons --------------------------------------------*/
.modal-footer button.action-save-address, .modal-footer button.action-hide-popup {
  background-color: #1097FE;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
}
.modal-footer button.action-save-address:hover, .modal-footer button.action-hide-popup:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}
.modal-footer button.action-save-address {
  margin: 20px;
}
@media only screen and (max-width:1023px) {
  .modal-footer button.action-save-address {
    margin: 0 0 10px;
    width: 100%;
  }
}
.modal-footer button.action-hide-popup {
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .modal-footer button.action-hide-popup {
    width: 100%;
  }
}

.actions-toolbar .primary {
  display: inline;
}
.actions-toolbar .primary button#braintree_paypal_continue_to {
  float: right;
  background-color: #1097FE;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
}
.actions-toolbar .primary button#braintree_paypal_continue_to:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .actions-toolbar .primary button#braintree_paypal_continue_to {
    margin: 0 auto 20px;
    width: 100%;
    display: block;
  }
}
.actions-toolbar .secondary {
  float: left;
}
@media only screen and (max-width:1023px) {
  .actions-toolbar .secondary {
    float: none;
  }
}
.actions-toolbar .secondary .action.back {
  float: left;
  border: 2px solid #1097FE;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  color: #1097FE;
  transition: background ease 0.5s, color ease 0.5s;
  background-color: #FFFFFF;
}
.actions-toolbar .secondary .action.back:hover {
  background-color: #1097FE;
  color: #FFFFFF;
  border: 2px solid #1097FE;
}
@media only screen and (max-width:1023px) {
  .actions-toolbar .secondary .action.back {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
.actions-toolbar .primary .action.save, .actions-toolbar .primary a.btn {
  border: none;
  background-color: #1097FE;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  color: #FFFFFF;
}
.actions-toolbar .primary .action.save:hover, .actions-toolbar .primary a.btn:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .actions-toolbar .primary .action.save, .actions-toolbar .primary a.btn {
    margin: 0 10px;
  }
}
.actions-toolbar .primary a.btn {
  float: left;
  margin: 0 20px;
}

.braintree-paypal-actions .primary button {
  border: none;
  background-color: #1097FE;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  color: #FFFFFF;
  float: right;
}
.braintree-paypal-actions .primary button:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}

.checkout-success .actions-toolbar .primary a.continue {
  float: left;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  background-color: #1097FE;
  color: #FFFFFF;
}
.checkout-success .actions-toolbar .primary a.continue:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}

.checkout-onepage-success .main #registration {
  font-size: 17px;
}
.checkout-onepage-success .main #registration form input.action {
  float: left;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  background-color: #1097FE;
  color: #FFFFFF;
}
.checkout-onepage-success .main #registration form input.action:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}

.checkout-container .opc-wrapper button.action-show-popup, .checkout-container .opc-wrapper button.action-select-shipping-item, .checkout-container .opc-wrapper .payment-method-content button.checkout, .checkout-container .opc-wrapper .payment-method-content .actions-toolbar button.checkout {
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  background-color: #1097FE;
  color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-wrapper button.action-show-popup, .checkout-container .opc-wrapper button.action-select-shipping-item, .checkout-container .opc-wrapper .payment-method-content button.checkout, .checkout-container .opc-wrapper .payment-method-content .actions-toolbar button.checkout {
    width: 100%;
    margin: 20px auto;
  }
}
.checkout-container .opc-wrapper button.action-show-popup:hover, .checkout-container .opc-wrapper button.action-select-shipping-item:hover, .checkout-container .opc-wrapper .payment-method-content button.checkout:hover, .checkout-container .opc-wrapper .payment-method-content .actions-toolbar button.checkout:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}
.checkout-container .opc-wrapper button.action-show-popup, .checkout-container .opc-wrapper button.action-select-shipping-item, .checkout-container .opc-wrapper .payment-method-content button.checkout {
  float: left;
}
.checkout-container .opc-wrapper .payment-method-content .actions-toolbar button.checkout {
  float: right;
}
.checkout-container .opc-wrapper .discount-code .payment-option-content .actions-toolbar .primary button.action-apply {
  background-color: transparent;
  color: #1097FE;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 35px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  border: 2px solid #1097FE;
}
.checkout-container .opc-wrapper .discount-code .payment-option-content .actions-toolbar .primary button.action-apply:hover {
  background-color: #1097FE;
  color: #FFFFFF;
}

.actions-toolbar button.add, .actions-toolbar .primary button.update, .actions-toolbar .primary button.share, .actions-toolbar .primary button.tocart, .block-wishlist .block-content .product-item-info .actions-primary button.tocart {
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  background-color: #1097FE;
  color: #FFFFFF;
}
.actions-toolbar button.add:hover, .actions-toolbar .primary button.update:hover, .actions-toolbar .primary button.share:hover, .actions-toolbar .primary button.tocart:hover, .block-wishlist .block-content .product-item-info .actions-primary button.tocart:hover {
  background-color: #006BBC;
  color: #FFFFFF;
}

@media only screen and (max-width:1023px) {
  .actions-toolbar .primary button.update, .actions-toolbar .primary button.share, .actions-toolbar .primary button.tocart, .actions-toolbar .secondary action.back {
    display: block;
    margin: 10px auto;
    width: 100%;
  }
}

/*buttons verde pieno*/
/*shopping cart*/
/*------proceed to checkout----*/
.cart-container button.checkout, .cart-container a.checkout, .checkout-container .actions-toolbar button.continue, .wishlist .product-item .box-tocart .actions-primary button.tocart, .product-view .action.primary {
  background-color: #16A803;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
}
.cart-container button.checkout:hover, .cart-container a.checkout:hover, .checkout-container .actions-toolbar button.continue:hover, .wishlist .product-item .box-tocart .actions-primary button.tocart:hover, .product-view .action.primary:hover {
  background-color: #0E7700;
  color: #FFFFFF;
}

/*buttons verde bordato*/
.top-chart-section .chart-product-actions .chart-finddelear-btn, .top-chart-section .chart-product-actions .chart-rememberme-btn, .top-chart-section .chart-product-actions .btn-action4 {
  border: 2px solid #16A803;
  text-align: center;
  display: inline-block;
  color: #16A803;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
  font-weight: bold;
  line-height: 36px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: background ease 0.5s, color ease 0.5s;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
}
.top-chart-section .chart-product-actions .chart-finddelear-btn:hover, .top-chart-section .chart-product-actions .chart-rememberme-btn:hover, .top-chart-section .chart-product-actions .btn-action4:hover {
  background-color: #16A803;
  color: #FFFFFF;
  border: 2px solid #16A803;
  text-decoration: none;
}
.top-chart-section .chart-product-actions .chart-finddelear-btn {
  margin-right: 2%;
}

.product-essential .product-info-main .product-add-form .product-social-links .add-to-links .chart-finddelear-btn, .product-essential .product-info-main .product-add-form .product-social-links .add-to-links .towishlist {
  border: 2px solid #16A803;
  text-align: center;
  display: inline-block;
  color: #16A803;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 0 30px;
  min-width: 110px;
  text-decoration: none;
  width: auto;
  font-weight: bold;
  line-height: 36px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  transition: background ease 0.5s, color ease 0.5s;
  margin: 10px 0;
  background-color: #FFFFFF;
  width: 100%;
}
.product-essential .product-info-main .product-add-form .product-social-links .add-to-links .chart-finddelear-btn:hover, .product-essential .product-info-main .product-add-form .product-social-links .add-to-links .towishlist:hover {
  background-color: #16A803;
  color: #FFFFFF;
  border: 2px solid #16A803;
  text-decoration: none;
}

.btn-remove-reminder {
  border: 0 none;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 2px 20px;
  width: 100%;
  color: #1097FE;
}

.discover-button {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  background-color: #1097FE;
  border-radius: 6px;
  text-decoration: none;
  line-height: 45px;
  text-align: center;
  margin: 0 auto;
}

/* inizio stili resi */
.order-details-items {
  border-bottom: 0 none;
}
@media (min-width: 767px) and (max-width: 1350px) {
  .order-details-items {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.order-details-items .order-user-name {
  color: #1097FE;
}

.order-user-name {
  color: #1097FE;
}

.navionics-orders-returns {
  color: #0A263C;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 767px) and (max-width: 1350px) {
  .navionics-orders-returns {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.navionics-orders-returns .custom-qty .alo_qty {
  background-color: #f2f2f2;
  width: 20px;
  float: left;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #888;
  text-align: center;
  outline: medium none;
  padding: 0;
  border-radius: 0;
}
.navionics-orders-returns input.qty {
  border: 1px solid #ededed;
  color: #0A263C;
  text-align: center;
  width: 50px !important;
  float: left;
  height: 46px;
  background-color: transparent;
  font-size: 16px;
  border-radius: 0;
  margin: 0;
}
.navionics-orders-returns > h2 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns > h2 {
    padding-right: 70px;
    font-size: 22px;
  }
}
.navionics-orders-returns .navionics-item-returned h2 {
  padding-top: 0;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 21px;
}
.navionics-orders-returns .order-informations {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 35px;
  color: #0A263C;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .order-informations {
    padding-top: 10px;
    font-size: 15px;
  }
}
.navionics-orders-returns .order-informations .oi-total {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 35px;
  color: #0A263C;
}
.navionics-orders-returns .order-informations .oi-consumer {
  display: inline-block;
  position: relative;
  color: #0A263C;
  vertical-align: bottom;
}
.navionics-orders-returns .order-informations .oi-consumer a {
  color: #1097FE;
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
}
.navionics-orders-returns .order-informations a {
  display: inline-block;
  vertical-align: bottom;
  float: right;
  color: #1097FE;
  font-weight: 600;
  text-decoration: none;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .order-informations > a {
    position: absolute;
    top: -27px;
    right: 5px;
    font-size: 18px;
  }
}
.navionics-orders-returns .navionics-orders h2 {
  font-weight: 600;
  margin-bottom: 0;
}
.navionics-orders-returns .navionics-orders h2 a {
  color: #1097FE;
  text-decoration: none;
}
.navionics-orders-returns .navionics-orders-list-returns {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns {
    padding-top: 10px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns {
  margin-bottom: 30px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns {
    margin-bottom: 15px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .check-cont {
  float: left;
  width: 50px;
  min-height: 95px;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .check-cont {
    width: 20px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .check-cont input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: -5px;
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-photo {
  float: left;
  max-width: 120px;
  margin-right: 15px;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-photo {
    margin-right: 0;
  }
}
@media (max-width: 330px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-photo {
    max-width: 100px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 0;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns h3 {
    font-size: 18px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns h3 a {
  color: #0A263C;
  text-decoration: none;
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns p {
  font-size: 21px;
  margin-bottom: 7px;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns p {
    font-size: 14px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .support-ni-list {
  font-size: 14px;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .support-ni-list {
    font-size: 12px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side {
  text-align: right;
  font-size: 19px;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side {
    padding-left: 135px;
    font-size: 16px;
    float: none;
    clear: both;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: auto !important;
  }
}
@media (max-width: 330px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side {
    padding-left: 115px !important;
  }
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side.expanded-editable {
    padding-left: 40px !important;
    margin-bottom: 10px;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side .label-spaced {
  display: inline-block;
  margin-right: 20px;
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side a {
  text-decoration: underline;
  color: #1097FE;
}
@media only screen and (max-width:1023px) {
  .navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side a {
    display: none;
  }
}
.navionics-orders-returns .navionics-orders-list-returns .navionics-orders-item-returns .return-side .retured-qty {
  margin-top: 0;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 0;
}
.navionics-orders-returns .navionics-orders-list-returns.order-selected .check-cont {
  min-height: 150px;
  position: relative;
}
.navionics-orders-returns .navionics-orders-list-returns.order-selected .check-cont input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.returns-confirmation-button {
  padding-top: 20px;
}

.navionics-static-returned-order {
  padding: 20px 50px 0 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width:1023px) {
  .navionics-static-returned-order {
    padding: 20px 0 0;
  }
}
.navionics-static-returned-order > .row {
  margin-bottom: 30px;
}
.navionics-static-returned-order .alert {
  margin-bottom: 45px;
  color: #0A263C;
  box-shadow: -1px 3px 2px 0px rgb(143, 141, 143);
  background: #e4f6dc;
}
.navionics-static-returned-order h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #0A263C;
  margin-bottom: 25px;
}
@media only screen and (max-width:1023px) {
  .navionics-static-returned-order h2 {
    margin-top: 0;
    font-size: 23px;
    margin-bottom: 0;
  }
}

.trio-package-block {
  text-align: center;
  padding-bottom: 60px;
}
@media only screen and (max-width:1023px) {
  .trio-package-block {
    padding-bottom: 0;
  }
}
.trio-package-block .padd {
  max-width: 220px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.text-returned-packaging {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 60px auto;
  text-align: center;
  font-size: 21px;
}
.text-returned-packaging a {
  color: #1097FE;
}

@media only screen and (max-width:1023px) {
  .return-data {
    width: 100%;
  }
}

@media (max-width: 3390px) {
  #new-rma-form .return-side {
    padding-left: 135px !important;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width:1023px) {
  #new-rma-form .return-side {
    padding-left: 155px !important;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (max-width: 3390px) {
  #new-rma-form .return-side.expanded-editable {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width:1023px) {
  #new-rma-form .return-side.expanded-editable {
    padding-left: 40px !important;
  }
}
#new-rma-form .return-side .label-spaced {
  display: inline-block;
  margin-right: 20px;
}

.sales-order-newrma .validation-advice {
  padding-left: 0;
}
.sales-order-newrma .check-cont .validation-advice {
  margin-top: 85px;
}

/* nuova pagina tutorial */
.page-layout-custom-support-tutorial > .page-wrapper > .page-main-pal {
  position: relative;
}
@media only screen and (min-width:1024px) {
  .page-layout-custom-support-tutorial > .page-wrapper > .page-main-pal .page-title-wrapper h1.page-title {
    margin-left: -15px;
  }
}
.page-layout-custom-support-tutorial .view-content > .views-row:first-child {
  padding-top: 170px !important;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .view-content > .views-row:first-child {
    padding-top: 0 !important;
  }
}
.page-layout-custom-support-tutorial .view-content > .views-row:first-child > .views-field {
  position: static;
}
.page-layout-custom-support-tutorial .view-content > .views-row:first-child > .views-field h2:first-of-type {
  font-size: 30px;
  margin-bottom: 30px;
  color: #0A263C;
}
@media only screen and (min-width:1024px) {
  .page-layout-custom-support-tutorial .view-content > .views-row:first-child > .views-field h2:first-of-type {
    position: absolute;
    top: 80px;
    left: 0;
  }
}
.page-layout-custom-support-tutorial .view-content > .views-row:first-child > .views-field p:first-of-type {
  color: #0A263C;
}
@media only screen and (min-width:1024px) {
  .page-layout-custom-support-tutorial .view-content > .views-row:first-child > .views-field p:first-of-type {
    position: absolute;
    width: 90%;
    top: 130px;
    padding: 0 40px 0 0;
    margin-bottom: 50px;
    display: block;
    left: 0;
  }
}
.page-layout-custom-support-tutorial .main > .description2:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  float: none;
}
.page-layout-custom-support-tutorial .main > .description2 div[id^=descr2-] b {
  display: block;
}
.page-layout-custom-support-tutorial .main > .description2 > div:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  float: none;
}
.page-layout-custom-support-tutorial .main > .description2 > div .video {
  float: right;
  width: 30%;
  text-align: right;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main > .description2 > div .video {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main > .description2 > div .video iframe {
    width: 100%;
  }
}
.page-layout-custom-support-tutorial .main > .description2 > div ul {
  width: 40%;
  float: left;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main > .description2 > div ul {
    width: 100%;
    float: none;
  }
}
@mediaonly screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main .description2 {
    display: block;
  }
}
.page-layout-custom-support-tutorial .main .description2 > div ul {
  width: 60%;
}
@mediaonly screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main .description2 > div ul {
    width: 100%;
  }
}
.page-layout-custom-support-tutorial .main .description2 > .video:first-child {
  float: right;
  width: 30%;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main .description2 > .video:first-child {
    width: 100%;
    padding: 0;
  }
}
.page-layout-custom-support-tutorial .main .description2 > .video:first-child iframe {
  margin-bottom: 20px;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .main .description2 > .video:first-child iframe {
    width: 100%;
    padding: 0;
    min-height: 360px;
    height: 100%;
  }
}
@media (max-width: 1400px) {
  .page-layout-custom-support-tutorial .page-main-pal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal > .alocolumns .main a {
    text-align: center;
    padding-top: 10px;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-header .description2 > div:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  float: none;
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-header .description2 > div .video {
  float: right;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-header .description2 > div .video {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-header .description2 > div .video iframe {
    width: 100%;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-header .description2 > div ul {
  width: 40%;
  float: left;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-header .description2 > div ul {
    width: 100%;
    float: none;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row.views-row-odd, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row.views-row-even {
  padding: 50px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #d8d8d8;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row {
    display: block;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row .views-field {
  width: 50%;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row .views-field {
    width: 100%;
    height: auto !important;
    margin-bottom: 40px;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row .views-field .field-content img {
  margin: 0;
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  float: none;
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row-odd .views-field {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width:1024px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row-odd .views-field {
    padding-left: 7%;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row-even .views-field {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width:1024px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .views-row-even .views-field {
    padding-left: 7%;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  float: none;
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_image, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .field-content img {
  width: 20%;
  float: left;
  margin-top: -30px;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_image, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .field-content img {
    margin: 0 auto;
    width: 100%;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_image img, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .field-content img img {
  width: 100%;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_image img, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .field-content img img {
    width: auto;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_model, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_info, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_model_tutorials {
  float: right;
  text-align: left;
  padding-left: 60px;
  width: 80%;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_model, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_info, .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_model_tutorials {
    width: 100%;
    padding-left: 0;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content .plotter_model_group .plotter_model_tutorials {
  margin: 0 !important;
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content > p {
  padding: 0 90px 70px 0;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content > p {
    padding: 0;
  }
}
.page-layout-custom-support-tutorial .page-main-pal .alocolumns .view-content > h2 {
  font-size: 30px;
  margin-bottom: 20px;
  margin-top: -20px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-support-tutorial .description2 .video iframe#vplayer {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .page-layout-custom-support .page-main-pal .support-block-item .padd .list-links {
    column-count: 1;
  }
}

/*padding generico pagina boating*/
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header {
  border: 0;
  background-color: #FFFFFF;
  margin-bottom: 60px !important;
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab {
  margin-bottom: 0;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 250px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab {
    padding-right: 0;
    display: block;
    text-align: center;
    padding-bottom: 80px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab img {
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab img {
    display: block;
  }
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .block-icontitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .block-icontitle {
    display: block;
  }
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .block-icontitle .info-ab {
  padding-top: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .block-icontitle .info-ab {
    text-align: center;
    margin: 0 auto;
  }
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .block-icontitle .info-ab h5 {
  margin-bottom: 20px;
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .block-icontitle .info-ab p {
  font-weight: 400;
  text-shadow: none;
  color: #0A263C;
  font-size: 18px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .app-icons a {
    text-align: center;
    margin: 20px auto;
    display: block;
  }
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .app-icons a img {
  margin-right: 30px;
  max-width: 165px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .heading-ab .app-icons a img {
    margin: 0 auto;
    text-align: center;
    display: none;
  }
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .footer-ab a.btn-more-info {
  color: #1097FE;
  font-weight: 400;
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header .app-block .footer-ab a.btn-more-info.btn-compatibility {
  float: none;
}
.cms-page-view .page-main-pal > .alocolumns .page-apps-container.boating-app-header a.image-ab {
  margin-left: -15px;
  margin-right: -15px;
}

#sticky-header {
  position: fixed;
  background: #FFFFFF;
  z-index: 999;
  width: 100%;
  padding: 10px 0 10px;
  color: #0A263C;
  vertical-align: middle;
  box-shadow: 0 0 20px 5px rgba(50, 50, 50, 0.39);
  top: -140px;
  transition: all 0.4s ease-in-out;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width:1023px) {
  #sticky-header {
    text-align: center;
    padding: 2px;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
#sticky-header .sticky-title {
  float: left;
  vertical-align: middle;
  margin-left: 20px;
}
@media only screen and (max-width:1023px) {
  #sticky-header .sticky-title {
    float: none;
    display: none;
  }
}
#sticky-header .sticky-title .sticky-texts {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
}
@media only screen and (max-width:1023px) {
  #sticky-header .sticky-title .sticky-texts {
    text-align: left;
  }
}
#sticky-header .sticky-title .sticky-texts h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
}
@media only screen and (max-width:1023px) {
  #sticky-header .sticky-title .sticky-texts h5 {
    font-size: 20px;
  }
}
#sticky-header .sticky-title .sticky-texts p {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width:1023px) {
  #sticky-header .sticky-title .sticky-texts p {
    font-size: 14px;
  }
}
#sticky-header .sticky-logo {
  max-width: 60px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#sticky-header.visible {
  top: 0 !important;
}
#sticky-header .app-icons {
  margin-right: 20px;
  float: right;
  height: 100%;
  padding-top: 15px;
}
@media only screen and (max-width:1023px) {
  #sticky-header .app-icons {
    padding-top: 10px;
    padding-bottom: 8px;
    margin-right: inherit;
    float: none;
  }
}
#sticky-header .app-icons a {
  max-width: 135px;
  width: 100%;
  display: inline-block;
}
@media only screen and (min-width:1024px) {
  #sticky-header .app-icons-sticky {
    float: right;
  }
}
@media only screen and (max-width:1023px) {
  #sticky-header .app-icons-sticky {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: inherit;
    float: none;
  }
}
#sticky-header .app-icons-sticky img {
  max-width: 137px !important;
  display: inline-block !important;
  margin: 0 10px !important;
}
@media only screen and (max-width:1023px) {
  #sticky-header .app-icons-sticky img {
    float: none !important;
    margin: 0 auto !important;
  }
}

.page-apps-container {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 40px;
}
.page-apps-container .app-block {
  padding-bottom: 0 !important;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab {
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab .info-ab {
    max-width: 111110px !important;
    padding-top: 8px;
    padding-left: 0 !important;
  }
}
.page-apps-container .app-block .heading-ab .info-ab p {
  font-size: 24px;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  color: #0A263C;
}
.page-apps-container .app-block .heading-ab .info-ab h5 {
  font-size: 42px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .heading-ab .info-ab h5 {
    font-size: 34px !important;
  }
}
.page-apps-container .app-block .footer-ab .btn-more-info {
  color: #1097FE !important;
  font-weight: 400 !important;
}
@media only screen and (max-width:1023px) {
  .page-apps-container .app-block .image-ab {
    margin-top: 85px !important;
  }
}

@media only screen and (max-width:1023px) {
  .top-sticky-header img {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-layout-custom-apps .app-icons-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-apps .app-icons-mobile {
    float: none;
    text-align: center;
    margin-bottom: 15px;
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .page-layout-custom-apps .app-icons-mobile a {
    margin-right: 0;
    max-width: 135px;
    width: 100%;
    display: inline-block;
  }
}

.slider-homepage {
  position: relative;
}
.slider-homepage .slick-slide {
  background-size: cover;
  background-position: center;
}
.slider-homepage .slick-dots {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  background: #FFFFFF;
}
.slider-homepage .slick-dots li {
  display: inline-block;
}
.slider-homepage .slick-dots li button {
  background: #0A263C;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 0 3px;
  padding: 0;
  border: none;
}
.slider-homepage .slick-dots li.slick-active button {
  background: #1097FE;
}
.slider-homepage .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  opacity: 0;
  z-index: 9;
  height: 100%;
  border: 0 none;
  transition: all 1s ease;
}
@media only screen and (max-width:1023px) {
  .slider-homepage .slick-arrow {
    display: none !important;
  }
}
.slider-homepage .slick-arrow:hover {
  border: 0 none;
}
.slider-homepage .slick-arrow.slick-prev {
  left: 0;
  background: rgba(19, 19, 19, 0.56);
  background: linear-gradient(to right, rgba(19, 19, 19, 0.56) 0%, rgba(76, 76, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#131313", endColorstr="#4c4c4c", GradientType=1 );
  font-size: 0;
}
@media only screen and (max-width:1023px) {
  .slider-homepage .slick-arrow.slick-prev {
    display: none;
  }
}
.slider-homepage .slick-arrow.slick-prev:before {
  background: url("../images/slider/ic-arrow-left.png") no-repeat center;
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
}
.slider-homepage .slick-arrow.slick-next {
  right: 0;
  font-size: 0;
  background: rgba(76, 76, 76, 0);
  background: linear-gradient(to right, rgba(76, 76, 76, 0) 0%, rgba(19, 19, 19, 0.56) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4c4c4c", endColorstr="#131313", GradientType=1 );
}
@media only screen and (max-width:1023px) {
  .slider-homepage .slick-arrow.slick-next {
    display: none;
  }
}
.slider-homepage .slick-arrow.slick-next:before {
  background: url("../images/slider/ic-arrow-right.png") no-repeat center;
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 60px;
  left: 0;
}
.slider-homepage:hover .slick-arrow {
  opacity: 1;
}

.checkout-cart-index .cart-container .checkout-methods-items .action.primary {
  display: block;
  text-align: center;
  margin: 5px auto;
}
@media only screen and (max-width:1023px) {
  .checkout-cart-index .cart-container .checkout-methods-items .action.primary {
    width: 100%;
  }
}
.checkout-cart-index .cart-container button.action.primary.checkout {
  border-radius: 50px;
}
@media only screen and (max-width:1023px) {
  .checkout-cart-index .page-wrapper {
    min-height: 720px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-cart-index .footer-container {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-cart-index .cart-container .cart.main {
    text-align: center;
  }
  .checkout-cart-index .cart-container .continue, .checkout-cart-index .cart-container .clear, .checkout-cart-index .cart-container .update {
    padding: 0 15px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    display: inline-block;
    background: #1097FE !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .checkout-cart-index .cart-summary {
    margin-bottom: 0;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    width: 100%;
    z-index: 9999;
    position: fixed !important;
    height: 135px;
    top: auto !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0 -3px 10px;
    transition: height 200ms ease-in-out;
    border-top: 1px solid #cdcdcd;
  }
  .checkout-cart-index .cart-summary strong.summary.title {
    margin-bottom: -32px;
    text-align: center;
    display: none;
  }
  .checkout-cart-index .cart-summary .checkout {
    width: auto;
    padding: 0;
    border: 0 none;
    position: absolute;
    z-index: 9999;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: 0 15px 8px 15px;
  }
  .checkout-cart-index .cart-summary .cart-totals {
    border-top: 0 none;
    padding-top: 5px;
  }
  .checkout-cart-index .cart-summary .cart-totals .table-wrapper {
    margin-bottom: 0;
    overflow: inherit;
  }
  .checkout-cart-index .cart-summary .cart-totals .table-wrapper .table {
    margin-bottom: 0;
    width: 100%;
  }
  .checkout-cart-index .cart-summary .cart-totals .table-wrapper .table tr.totals {
    text-align: center;
    display: block;
    margin: 1px;
  }
  .checkout-cart-index .cart-summary .cart-totals .table-wrapper .table th.mark {
    font-weight: 400;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
  }
  .checkout-cart-index .cart-summary .cart-totals .table-wrapper .table td.amount {
    padding: 3px 15px;
    white-space: nowrap;
    color: #0A263C;
    text-align: center;
    display: inline-block;
  }
}

.tabcontent-chart .chart-size-no-selector span.size-name {
  font-weight: bold;
  margin: 8px;
  font-size: 15px;
}
.tabcontent-chart .chart-size-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tabcontent-chart .chart-size-selector:first-child {
  margin-right: 8px;
}
.tabcontent-chart .chart-size-selector.three-formats .size-button-selector {
  -ms-flex-direction: column;
      flex-direction: column;
  margin-right: 8px;
  height: auto;
}
.tabcontent-chart .chart-size-selector.three-formats .size-button-selector .size-name {
  position: relative;
}
.tabcontent-chart .chart-size-selector.three-formats .size-button-selector .size-name .selected:before {
  top: 72px;
  position: absolute;
  left: 70px;
  display: inline-block;
}
.tabcontent-chart .chart-size-selector.three-formats .size-button-selector:last-child {
  margin-right: 0;
}
.tabcontent-chart .chart-size-selector .size-button-selector {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #979797;
  width: 49%;
  border-radius: 6px;
  text-decoration: none;
  color: #0A263C;
  box-shadow: none;
  font-size: 16px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 50px;
  padding: 8px;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector .size-button-selector {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.tabcontent-chart .chart-size-selector .size-button-selector .size-name {
  position: relative;
}
.tabcontent-chart .chart-size-selector .size-button-selector .size-name:before {
  background: transparent;
  height: 16px;
  width: 16px;
  display: inline-block;
  content: "";
  border-radius: 50px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 2px #e0e0e0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -22px;
  top: 3px;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector .size-button-selector .size-name:before {
    display: none;
  }
}
.tabcontent-chart .chart-size-selector .size-button-selector .size-price s {
  font-size: 13px;
}
.tabcontent-chart .chart-size-selector .size-button-selector .size-name {
  margin-left: 8px;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector .size-button-selector .size-name {
    margin: 0 10px 0;
  }
}
.tabcontent-chart .chart-size-selector .size-button-selector .div-cont-price-discount {
  width: 50%;
  text-align: center;
  color: #E60668;
  margin-right: -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  display: none;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector .size-button-selector .div-cont-price-discount {
    margin-right: 0;
  }
}
.tabcontent-chart .chart-size-selector .size-button-selector.selected {
  border: 2px solid #0f97fe;
  box-shadow: none;
  font-weight: bold;
}
.tabcontent-chart .chart-size-selector .size-button-selector.selected .size-name {
  position: relative;
}
.tabcontent-chart .chart-size-selector .size-button-selector.selected .size-name:before {
  background: #0f97fe;
  height: 16px;
  width: 16px;
  display: inline-block;
  content: "";
  border-radius: 50px !important;
  border: 2px solid #fff;
  box-shadow: 0 0 0px 2px #e0e0e0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: -22px;
  top: 3px;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector .size-button-selector.selected .size-name:before {
    display: none;
  }
}
.tabcontent-chart .chart-size-selector .size-button-selector.selected .size-name, .tabcontent-chart .chart-size-selector .size-button-selector.selected .size-price {
  float: none;
  text-decoration: none;
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector .size-button-selector.selected .size-name, .tabcontent-chart .chart-size-selector .size-button-selector.selected .size-price {
    float: left;
  }
}
@media only screen and (max-width:1023px) {
  .tabcontent-chart .chart-size-selector.easywayIsActive .size-button-selector {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.tabcontent-chart .chart-size-selector.easywayIsActive .size-button-selector.selected {
  background-image: none;
  border: 2px solid #E60668;
}

/* inizio css modale */
/* INIZIO MODAL-DISCOUNT */
.modals-overlay {
  background-color: rgba(0, 0, 0, 0.58);
}

@media only screen and (max-width:1023px) {
  .checkout-cart-index .cart-summary {
    z-index: 1;
  }
}
@media only screen and (min-width:1024px) {
  .checkout-cart-index .modal-popup .modal-inner-wrap {
    width: 800px;
    left: 0;
    margin: 0 auto !important;
    top: 20px;
    right: 0;
    border-radius: 15px;
  }
}

.popup-choose {
  padding: 20px;
}

::-webkit-scrollbar {
  display: none !important;
}

[class*=page-layout].checkout-cart-index .modal-popup .modal-inner-wrap.modal-discount {
  width: 470px;
  max-width: 470px;
}
[class*=page-layout].checkout-cart-index .modal-popup .modal-inner-wrap.modal-discount .modal-dialog {
  width: auto;
  max-width: 100%;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount {
  width: 470px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content {
  border-radius: 13px;
  position: relative;
  overflow-y: scroll !important;
  padding: 0;
  height: 600px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-header-discount {
  display: block !important;
  padding: 5px 10px !important;
  border-bottom: 0 none !important;
  z-index: 4;
  position: relative;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-header-discount .close {
  margin-top: 0;
  z-index: 5;
  opacity: 1;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body {
  padding: 20px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .head-modal-discount {
  position: sticky;
  background: #FFFFFF;
  padding: 40px 0 20px 40px;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body h2 {
  font-size: 27px;
  font-weight: bold;
  max-width: 310px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body h3 {
  text-transform: uppercase;
  border-bottom: 2px solid #d0cece;
  max-width: 90%;
  padding: 10px 0;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .more-info {
  color: #E60668 !important;
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px !important;
  text-align: center;
  position: relative;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .more-info:after {
  background: url("../../../../../frontend/Magento/blank/de_DE/Navionics_Subscriptions/images/assets/arrow-link.jpg") no-repeat center;
  content: "";
  position: absolute;
  width: 20px;
  height: 37px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .title-section-underline {
  position: relative;
  margin: 10px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .title-section-underline h3 {
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 3px solid #d0cece;
  padding: 30px 0 10px;
  margin: 0;
  color: #4c4c4c;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block {
  margin: 20px 0;
  border-radius: 14px;
  padding: 11px;
  box-shadow: 0 3px 11px #c1c1c1, 0 0px 9px #737373;
  border: 4px solid transparent;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block:hover, [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block.active, [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block.border-block-select {
  box-shadow: 0;
  border: 4px solid #E60668 !important;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .sp-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row;
  flex-direction: row;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .sp-item figure {
  margin: 0 15px 0 0;
  width: 130px;
  overflow: hidden;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .sp-item figure img {
  height: 80px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .ps-infos .ps-description {
  color: #000;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .ps-infos .ps-support {
  font-size: 16px;
  color: #000;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .ps-infos h2 {
  font-size: 20px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount {
  margin-top: 0;
  text-align: center;
  border-top: 0 none;
  position: sticky;
  bottom: 0;
  background: #FFFFFF;
  left: 0;
  right: 0;
  box-shadow: 0 -2px 10px #ccc;
  z-index: 9999;
  min-height: 75px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .loader_overlay {
  min-height: 75px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .cont-spinner {
  height: 85px;
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount .hidden {
  min-height: 0px !important;
  /*need to override in order to use correctly min-height*/
}
[class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-footer-discount #errorSelection {
  display: block;
  padding-top: 8px;
  font-size: 16px;
}

@media (max-width: 500px) {
  [class*=page-layout].checkout-cart-index .modal-popup .modal-inner-wrap.modal-discount {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .head-modal-discount {
    padding: 40px 0 30px 20px;
  }
}
@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .sp-item figure {
    margin: 0 3px 0 0;
  }
}
@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .ps-infos .ps-description {
    line-height: 108%;
  }
}
@media (max-width: 767px) {
  [class*=page-layout].checkout-cart-index .modal-inner-wrap.modal-discount .modal-content .modal-body .section-blocks .little-block .ps-infos h2 {
    font-size: 18px;
  }
}
/* FINE MODAL-DISCOUNT */
/*MODALE - LOGIN/ALREADY USED DISCOUNT*/
.modal-popup .modal-inner-wrap {
  max-height: 90%;
  max-width: 780px;
  overflow-x: hidden;
  border-radius: 10px;
  min-height: auto !important;
  margin: 0 auto !important;
  width: 100% !important;
  top: 70px;
  /*STILE GENERICO TUTTI I POPUP*/
}
.modal-popup .modal-inner-wrap #modal-block {
  min-height: 420px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.modal-popup .modal-inner-wrap .ew-popup {
  padding: 0;
  width: 100%;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog {
  width: 600px !important;
  padding: 0 !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible {
  width: 100% !important;
  padding: 0;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-header-discount, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-header-discount {
  top: 20px;
  right: 0;
  z-index: 10;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-header-discount button.x-close, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-header-discount button.x-close {
  background: none;
  border: none;
  position: absolute;
  right: -52px;
  top: -6px;
  width: 43px;
  height: 50px;
  margin: 0;
  padding: 0;
  min-width: 160px;
}
@media only screen and (max-width:1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-header-discount button.x-close, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-header-discount button.x-close {
    right: -62px;
    top: -7px;
    z-index: 9999;
  }
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd {
  min-height: 236px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd h2 {
  color: #E60668;
  margin-bottom: 30px;
  font-size: 24px !important;
  padding: 70px 0 0;
  font-weight: bold;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd h3 {
  text-align: center;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 60px;
  color: #00366A;
  padding: 0;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd h3 span, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd h3 span {
  color: #E60668;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd img {
  width: 100%;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd .btn a, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd .btn a {
  color: #FFFFFF !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-header-discount button, .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-header-discount button {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 43px;
  line-height: 0;
  text-transform: uppercase;
  border: none;
  background: none;
  right: 0;
  text-align: right;
}
.modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-header-discount button, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-header-discount button {
  display: inline-block;
  vertical-align: top;
  overflow: visible;
  width: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
  height: 43px;
  line-height: 0;
  text-transform: uppercase;
  border: none;
  background: none;
  right: 0;
  text-align: right;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-header-discount button.x-close span img, .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-header-discount button.x-close span img {
  margin: 0 10px;
}
.modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-header-discount button.x-close span img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-header-discount button.x-close span img {
  margin: 0 10px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible {
  width: 100% !important;
  padding: 20px !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner {
  color: #1097FE;
  background: #FFFFFF;
  border: 2px solid #1097FE;
  border-radius: 50px;
  width: 230px;
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:focus, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:focus {
  outline: none;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:hover, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible button.btn.btn-primary.btn-liner:hover {
  background-color: #1097FE;
  color: #FFFFFF;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-header-discount button.x-close img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-header-discount button.x-close img {
  padding: 0 10px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 340px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd h2 {
  font-size: 36px !important;
  font-weight: bold !important;
  max-width: 100% !important;
  margin-bottom: 50px !important;
  text-align: center;
  color: #003B79;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd h3 {
  font-size: 36px;
  color: #E60668;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount {
  width: 100% !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body {
  padding: 0px 20px !important;
  overflow: unset !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .col-sm-5 > .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .col-sm-5 > .padd {
  padding-top: 30px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd {
  text-align: center;
  padding: 0 20px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  width: 220px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd h2 {
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 50px !important;
  text-align: center !important;
  color: #E60668;
  max-width: 100% !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd h3 {
  font-size: 28px;
  color: #00366A;
  text-align: center;
  margin-bottom: 30px;
  text-decoration: underline;
  padding: 0 !important;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd p, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd p {
  font-size: 28px;
  text-align: center;
  line-height: 110%;
  font-weight: normal;
  color: #0D3766;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd p span, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd p span {
  color: #E60668;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  font-size: 28px;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue {
  background: #1097FE;
  border: none;
  border-radius: 50px;
  width: 287px;
  text-align: center;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  max-width: 100%;
  outline: none;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a {
  color: #FFFFFF;
  text-decoration: none;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a:visited, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd .btn-blue .alink:visited, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd .btn-blue .alink:visited {
  color: #FFFFFF;
  text-decoration: none;
}

@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .modal-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.popup-choose, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.popup-choose {
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-header-discount, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-header-discount {
    z-index: 3;
    background: white;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding: 8px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-header-discount button.x-close, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-header-discount button.x-close {
    padding: 0;
    z-index: 9999;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd {
    max-width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd h2 {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-eligible .modal-body .padd img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-eligible .modal-body .padd img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd {
    min-height: 0;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd img {
    max-height: 260px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-not-eligible .modal-body .padd img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-not-eligible .modal-body .padd img {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .ps-infos h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .ps-infos h2 {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .col-sm-5 > .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .col-sm-5 > .padd {
    padding: 30px 0 0;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd {
    margin-bottom: 0;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd img, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd img {
    max-width: 160px;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd h2, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd h3, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .modal-popup .modal-inner-wrap .ew-popup #modal-block .modal-dialog.modal-login-discount .modal-body .padd p span, .modal-popup .modal-inner-wrap .ew-popup .modal-dialog.modal-login-discount .modal-body .padd p span {
    margin-bottom: 10px;
  }
}
.modal-header-discount span {
  padding: 0;
}

[class*=page-layout] .hidden-mobile {
  display: block;
}
[class*=page-layout] .hidden-desktop {
  display: none;
}
[class*=page-layout] .modal-inner-wrap {
  margin: 0 auto !important;
  width: 100% !important;
  top: 30px;
}
[class*=page-layout] .modal-content {
  padding: 0 !important;
  position: relative;
  overflow: auto !important;
}
[class*=page-layout] .modal-content .modal-header-discount {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
}
[class*=page-layout] .modal-content .modal-body {
  padding: 0 !important;
  overflow: hidden;
}
[class*=page-layout] .modal-content .modal-body > .row .col-sm-6:first-child .padd {
  margin: 0;
  width: 100%;
}
[class*=page-layout] .modal-content .modal-body .padd h3, [class*=page-layout] .modal-content .modal-body .padd h2 {
  padding: 0 40px 0 0;
}
[class*=page-layout] .modal-content .modal-body .padd .btn {
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  [class*=page-layout] .hidden-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  [class*=page-layout] .hidden-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  [class*=page-layout] .modal-inner-wrap {
    max-width: 400px;
    top: 10px;
  }
}
@media (max-width: 1023px) {
  [class*=page-layout] .modal-content .modal-body > .row .col-sm-6:last-child .padd {
    padding: 0 10px 30px;
    width: 100%;
  }
}
@media (max-width: 1023px) {
  [class*=page-layout] .modal-content .modal-body .padd h3, [class*=page-layout] .modal-content .modal-body .padd h2 {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  [class*=page-layout] .modal-content .modal-body .padd .btn {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .modal-popup .modal-inner-wrap {
    left: 0;
    right: 0;
  }
}
/*FINE CSS MODALE ELIGIBLE*/
/*FINE CSS MODALE - LOGIN/ALREADY USED DISCOUNT*/
/*MODAL SUBSCRIPTIONS - START*/
@media (max-width: 768px) {
  .modalMobileSubscriptionPopup.modal-popup.modal-slide {
    left: 0;
    right: 0 !important;
    top: 0 !important;
    bottom: 0;
  }
}
@media only screen and (max-width:1023px) {
  .modalMobileSubscriptionPopup .modal-inner-wrap {
    transition-property: visibility !important;
    transform: none !important;
    overflow-y: scroll !important;
  }
}
.modalMobileSubscriptionPopup.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  border-radius: 10px;
  max-width: 1172px;
  width: 100%;
}
@media (max-width: 1024px) {
  .modalMobileSubscriptionPopup.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .modalMobileSubscriptionPopup.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
}

#modalMobileSubscriptions {
  background-color: #F3F7FE;
}
#modalMobileSubscriptions span.price {
  font-size: 24px;
  color: #E60668;
  font-weight: bold;
  text-align: right;
  display: block;
}
#modalMobileSubscriptions .cta-container {
  text-align: center;
  margin: 24px auto;
  display: block;
}
#modalMobileSubscriptions .mob-subs-header {
  text-align: center;
  padding: 24px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin: 0;
  background: #FFFFFF;
  position: sticky;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  /* fix for olders iphone */
}
@media only screen and (max-width:1023px) {
  #modalMobileSubscriptions .mob-subs-header {
    text-align: left;
    padding: 24px 36px;
    padding-right: 48px;
  }
}
#modalMobileSubscriptions .mob-subs-header span.close-link {
  background: url("../images/x-clear-search.png") no-repeat center;
  background-size: contain;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 16px;
  cursor: pointer;
}
#modalMobileSubscriptions .mob-subs-header .mob-subs-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:1023px) {
  #modalMobileSubscriptions .mob-subs-header .mob-subs-group {
    -ms-flex-pack: start;
        justify-content: start;
  }
}
#modalMobileSubscriptions .mob-subs-header .mob-subs-group h2 {
  font-size: 24px;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  #modalMobileSubscriptions .mob-subs-header .mob-subs-group h2 {
    font-size: 18px;
  }
}
#modalMobileSubscriptions .mob-subs-header .mob-subs-group .mob-subs-img {
  height: 40px;
  width: 40px;
  margin-right: 16px;
  vertical-align: middle;
}
#modalMobileSubscriptions .mob-sub-info-cont h3:hover, #modalMobileSubscriptions .mob-sub-info-cont p:hover, #modalMobileSubscriptions .mob-sub-info-cont span:hover {
  text-decoration: none;
}
#modalMobileSubscriptions .mob-sub-info-cont h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  padding-right: 96px;
}
@media (max-width: 768px) {
  #modalMobileSubscriptions .mob-sub-info-cont h3 {
    padding-right: 0px;
  }
}
#modalMobileSubscriptions .mob-sub-info-cont p {
  color: #0A263C;
  font-size: 14px;
  line-height: 1.3em;
}
#modalMobileSubscriptions .mob-sub-info-cont p.expired {
  color: #E02B27;
}
#modalMobileSubscriptions .mob-sub-info-cont p.active span.status-card {
  color: #0E7700;
}
#modalMobileSubscriptions .mob-sub-info-cont p span.status-card {
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 8px;
  letter-spacing: 0.39px;
}
#modalMobileSubscriptions .mob-sub-info-cont p span.status-date {
  color: #0A263C;
}
#modalMobileSubscriptions .mob-subs-card.expired .mob-sub-info-cont p {
  color: #E60668;
}
#modalMobileSubscriptions .mob-subs-card.active .mob-sub-info-cont span.status-card {
  color: #16A803;
}
@media only screen and (max-width:1023px) {
  #modalMobileSubscriptions .col-md-6 {
    max-width: 505px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
#modalMobileSubscriptions .mob-subs-list {
  padding: 24px 72px 32px;
}
@media (max-width: 1024px) {
  #modalMobileSubscriptions .mob-subs-list {
    padding: 24px 16px 40px;
  }
}
@media (max-width: 768px) {
  #modalMobileSubscriptions .mob-subs-list {
    padding: 16px 16px 24px;
  }
}
#modalMobileSubscriptions .mob-subs-list .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}

.box-list {
  background: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.39px;
  line-height: 24px;
  min-height: 138px;
  margin: 8px;
  padding: 16px 24px 16px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
  position: relative;
}
@media (max-width: 1024px) {
  .box-list {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.box-list:hover {
  text-decoration: none;
  outline: none;
  opacity: 0.8;
}
.box-list:visited, .box-list:focus {
  text-decoration: none;
}
.box-list .padd {
  margin: 0 16px 0 0;
  background: transparent;
}
.box-list .price-dx {
  position: absolute;
  right: 16px;
}
@media (max-width: 1024px) {
  .box-list .mob-sub-info-cont {
    margin: 0 16px;
  }
}
@media (max-width: 768px) {
  .box-list .mob-sub-info-cont {
    margin: 0;
  }
}
.box-list figure {
  height: 104px;
  overflow: hidden;
  width: 104px;
}
@media (min-width: 1024) and (max-width: 1200) {
  .box-list figure {
    width: auto;
  }
}

/*INIZIO PLOTTER SUBSCRIPTIONS PAGE*/
h2.subscriptions-title {
  text-align: center;
  padding-top: 32px;
  font-size: 28px;
}

.subscriptions-page {
  padding: 0 16px;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page.my-gps-cards .registered-card {
    border-radius: 8px 24px 8px 8px;
  }
}
.subscriptions-page .loader_overlay {
  min-height: 120px;
}
.subscriptions-page > h2 {
  text-align: center;
  padding-top: 32px;
  font-size: 28px;
}
.subscriptions-page .registered-card {
  padding: 16px;
  border: none;
  margin: 32px auto;
  border-radius: 8px;
}
.subscriptions-page .display-desktop {
  display: block !important;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .display-desktop {
    display: none !important;
  }
}
.subscriptions-page .display-mobile {
  display: none !important;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .display-mobile {
    display: block !important;
  }
}
.subscriptions-page .block-full .cont-button-price, .subscriptions-page .block-full .cont-button {
  float: right;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .block-full .cont-button-price, .subscriptions-page .block-full .cont-button {
    float: none;
    text-align: center;
  }
}
.subscriptions-page .block-full .cont-button a.btn {
  min-width: 250px;
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .col-xs-12 {
    width: 100% !important;
  }
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .col-xs-7 {
    padding-left: 0;
  }
}
.subscriptions-page h1 {
  padding-top: 30px;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page h1 {
    font-size: 24px;
    text-align: center;
  }
}
.subscriptions-page .sp-list .sp-item {
  padding: 20px 0;
  border-top: 1px solid #9B9B9B;
}
.subscriptions-page .sp-list .sp-item:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.subscriptions-page .sp-list .sp-item figure img {
  height: auto;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .sp-list .sp-item figure img {
    height: 82px;
  }
}
.subscriptions-page .ps-infos h2 {
  margin-top: 0;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-infos h2 {
    font-size: 16px;
  }
}
.subscriptions-page .ps-infos .ps-description {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-infos .ps-description {
    font-size: 16px;
  }
}
.subscriptions-page .ps-infos .ps-support {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-infos .ps-support {
    font-size: 13px;
  }
}
.subscriptions-page .ps-actions {
  text-align: center;
}
.subscriptions-page .ps-actions .ps-subs.normal {
  font-size: 16px;
  font-weight: 300;
  color: #0A263C;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-actions .ps-subs.normal {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
.subscriptions-page .ps-actions .ps-subs.red {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #E02B27;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-actions .ps-subs.red {
    max-width: 100%;
    font-size: 16px;
    margin: 10px 0 15px 0;
  }
}
.subscriptions-page .ps-actions .ps-subs.orange {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #FBBA00;
  max-width: 190px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .ps-actions .ps-subs.orange {
    max-width: 100%;
    margin: 10px 0 15px 0;
    font-size: 16px;
  }
}
.subscriptions-page .subscription-status.ps-subs-expired, .subscriptions-page .subscription-status.ps-subs-inexpired {
  font-size: 20px;
  padding: 0;
}
.subscriptions-page .subscription-status.ps-subs-expired span, .subscriptions-page .subscription-status.ps-subs-inexpired span {
  font-weight: 700;
}
.subscriptions-page .subscription-status.ps-subs-not-expired {
  color: #0A263C;
}
.subscriptions-page .subscribed-expiring {
  color: #FFFFFF;
  background-color: #e85e00;
}
.subscriptions-page .message-no-registration.no-subsc h5 {
  color: #000;
}
.subscriptions-page .message-no-registration h5 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 48px;
  color: #16A803;
  padding-top: 32px;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .message-no-registration h5 {
    width: 100%;
    padding-bottom: 0px;
  }
}
.subscriptions-page .message-no-registration h5 span {
  font-size: 24px;
}
.subscriptions-page .mobile-cooming-soon {
  margin-bottom: 20px;
  padding-top: 55px;
  margin-top: 0;
}
.subscriptions-page .mobile-cooming-soon h1 {
  padding-top: 10px;
  border-bottom: 1px solid #9B9B9B;
  padding-bottom: 30px;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .mobile-cooming-soon h1 {
    font-size: 24px;
    text-align: center;
  }
}
.subscriptions-page .mobile-cooming-soon figure {
  max-width: 100%;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .mobile-cooming-soon figure {
    margin-bottom: 15px;
  }
}
.subscriptions-page .mobile-cooming-soon p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .subscriptions-page .mobile-cooming-soon p {
    font-size: 16px;
  }
}

.mobsubs-cards .product-info {
  background: #2395FD;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px !important;
}
@media only screen and (max-width:1023px) {
  .mobsubs-cards .product-info {
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .mobsubs-cards .product-info .display-mobile {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
        align-items: center;
  }
}
.mobsubs-cards .product-info img {
  max-width: 60px;
  margin: auto;
}
@media only screen and (max-width:1023px) {
  .mobsubs-cards .product-info img {
    max-width: 40px;
  }
}
.mobsubs-cards .product-info p {
  padding-top: 16px;
}
@media only screen and (max-width:1023px) {
  .mobsubs-cards .product-info p {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
  }
}

.register-card {
  text-align: center;
}

.cont-button-price .btn {
  min-width: 100%;
}
@media only screen and (max-width:1023px) {
  .cont-button-price .btn {
    width: 320px;
    max-width: 100%;
    min-width: auto;
  }
}

.cont-button-price {
  padding-left: 0px;
  padding-right: 0px;
}

.cont-button-price,
.cont-button {
  width: 25%;
  float: right;
  text-align: center;
  min-height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  padding-bottom: 0px;
}
@media only screen and (max-width:1023px) {
  .cont-button-price,
.cont-button {
    width: 100%;
    float: none;
    min-height: auto;
  }
}
.cont-button-price .btn,
.cont-button .btn {
  margin: 0;
}
.cont-button-price .no-upsell-block,
.cont-button .no-upsell-block {
  text-align: center;
  width: 100%;
}
.cont-button-price .no-upsell-block .price,
.cont-button .no-upsell-block .price {
  text-align: center;
  color: #000;
  font-size: 35px;
  font-weight: 600;
}
.cont-button-price .no-upsell-block .price .old-price,
.cont-button .no-upsell-block .price .old-price {
  font-size: 16px;
  display: block;
  font-weight: 400;
  color: #000;
}
.cont-button-price .no-upsell-block .price .old-price + p,
.cont-button .no-upsell-block .price .old-price + p {
  color: #E60668;
}

.expirations-profile-info {
  padding-top: 20px;
}
.expirations-profile-info span {
  font-weight: 300;
  color: #0A263C;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.expirations-profile-info.no-plotter {
  padding: 16px;
  text-align: center;
}
.expirations-profile-info.no-plotter span {
  font-weight: 500;
}

/* FINE PLOTTER SUBSCRIPTIONS PAGE*/
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*start css easyway*/
.easyway-index-index .hidden-xs {
  display: inline-block;
}
.easyway-index-index .header-section img {
  margin: 30px auto;
}
.easyway-index-index .wizard-section img {
  max-width: 300px;
  display: block;
  margin: 30px auto;
}
.easyway-index-index .circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid gray;
  font-size: 25pt;
  color: #4A4A4A;
  margin: 20px auto;
}
.easyway-index-index #includedContent svg {
  max-width: 100%;
}
.easyway-index-index .right-oneway-texts .small-intestation {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 24px;
}
.easyway-index-index .right-oneway-texts .big-intestation {
  font-size: 50px;
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
}
.easyway-index-index .header-border-bottom {
  border-bottom: 1px solid gray;
}
.easyway-index-index .header-border-bottom h1 {
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  padding: 20px;
}
.easyway-index-index .header-border-bottom h1 span {
  color: #FBBA00;
}
@media (max-width: 767px) {
  .easyway-index-index .mobile-padd {
    padding-bottom: 50px;
  }
}
.easyway-index-index .left-oneway-contents {
  padding-top: 10px;
}
.easyway-index-index .valign {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.easyway-index-index .checkout-fixed-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2147483649;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0 -3px 10px;
  transition: height 200ms ease-in-out;
  border-top: 1px solid #cdcdcd;
  background-color: #f2f2f2;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .easyway-index-index .show-desktop-oneway {
    display: none;
  }
}
@media only screen and (min-width:1024px) {
  .easyway-index-index .show-mobile-oneway {
    display: none;
  }
}

.cont-btn-trash {
  top: 16px;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/trash.png");
  cursor: pointer;
  z-index: 9;
}
@media only screen and (max-width:1023px) {
  .cont-btn-trash {
    top: 8px;
    right: 8px;
    background-color: #FFF;
    border-radius: 50%;
    border: 8px solid #FFF;
    box-sizing: content-box;
  }
}

/*end css easyway*/
/*NUOVO BLOCCO NO-SUBSCRIPTION-EMPTY ---------------------*/
.sp-list .sp-item-empty {
  margin-bottom: 40px;
}
.sp-list .sp-item-empty img.img-desktop-empty {
  display: block;
}
@media (max-width: 991px) {
  .sp-list .sp-item-empty img.img-desktop-empty {
    display: none;
  }
}
.sp-list .sp-item-empty img.img-mobile-empty {
  display: none;
}
@media (max-width: 991px) {
  .sp-list .sp-item-empty img.img-mobile-empty {
    display: block;
  }
}
.sp-list .sp-item-empty .ps-infos h2 {
  font-size: 0;
  background: #ecedee;
  height: 20px;
}
.sp-list .sp-item-empty .ps-infos .ps-description {
  font-size: 0;
  font-weight: 400;
  color: #0A263C;
  height: 20px;
  background: #ecedee;
  width: 280px;
  margin: 20px 0;
}
.sp-list .sp-item-empty .ps-infos .ps-support {
  height: 20px;
  background: #ecedee;
  width: 160px;
  font-size: 0;
}
.sp-list .sp-item-empty .btn-empty {
  box-shadow: 0 1px 6px 0 rgba(50, 50, 50, 0.66);
  width: 210px;
  height: 50px;
  border: 2px solid #d0cece;
  display: block;
  padding: 20px;
  border-radius: 7px;
}

.message-no-registration {
  text-align: center;
}
.message-no-registration h5 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 50px;
}
.message-no-registration h5 span {
  font-size: 40px;
  font-weight: bold;
}

.block-blue {
  background: #E5F3FF;
  padding: 50px 30px;
}
.block-blue h2 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .block-blue h2 {
    font-size: 30px;
  }
}
.block-blue P {
  color: #0A263C;
  font-size: 18px;
  line-height: 1.3em;
  max-width: 640px;
}
@media only screen and (max-width:1023px) {
  .block-blue .padd {
    text-align: center;
  }
}

.block-beige {
  color: #0A263C;
  background: #F3FBE9;
  padding: 50px 30px;
  margin: 30px 0;
}
.block-beige > .row {
  margin-bottom: 20px;
}
.block-beige h2 {
  font-size: 32px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width:1023px) {
  .block-beige h2 {
    font-size: 30px;
  }
}
.block-beige P {
  color: #0A263C;
  text-align: center;
  line-height: 1.3em;
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
}
.block-beige .big-circle {
  width: 160px;
  text-align: center;
  margin: 0 auto;
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:1023px) {
  .block-beige .big-circle {
    margin: 0 auto 30px;
  }
}
.block-beige .big-circle h6 {
  font-size: 13px;
}
.block-beige .padd {
  height: 130px;
  width: 130px;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .block-beige .padd {
    text-align: center;
  }
}

.by-new-one a, .tutorial-link a {
  text-align: center;
  display: block;
  margin: 20px auto;
}

.block-single-step {
  margin-bottom: 20px;
  border-bottom: 2px solid #d0cece;
  padding: 20px 30px;
}
.block-single-step:last-child {
  border-bottom: 0;
}
@media only screen and (max-width:1023px) {
  .block-single-step {
    text-align: center;
  }
}
.block-single-step h3 {
  font-size: 25px;
  color: #0A263C;
  margin-bottom: 20px;
}
.block-single-step p {
  color: #0A263C;
}
.block-single-step img {
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 1px solid #d0cece;
  border-radius: 2px;
  width: 200px;
  max-width: 100%;
}

/*NUOVO BLOCCO NO-SUBSCRIPTION-EMPTY ------------------- END*/
/*INIZIO GPS CARD SUBSCRIPTIONS*/
.my-gps-cards .product-info {
  background: #152657;
  border-radius: 8px;
  color: #FFF;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 8px !important;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .product-info {
    width: 100%;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .my-gps-cards .product-info .display-mobile {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-align: center;
        align-items: center;
  }
}
.my-gps-cards .product-info img {
  max-width: 60px;
  margin: auto;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .product-info img {
    max-width: 40px;
  }
}
.my-gps-cards .product-info p {
  padding-top: 16px;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .product-info p {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    -ms-flex-align: center;
        align-items: center;
    text-align: left;
  }
}
.my-gps-cards .mobile-link a {
  display: none;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .mobile-link a {
    font-size: 17px;
    display: block;
    text-align: center;
    color: #1097FE;
  }
}
.my-gps-cards .display-desktop {
  display: block;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .display-desktop {
    display: none;
  }
}
.my-gps-cards .display-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .display-mobile {
    display: block;
  }
}
@media only screen and (min-width:1024px) {
  .my-gps-cards .ps-infos.mobile-block {
    display: none;
  }
}
.my-gps-cards h1 {
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards h1 {
    text-align: left !important;
  }
}
.my-gps-cards .cont-blocks-subscriptions {
  width: 75%;
  float: right;
  margin: 0 0 40px;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .cont-blocks-subscriptions {
    width: 100%;
    float: none;
    margin: 0 0 10px;
  }
}
.my-gps-cards .ps-actions .btn {
  /*parte btn da aggiornare*/
  margin-top: 10px;
  padding: 0 30px;
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  background-color: #16A803;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.66);
  width: 210px;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .ps-actions .btn {
    width: auto;
    padding: 0 20px;
  }
}
.my-gps-cards .block-nav-plus {
  text-align: center;
  border: 2px solid #d0cece;
  border-radius: 7px;
}
.my-gps-cards .block-nav-plus header {
  padding: 10px 0;
}
.my-gps-cards .block-nav-plus header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #0A263C;
}
@media (max-width: 480px) {
  .my-gps-cards .block-nav-plus header h2 {
    font-size: 25px;
  }
}
.my-gps-cards .block-nav-plus header p {
  font-size: 17px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .block-nav-plus header p {
    display: none;
  }
}
.my-gps-cards .block-nav-plus .price {
  background: #F7F7F7;
  padding: 20px;
  color: #0A263C;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .my-gps-cards .block-nav-plus .price {
    font-size: 20px;
  }
}
.my-gps-cards .block-nav-plus .price > .row {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .block-nav-plus .price > .row {
    display: block;
  }
}
.my-gps-cards .block-nav-plus .price a {
  color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .block-nav-plus .price a {
    display: block;
  }
}
.my-gps-cards .block-nav-plus .price .old-price {
  font-size: 20px;
  display: block;
  font-weight: 400;
}
.my-gps-cards .block-navionics-plus {
  float: left;
  width: 35%;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .block-navionics-plus {
    width: 48%;
    float: left;
  }
}
.my-gps-cards .separator-box {
  float: left;
  width: 5%;
  min-height: 295px;
  line-height: 295px;
  text-align: center;
  color: #0A263C;
  font-size: 25px;
  top: 170px;
  left: -11px;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .separator-box {
    width: 3%;
    min-height: 20px;
    line-height: 110%;
    z-index: 9;
    top: 110px;
    left: -15px;
  }
}
@media (max-width: 480px) {
  .my-gps-cards .separator-box {
    top: 90px;
    left: -18px;
  }
}
.my-gps-cards .separator-box p {
  margin: 0 0 10px;
  height: 60px;
  width: 60px;
  line-height: 60px;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .separator-box p {
    background-color: #FFFFFF;
    border: 1px solid #d0cece;
    border-radius: 50%;
  }
}
@media (max-width: 480px) {
  .my-gps-cards .separator-box p {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}
.my-gps-cards .big-box {
  width: 60%;
  float: left;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .big-box {
    width: 48%;
    float: left;
  }
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .big-box img {
    display: none;
  }
}
.my-gps-cards .big-box p a {
  color: #1097FE;
}
.my-gps-cards .updates-block {
  background-color: #E5F3FF;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 5px;
  margin-bottom: 30px;
  border-radius: 5px;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .updates-block {
    display: none;
  }
}
.my-gps-cards .updates-block.mobile {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  margin: 20px 0;
}
@media only screen and (min-width:1024px) {
  .my-gps-cards .updates-block.mobile {
    display: none;
  }
}
.my-gps-cards .updates-block p {
  color: #0A263C;
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .updates-block p {
    font-size: 15px;
  }
}
.my-gps-cards .updates-block p span {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .updates-block p span {
    font-size: 20px;
  }
}
.my-gps-cards .ps-infos {
  color: #0A263C;
}
.my-gps-cards .ps-infos h2 {
  font-weight: 400;
  font-size: 27px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .ps-infos h2 {
    font-size: 25px;
  }
}
@media (max-width: 540px) {
  .my-gps-cards .ps-infos h2 {
    font-size: 21px;
  }
}
.my-gps-cards .ps-infos .ps-description {
  font-size: 20px;
}
@media (max-width: 540px) {
  .my-gps-cards .ps-infos .ps-description {
    font-size: 18px;
  }
}
.my-gps-cards .ps-infos .ps-description .no-upsell-block .price {
  text-align: center;
  color: #0A263C;
  font-size: 40px;
  font-weight: 600;
}
.my-gps-cards .ps-infos .ps-description .no-upsell-block .price > .row {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .ps-infos .ps-description .no-upsell-block .price > .row {
    display: block;
  }
}
.my-gps-cards .ps-infos .ps-description .no-upsell-block .price a {
  color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .my-gps-cards .ps-infos .ps-description .no-upsell-block .price a {
    display: block;
  }
}
.my-gps-cards .ps-infos .ps-description .no-upsell-block .price .old-price {
  font-size: 20px;
  display: block;
  font-weight: 400;
}
@media only screen and (min-width:1024px) {
  .my-gps-cards .ps-infos .ps-description .no-upsell-block {
    margin-top: -70px;
  }
}
.my-gps-cards .ps-infos .ps-description .btn-green {
  margin-top: 10px;
  padding: 0 30px;
  font-size: 21px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  background-color: #16A803;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.66);
  width: 100%;
  text-align: center;
}
.my-gps-cards .ps-infos .ps-subs-expired, .my-gps-cards .ps-infos .ps-subs-inexpired {
  font-size: 23px;
}
@media (max-width: 540px) {
  .my-gps-cards .ps-infos .ps-subs-expired, .my-gps-cards .ps-infos .ps-subs-inexpired {
    font-size: 20px;
  }
}

.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
  border-radius: 10px;
}

.modal-slide._inner-scroll #modal-platinum-plus .modal-dialog, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-dialog {
  padding: 0;
}
@media (min-width: 768px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-dialog, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-dialog {
    width: 100%;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-header, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-header {
  padding: 0 !important;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-header, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-header {
    height: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e7e+0,0072b4+100 */
    background: #003e7e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4",GradientType=1 );
    /* IE6-9 */
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-header button, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-header button {
  z-index: 999;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-header .action-close, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-header .action-close {
    cursor: pointer;
    margin-top: 4px;
    margin-right: 7px;
    width: 100px !important;
    background-position: center right;
    background-image: url("../images/exit-calendar.png");
    padding-right: 10px !important;
  }
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-header .action-close span, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-header .action-close span {
    width: auto;
    height: auto;
    color: #FFFFFF;
    text-indent: 0;
    z-index: 999;
    position: relative;
    margin-top: 3px;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content {
  border-radius: 10px !important;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header {
  border-bottom: 1px solid #d0cece;
  padding: 7px 20px;
  background: #FFFFFF;
  z-index: 999;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 11px 20px 5px 20px;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price {
  float: right;
  padding-right: 20px;
  margin-top: -7px;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price {
    float: left;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .totlabel, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .totlabel {
  font-size: 15px;
  color: #666666;
  font-weight: 600;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .totlabel, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .totlabel {
    font-size: 14px;
    display: none;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .nascondi-desktop, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .nascondi-desktop {
  font-size: 13px;
  font-weight: 300;
}
@media only screen and (min-width:1024px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .nascondi-desktop, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .nascondi-desktop {
    display: none;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .e-eur, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .e-eur {
  font-size: 13px;
  color: #666666;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .e-eur, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .e-eur {
    color: #0A263C;
    font-weight: 300;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .span-totprice, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .span-totprice {
  margin-left: -12px;
  font-size: 28px;
  color: #000;
  line-height: 28px;
  font-weight: 600;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .price .span-totprice, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .price .span-totprice {
    font-size: 18px;
    margin-left: 0;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .ps-actions, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .ps-actions {
  float: right;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header h2, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  float: left;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header h2, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header h2 {
    font-size: 21px;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content header .ps-actions a.btn.btn-blue, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .ps-actions a.btn.btn-blue {
  background: #1097FE;
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px;
  width: 200px;
  font-weight: 500;
  box-shadow: 0 2px 2px #c3c3c3;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content header .ps-actions a.btn.btn-blue, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content header .ps-actions a.btn.btn-blue {
    font-size: 18px;
    width: 150px;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-header, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-header {
  padding: 0;
  border-bottom: 0 none;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body {
  padding: 0 30px;
  background-color: #f5f5f5;
  max-height: 640px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body {
    padding: 0 15px 60px 15px;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body p, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body p {
  text-align: center;
  color: #0A263C;
  padding: 20px;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .block-option, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .block-option {
  min-height: 400px;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 2px 7px #6b6b6b;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .block-option figure, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .block-option figure {
  position: relative;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .block-option figure:after, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .block-option figure:after {
  position: absolute;
  height: 40px;
  content: "";
  bottom: 0;
  width: 100%;
  background: url("../images/assets/diagonale.png") no-repeat bottom center;
  left: 0;
  background-size: cover;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .block-option h3, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .block-option h3 {
  font-size: 20px;
  padding: 10px 20px 0;
  margin-bottom: 0;
  color: #000;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .block-option p, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .block-option p {
  text-align: left;
  color: #0A263C;
  padding: 20px;
  line-height: 123%;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .padd-figure, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .padd-figure {
  position: relative;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .padd-figure .chart-feature-block, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .padd-figure .chart-feature-block {
  position: absolute;
  bottom: -10px;
  right: 15px;
  z-index: 9;
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .padd-figure .chart-feature-block .platinum-feature, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .padd-figure .chart-feature-block .platinum-feature {
  margin-bottom: -10px;
  display: inline-block;
  z-index: 9;
  background: #FBBA00;
  border-radius: 5px;
  padding: 0 7px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 13px;
  color: #FFFFFF;
  box-shadow: 0 0 4px 0 rgba(50, 50, 50, 0.75);
}
.modal-slide._inner-scroll #modal-platinum-plus .modal-content .modal-body .padd-figure .chart-feature-block img, .modal-slide._inner-scroll .modal-platinum-plus-cards .modal-content .modal-body .padd-figure .chart-feature-block img {
  max-width: 60px;
  display: block;
  margin: 0 auto 5px;
  width: 100%;
  padding-top: 12px;
}
.modal-slide._inner-scroll #modal-platinum-plus .cta-box-footer, .modal-slide._inner-scroll .modal-platinum-plus-cards .cta-box-footer {
  padding: 0 30px;
  margin-top: 0;
  text-align: center;
  border-top: 0 none;
}
@media only screen and (max-width:1023px) {
  .modal-slide._inner-scroll #modal-platinum-plus .cta-box-footer, .modal-slide._inner-scroll .modal-platinum-plus-cards .cta-box-footer {
    padding: 0;
  }
}
.modal-slide._inner-scroll #modal-platinum-plus .cta-box-footer a, .modal-slide._inner-scroll .modal-platinum-plus-cards .cta-box-footer a {
  text-align: center;
  display: block;
  padding: 20px 0 40px;
}

.box-full-list-features .table-hdd {
  max-height: 0;
  transition: max-height 0.5s ease-in;
  overflow: hidden;
}
.box-full-list-features .table-hdd thead th {
  background: #c9ecfe;
  color: #0A263C;
  padding: 11px 10px;
  text-align: center;
  border-top: 1px solid #d0cece;
  border-left: 1px solid #d0cece !important;
  border-right: 1px solid #d0cece !important;
}
.box-full-list-features .table-hdd thead th:first-child {
  border-left: 0 none !important;
}
.box-full-list-features .table-hdd thead th:last-child {
  border-right: 0 none !important;
}
@media only screen and (max-width:1023px) {
  .box-full-list-features .table-hdd thead th {
    font-size: 14px;
  }
}
.box-full-list-features .table-hdd tbody td {
  background: #FFFFFF;
  border-left: 1px solid #d0cece !important;
  border-right: 1px solid #d0cece !important;
  border-top: 1px solid #d0cece !important;
  color: #0A263C;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .box-full-list-features .table-hdd tbody td {
    font-size: 14px;
    white-space: inherit;
  }
}
.box-full-list-features .table-hdd tbody td:first-child {
  border-left: 0 none !important;
}
.box-full-list-features .table-hdd tbody td:last-child {
  border-right: 0 none !important;
}
.box-full-list-features .table-hdd tbody td.full {
  background: url("../images/ok-check.png") no-repeat center center #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .box-full-list-features .table-hdd tbody td + td {
    max-width: 30px;
  }
}
.box-full-list-features .table-hdd tbody tr:last-child td {
  border-bottom: 1px solid #d0cece !important;
}
.box-full-list-features .table-hdd.expanded {
  max-height: 2000px;
}

@media only screen and (max-width:1023px) {
  .modal-upgrade-licence.modal-popup.modal-slide._inner-scroll._show {
    left: 0;
    right: 0 !important;
    bottom: 0;
    top: 0 !important;
  }
  .modal-upgrade-licence.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    border-radius: 0 !important;
  }
}

.registered-card .updates-block.updates-stripe p {
  color: #0A263C;
  font-size: 16px;
  line-height: 25px;
  padding-top: 10px;
  padding-left: 8px;
}

.subscription-status, .subscription-status-mobile {
  font-size: 20px;
  margin-bottom: 10px;
}
.subscription-status.not-expired b, .subscription-status-mobile.not-expired b {
  font-size: 18px;
  color: #16A803;
}
.subscription-status.has-expired b, .subscription-status-mobile.has-expired b {
  font-size: 18px;
  color: #E60668;
}
@media only screen and (max-width:1023px) {
  .subscription-status.has-expired b, .subscription-status-mobile.has-expired b {
    font-size: 16px;
    color: #E60668;
  }
}
.subscription-status.ps-subs-inexpired b, .subscription-status-mobile.ps-subs-inexpired b {
  font-size: 18px;
  color: #e85e00;
}
@media only screen and (max-width:1023px) {
  .subscription-status.ps-subs-inexpired b, .subscription-status-mobile.ps-subs-inexpired b {
    font-size: 16px;
  }
}
@media only screen and (max-width:1023px) {
  .subscription-status.ps-subs-inexpired, .subscription-status-mobile.ps-subs-inexpired {
    text-align: center;
    padding: 0 30px;
    margin: 10px auto 20px;
  }
}
.subscription-status.ps-subs-not-expired b, .subscription-status-mobile.ps-subs-not-expired b {
  font-size: 18px;
  color: #16A803;
}
@media only screen and (max-width:1023px) {
  .subscription-status.ps-subs-not-expired b, .subscription-status-mobile.ps-subs-not-expired b {
    font-size: 16px;
  }
}

/*color for mobile label */
.block-full {
  margin: 0;
  border-top: 1px solid #d0cece;
  border-bottom: 1px solid #d0cece;
  padding: 30px 0;
  position: relative;
  max-width: 1024px;
}
.block-full .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}
@media only screen and (max-width: 1023px) {
  .block-full .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-full .row > [class*=col-] {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width:1023px) {
  .block-full {
    display: block;
  }
}
.block-full:last-child {
  border-bottom: 0 none;
}
@media (max-width: 540px) {
  .block-full {
    min-height: auto;
  }
}
.block-full.block-full-empty {
  margin: auto;
  padding: 16px;
  border-radius: 8px;
  border: none;
  margin-top: 48px;
}
.block-full.block-full-empty:last-child {
  border-bottom: 0;
}
.block-full.block-full-empty .product-info-empty {
  background: #e7e7e7;
  border-radius: 8px;
}
.block-full.block-full-empty .product-info-empty.display-mobile {
  height: 64px;
}
.block-full.block-full-empty figure {
  border: 0 none;
  border-radius: 4px;
}
.block-full.block-full-empty figure img {
  opacity: 1;
  margin-bottom: 0;
  width: 100%;
}
.block-full.block-full-empty .updates-block-empty {
  background: #e7e7e7;
  border-radius: 5px;
  padding: 0 8px;
  margin-bottom: 0;
  border: none;
}
.block-full.block-full-empty .updates-block-empty p {
  background: #FFFFFF;
  margin-top: 14px !important;
  width: calc(100% - 56px) !important;
  margin-right: 8px !important;
  height: 22px;
  border-radius: 7px;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .updates-block-empty p {
    width: 80%;
    margin-top: 0px !important;
  }
}
.block-full.block-full-empty .updates-block-empty span img {
  padding: 10px;
}
.block-full.block-full-empty .updates-block-empty-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .updates-block-empty-mobile {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    background: #e7e7e7;
    padding: 10px;
    margin: 0 auto 20px auto;
    width: 100%;
    color: #0A263C;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 5px;
  }
}
.block-full.block-full-empty .updates-block-empty-mobile p {
  display: none;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .updates-block-empty-mobile p {
    background: #FFFFFF;
    width: 70%;
    height: 22px;
    border-radius: 7px;
    margin: 0 auto;
    display: block;
  }
}
.block-full.block-full-empty .block-info .subscription-status-empty, .block-full.block-full-empty .block-info .location-info-empty, .block-full.block-full-empty .block-info .ps-description-empty, .block-full.block-full-empty .block-info .ps-description-empty-side {
  background: #e7e7e7;
  height: 20px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.block-full.block-full-empty .block-info .subscription-status-empty {
  width: 100%;
}
.block-full.block-full-empty .block-info .location-info-empty {
  width: 80%;
  margin-bottom: 20px;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .block-info .location-info-empty {
    width: 50%;
    margin-bottom: 15px;
    margin: 0 auto 15px auto;
  }
}
.block-full.block-full-empty .block-info .ps-description-empty {
  width: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .block-info .ps-description-empty {
    width: 70%;
    margin: 15px auto;
    display: block;
  }
}
.block-full.block-full-empty .block-info .ps-description-empty-side {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .block-info .ps-description-empty-side {
    width: 30%;
    margin-bottom: 15px;
    display: block;
  }
}
.block-full.block-full-empty .block-info .updates-block-empty {
  background: #e7e7e7;
  border-radius: 5px;
  padding: 0 8px;
  margin-bottom: 0;
  border: none;
}
.block-full.block-full-empty .block-info .updates-block-empty p {
  background: #FFFFFF;
  width: 100%;
  height: 22px;
  border-radius: 7px;
  margin: 0 auto;
}
.block-full.block-full-empty .block-info .updates-block-empty span img {
  padding: 10px;
}
.block-full.block-full-empty .block-infos .subscription-status-empty, .block-full.block-full-empty .block-infos .location-info-empty, .block-full.block-full-empty .block-infos .ps-description-empty, .block-full.block-full-empty .block-infos .ps-description-empty-side {
  background: #e7e7e7;
  height: 20px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.block-full.block-full-empty .block-infos .subscription-status-empty {
  width: 75%;
}
.block-full.block-full-empty .block-infos .location-info-empty {
  width: 30%;
  margin-bottom: 20px;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .block-infos .location-info-empty {
    width: 100%;
    margin-bottom: 15px;
  }
}
.block-full.block-full-empty .block-infos .ps-description-empty {
  width: 25%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .block-infos .ps-description-empty {
    width: 70%;
    margin-bottom: 15px;
    display: block;
  }
}
.block-full.block-full-empty .block-infos .ps-description-empty-side {
  width: 13%;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width:1023px) {
  .block-full.block-full-empty .block-infos .ps-description-empty-side {
    width: 30%;
    margin-bottom: 15px;
    display: block;
  }
}
.block-full.block-full-empty .block-infos .updates-block-empty {
  background: #e7e7e7;
  border-radius: 5px;
  padding: 0 8px;
  margin-bottom: 0;
}
.block-full.block-full-empty .block-infos .updates-block-empty p {
  background: #FFFFFF;
  width: 80%;
  height: 22px;
  border-radius: 7px;
  margin: 0 auto;
}
.block-full.block-full-empty .block-infos .updates-block-empty span img {
  padding: 10px;
}
.block-full .cont-button.cont-button-empty {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 20px 0;
  width: 240px;
}
@media only screen and (max-width:1023px) {
  .block-full .cont-button.cont-button-empty {
    display: block;
    -ms-flex-align: center;
        align-items: center;
    clear: both;
    max-width: 240px;
    width: auto;
    text-align: center;
    margin: 0 auto;
  }
}
.block-full .cont-button.cont-button-empty .btn {
  padding: 15px 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 7px #d0cece;
  min-width: 100%;
  border-radius: 50px;
  background-color: #e7e7e7;
}
.block-full .cont-button.cont-button-empty .btn span {
  background-color: #ffffff;
  width: 100%;
  height: 20px;
  display: block;
  margin: 0 auto;
  border-radius: 7px;
}
.block-full .subscription-status-mobile {
  display: none !important;
}
.block-full .subscription-status-mobile.subscription-status-mobile-empty {
  display: none;
}
@media only screen and (max-width:1023px) {
  .block-full .subscription-status-mobile.subscription-status-mobile-empty {
    display: block;
    background: #ecedee;
    border-radius: 7px;
    height: 22px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:1023px) {
  .block-full .subscription-status-mobile {
    display: block;
    text-align: center;
    margin: 10px auto;
    clear: both;
  }
}
.block-full figure {
  width: 100%;
  margin-right: 0px;
  background-size: cover;
  /* 112% */
  border-radius: 8px;
  border: 1px solid #d0cece;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width:1023px) {
  .block-full figure {
    margin: auto;
    margin-bottom: 16px;
  }
}
.block-full figure .empty-img img {
  border-radius: 8px;
  opacity: 0;
  margin-bottom: 16px;
}
@media only screen and (max-width:1023px) {
  .block-full figure .empty-img img {
    margin-bottom: 16px;
    width: auto;
    max-height: 120px;
  }
}
.block-full .product-info.no-padding {
  /*padding-right: 32px!important;*/
}
@media only screen and (max-width:1023px) {
  .block-full .product-info.no-padding {
    padding-right: 40px !important;
    margin: auto;
  }
}
.block-full .product-info img.display-mobile {
  max-height: 80px;
  margin: auto;
}
.block-full .block-info {
  padding-bottom: 64px !important;
  padding-left: 16px !important;
}
@media only screen and (max-width:1023px) {
  .block-full .block-info {
    width: 100%;
    padding-left: 0px !important;
  }
}
@media only screen and (max-width:1023px) {
  .block-full .block-info .expiring-paragraph {
    font-size: 14px;
  }
}
.block-full .block-info .expiring-paragraph {
  font-size: 14px;
}
.block-full .block-info h2 {
  font-weight: 600;
  font-size: 24px;
  color: #0A263C;
}
@media (max-width: 540px) {
  .block-full .block-info h2 {
    font-size: 21px;
  }
}
.block-full .block-info .container {
  margin: 0px;
}
@media only screen and (max-width:1023px) {
  .block-full .block-info .container {
    padding-top: 16px !important;
    text-align: center;
  }
}
.block-full .block-info .prod-img {
  border: none;
}
.block-full .block-info .prod-img img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width:1023px) {
  .block-full .block-info .prod-img img {
    width: auto;
    height: 120px;
  }
}
.block-full .block-info .ps-description {
  font-size: 18px;
  color: #0A263C;
  font-weight: 300;
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .block-full .block-info .ps-description {
    font-size: 14px;
  }
}
.block-full .block-info .updates-block {
  background-color: #E5F3FF;
  padding: 4px;
  margin-bottom: 24px;
  margin-top: 32px;
  display: block;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  margin: 0px;
  border: 1px solid #1097FE;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 16px);
}
.block-full .block-info .updates-block.updates-block-mobile {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background: #E5F3FF;
  padding: 10px;
  margin: 0 auto 20px auto;
  width: 100%;
  color: #0A263C;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
}
@media only screen and (max-width:1023px) {
  .block-full .block-info .updates-block.updates-block-mobile {
    display: none;
  }
}
.block-full .block-info .updates-block img {
  max-width: 48px;
}
@media only screen and (max-width:1023px) {
  .block-full .block-info .updates-block {
    display: none;
  }
}
.block-full .block-info .updates-block span {
  float: left;
}
.block-full .block-info .updates-block a {
  font-size: 16px;
  text-decoration: underline;
  float: right;
  padding-left: 8px;
}
.block-full .block-info .updates-block p span {
  margin-right: 10px;
}
.block-full .block-infos {
  float: left;
  width: 50%;
}
@media only screen and (max-width:1023px) {
  .block-full .block-infos {
    width: 60%;
  }
}
@media (max-width: 540px) {
  .block-full .block-infos {
    width: 50%;
  }
}
.block-full .block-infos.last-update-stripe {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  padding: 5px;
  margin-bottom: 30px;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:1023px) {
  .block-full .block-infos.last-update-stripe {
    margin-top: 15px;
  }
}
.block-full .block-infos .location-info h2 {
  font-weight: 400;
  font-size: 24px;
  color: #0A263C;
}
@media (max-width: 540px) {
  .block-full .block-infos .location-info h2 {
    font-size: 21px;
  }
}
.block-full .block-infos .ps-description {
  font-size: 16px;
  color: #0A263C;
  margin-bottom: 20px;
}
@media (max-width: 540px) {
  .block-full .block-infos .ps-description {
    font-size: 14px;
  }
}
.block-full .block-infos .updates-block {
  background-color: #E5F3FF;
  padding: 5px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
}
.block-full .block-infos .updates-block.updates-block-mobile {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  background: #E5F3FF;
  padding: 10px;
  margin: 0 auto 20px auto;
  width: 100%;
  color: #0A263C;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
}
@media only screen and (max-width:1023px) {
  .block-full .block-infos .updates-block.updates-block-mobile {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .block-full .block-infos .updates-block {
    display: none;
  }
}
.block-full .block-infos .updates-block span {
  float: left;
}
.block-full .block-infos .updates-block p span {
  margin-right: 10px;
}
@media only screen and (max-width:1023px) {
  .block-full .block-infos .subscription-status {
    display: none;
  }
}
.block-full .updates-block-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .block-full .updates-block-mobile {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    background: #E5F3FF;
    padding: 10px;
    margin: 0 auto 20px auto;
    width: 100%;
    color: #0A263C;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 5px;
  }
}
@media (max-width: 540px) {
  .block-full .updates-block-mobile {
    font-size: 12px;
  }
}
.block-full .updates-block-mobile span {
  float: left;
}
.block-full .updates-block-mobile p {
  padding-top: 7px;
}
@media (max-width: 740px) {
  .block-full .updates-block-mobile p {
    font-size: 14px;
    padding: 16px;
    margin: 0px;
  }
}
.block-full .updates-block-mobile p span {
  font-weight: bold;
  margin-right: 10px;
}
@media only screen and (max-width:1023px) {
  .block-full .updates-stripe-mobile a {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .block-full .updates-block.updates-stripe, .block-full .updates-block.updates-stripe-mobile, .block-full .updates-block-mobile.updates-stripe, .block-full .updates-block-mobile.updates-stripe-mobile {
    position: absolute;
    bottom: -16px;
    margin: 0;
    left: -16px;
    width: calc(100% + 32px);
    border-radius: 0px;
    padding: 4px;
  }
}
.block-full .updates-block.updates-stripe img, .block-full .updates-block.updates-stripe-mobile img, .block-full .updates-block-mobile.updates-stripe img, .block-full .updates-block-mobile.updates-stripe-mobile img {
  width: 48px;
  padding-right: 8px;
}
.block-full .updates-block.updates-stripe span, .block-full .updates-block.updates-stripe-mobile span, .block-full .updates-block-mobile.updates-stripe span, .block-full .updates-block-mobile.updates-stripe-mobile span {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
}

.loader_overlay {
  background: url("../images/assets/sonar_spinner.gif") rgba(255, 255, 255, 0.7803921569);
  text-align: center;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 9;
  padding-top: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
  min-height: 200px;
}

/*FINE GPS CARD SUBSCRIPTIONS*/
/*stile generico apps*/
.section-anchor {
  position: relative;
  top: -80px;
  visibility: hidden;
  display: block;
}

/**/
/*BLOCCO APPS - HEADER */
.page-layout-custom-apps .page-main-pal > .alocolumns {
  padding-top: 0;
}

.cms-page-view .page-main-pal > .alocolumns .main .big_section_header h2, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_one h2, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_two h2, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_video h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_one h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two h2,
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_map h2 {
  font-size: 48px;
  font-weight: 800;
  color: #FBBA00;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_header h2, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_one h2, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_two h2, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_video h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_one h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two h2,
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three h2, .cms-page-view .page-main-pal > .alocolumns .main .big_section_map h2 {
    font-size: 28px;
    text-align: center;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header p, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_one p, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_two p, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_video p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_one p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two p,
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_map p {
  font-size: 18px;
  font-weight: normal;
  line-height: 140%;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_header p, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_one p, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_two p, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_video p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_one p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two p,
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three p, .cms-page-view .page-main-pal > .alocolumns .main .big_section_map p {
    font-size: 16px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header {
  padding: 50px 0;
  position: relative;
  min-height: 400px;
  height: 45vh;
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_header {
    min-height: 420px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header .container.text-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 400px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header .cont-download-button {
  margin: 30px auto;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header h1 {
  margin: 0 auto;
  font-size: 64px;
  color: #FFFFFF;
  text-transform: none;
  font-weight: 800;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_header h1 {
    font-size: 48px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header h2 {
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header img {
  max-width: 137px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_header img {
    max-width: 120px;
    float: none;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_header .overlay {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one {
  background: #FFFFFF;
  width: 100%;
  min-height: 850px;
  height: 850px;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding: 50px 30px;
  overflow: hidden;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_one {
    padding: 20px 10px;
    background-attachment: scroll;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .testo {
  background: transparent;
  position: relative;
  z-index: 0;
  padding: 200px 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider {
  width: 100%;
  max-width: 570px;
  min-height: 570px;
  overflow: hidden;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerA .panel {
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerA .panel:first-child {
  opacity: 1;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel {
  background: transparent;
  opacity: 0;
  min-height: 350px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel p {
  margin-bottom: 40px;
  color: #FFFFFF;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.a {
  margin-top: 50px;
  opacity: 1;
  min-height: 400px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.c {
  margin-top: -30px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.d {
  margin-top: -30px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.e {
  margin-top: -60px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.f {
  margin-top: -90px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.g {
  margin-top: -100px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.h {
  margin-top: -100px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.i {
  margin-top: -50px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .text-slider .slideContainerB .Bpanel.j {
  margin-top: -50px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .NPlus_logo {
  margin-top: -5px;
  max-width: 329px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .NPlus_logo.forLight {
  display: none;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one h2 {
  margin-bottom: 0;
  color: #FFFFFF;
  margin-top: 0;
  padding: 30px 0 80px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one h3 {
  color: #FBBA00;
  font-size: 28px;
  font-weight: 800;
  margin-left: -36px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one h3:before {
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  content: " ";
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 1050px;
  max-height: 1050px;
  padding-bottom: 200px;
  z-index: 1;
  will-transform: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .immagini {
  will-transform: translate;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .active h3:before {
  background: url(../images/cms-sections/h4_list.png) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  content: " ";
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone {
  position: relative;
  width: 280px;
  min-height: 540px;
  height: 100%;
  overflow: hidden;
  perspective: 1000;
  top: 130px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  z-index: 94;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 200px;
  height: 570px;
  width: 280px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel.a {
  z-index: 98;
  opacity: 1;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel.b {
  z-index: 97;
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel.c {
  z-index: 96;
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel.d {
  z-index: 95;
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel.e {
  z-index: 94;
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone .slideContainerA .panel img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-53%, -54%);
  width: 230px;
  height: auto;
  z-index: 98;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .phone img {
  position: absolute;
  width: auto;
  height: 540px;
  z-index: 9999;
  top: 0;
  left: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .dots {
  position: absolute;
  top: 33%;
  left: -50px;
  width: 30px;
  height: 200px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .dots .dot {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 2px solid #FFFFFF;
  margin-bottom: 10px;
  cursor: pointer;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_one .desktop .dots .dot.a {
  background: #FBBA00;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo {
  padding: 50px 0;
  min-height: 930px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo {
    background-attachment: inherit;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .mauto {
  margin: 0 auto;
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .mauto .col-sm-4 {
  padding: 0 50px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo h2 {
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .active h3:before {
  background: url(../images/cms-sections/h4_list.png) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  content: " ";
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo h3 {
  color: #FBBA00;
  font-size: 28px;
  font-weight: 800;
  margin-left: 0;
  text-indent: -35px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo h3:before {
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  content: " ";
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo p {
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: left;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .swiper-slide {
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .swiper-slide img {
  margin: 30px auto 50px;
  text-align: center;
  display: block;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide img {
  height: 540px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide .panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  width: 242px;
  margin: 0 auto;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide .panel img {
  height: auto;
  position: relative;
  z-index: 99;
  max-width: 100%;
  width: 229px;
  top: 2px;
  left: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide .panel.a {
  z-index: 1;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide .panel.b {
  z-index: 2;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_two .desktoptwo .phone-slide .panel.c {
  z-index: 3;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three {
  padding: 50px 10px;
  background-attachment: fixed;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three {
    padding: 20px 10px;
    background-attachment: scroll;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three .mauto {
  margin: 0 auto;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three .phone-slide > img {
  position: relative;
  height: 577px;
  overflow: hidden;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three .phone-slide .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three .phone-slide .panel img {
  position: absolute;
  top: 71px;
  width: 244px;
  left: 0;
  max-width: 100%;
  right: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three .info-block {
  margin-bottom: 60px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h1 {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h2 {
  margin: 0 auto 20px;
  font-size: 36px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three .active h3:before {
  background: url("../images/cms-sections/h4_list.png") no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  content: " ";
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h3 {
  color: #FBBA00;
  font-size: 28px;
  font-weight: 800;
  text-align: left;
  text-indent: -30px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three h3:before {
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  content: " ";
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_three p {
  color: #FFFFFF;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_three p {
    text-align: center;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_video {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0;
  height: 550px;
  border-bottom: 5px solid #FFFFFF;
  transition: all 0.4s ease-in-out;
  position: relative;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_video .container-fluid {
  padding: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_video .container-fluid .container_play {
  min-height: 550px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_video .container-fluid .container_play .play {
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  display: block;
  height: 98px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  background: rgba(0, 0, 0, 0.5);
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_video .container-fluid .container_play .play.video_play {
  display: none;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_video .container-fluid .container_play .play span {
  background-size: 35px auto;
  display: block;
  height: 100%;
  width: 100%;
  background: url("../images/play.svg") center no-repeat;
  background-size: 60px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_one {
  position: relative;
  min-height: 100%;
  padding: 50px 30px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_one {
    text-align: center;
    padding: 20px 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_one .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_one h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_one h2 {
    margin-bottom: 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_one h3 {
  margin-bottom: 25px;
  margin-top: 42px;
  font-size: 36px;
  color: #FBBA00;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_one h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_one p {
  margin-bottom: 50px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_one p {
    text-align: center;
    margin-bottom: 18px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_one img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_one img {
    width: 390px;
    margin: 30px auto;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two {
    background-position: center;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row {
  min-height: 400px;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row {
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.cont-text-info, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.cont-text-info, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.cont-text-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.cont-text-info, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.cont-text-info, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.cont-text-info {
    padding: 20px 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-bottom, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-bottom, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-bottom {
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-bottom, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-bottom, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-bottom {
    min-height: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-bottom .renew_img, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-bottom .renew_img, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-bottom .renew_img {
  max-width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-center, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-center, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-center {
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-center .renew_img, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-center .renew_img, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-center .renew_img {
  min-width: 480px;
  max-width: 100%;
  height: auto;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-top, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-top, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-top {
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -ms-flex-align: start;
      align-items: flex-start;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-md-6.img-top .renew_img, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-sm-12.img-top .renew_img, .cms-page-view .page-main-pal > .alocolumns .main .big_section_two .row .col-xs-12.img-top .renew_img {
  min-width: 480px;
  max-width: 100%;
  height: auto;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two h2 {
  margin: 0 0 30px;
  text-transform: none;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two h2 {
    margin: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two h3 {
  font-size: 36px;
  line-height: 44px;
  margin: 0;
  color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two h3 {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    line-height: 22px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_two p {
  font-size: 24px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_two p {
    font-size: 20px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three {
  padding: 50px 30px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_three {
    padding: 20px 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three h2 {
  margin: 0 auto 10px auto;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_three h2 {
    font-size: 28px;
    text-align: center;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three h3 {
  text-align: center;
  font-weight: normal;
  color: #0A263C;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_three h3 {
    font-size: 20px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three ul li {
  margin-bottom: 20px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three ul li h5 {
  font-size: 22px;
  color: #0A263C;
}
@media (max-width: 991px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_three ul li h5 {
    text-align: center;
    font-size: 20px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_three ul li p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_three ul li p {
    text-align: center;
    font-size: 16px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_map {
  padding: 0 0 80px 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_map {
    padding: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_map .place-name {
  color: #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_map h2 {
  margin-top: 42px;
  margin-bottom: 30px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_map h5 {
  margin-bottom: 50px;
  font-size: 28px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_section_map h5 {
    font-size: 24px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_section_map p {
  margin-bottom: 50px;
  color: #0A263C;
  font-size: 24px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile {
    background-attachment: scroll;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile {
  padding: 20px 0;
  background-attachment: scroll;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 800;
  color: #FBBA00;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile h3 {
  color: #FBBA00;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  position: relative;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile h3:before {
  content: "";
  position: relative;
  height: 30px;
  width: 20px;
  left: 0;
  background: url("../images/cms-sections/h4_list.png") no-repeat left center;
  background-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile p {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container {
  height: 790px;
  width: 353px;
}
@media (max-width: 353px) {
  .cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container {
    width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 2px solid #FFFFFF;
  height: 12px;
  width: 12px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FBBA00;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container p {
  text-align: center;
  font-size: 16px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container .swiper-button-next, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container .swiper-button-prev {
  top: 35%;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container .swiper-button-next {
  background: url(../images/cms-sections/arrow-next.png) no-repeat center;
  background-size: 35px;
  right: -5px;
  position: absolute;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container .swiper-button-prev {
  background: url(../images/cms-sections/arrow-prev.png) no-repeat center;
  background-size: 35px;
  position: absolute;
  left: -4px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-container-horizontal > .swiper-pagination-bullets, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-pagination-custom, .cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-pagination-fraction {
  bottom: 250px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-slide {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-slide img {
  margin-bottom: 50px;
  max-width: 100%;
  height: 435px;
}
.cms-page-view .page-main-pal > .alocolumns .main .big_slide_mobile .swiper-slide .caption p {
  color: #FFFFFF;
  max-width: 340px;
  margin: 0 auto;
  overflow: hidden;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all 800ms ease;
  opacity: 0;
  visibility: hidden;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo.videoOn {
  visibility: visible;
  opacity: 1;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo button.close {
  float: right;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #0A263C;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
  z-index: 999;
  position: absolute;
  right: 38px;
  background: transparent;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  top: 5px;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo .headerModalVideo {
  border-bottom: 0;
  width: 100%;
  height: 40px;
  padding: 20px;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo .headerModalVideo .close {
  opacity: 1;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive-16by9 {
  padding-bottom: 56.25% !important;
  /* really important! serve per far vedere il video */
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive .embed-responsive-item, .cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive embed, .cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive iframe, .cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive object,
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .modalVideo #player-big-section-video-test-1 {
  min-height: auto;
}

.tabmenu-interne nav {
  margin-right: 90px;
}
@media only screen and (max-width:1023px) {
  .tabmenu-interne nav {
    margin-right: 0;
    overflow-x: scroll;
  }
}

/* inizio css priority */
.submenu-mobile-toggle {
  display: none;
}

@media only screen and (max-width:1023px) {
  .priorityOn.prioritized:not(.opened) > li.demoted {
    position: inherit !important;
    overflow: visible !important;
    clip: inherit !important;
    height: auto !important;
    width: auto !important;
  }
  .priorityOn.prioritized:not(.opened) > li.demoted.active {
    border-top: 4px solid #1097FE;
  }
}
.tab-cont-bg {
  background: #e2e2e2;
  color: #0A263C;
  margin-bottom: 0;
}

.tabmenu-interne .cont-margin, .tabmenu-interne .top-chart-section, .tabmenu-interne .also-like-section, .tabmenu-interne .choose-chart-section {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.tabmenu-interne.tabbed li.active, .tabbed ul li.menu-item-active {
  background-color: #FFFFFF;
  border-top: 4px solid #1097FE;
}

.tabbed ul li:hover .tl {
  background: #f2f2f2 !important;
}

.tabbed ul li.menu-item-active:hover .tl {
  background: #FFFFFF !important;
}

.tabbed ul li.menu-item-active a span {
  font-weight: 600;
}

.tabmenu-interne.tabbed li {
  padding-right: 0;
  padding-left: 0;
  border-top: 4px solid transparent;
  margin-bottom: 0;
}

.tabmenu-interne.tabbed ul li + li {
  margin-left: 0;
}

nav ul li.menu-item-active a {
  font-weight: 700;
}

.tabbed ul li .tl a {
  color: #0A263C;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
  padding: 7px 20px;
  display: block;
  border-top: 0;
  min-width: 80px;
}

.tabbed.round ul li a:before, .tabbed.round ul li a:after {
  background-color: transparent;
}

.tabbed ul li a:before {
  left: -24px;
  transform: none;
}

.tabbed.round ul li a:before {
  border-radius: 0;
  border-left: 0;
  border-top: 0;
}

.tabbed ul li a:before {
  left: -24px;
  transform: none;
  box-shadow: none;
}

.tabbed ul li a:after {
  right: -24px;
  transform: none;
  box-shadow: none;
}

.tabbed.round ul li a:after {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
}

.tabbed ul li a:before, .tabbed ul li a:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 44px;
  background-color: transparent;
  background-image: none;
  transition: all 250ms ease;
}

.tabbed {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  max-width: 1280px;
}

.tab-cont-bg:before {
  content: " ";
  background: #003e7e;
  background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
  height: 5px;
  width: 100%;
  position: absolute;
  top: auto;
  left: 0;
}

.tabbed ul li.menu-item-active a {
  background: transparent;
}

.header-content .menu-cont ul li a.active {
  font-weight: 600;
}

.header-content .main-menu .menu-items > li:hover > ul > li:hover > ul > li:hover > ul {
  top: 0;
}

@media only screen and (min-width:1024px) {
  /* fix per nuovo header */
  .menu-cont .menu-items > li > ul {
    top: 65px;
  }

  .header-content .menu-cont ul > li > ul > li > ul {
    margin-top: 21px;
  }

  .header-content .main-menu .menu-items > li:hover > ul > li > ul {
    margin-top: 0;
  }

  .header-content .menu-cont ul li a {
    padding: 19px 6px 0 6px;
  }

  .header-content .menu-cont ul.level-menu li a {
    padding: 19px 20px 0 20px;
  }

  .header-content .menu-cont ul li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 18px !important;
    color: #FFFFFF;
    font-weight: 300;
    height: 64px;
  }

  .main-menu .menu-items > li > a {
    height: 65px;
  }
}
/*modifica menu priority */
@media only screen and (min-width:1024px) {
  .tabmenu-interne nav {
    margin-right: 0;
  }

  .tabbed ul li .tl a {
    padding: 12px 30px;
  }
}
@media only screen and (max-width:1023px) {
  .tabmenu-interne nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
    /* make scrollbar transparent */
  }
}
/*INIZIO STILE BLOCCHI MODULARI GENERICI*/
/*inizio classi generiche modulari*/
[class*=page-layout-custom_fluid_layout] .page-main-pal > .alocolumns, .cms-home .page-main-pal > .alocolumns {
  padding-top: 0;
}

button:active {
  box-shadow: none;
}

.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.radius {
  border-radius: 5px;
}

.container {
  margin: 0 auto;
}

/* istruzioni ordine per flex */
.sf-order-left {
  -ms-flex-order: 0;
      order: 0;
}

.sf-order-right {
  -ms-flex-order: 1;
      order: 1;
}

a {
  font-size: inherit;
}

.cms-page-view .page-main-pal .alocolumns .modular-block, .cms-home .page-main-pal .alocolumns .modular-block {
  padding: 50px 0;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  /*inizio modulo slider*/
  /* fine modulo slider*/
  /* inizio mb17 - modulo search */
  /* fine mb17 - modulo search */
  /* inizio mb18 - modulo map */
  /* fine mb18 - modulo map */
}
.cms-page-view .page-main-pal .alocolumns .modular-block.accordion-outer-container, .cms-home .page-main-pal .alocolumns .modular-block.accordion-outer-container {
  padding-left: 15px;
  padding-right: 15px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block h1, .cms-page-view .page-main-pal .alocolumns .modular-block h2, .cms-page-view .page-main-pal .alocolumns .modular-block h3, .cms-page-view .page-main-pal .alocolumns .modular-block h4, .cms-page-view .page-main-pal .alocolumns .modular-block h5, .cms-page-view .page-main-pal .alocolumns .modular-block h6, .cms-page-view .page-main-pal .alocolumns .modular-block .h1, .cms-page-view .page-main-pal .alocolumns .modular-block .h2, .cms-page-view .page-main-pal .alocolumns .modular-block .h3, .cms-page-view .page-main-pal .alocolumns .modular-block .h4, .cms-page-view .page-main-pal .alocolumns .modular-block .h5, .cms-page-view .page-main-pal .alocolumns .modular-block .h6, .cms-page-view .page-main-pal .alocolumns .modular-block p, .cms-home .page-main-pal .alocolumns .modular-block h1, .cms-home .page-main-pal .alocolumns .modular-block h2, .cms-home .page-main-pal .alocolumns .modular-block h3, .cms-home .page-main-pal .alocolumns .modular-block h4, .cms-home .page-main-pal .alocolumns .modular-block h5, .cms-home .page-main-pal .alocolumns .modular-block h6, .cms-home .page-main-pal .alocolumns .modular-block .h1, .cms-home .page-main-pal .alocolumns .modular-block .h2, .cms-home .page-main-pal .alocolumns .modular-block .h3, .cms-home .page-main-pal .alocolumns .modular-block .h4, .cms-home .page-main-pal .alocolumns .modular-block .h5, .cms-home .page-main-pal .alocolumns .modular-block .h6, .cms-home .page-main-pal .alocolumns .modular-block p {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.3em;
}
.cms-page-view .page-main-pal .alocolumns .modular-block h1, .cms-page-view .page-main-pal .alocolumns .modular-block h2, .cms-home .page-main-pal .alocolumns .modular-block h1, .cms-home .page-main-pal .alocolumns .modular-block h2 {
  letter-spacing: 0.5px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block h1, .cms-home .page-main-pal .alocolumns .modular-block h1 {
  font-size: 80px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block h1, .cms-home .page-main-pal .alocolumns .modular-block h1 {
    font-size: 54px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block h2, .cms-home .page-main-pal .alocolumns .modular-block h2 {
  font-size: 48px;
  font-weight: bold;
  width: 100%;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block h2, .cms-home .page-main-pal .alocolumns .modular-block h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block .col-sm-12, .cms-home .page-main-pal .alocolumns .modular-block .col-sm-12 {
    width: 100%;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block figure, .cms-home .page-main-pal .alocolumns .modular-block figure {
  overflow: hidden;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block .padd .cta-content, .cms-home .page-main-pal .alocolumns .modular-block .padd .cta-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block span.recommended-product, .cms-home .page-main-pal .alocolumns .modular-block span.recommended-product {
  margin-bottom: 17px;
  display: block;
  text-align: center;
  max-width: 440px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block span.recommended-product, .cms-home .page-main-pal .alocolumns .modular-block span.recommended-product {
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block .align-ver, .cms-home .page-main-pal .alocolumns .modular-block .align-ver {
  margin: 0 20px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block .image-box, .cms-home .page-main-pal .alocolumns .modular-block .image-box {
  min-height: 336px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content, .cms-home .page-main-pal .alocolumns .modular-block .cta-content {
  /*STILE BUTTONS GENERICO*/
  margin: 0 auto 40px;
  width: 100%;
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content a.btn, .cms-home .page-main-pal .alocolumns .modular-block .cta-content a.btn {
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content a.btn, .cms-home .page-main-pal .alocolumns .modular-block .cta-content a.btn {
    margin: 0 auto 5px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-left, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-left-mobile, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-left, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-left-mobile {
  text-align: left;
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-left a.btn:first-child, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-left-mobile a.btn:first-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-left a.btn:first-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-left-mobile a.btn:first-child {
  margin-right: 20px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-left a.btn:first-child, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-left-mobile a.btn:first-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-left a.btn:first-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-left-mobile a.btn:first-child {
    margin: 0 auto 5px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-center, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-center-mobile, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-center, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-center-mobile {
  text-align: center;
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-center a.btn, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-center-mobile a.btn, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-center a.btn, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-center-mobile a.btn {
  margin: 0 10px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-center a.btn, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-center-mobile a.btn, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-center a.btn, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-center-mobile a.btn {
    margin: 0 auto 5px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-right, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-right-mobile, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-right, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-right-mobile {
  text-align: right;
}
.cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-right a.btn:last-child, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-right-mobile a.btn:last-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-right a.btn:last-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-right-mobile a.btn:last-child {
  margin-left: 20px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-right a.btn:last-child, .cms-page-view .page-main-pal .alocolumns .modular-block .cta-content.div-right-mobile a.btn:last-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-right a.btn:last-child, .cms-home .page-main-pal .alocolumns .modular-block .cta-content.div-right-mobile a.btn:last-child {
    margin: 0 auto 5px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box h2.main-title, .cms-home .page-main-pal .alocolumns .modular-block.slide-box h2.main-title {
  margin-bottom: 50px;
  letter-spacing: 1px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box h2.main-title, .cms-home .page-main-pal .alocolumns .modular-block.slide-box h2.main-title {
    margin-bottom: 36px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big {
  position: relative;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .cta-content a.btn, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .cta-content a.btn {
  z-index: 1111;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots {
  text-align: center;
  padding: 20px 0 0;
  position: absolute;
  bottom: -67px;
  left: 0;
  right: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots {
    padding: 0;
    position: relative;
    bottom: 0;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots li, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots li {
  display: inline-block;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots li.slick-active button, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots li.slick-active button {
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: #1097FE;
  border: none;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots li button, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big ul.slick-dots li button {
  background: #0A263C;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  font-size: 0;
  margin: 0 3px;
  padding: 0;
  border: none;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide {
  display: block;
  position: relative;
  max-height: 674px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide img, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide img {
  width: 100%;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg {
  left: 0;
  display: inline-block;
  content: "";
  z-index: 1;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+37,0.65+63,1+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.31) 43%, rgba(0, 0, 0, 0.65) 88%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg {
    position: relative;
    background: transparent;
    height: auto;
    padding: 10px 18px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption {
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption {
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h2, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h2 {
  font-size: 28px;
  margin: 0 0 5px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h2, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h2 {
    font-size: 24px;
    margin: 0 0 1px;
    color: #0A263C;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3 {
  font-weight: normal;
  font-size: 22px;
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3 {
    font-size: 18px;
    color: #0A263C;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3 a, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3 a {
  font-size: 22px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3 a, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big .slick-slide .image-bg .caption h3 a {
    font-size: 18px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow {
  position: absolute;
  top: 50%;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next, .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev {
  z-index: 1;
  outline: none;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next, .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev {
    display: none;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next {
  right: 0;
  background: url(../images/slider/bg-arrow-right.png) no-repeat center;
  border: none;
  overflow: hidden;
  height: 36px;
  font-size: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: 36px;
  width: 36px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-next {
    margin-top: -60px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev {
  left: 0;
  background: url(../images/slider/bg-arrow-left.png) no-repeat center;
  border: none;
  overflow: hidden;
  height: 36px;
  font-size: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: 36px;
  width: 36px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev, .cms-home .page-main-pal .alocolumns .modular-block.slide-box .slider-big button.slick-arrow.slick-prev {
    margin-top: -60px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header {
  height: 320px;
  min-height: 320px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 24px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header {
    height: 265px;
    min-height: 265px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header h1, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header h1 {
  font-size: 39.8px;
  margin-bottom: 32px;
  line-height: 1.5em;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header h1, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header h1 {
    font-size: 28px;
    margin-bottom: 24px;
    line-height: 1.4em;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-items, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-items {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  /*@media only screen and (max-width:1023px){
    max-width: 600px;
  }*/
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text {
  display: inline-block;
  padding: 0 24px 0 36px;
  width: calc(100% - 146px);
  height: 42px;
  border-radius: 50px;
  color: #000;
  font-size: 16px;
  background-image: url(../images/support-search/search_icon@2x.png);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px;
  text-indent: 0;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text:-ms-input-placeholder, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text:-ms-input-placeholder {
  color: #7A8C91;
  font-size: 16px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text::placeholder, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text::placeholder {
  color: #7A8C91;
  font-size: 16px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-text {
    width: 100%;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-button, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-button {
  display: inline-block;
  width: 130px;
  margin: 0 0 0 16px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.support-search-header .support-search-button, .cms-home .page-main-pal .alocolumns .modular-block.support-search-header .support-search-button {
    display: none;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map h1, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map h1, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map h1 {
    margin-bottom: 24px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-map-container, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-map-container {
  margin-bottom: 32px;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-map-container, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-map-container {
    margin-bottom: 24px;
    height: 500px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-caption, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-caption {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  max-width: 670px;
  margin: 0 auto 32px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-caption, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-caption {
    margin-bottom: 24px;
  }
}
.cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-caption p, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-caption p {
  line-height: 24px;
}
.cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-element:last-child, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-element:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal .alocolumns .modular-block.mb18-map .mb18-element:last-child, .cms-home .page-main-pal .alocolumns .modular-block.mb18-map .mb18-element:last-child {
    margin-bottom: 0;
  }
}

/*fine classi generiche modulari*/
/* inizio modifiche container */
[class*=page-layout-custom_fluid_layout] .page-main-pal.container {
  max-width: 100%;
}

[class*=page-layout-custom_fluid_layout] .page-main-pal .alocolumns {
  max-width: 100%;
}

[class*=page-layout-custom_fluid_layout] #maincontent.container {
  padding-right: 0;
  padding-left: 0;
}

/* fine modifiche container */
/*eccezione buttons*/
.cms-page-view .page-main-pal > .alocolumns .btn.btn-action1.btn-small, .cms-home .page-main-pal > .alocolumns .btn.btn-action1.btn-small {
  padding: 5px 10px;
  margin: 0;
  line-height: 14px;
  display: inline;
  font-size: 13px;
  height: 24px;
  min-width: 0;
}
.cms-page-view .page-main-pal > .alocolumns .btn-btn-action1.btn-small a:link, .cms-home .page-main-pal > .alocolumns .btn-btn-action1.btn-small a:link {
  color: #FFFFFF;
}

/*fine eccezione buttons*/
.cms-page-view .page-main-pal > .alocolumns .save, .cms-home .page-main-pal > .alocolumns .save {
  background-image: url(../images/rec-products/save.png);
  background-repeat: no-repeat;
  background-size: 15px 19px;
  display: inline-block;
  border: none;
  border-radius: 0;
  padding-left: 20px;
  background-position: left top 1px;
  height: 20px;
}

.cms-page-view .page-main-pal > .alocolumns a.box:hover, .cms-home .page-main-pal > .alocolumns a.box:hover {
  outline: none;
  opacity: 0.8;
  text-decoration: none;
}
.cms-page-view .page-main-pal > .alocolumns .shadow-txt, .cms-home .page-main-pal > .alocolumns .shadow-txt {
  text-shadow: 0 1px 1px #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns h3.title-icon, .cms-home .page-main-pal > .alocolumns h3.title-icon {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns h3.title-icon, .cms-home .page-main-pal > .alocolumns h3.title-icon {
    font-size: 24px;
    text-align: center;
    margin: 0 auto 35px;
    max-width: 470px;
    text-transform: inherit;
  }
}
.cms-page-view .page-main-pal > .alocolumns h3.title-icon:before, .cms-home .page-main-pal > .alocolumns h3.title-icon:before {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: cover;
  background-position: center;
  content: "";
  margin: 0 10px -8px 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns h3.title-icon:before, .cms-home .page-main-pal > .alocolumns h3.title-icon:before {
    top: 1px;
    height: 24px;
    width: 24px;
    margin: 0 10px 0 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns h3.title-icon.icon-off:before, .cms-home .page-main-pal > .alocolumns h3.title-icon.icon-off:before {
  display: none;
}

/*colors*/
.cms-page-view .page-main-pal > .alocolumns h1.color-basic, .cms-page-view .page-main-pal > .alocolumns h2.color-basic, .cms-page-view .page-main-pal > .alocolumns h3.color-basic, .cms-page-view .page-main-pal > .alocolumns h4.color-basic, .cms-page-view .page-main-pal > .alocolumns h5.color-basic, .cms-page-view .page-main-pal > .alocolumns h6.color-basic, .cms-page-view .page-main-pal > .alocolumns p.color-basic, .cms-page-view .page-main-pal > .alocolumns span.color-basic, .cms-page-view .page-main-pal > .alocolumns .modular-block div.color-basic, .cms-home .page-main-pal > .alocolumns h1.color-basic, .cms-home .page-main-pal > .alocolumns h2.color-basic, .cms-home .page-main-pal > .alocolumns h3.color-basic, .cms-home .page-main-pal > .alocolumns h4.color-basic, .cms-home .page-main-pal > .alocolumns h5.color-basic, .cms-home .page-main-pal > .alocolumns h6.color-basic, .cms-home .page-main-pal > .alocolumns p.color-basic, .cms-home .page-main-pal > .alocolumns span.color-basic, .cms-home .page-main-pal > .alocolumns .modular-block div.color-basic {
  color: #FFFFFF;
}
.cms-page-view .page-main-pal > .alocolumns h1.color-dark, .cms-page-view .page-main-pal > .alocolumns h2.color-dark, .cms-page-view .page-main-pal > .alocolumns h3.color-dark, .cms-page-view .page-main-pal > .alocolumns h4.color-dark, .cms-page-view .page-main-pal > .alocolumns h5.color-dark, .cms-page-view .page-main-pal > .alocolumns h6.color-dark, .cms-page-view .page-main-pal > .alocolumns p.color-dark, .cms-page-view .page-main-pal > .alocolumns span.color-dark, .cms-page-view .page-main-pal > .alocolumns .modular-block div.color-dark, .cms-home .page-main-pal > .alocolumns h1.color-dark, .cms-home .page-main-pal > .alocolumns h2.color-dark, .cms-home .page-main-pal > .alocolumns h3.color-dark, .cms-home .page-main-pal > .alocolumns h4.color-dark, .cms-home .page-main-pal > .alocolumns h5.color-dark, .cms-home .page-main-pal > .alocolumns h6.color-dark, .cms-home .page-main-pal > .alocolumns p.color-dark, .cms-home .page-main-pal > .alocolumns span.color-dark, .cms-home .page-main-pal > .alocolumns .modular-block div.color-dark {
  color: #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns h1.color-primary, .cms-page-view .page-main-pal > .alocolumns h2.color-primary, .cms-page-view .page-main-pal > .alocolumns h3.color-primary, .cms-page-view .page-main-pal > .alocolumns h4.color-primary, .cms-page-view .page-main-pal > .alocolumns h5.color-primary, .cms-page-view .page-main-pal > .alocolumns h6.color-primary, .cms-page-view .page-main-pal > .alocolumns p.color-primary, .cms-page-view .page-main-pal > .alocolumns span.color-primary, .cms-page-view .page-main-pal > .alocolumns .modular-block div.color-primary, .cms-home .page-main-pal > .alocolumns h1.color-primary, .cms-home .page-main-pal > .alocolumns h2.color-primary, .cms-home .page-main-pal > .alocolumns h3.color-primary, .cms-home .page-main-pal > .alocolumns h4.color-primary, .cms-home .page-main-pal > .alocolumns h5.color-primary, .cms-home .page-main-pal > .alocolumns h6.color-primary, .cms-home .page-main-pal > .alocolumns p.color-primary, .cms-home .page-main-pal > .alocolumns span.color-primary, .cms-home .page-main-pal > .alocolumns .modular-block div.color-primary {
  color: #003B79;
}
.cms-page-view .page-main-pal > .alocolumns h1.color-secondary, .cms-page-view .page-main-pal > .alocolumns h2.color-secondary, .cms-page-view .page-main-pal > .alocolumns h3.color-secondary, .cms-page-view .page-main-pal > .alocolumns h4.color-secondary, .cms-page-view .page-main-pal > .alocolumns h5.color-secondary, .cms-page-view .page-main-pal > .alocolumns h6.color-secondary, .cms-page-view .page-main-pal > .alocolumns p.color-secondary, .cms-page-view .page-main-pal > .alocolumns span.color-secondary, .cms-page-view .page-main-pal > .alocolumns .modular-block div.color-secondary, .cms-home .page-main-pal > .alocolumns h1.color-secondary, .cms-home .page-main-pal > .alocolumns h2.color-secondary, .cms-home .page-main-pal > .alocolumns h3.color-secondary, .cms-home .page-main-pal > .alocolumns h4.color-secondary, .cms-home .page-main-pal > .alocolumns h5.color-secondary, .cms-home .page-main-pal > .alocolumns h6.color-secondary, .cms-home .page-main-pal > .alocolumns p.color-secondary, .cms-home .page-main-pal > .alocolumns span.color-secondary, .cms-home .page-main-pal > .alocolumns .modular-block div.color-secondary {
  color: #1097FE;
}
.cms-page-view .page-main-pal > .alocolumns h1.color-stripe, .cms-page-view .page-main-pal > .alocolumns h2.color-stripe, .cms-page-view .page-main-pal > .alocolumns h3.color-stripe, .cms-page-view .page-main-pal > .alocolumns h4.color-stripe, .cms-page-view .page-main-pal > .alocolumns h5.color-stripe, .cms-page-view .page-main-pal > .alocolumns h6.color-stripe, .cms-page-view .page-main-pal > .alocolumns p.color-stripe, .cms-page-view .page-main-pal > .alocolumns span.color-stripe, .cms-page-view .page-main-pal > .alocolumns .modular-block div.color-stripe, .cms-home .page-main-pal > .alocolumns h1.color-stripe, .cms-home .page-main-pal > .alocolumns h2.color-stripe, .cms-home .page-main-pal > .alocolumns h3.color-stripe, .cms-home .page-main-pal > .alocolumns h4.color-stripe, .cms-home .page-main-pal > .alocolumns h5.color-stripe, .cms-home .page-main-pal > .alocolumns h6.color-stripe, .cms-home .page-main-pal > .alocolumns p.color-stripe, .cms-home .page-main-pal > .alocolumns span.color-stripe, .cms-home .page-main-pal > .alocolumns .modular-block div.color-stripe {
  color: #E60668;
}
.cms-page-view .page-main-pal > .alocolumns h1.color-msg-error, .cms-page-view .page-main-pal > .alocolumns h2.color-msg-error, .cms-page-view .page-main-pal > .alocolumns h3.color-msg-error, .cms-page-view .page-main-pal > .alocolumns h4.color-msg-error, .cms-page-view .page-main-pal > .alocolumns h5.color-msg-error, .cms-page-view .page-main-pal > .alocolumns h6.color-msg-error, .cms-page-view .page-main-pal > .alocolumns p.color-msg-error, .cms-page-view .page-main-pal > .alocolumns span.color-msg-error, .cms-page-view .page-main-pal > .alocolumns .modular-block div.color-msg-error, .cms-home .page-main-pal > .alocolumns h1.color-msg-error, .cms-home .page-main-pal > .alocolumns h2.color-msg-error, .cms-home .page-main-pal > .alocolumns h3.color-msg-error, .cms-home .page-main-pal > .alocolumns h4.color-msg-error, .cms-home .page-main-pal > .alocolumns h5.color-msg-error, .cms-home .page-main-pal > .alocolumns h6.color-msg-error, .cms-home .page-main-pal > .alocolumns p.color-msg-error, .cms-home .page-main-pal > .alocolumns span.color-msg-error, .cms-home .page-main-pal > .alocolumns .modular-block div.color-msg-error {
  color: #E02B27;
}

/*colors*/
.cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic h1, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic h2, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic h3, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic h4, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic h5, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic h6, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic p, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-basic span, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic h1, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic h2, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic h3, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic h4, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic h5, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic h6, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic p, .cms-home .page-main-pal > .alocolumns .modular-block div .color-basic span {
  color: #FFFFFF;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark h1, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark h2, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark h3, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark h4, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark h5, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark h6, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark p, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-dark span, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark h1, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark h2, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark h3, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark h4, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark h5, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark h6, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark p, .cms-home .page-main-pal > .alocolumns .modular-block div .color-dark span {
  color: #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary h1, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary h2, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary h3, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary h4, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary h5, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary h6, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary p, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-primary span, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary h1, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary h2, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary h3, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary h4, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary h5, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary h6, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary p, .cms-home .page-main-pal > .alocolumns .modular-block div .color-primary span {
  color: #003B79;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary h1, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary h2, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary h3, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary h4, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary h5, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary h6, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary p, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-secondary span, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary h1, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary h2, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary h3, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary h4, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary h5, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary h6, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary p, .cms-home .page-main-pal > .alocolumns .modular-block div .color-secondary span {
  color: #1097FE;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe h1, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe h2, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe h3, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe h4, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe h5, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe h6, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe p, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-stripe span, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe h1, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe h2, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe h3, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe h4, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe h5, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe h6, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe p, .cms-home .page-main-pal > .alocolumns .modular-block div .color-stripe span {
  color: #E60668;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error h1, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error h2, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error h3, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error h4, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error h5, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error h6, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error p, .cms-page-view .page-main-pal > .alocolumns .modular-block div .color-msg-error span, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error h1, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error h2, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error h3, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error h4, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error h5, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error h6, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error p, .cms-home .page-main-pal > .alocolumns .modular-block div .color-msg-error span {
  color: #E02B27;
}

/* borders */
.cms-page-view .page-main-pal > .alocolumns .modular-block.border-color-basic, .cms-home .page-main-pal > .alocolumns .modular-block.border-color-basic {
  border: 1px solid #FFFFFF;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.border-color-dark, .cms-home .page-main-pal > .alocolumns .modular-block.border-color-dark {
  border: 1px solid #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.border-color-primary, .cms-home .page-main-pal > .alocolumns .modular-block.border-color-primary {
  border: 1px solid #003B79;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.border-color-secondary, .cms-home .page-main-pal > .alocolumns .modular-block.border-color-secondary {
  border: 1px solid #1097FE;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.border-color-stripe, .cms-home .page-main-pal > .alocolumns .modular-block.border-color-stripe {
  border: 1px solid #E60668;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.border-color-msg-error, .cms-home .page-main-pal > .alocolumns .modular-block.border-color-msg-error {
  border: 1px solid #E02B27;
}

.cms-page-view .page-main-pal > .alocolumns .alignment-top, .cms-page-view .page-main-pal > .alocolumns .alignment-bottom, .cms-page-view .page-main-pal > .alocolumns .alignment-center, .cms-home .page-main-pal > .alocolumns .alignment-top, .cms-home .page-main-pal > .alocolumns .alignment-bottom, .cms-home .page-main-pal > .alocolumns .alignment-center {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .alignment-top, .cms-page-view .page-main-pal > .alocolumns .alignment-bottom, .cms-page-view .page-main-pal > .alocolumns .alignment-center, .cms-home .page-main-pal > .alocolumns .alignment-top, .cms-home .page-main-pal > .alocolumns .alignment-bottom, .cms-home .page-main-pal > .alocolumns .alignment-center {
    display: block;
  }
}
.cms-page-view .page-main-pal > .alocolumns .alignment-top, .cms-home .page-main-pal > .alocolumns .alignment-top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.cms-page-view .page-main-pal > .alocolumns .alignment-center, .cms-home .page-main-pal > .alocolumns .alignment-center {
  -ms-flex-align: center;
      align-items: center;
}
.cms-page-view .page-main-pal > .alocolumns .alignment-bottom, .cms-home .page-main-pal > .alocolumns .alignment-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

/* inizio modifiche padding */
.cms-page-view .page-main-pal > .alocolumns .pd-default-top, .cms-home .page-main-pal > .alocolumns .pd-default-top {
  padding-top: 50px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-default-top, .cms-home .page-main-pal > .alocolumns .pd-default-top {
    padding-top: 30px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-small-top, .cms-home .page-main-pal > .alocolumns .pd-small-top {
  padding-top: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-small-top, .cms-home .page-main-pal > .alocolumns .pd-small-top {
    padding-top: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-medium-top, .cms-home .page-main-pal > .alocolumns .pd-medium-top {
  padding-top: 10px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-medium-top, .cms-home .page-main-pal > .alocolumns .pd-medium-top {
    padding-top: 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-large-top, .cms-home .page-main-pal > .alocolumns .pd-large-top {
  padding-top: 75px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-large-top, .cms-home .page-main-pal > .alocolumns .pd-large-top {
    padding-top: 50px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-x_large-top, .cms-home .page-main-pal > .alocolumns .pd-x_large-top {
  padding-top: 100px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-x_large-top, .cms-home .page-main-pal > .alocolumns .pd-x_large-top {
    padding-top: 75px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-default-bottom, .cms-home .page-main-pal > .alocolumns .pd-default-bottom {
  padding-bottom: 50px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-default-bottom, .cms-home .page-main-pal > .alocolumns .pd-default-bottom {
    padding-bottom: 30px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-small-bottom, .cms-home .page-main-pal > .alocolumns .pd-small-bottom {
  padding-bottom: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-small-bottom, .cms-home .page-main-pal > .alocolumns .pd-small-bottom {
    padding-bottom: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-medium-bottom, .cms-home .page-main-pal > .alocolumns .pd-medium-bottom {
  padding-bottom: 10px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-medium-bottom, .cms-home .page-main-pal > .alocolumns .pd-medium-bottom {
    padding-bottom: 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-large-bottom, .cms-home .page-main-pal > .alocolumns .pd-large-bottom {
  padding-bottom: 75px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-large-bottom, .cms-home .page-main-pal > .alocolumns .pd-large-bottom {
    padding-bottom: 50px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .pd-x_large-bottom, .cms-home .page-main-pal > .alocolumns .pd-x_large-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .pd-x_large-bottom, .cms-home .page-main-pal > .alocolumns .pd-x_large-bottom {
    padding-bottom: 75px;
  }
}

/* fine modifiche padding */
.cms-page-view .page-main-pal > .alocolumns .modular-block.block-clickable, .cms-home .page-main-pal > .alocolumns .modular-block.block-clickable {
  position: relative;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block a.absolute-link, .cms-home .page-main-pal > .alocolumns .modular-block a.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
  text-decoration: none;
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.important-features h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.list h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title h2, .cms-home .page-main-pal > .alocolumns .modular-block.devices h2, .cms-home .page-main-pal > .alocolumns .modular-block.important-features h2, .cms-home .page-main-pal > .alocolumns .modular-block.list h2, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities h2, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title h2 {
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container {
  min-height: 625px;
  height: 64vh;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container {
  min-height: 400px;
  height: 42vh;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container {
  width: 100%;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container {
    height: 400px;
    min-height: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h1, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h1, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h1, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h1 {
  font-weight: bold;
  font-size: 80px;
  margin: 0 auto 35px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h1, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h1, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h1, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h1 {
    margin: 0 auto 48px;
    font-size: 54px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h1.txt-tac img, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h1.txt-tac-mobile img, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h1.txt-tac img, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h1.txt-tac-mobile img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h1.txt-tac img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h1.txt-tac-mobile img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h1.txt-tac img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h1.txt-tac-mobile img {
  text-align: center;
  margin: 0 auto 20px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h1 img, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h1 img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h1 img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h1 img {
  max-width: 100%;
  height: 1.3em;
  margin: 0 20px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h1 img, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h1 img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h1 img, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h1 img {
    height: 50px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h3, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h3, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h3 {
  font-size: 36px;
  margin: 0 auto 28px;
  font-weight: normal;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-big .container h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.hero-little .container h3, .cms-home .page-main-pal > .alocolumns .modular-block.hero-big .container h3, .cms-home .page-main-pal > .alocolumns .modular-block.hero-little .container h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 30px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title p, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title h2, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title p {
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title h2, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title h2 {
  margin: 0 auto 10px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title h2, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title h2 {
    margin: 0 auto 20px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title p, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title p {
  font-size: 24px;
  max-width: 651px;
  margin: 0 auto 49px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title p, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title p {
    font-size: 16px;
    margin: 0 auto 29px;
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd {
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd {
    min-height: 313px;
    margin: 0 auto 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .slick-slider .slick-list, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .slick-slider .slick-list {
  overflow: inherit;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider {
  position: relative;
  min-height: 337px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h2, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h2 {
  font-size: 36px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h2, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h2 {
    font-size: 24px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h3, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h3 {
  font-weight: bold;
  font-size: 24px;
  margin: 0 auto 20px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h3, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider h3 {
    font-size: 18px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider button.slick-arrow, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider button.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider button.slick-arrow.slick-prev, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider button.slick-arrow.slick-prev {
  left: 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider button.slick-arrow.slick-next, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider button.slick-arrow.slick-next {
  right: 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider .slick-list, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider .slick-list {
  overflow: inherit;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider .slick-list .slick-track, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider .slick-list .slick-track {
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider .slick-list .slick-track > div, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .padd .slide-box .cont-slick-slider .slider .slick-list .slick-track > div {
  min-height: 336px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .col-sm-3:nth-child(2), .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .col-md-3:nth-child(2), .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .col-sm-3:nth-child(2), .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .col-md-3:nth-child(2) {
  padding-right: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .col-sm-3:nth-child(2), .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .col-md-3:nth-child(2), .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .col-sm-3:nth-child(2), .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .col-md-3:nth-child(2) {
    padding-right: 15px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .slider-recommended-product .slick-list, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .slider-recommended-product .slick-list {
  overflow: inherit;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct {
  margin-right: 20px;
  height: 336px;
  max-width: 210px;
  overflow: hidden;
  padding: 0;
  border: none;
  background: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 17px;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 102px;
    width: 292px;
    max-width: 292px;
    float: left;
    min-height: 0;
    margin: 0 0 10px 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .slick-list, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .slick-list {
  overflow: inherit;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount {
  display: block;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount.show-price-discount-mobile, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount.show-price-discount-mobile {
    display: block;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount .show-price-discount-desktop, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount .show-price-discount-desktop {
  display: block;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount .show-price-discount-desktop, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container-easyway .card-price-discount .show-price-discount-desktop {
    display: none;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container {
    height: 102px;
    width: 292px;
    max-width: 292px;
    position: relative;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container img.card-img-top, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container img.card-img-top {
  margin: 0 auto 6px;
  max-height: 150px;
  width: auto;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container img.card-img-top, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container img.card-img-top {
    display: inline;
    width: 105px;
    height: 65px;
    margin: 0;
    float: left;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container a:hover, .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container a:focus, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container a:hover, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container a:focus {
  text-decoration: none;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block {
  margin: 0;
  padding: 0 12px 6px;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block {
    margin: 0;
    padding: 7px 7px 0;
    border: none;
    box-shadow: none;
    float: right;
    text-align: left;
    display: inline-block;
    width: 60%;
    vertical-align: middle;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block h3.categ-style-blog, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block h3.categ-style-blog {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-category, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-category {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #0a263c;
  font-size: 16px;
  margin-bottom: 4px;
  display: inline-block;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-logo, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-logo {
  height: 20px;
  margin: 0 auto 10px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-logo, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-logo {
    height: 16px;
    text-align: left;
    margin: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-title, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-title {
  font-size: 15px;
  font-weight: normal;
  height: 38px;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-title, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-title {
    font-size: 14px;
    font-weight: 500;
    min-height: 0;
    margin: 5px 0 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price-discount, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price-discount {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  clear: both;
  margin: 0;
  color: #0A263C;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price-discount, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price-discount {
    display: none;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price {
  color: #E60668;
  font-size: 26px;
  font-weight: 700;
  clear: both;
  margin-top: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-block .card-price {
    display: none;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer {
  padding: 15px 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer {
    display: none;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer a:link, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer a:link {
  text-transform: uppercase;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer a.save, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer a.save {
  font-size: 13px;
  font-weight: 500;
  float: left;
  margin: 3px 0 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer .btn-small, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer .btn-small {
    display: none;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile {
    padding: 0 10px;
    border-top: 1px solid #e8e8e8;
    display: block;
    height: 40px;
    clear: both;
  }
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile a.save, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile a.save {
    float: left;
  }
}
@media only screen and (max-width:1023px) and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile a.save, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile a.save {
    margin: 5px 0 0 0;
  }
}
@media only screen and (max-width:1023px) and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block {
    display: inline-block;
    float: right;
  }
}
@media only screen and (max-width:1023px) and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price-discount, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price-discount {
    float: left;
    padding: 5px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price-discount i, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price-discount i {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 30px 0 0;
    color: #0A263C;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price {
    color: #E60668;
    font-size: 26px;
    font-weight: 700;
  }
}
@media only screen and (max-width:1023px) and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .card-container .card-footer-mobile .price-block .card-price {
    float: right;
    font-size: 18px;
    margin-top: 5px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .slick-track, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct .slick-track {
    margin-bottom: 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct p, .cms-home .page-main-pal > .alocolumns .modular-block.chart-title .cont-slick-slider .block-recommended-prdct p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section .container-fluid .padd.fluid-img-container, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section .container-fluid .padd.fluid-img-container {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-align: center;
      align-items: center;
  max-height: 500px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section .container-fluid .padd.fluid-img-container figure, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section .container-fluid .padd.fluid-img-container figure {
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section .container-fluid .padd.fluid-img-container img, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section .container-fluid .padd.fluid-img-container img {
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section .padd, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section .padd {
  width: 100%;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section .cta-content {
    margin: 0 auto 40px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section h2, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section h2 {
  margin: 0 auto 35px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section h2.main-title, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section h2.main-title {
  padding: 0 15px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section h2, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section h2 {
    margin: 0 auto 36px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section h3, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section h3 {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 16px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section h3, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section h3 {
    font-size: 24px;
    margin: 0 auto 10px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section p, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section p {
  font-size: 18px;
  margin: 0 0 51px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.standard-section p, .cms-home .page-main-pal > .alocolumns .modular-block.standard-section p {
    font-size: 16px;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .col-sm-12.box, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .col-sm-12.box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .col-sm-12.box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .col-sm-12.box {
    width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid a.absolute-link, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container a.absolute-link, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid a.absolute-link, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container a.absolute-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container h2, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h2, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container h2 {
  margin: 0 auto 51px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container h2, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h2, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container h2 {
    margin: 0 auto 39px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h4, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container h4, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h4, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 auto 51px;
  max-width: 680px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h4, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container h4, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid h4, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container h4 {
    font-size: 18px;
    margin: 0 auto 39px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box {
  min-height: 90px;
  margin: 0 auto;
  color: #FFFFFF;
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
  padding: 64px 32px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box {
    margin: 0 auto;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box p, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box p, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box h3, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box p, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box h3, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box p {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box h3, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box h3, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box h3 {
  font-size: 32px;
  margin: 0 auto 16px;
  font-weight: bold;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box h3, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box h3, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box h3 {
    margin: 0 auto 19px;
    font-size: 32px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box p, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box p, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box p, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box p {
  font-size: 18px;
  margin: 0 auto 32px;
  font-weight: normal;
  max-width: 395px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box p, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box p, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box p, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box p {
    margin: 0 auto 19px;
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box .cta-content, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .box .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .box .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .box .cta-content {
  z-index: 3;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .cta-content, .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-fluid .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .cta-content {
  margin: 0 auto;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .container, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .container, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .container {
    display: block;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .container .box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .container .box {
  height: 339px;
  max-width: 100%;
  margin: 0 19px 0;
  padding: 64px 32px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.multi-cta-container .container .box, .cms-home .page-main-pal > .alocolumns .modular-block.multi-cta-container .container .box {
    margin: 0 auto 40px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block h2, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block h2 {
  font-weight: bold;
  font-size: 64px;
  margin: 0 auto 15px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block h2, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block h2 {
    font-size: 48px;
    margin: 0 auto 17px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block h3, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 auto 50px;
  max-width: 900px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block h3, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block h3 {
    font-size: 24px;
    margin: 0 auto 50px;
    font-weight: medium;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block .box, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block .box {
  min-height: 468px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block .box, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block .box {
    min-height: 0;
    height: 465px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block .box .padd, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block .box .padd {
  max-width: 462px;
  margin: 0 auto;
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image {
  min-height: 468px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image {
    min-height: 435px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image h2, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image h2 {
    text-transform: uppercase;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image h3, .cms-home .page-main-pal > .alocolumns .modular-block.promo-block.promo-block-image h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0 auto 59px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices h2, .cms-home .page-main-pal > .alocolumns .modular-block.devices h2 {
  margin: 0 auto 50px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices h2, .cms-home .page-main-pal > .alocolumns .modular-block.devices h2 {
    font-size: 36px;
    margin: 0 auto 36px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .col-sm-12, .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .col-xs-12, .cms-home .page-main-pal > .alocolumns .modular-block.devices .col-sm-12, .cms-home .page-main-pal > .alocolumns .modular-block.devices .col-xs-12 {
    margin-bottom: 80px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box {
  max-width: 442px;
  margin: 0 auto 62px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box {
    min-height: 0;
    max-width: 100%;
    margin: 0 auto 19px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box h3, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box h3 {
  font-weight: bold;
  font-size: 36px;
  margin: 0 0 15px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box h3, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box h3 {
    font-size: 24px;
    margin: 0 0 10px;
    text-align: center;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box p, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box p {
  font-size: 18px;
  margin: 0 0 26px;
  font-weight: normal;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box p, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box p {
    font-size: 16px;
    margin: 0 0 19px;
    text-align: center;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box figure, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box figure {
  overflow: hidden;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .column-box figure img, .cms-home .page-main-pal > .alocolumns .modular-block.devices .column-box figure img {
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .image-box, .cms-home .page-main-pal > .alocolumns .modular-block.devices .image-box {
  margin: 0 auto 50px;
  max-width: 439px;
  height: 264px;
  min-height: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .image-box, .cms-home .page-main-pal > .alocolumns .modular-block.devices .image-box {
    max-width: 100%;
    margin: 0 auto 78px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.devices .cta-content {
  max-width: 442px;
  margin: 0 auto 54px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.devices .cta-content.div-center.div-center-mobile, .cms-home .page-main-pal > .alocolumns .modular-block.devices .cta-content.div-center.div-center-mobile {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.devices .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.devices .cta-content {
    margin: 0 auto 30px;
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .row, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .row {
  margin-bottom: 20px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities h2, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities h2 {
  margin: 0 auto 50px;
  font-size: 64px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities h2, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities h2 {
    margin: 0 auto 40px;
    font-size: 36px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd.media-cont .image-box, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd.media-cont .image-box {
  min-height: 375px;
  max-width: 544px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd.media-cont .image-box, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd.media-cont .image-box {
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element {
  margin: 0 0 57px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element:last-of-type, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element:last-of-type {
  margin: 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element p, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element p {
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  padding-left: 50px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element p, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element p {
    font-size: 16px;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 100%;
    padding: 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element.icon-off h3:before, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element.icon-off h3:before {
  display: none;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element.icon-off p, .cms-home .page-main-pal > .alocolumns .modular-block.functionalities .padd .list-element.icon-off p {
  padding-left: 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features, .cms-home .page-main-pal > .alocolumns .modular-block.important-features {
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features h2, .cms-home .page-main-pal > .alocolumns .modular-block.important-features h2 {
  margin: 0 auto 50px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.important-features h2, .cms-home .page-main-pal > .alocolumns .modular-block.important-features h2 {
    margin: 0 auto 39px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature {
  margin-bottom: 50px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature .image-box, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature .image-box {
  margin: 0 auto 29px;
  max-width: 353px;
  min-height: 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature .image-box, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature .image-box {
    margin: 0 auto 11px;
    max-width: 100%;
    height: auto;
    min-height: 184px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature p, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature h3, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature p {
  text-align: center;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature h3.title-icon, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature h3.title-icon {
  margin: 0 auto 35px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature h3.title-icon, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature h3.title-icon {
    margin: 0 auto 20px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature p, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature p {
  font-size: 22px;
  max-width: 351px;
  margin: 0 auto;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.important-features .box-feature p, .cms-home .page-main-pal > .alocolumns .modular-block.important-features .box-feature p {
    font-size: 18px;
    margin-bottom: 50px;
    max-width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.video-section .video-box, .cms-home .page-main-pal > .alocolumns .modular-block.video-section .video-box {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.video-section .video-box iframe, .cms-page-view .page-main-pal > .alocolumns .modular-block.video-section .video-box object, .cms-page-view .page-main-pal > .alocolumns .modular-block.video-section .video-box embed, .cms-home .page-main-pal > .alocolumns .modular-block.video-section .video-box iframe, .cms-home .page-main-pal > .alocolumns .modular-block.video-section .video-box object, .cms-home .page-main-pal > .alocolumns .modular-block.video-section .video-box embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list .bd-none ul li p, .cms-home .page-main-pal > .alocolumns .modular-block.list .bd-none ul li p {
  border-left: 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list h2, .cms-home .page-main-pal > .alocolumns .modular-block.list h2 {
  margin: 0 auto 78px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.list h2, .cms-home .page-main-pal > .alocolumns .modular-block.list h2 {
    font-size: 36px;
    margin: 0 auto 26px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list ul, .cms-home .page-main-pal > .alocolumns .modular-block.list ul {
  list-style-type: none;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.list ul, .cms-home .page-main-pal > .alocolumns .modular-block.list ul {
    /* Chrome, Safari, Opera */
    /* Firefox */
    column-count: 1;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li {
  position: relative;
  margin: 0 auto;
  width: 480px;
  max-width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li:last-child p, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li:last-child p {
  border-left: 0 none;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li::before, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li::before {
  content: "•";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #E60668;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
  color: transparent;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li h3, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li h3 {
  font-size: 21px;
  font-weight: medium;
  text-indent: 16px;
  margin: 0 14px 1px;
  text-transform: uppercase;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li h3, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li h3 {
    font-size: 18px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li p, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li p {
  margin: -10px 0 -12px 6px;
  font-size: 18px;
  border-left: 1px solid #E60668;
  padding: 10px 25px 34px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.list ul li p, .cms-home .page-main-pal > .alocolumns .modular-block.list ul li p {
    font-size: 16px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .cta-content {
  margin: 0 auto 0;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .padd .cta-content, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .padd .cta-content {
  margin-bottom: 0;
}
@media (min-width: 1170px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .container, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .padd, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .padd {
    padding: 0 15px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner {
  padding: 50px 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner {
    padding: 70px 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content {
  margin-top: 40px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd {
  margin-bottom: 50px;
  padding: 0 20px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd {
    margin-bottom: 40px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd h3, .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd p, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd h3, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-inner-content .padd p {
  max-width: 100%;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section.container, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section.container {
  max-width: 821px;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section h2, .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section p, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section h2, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section p {
  max-width: 680px;
  margin: 0 auto;
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section h2, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section h2 {
  margin-bottom: 16px;
  font-size: 32px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section h2, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section p, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section p {
  margin-bottom: 28px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section p, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-content, .cms-home .page-main-pal > .alocolumns .modular-block.accordion-section .accordion-content {
  display: none;
}

@media only screen and (min-width:1024px) {
  #mb15-test-2 .accordion-content, #mb15-test-1 .accordion-content {
    margin: 0 auto;
  }
}

.txt-tac h1, .txt-tac h2, .txt-tac h3, .txt-tac h4, .txt-tac h5, .txt-tac h6, .txt-tac span, .txt-tac-mobile h1, .txt-tac-mobile h2, .txt-tac-mobile h3, .txt-tac-mobile h4, .txt-tac-mobile h5, .txt-tac-mobile h6, .txt-tac-mobile span, .accordion-inner-content h1, .accordion-inner-content h2, .accordion-inner-content h3, .accordion-inner-content h4, .accordion-inner-content h5, .accordion-inner-content h6, .accordion-inner-content span {
  text-align: center;
  margin: 0 auto;
}

/*allineamento testi desktop*/
@media only screen and (min-width:1024px) {
  .cms-page-view .page-main-pal > .alocolumns h1.txt-tac,
.cms-page-view .page-main-pal > .alocolumns h2.txt-tac,
.cms-page-view .page-main-pal > .alocolumns h3.txt-tac,
.cms-page-view .page-main-pal > .alocolumns h4.txt-tac,
.cms-page-view .page-main-pal > .alocolumns h5.txt-tac,
.cms-page-view .page-main-pal > .alocolumns h6.txt-tac,
.cms-page-view .page-main-pal > .alocolumns p.txt-tac,
.cms-page-view .page-main-pal > .alocolumns span.txt-tac,
.cms-page-view .page-main-pal > .alocolumns .modular-block div.txt-tac,
.cms-home .page-main-pal > .alocolumns h1.txt-tac,
.cms-home .page-main-pal > .alocolumns h2.txt-tac,
.cms-home .page-main-pal > .alocolumns h3.txt-tac,
.cms-home .page-main-pal > .alocolumns h4.txt-tac,
.cms-home .page-main-pal > .alocolumns h5.txt-tac,
.cms-home .page-main-pal > .alocolumns h6.txt-tac,
.cms-home .page-main-pal > .alocolumns p.txt-tac,
.cms-home .page-main-pal > .alocolumns span.txt-tac,
.cms-home .page-main-pal > .alocolumns .modular-block div.txt-tac {
    text-align: center;
  }

  .cms-page-view .page-main-pal > .alocolumns h1.txt-tal,
.cms-page-view .page-main-pal > .alocolumns h2.txt-tal,
.cms-page-view .page-main-pal > .alocolumns h3.txt-tal,
.cms-page-view .page-main-pal > .alocolumns h4.txt-tal,
.cms-page-view .page-main-pal > .alocolumns h5.txt-tal,
.cms-page-view .page-main-pal > .alocolumns h6.txt-tal,
.cms-page-view .page-main-pal > .alocolumns p.txt-tal,
.cms-page-view .page-main-pal > .alocolumns span.txt-tal,
.cms-page-view .page-main-pal > .alocolumns .modular-block div.txt-tal,
.cms-home .page-main-pal > .alocolumns h1.txt-tal,
.cms-home .page-main-pal > .alocolumns h2.txt-tal,
.cms-home .page-main-pal > .alocolumns h3.txt-tal,
.cms-home .page-main-pal > .alocolumns h4.txt-tal,
.cms-home .page-main-pal > .alocolumns h5.txt-tal,
.cms-home .page-main-pal > .alocolumns h6.txt-tal,
.cms-home .page-main-pal > .alocolumns p.txt-tal,
.cms-home .page-main-pal > .alocolumns span.txt-tal,
.cms-home .page-main-pal > .alocolumns .modular-block div.txt-tal {
    text-align: left;
  }

  .cms-page-view .page-main-pal > .alocolumns h1.txt-tar,
.cms-page-view .page-main-pal > .alocolumns h2.txt-tar,
.cms-page-view .page-main-pal > .alocolumns h3.txt-tar,
.cms-page-view .page-main-pal > .alocolumns h4.txt-tar,
.cms-page-view .page-main-pal > .alocolumns h5.txt-tar,
.cms-page-view .page-main-pal > .alocolumns h6.txt-tar,
.cms-page-view .page-main-pal > .alocolumns p.txt-tar,
.cms-page-view .page-main-pal > .alocolumns span.txt-tar, ƒ .cms-page-view .page-main-pal > .alocolumns .modular-block div.txt-tar,
.cms-home .page-main-pal > .alocolumns h1.txt-tar,
.cms-home .page-main-pal > .alocolumns h2.txt-tar,
.cms-home .page-main-pal > .alocolumns h3.txt-tar,
.cms-home .page-main-pal > .alocolumns h4.txt-tar,
.cms-home .page-main-pal > .alocolumns h5.txt-tar,
.cms-home .page-main-pal > .alocolumns h6.txt-tar,
.cms-home .page-main-pal > .alocolumns p.txt-tar,
.cms-home .page-main-pal > .alocolumns span.txt-tar,
.cms-home .page-main-pal > .alocolumns .modular-block div.txt-tar {
    text-align: right;
  }

  .cms-page-view .page-main-pal > .alocolumns .div-right, .cms-home .page-main-pal > .alocolumns .div-right, .cms-page-view .page-main-pal > .alocolumns .div-center, .cms-home .page-main-pal > .alocolumns .div-center, .cms-page-view .page-main-pal > .alocolumns .div-left, .cms-home .page-main-pal > .alocolumns .div-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }

  .cms-page-view .page-main-pal > .alocolumns .div-right, .cms-home .page-main-pal > .alocolumns .div-right {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .cms-page-view .page-main-pal > .alocolumns .div-center, .cms-home .page-main-pal > .alocolumns .div-center {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .cms-page-view .page-main-pal > .alocolumns .div-left, .cms-home .page-main-pal > .alocolumns .div-left {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns h1.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns h2.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns h3.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns h4.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns h5.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns h6.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns p.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns span.txt-tac-mobile,
.cms-page-view .page-main-pal > .alocolumns .modular-block div.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns h1.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns h2.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns h3.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns h4.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns h5.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns h6.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns p.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns span.txt-tac-mobile,
.cms-home .page-main-pal > .alocolumns .modular-block div.txt-tac-mobile {
    text-align: center;
  }

  .cms-page-view .page-main-pal > .alocolumns h1.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns h2.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns h3.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns h4.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns h5.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns h6.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns p.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns span.txt-tal-mobile,
.cms-page-view .page-main-pal > .alocolumns .modular-block div.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns h1.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns h2.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns h3.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns h4.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns h5.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns h6.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns p.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns span.txt-tal-mobile,
.cms-home .page-main-pal > .alocolumns .modular-block div.txt-tal-mobile {
    text-align: left;
  }

  .cms-page-view .page-main-pal > .alocolumns h1.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns h2.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns h3.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns h4.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns h5.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns h6.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns p.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns span.txt-tar-mobile,
.cms-page-view .page-main-pal > .alocolumns .modular-block div.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns h1.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns h2.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns h3.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns h4.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns h5.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns h6.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns p.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns span.txt-tar-mobile,
.cms-home .page-main-pal > .alocolumns .modular-block div.txt-tar-mobile {
    text-align: right;
  }

  .cms-home .page-main-pal > .alocolumns .div-right-mobile, .cms-page-view .page-main-pal > .alocolumns .div-right-mobile, .cms-page-view .page-main-pal > .alocolumns .div-center-mobile, .cms-home .page-main-pal > .alocolumns .div-center-mobile, .cms-page-view .page-main-pal > .alocolumns .div-left-mobile, .cms-home .page-main-pal > .alocolumns .div-left-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width:1023px) and (max-width:1023px) {
  .cms-home .page-main-pal > .alocolumns .div-right-mobile, .cms-page-view .page-main-pal > .alocolumns .div-right-mobile, .cms-page-view .page-main-pal > .alocolumns .div-center-mobile, .cms-home .page-main-pal > .alocolumns .div-center-mobile, .cms-page-view .page-main-pal > .alocolumns .div-left-mobile, .cms-home .page-main-pal > .alocolumns .div-left-mobile {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (max-width:1023px) {
  .cms-home .page-main-pal > .alocolumns .div-right-mobile a.btn, .cms-page-view .page-main-pal > .alocolumns .div-right-mobile a.btn, .cms-page-view .page-main-pal > .alocolumns .div-center-mobile a.btn, .cms-home .page-main-pal > .alocolumns .div-center-mobile a.btn, .cms-page-view .page-main-pal > .alocolumns .div-left-mobile a.btn, .cms-home .page-main-pal > .alocolumns .div-left-mobile a.btn {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .div-right-mobile, .cms-home .page-main-pal > .alocolumns .div-right-mobile {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .div-center-mobile, .cms-home .page-main-pal > .alocolumns .div-center-mobile {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .div-left-mobile, .cms-home .page-main-pal > .alocolumns .div-left-mobile {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
/*FINE STILE BLOCCHI MODULARI GENERICI*/
/*inizio modular-sticky header*/
#modular-sticky-header {
  position: fixed;
  background: #FFFFFF;
  z-index: 888;
  width: 100%;
  transition: all 0.4s ease-in-out;
  top: -140px;
  height: 80px;
}
#modular-sticky-header.visible {
  top: 0;
}
#modular-sticky-header .sticky-title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  height: 80px;
}
@media only screen and (max-width:1023px) {
  #modular-sticky-header .sticky-title {
    display: none;
  }
}
#modular-sticky-header .sticky-title img.sticky-logo {
  width: 58px;
  margin: 0 36px 0 0;
}
#modular-sticky-header .sticky-title .sticky-texts h5#sticky-main-title img {
  height: 35px;
  margin: 0;
}
#modular-sticky-header .sticky-title .sticky-texts h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 5px;
}
#modular-sticky-header .sticky-title .sticky-texts p {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
#modular-sticky-header .app-icons-sticky {
  float: right;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:1023px) {
  #modular-sticky-header .app-icons-sticky {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    float: none;
  }
}
#modular-sticky-header .app-icons-sticky a.btn {
  margin: 20px 10px;
  white-space: normal;
  line-height: 24px;
  padding: 8px;
}
@media only screen and (max-width:1023px) {
  #modular-sticky-header .app-icons-sticky a.btn {
    padding: 4px;
    line-height: 16px;
    font-size: 13px;
  }
}

/*fine modular-sticky header*/
.cms-page-view .page-main-pal > .alocolumns .main .latest-news, .latest-news {
  padding: 70px 0;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news, .latest-news {
    padding: 30px 0;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news h2, .cms-page-view .page-main-pal > .alocolumns .main .latest-news time, .cms-page-view .page-main-pal > .alocolumns .main .latest-news h3, .cms-page-view .page-main-pal > .alocolumns .main .latest-news p, .latest-news h2, .latest-news time, .latest-news h3, .latest-news p {
  color: #0A263C;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news h2, .latest-news h2 {
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  margin: 0 0 51px;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news h2, .latest-news h2 {
    font-size: 36px;
    margin: 0 0 33px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news .container .col-sm-12, .latest-news .container .col-sm-12 {
    width: 100%;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .container .cta-content, .latest-news .container .cta-content {
  text-align: center;
  clear: both;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .container .cta-content a.btn, .latest-news .container .cta-content a.btn {
  margin: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news a:hover, .cms-page-view .page-main-pal > .alocolumns .main .latest-news a:focus, .latest-news a:hover, .latest-news a:focus {
  text-decoration: none;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .block-news, .latest-news .block-news {
  background: #FFFFFF;
  margin-bottom: 48px;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .block-news:hover, .latest-news .block-news:hover {
  opacity: 0.8;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news .block-news, .latest-news .block-news {
    margin-bottom: 30px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news figure, .latest-news figure {
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (min-width: 1171px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news figure, .latest-news figure {
    height: 270px;
  }
}
@media (min-width: 1161px) and (max-width: 1170px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news figure, .latest-news figure {
    height: 250px;
  }
}
@media (min-width: 1024px) and (max-width: 1160px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news figure, .latest-news figure {
    height: 200px;
  }
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news figure, .latest-news figure {
    min-height: 150px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news figure:before, .latest-news figure:before {
  height: 138px;
  max-width: 100%;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+44,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  z-index: 2;
  /* IE6-9*/
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news figure img, .latest-news figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  opacity: 0;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .info-cont, .latest-news .info-cont {
  padding: 0 10px 10px;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .info-cont .time-category time, .latest-news .info-cont .time-category time {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 19px;
  float: left;
}
@media only screen and (max-width:1023px) {
  .cms-page-view .page-main-pal > .alocolumns .main .latest-news .info-cont .time-category time, .latest-news .info-cont .time-category time {
    margin: 0 0 9px;
  }
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .info-cont .time-category label, .latest-news .info-cont .time-category label {
  font-size: 14px;
  font-weight: bold;
  color: #1097FE;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  float: right;
}
.cms-page-view .page-main-pal > .alocolumns .main .latest-news .info-cont h3, .latest-news .info-cont h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  clear: both;
  height: 50px;
  text-overflow: ellipsis;
  line-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.heatmap-index-index .disabled {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index footer {
    display: none;
  }
}
.heatmap-index-index .modal-popup.modal-slide {
  z-index: 999;
}
.heatmap-index-index .panel-footer {
  display: none;
  border-top: 1px solid #c7c7c7;
  background-color: #fff;
  padding: 8px 16px 16px;
}
.heatmap-index-index .panel-footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #757575;
}
.heatmap-index-index .panel-footer .copyright p {
  margin: 0px;
  padding: 0px;
}
.heatmap-index-index .panel-footer .footer-links ul {
  background-color: transparent;
  border: none;
  text-align: center;
  margin: 0px;
}
.heatmap-index-index .panel-footer .footer-links ul li {
  border-right: 1px solid #00263E;
  padding: 0;
  padding-right: 8px;
  display: inline-block;
  font-size: 13px;
}
.heatmap-index-index .panel-footer .footer-links ul li:last-of-type {
  border-right: none;
}
.heatmap-index-index .panel-footer .footer-links ul li a {
  color: #00263E;
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .panel-footer {
    display: block;
  }
}
.heatmap-index-index .tabs-header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.heatmap-index-index .tabs-header-container .tab-header-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  min-width: 50%;
}
.heatmap-index-index .tabs-header-container .tab-header-item img {
  margin: 0 auto;
}
.heatmap-index-index .tabs-header-container-mobile {
  display: none;
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index .tabs-header-container-mobile {
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    position: absolute;
    top: 64px;
    z-index: 999;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.25);
    position: fixed;
  }
  .heatmap-index-index .tabs-header-container-mobile .tab-header-item {
    background-color: #F7F7F7;
    height: 50px;
    border-bottom: 3px solid #F7F7F7;
    box-shadow: none;
  }
  .heatmap-index-index .tabs-header-container-mobile .tab-header-item.active {
    background-color: #FFF;
    border-bottom: 3px solid #1097FE;
    box-shadow: inset 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
  }
  .heatmap-index-index .tabs-header-container-mobile .tab-header-item img {
    height: 20px;
  }
  .heatmap-index-index .tabs-header-container-mobile .tab-header-garmin img {
    margin-top: -8px;
  }
}
.heatmap-index-index .tabs-header-container-desktop {
  height: 81px;
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index .tabs-header-container-desktop {
    display: none;
  }
}
.heatmap-index-index .tabs-header-container-desktop .tab-header-item {
  background-color: #FFF;
  height: 56px;
  cursor: pointer;
  box-shadow: inset 1px 0px 6px 0px rgba(0, 0, 0, 0.3);
}
.heatmap-index-index .tabs-header-container-desktop .tab-header-item.active {
  background-color: #F7F7F7;
  box-shadow: none;
}
.heatmap-index-index .tabs-header-container-desktop .tab-header-item img {
  margin: 0 auto;
}
.heatmap-index-index .tabs-header-container-desktop .tab-header-item.tab-header-navionics img {
  height: 23px;
}
.heatmap-index-index .tabs-header-container-desktop .tab-header-item.tab-header-garmin img {
  height: 24px;
  margin-top: -8px;
}
.heatmap-index-index #map {
  width: 100%;
  height: calc(100vh - 65px);
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index #map {
    top: 114px;
    height: 100vh;
  }
  .heatmap-index-index #map.g3-disabled {
    top: 64px;
  }
}
.heatmap-index-index .column.main {
  position: relative;
}
.heatmap-index-index .page-wrapper {
  background-color: #262626;
  height: 100%;
}
.heatmap-index-index .column.main {
  position: relative;
}
.heatmap-index-index .page-wrapper {
  background-color: #262626;
  height: 100%;
}
.heatmap-index-index .page-wrapper .cont-table {
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 380px;
  transition: bottom 0.4s ease-out, left 0.4s linear;
  z-index: 10;
}
.heatmap-index-index .page-wrapper .cont-table.no-animation {
  transition: none;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper {
  background-color: #F7F7F7;
  padding: 32px 16px;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.worldwide #heatmap-by-sku {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.worldwide #heatmap-worldwide {
  display: block;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.worldwide .worldwide-title {
  display: block;
  padding-bottom: 16px;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.worldwide .bySku-title {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.bySku .worldwide-title {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.bySku .bySku-title {
  display: block;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.bySku #heatmap-by-sku {
  display: block;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper.bySku #heatmap-worldwide {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .gray-wrapper .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
.heatmap-index-index .page-wrapper .cont-table .worldwide-title,
.heatmap-index-index .page-wrapper .cont-table .bySku-title {
  width: 100%;
  text-align: center;
  padding: 8px 0px;
  letter-spacing: 0.4px;
  font-size: 20px;
  font-weight: 500;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap-desktop-toggle {
  position: absolute;
  left: 380px;
  background: #FFF;
  width: 24px;
  height: 40px;
  top: 88px;
  padding-left: 8px;
  border-radius: 0px 8px 8px 0px;
  border-left: 1px solid #c7c7c7;
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap-desktop-toggle {
    display: none;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap-desktop-toggle a {
  vertical-align: sub;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap-desktop-toggle a span {
  width: 8px;
  height: 8px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid black;
  display: inline-block;
  transition: transform 0.6s ease-out;
  transform: rotateZ(180deg);
}
.heatmap-index-index .page-wrapper .cont-table.closed {
  left: -380px;
}
.heatmap-index-index .page-wrapper .cont-table.closed .table-heatmap-desktop-toggle {
  padding-left: 11px;
}
.heatmap-index-index .page-wrapper .cont-table.closed .table-heatmap-desktop-toggle span {
  transform: rotateZ(0deg);
}
.heatmap-index-index .page-wrapper .cont-table.open {
  z-index: 999;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap {
  background: #FFF;
  /* NEED FOR SCROLL */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 0;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap.table-heatmap-close {
  transition: height 1s ease-out;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap.loading .spinner {
  display: block;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap.loading .spinner {
  padding: 2px 0px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap.loading .updates-counter {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap.loading .updates-description {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .head-title {
  position: relative;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .head-title .button-close {
  display: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .head-title .button-close span {
  height: 80px;
  position: absolute;
  right: -5px;
  top: -5px;
  background: url("../images/close-btn.png") no-repeat center;
  background-size: cover;
  width: 80px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .head-title h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .head-title h2 {
  color: #0A263C;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 8px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .title-label {
  color: #767577;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  padding-bottom: 8px;
  margin: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #4A4A4A;
  display: block;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table input[type=text] {
  height: 35px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area {
  padding: 0 16px;
  margin-bottom: 16px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area ::-webkit-input-placeholder {
  color: #B6B6B6;
  font-size: 16px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area .form-search button i.icon-search {
  background: url("../images/search-button.png") no-repeat center;
  width: 30px;
  height: 25px;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-size: contain;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area .input-append {
  position: relative;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area .form-search .search-query {
  padding-right: 3px;
  padding-right: 4px \9 ;
  padding-left: 3px;
  padding-left: 4px \9 ;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  border-radius: 3px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area #custom-search-form button {
  border: 0;
  margin: 0 auto;
  border-radius: 3px;
  background: #1097fe;
  height: 35px;
  width: 60px;
  top: 0;
  position: absolute;
  right: 0;
  padding: 0;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .search-area .search-query:focus + button {
  z-index: 3;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check {
  padding: 0 24px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: normal;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check label {
  position: relative;
  margin-bottom: 16px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check label:last-child {
  margin-bottom: 0;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check label a {
  margin-left: 16px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check input[type=checkbox] {
  cursor: pointer;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check input[type=checkbox]:after {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border: 2px solid #ccc;
  content: "";
  position: absolute;
  left: -4px;
  border-radius: 50%;
  top: 0;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check input[type=checkbox]:checked:after {
  width: 25px;
  height: 25px;
  background: url("../images/checkbox-checked.png") no-repeat center;
  background-size: contain;
  content: "";
  position: absolute;
  left: -4px;
  border-radius: 50%;
  top: 0;
  border: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .list-area .form-check label {
  font-weight: normal;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .select-area {
  width: 110px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .select-area select {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  color: #1097FE;
  font-weight: bold;
  background: transparent;
  border-bottom: 1px solid #c7c7c7;
  background: url("../images/icon/keyboard_arrow_down_24px.png") no-repeat center right 8px;
  background-size: 12px;
  padding: 0px;
  padding-right: 28px;
  height: auto;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .body-table .select-area label {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  display: block;
  font-weight: normal;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 2px;
  letter-spacing: 0.6px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .update-card {
  max-width: 600px;
  margin: auto;
  padding: 16px;
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .update-card {
    padding-top: 24px;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .update-card a {
  margin: 8px 0;
  width: 100%;
  font-size: 13px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .update-card p {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 8px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group {
  width: 100%;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group label {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  padding-top: 24px;
  width: 100%;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group input {
  border-radius: 4px;
  padding: 0px;
  height: 40px;
  text-indent: 16px;
  padding-right: 36px;
  border-radius: 25px;
  border: 1px solid #1097FE;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results {
  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  max-height: 120px;
  width: calc(100% - 30px);
  background: #FFF;
  border: 1px solid #d0cece;
  border-top: 0px;
  border-radius: 4px;
  margin-bottom: 0px;
  overflow-y: scroll;
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results {
    width: 100%;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results.loader {
  height: 48px;
  display: block;
  margin: auto;
  background-color: #fff;
  background-image: url("../images/assets/sonar_spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li {
  color: #333;
  font-size: 13px;
  margin-bottom: 0px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li .no-result {
  padding: 8px;
  display: block;
  color: #999;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a {
  display: block;
  padding: 8px;
  text-decoration: none;
  color: #333;
  transition: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a span.cover-type {
  float: right;
  color: #999;
  text-transform: uppercase;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a span.cover-family {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #757575;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:hover {
  background: #1097FE;
  border: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:hover span.cover-name {
  color: #fff;
  font-weight: bold;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:hover span.cover-type,
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:hover span.cover-family {
  font-weight: normal;
  color: #fff;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:focus {
  background: #1097FE;
  border: none;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:focus span.cover-name {
  color: #fff;
  font-weight: bold;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:focus span.cover-type,
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .form-group ul.predictive-results li a:focus span.cover-family {
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table {
    min-height: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    left: 0px;
    bottom: -1000px;
    /* hide at page load */
    top: auto;
    width: 100%;
    position: fixed;
  }
}
@media only screen and (min-width: 1023px) {
  .heatmap-index-index .cont-table {
    transform: none !important;
    height: 100%;
  }

  .table-heatmap {
    height: 100%;
  }

  .scroll-wrapper {
    overflow-y: scroll;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    background: #fff;
    padding-top: 16px;
  }
  .heatmap-index-index .page-wrapper .cont-table .gray-wrapper {
    padding: 16px 16px;
    padding-top: 0px;
  }
}
@media (max-width: 320px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap.table-heatmap-close .head-title .button-close span {
    height: 80px;
    position: absolute;
    right: -5px;
    top: -5px;
    background: url("../images/menu-dots.png") no-repeat center;
    background-size: cover;
    width: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap.table-heatmap-close .head-title {
    max-width: 568px;
    margin: auto;
    margin-bottom: 0;
  }
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap.table-heatmap-close .body-table {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .head-title .button-close {
    display: block;
  }
}
ul, ol {
  list-style: none;
  padding: 0;
}

.heatmap-index-index .page-wrapper .cont-table .table-heatmap-mobile-toggle {
  text-align: center;
  cursor: pointer;
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 12;
  height: 24px;
  display: none;
  border-radius: 4px;
  background: #F7F7F7;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap-mobile-toggle .menu-line {
  width: 21px;
  margin: auto;
  background: #6d6d6d;
  height: 2px;
  margin-top: 10px;
  border-radius: 8px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap-mobile-toggle span {
  vertical-align: -webkit-baseline-middle;
  font-size: 24px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap-mobile-toggle img {
  display: none;
  width: auto;
  height: 24px;
  vertical-align: middle;
  margin: auto;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .remove-filter {
  position: absolute;
  width: 16px;
  top: 11px;
  right: 24px;
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .remove-filter {
    right: 8px;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .remove-filter.hide + input {
  background-image: url("../images/lente-grey.png");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .remove-filter:not(.hide) + input {
  border: 1px solid #1097FE;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .remove-filter img {
  max-width: 100%;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 0px;
  margin: auto;
  margin: 8px auto;
  width: auto;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: left;
      justify-content: left;
  padding-bottom: 24px;
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul li p {
  text-align: left;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul li img {
  max-width: 64px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul li:first-child {
  width: auto;
  margin-bottom: 0px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul li:last-child {
  padding-left: 8px;
  width: auto;
  margin-bottom: 0px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul li:last-child p:first-of-type {
  margin-bottom: 4px;
  font-size: 14px;
  color: #00263E;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-by-sku ul li:last-child p:last-of-type {
  font-size: 15px;
  color: #4C575A;
  margin-bottom: 0px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-worldwide {
  padding-top: 8px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .heatmap-worldwide .updates-description {
  font-size: 16px;
  margin: 0px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .updates-location {
  text-transform: uppercase;
  color: #000;
  padding-bottom: 0px;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.6px;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .updates-counter {
  color: #1097FE;
  font-size: 24px;
  line-height: 22px;
  font-weight: bold;
  margin: 0px;
  text-align: left;
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .updates-counter {
    font-size: 28px;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area {
  padding: 16px;
  max-width: 600px;
  margin: auto;
}
@media only screen and (max-width:1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area {
    text-align: center;
    padding-top: 24px;
  }
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area p {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding-bottom: 8px;
  text-transform: uppercase;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area a {
  text-decoration: none;
  font-size: 14px;
  color: #434343;
  padding-bottom: 10px;
  display: block;
  text-align: center;
  position: relative;
}
.heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area #more-info {
  font-size: 14px;
  color: #434343;
  line-height: 20px;
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area #more-info {
    padding-bottom: 16px;
    text-align: left;
  }
}

@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap-mobile-toggle img {
    display: block;
  }
  .heatmap-index-index .page-wrapper .cont-table.open {
    bottom: 0px !important;
    box-shadow: 0px 0px 3000px 2000px rgba(0, 0, 0, 0.5);
  }
  .heatmap-index-index .page-wrapper .cont-table.open .table-heatmap-mobile-toggle img {
    /*transform: rotate(0deg);*/
  }
  .heatmap-index-index .page-wrapper .cont-table.open .table-heatmap {
    min-height: auto;
    overflow-y: scroll;
    position: relative;
  }
}
/* more info */
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area a {
    padding-bottom: 0px;
    text-transform: uppercase;
    color: #4A4A4A;
  }
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area a.active {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 1023px) and (max-width:1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap .more-info-area a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper .cont-table .table-heatmap-mobile-toggle {
    display: block;
  }
}
.heatmap-index-index .hide-on-desktop {
  display: none;
}
.heatmap-index-index .hide-on-mobile {
  display: block;
}

@media only screen and (max-width: 1023px) {
  .heatmap-index-index .page-wrapper > header {
    position: fixed;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.25);
  }
}
@media only screen and (max-width: 1023px) {
  .heatmap-index-index .hide-on-desktop {
    display: block;
  }
  .heatmap-index-index .hide-on-mobile {
    display: none;
  }
  .heatmap-index-index .fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}
.spinner {
  display: none;
}

.spinner i {
  padding: 8px 0;
  width: 18px;
  height: 18px;
  display: block;
  margin: auto;
  background: url("../images/assets/sonar_spinner.gif") transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.swipeUp {
  animation: swipeUp 2s 3;
}

.swipeArea {
  position: absolute;
  width: 130px;
  height: 230px;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 26px;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swipeUp {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(16, 151, 254, 0.8);
  }
  100% {
    box-shadow: 0 0 0 24px rgba(16, 151, 254, 0);
  }
}
/* style for nav.search jquery UI component */
.form-group input {
  border-radius: 4px;
  padding: 0px;
  height: 36px;
  text-indent: 8px;
  padding-right: 36px;
}
.form-group.toponym input {
  background-image: url("../images/heatmap_pin.png") !important;
  background-position: left 16px center !important;
  background-repeat: no-repeat;
  background-size: 14px !important;
  text-indent: 40px !important;
}
.form-group.mobile input {
  background-image: url("../images/heatmap_mobile.png") !important;
  background-position: left 16px center !important;
  background-repeat: no-repeat;
  background-size: 16px !important;
  text-indent: 40px !important;
}
.form-group.gps input {
  background-image: url("../images/heatmap_card.png") !important;
  background-position: left 16px center !important;
  background-repeat: no-repeat;
  background-size: 14px !important;
  text-indent: 40px !important;
}

.nav-search-field {
  position: relative;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 1023px) {
  .nav-search-field {
    max-width: 350px;
  }
}
.nav-search-field ul.nav-search-results {
  padding: 0px;
  width: 100%;
  list-style: none;
  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  border: 1px solid #1097FE;
  border-radius: 4px;
  margin-bottom: 0px;
  overflow-y: scroll;
  margin-top: 2px;
  z-index: 5;
  max-height: 280px;
}
@media only screen and (max-width: 1023px) {
  .nav-search-field ul.nav-search-results {
    max-width: 100%;
    top: 50px;
    max-height: 45vh;
    z-index: 11;
  }
}
.nav-search-field ul.nav-search-results.loader {
  width: 100%;
  margin: auto;
  margin-top: 2px;
  height: 48px;
  display: block;
  background-color: #fff;
  background-image: url("../images/assets/sonar_spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: hidden;
}
.nav-search-field ul.nav-search-results.loader li {
  visibility: hidden;
}
.nav-search-field ul.nav-search-results li {
  color: #333;
  font-size: 13px;
  margin-bottom: 0px;
  visibility: visible;
}
.nav-search-field ul.nav-search-results li .no-result {
  padding: 8px;
  display: block;
  color: #999;
}
.nav-search-field ul.nav-search-results li a {
  display: block;
  padding: 0px 16px;
  padding-bottom: 0px;
  text-decoration: none;
  color: #333;
  transition: none;
}
.nav-search-field ul.nav-search-results li a span.cover-type {
  float: right;
  color: #999;
  text-transform: uppercase;
}
.nav-search-field ul.nav-search-results li a div.toponym,
.nav-search-field ul.nav-search-results li a div.mobile,
.nav-search-field ul.nav-search-results li a div.gps {
  padding-left: 24px;
  background-repeat: no-repeat;
  background-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 8px;
  padding-top: 8px;
  background-position: center left;
  min-height: 40px;
}
.nav-search-field ul.nav-search-results li a div.toponym {
  background-image: url("../images/heatmap_pin.png");
}
.nav-search-field ul.nav-search-results li a div.mobile {
  background-image: url("../images/heatmap_mobile.png");
  background-size: 16px;
}
.nav-search-field ul.nav-search-results li a div.gps {
  background-image: url("../images/heatmap_card.png");
}
.nav-search-field ul.nav-search-results li a span.toponym-country,
.nav-search-field ul.nav-search-results li a span.toponym-state,
.nav-search-field ul.nav-search-results li a span.toponym-state,
.nav-search-field ul.nav-search-results li a span.toponym-country {
  color: #757575;
  font-size: 11px;
}
.nav-search-field ul.nav-search-results li a span.cover-family {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #757575;
  padding-top: 4px;
}
.nav-search-field ul.nav-search-results li a span.cover-name {
  font-size: 14px;
}
.nav-search-field ul.nav-search-results li a:hover {
  background: #1097fe;
  border: none;
  /*
  span.cover-name,
  span.cover-family {
    letter-spacing: .3px;
  }
  */
}
.nav-search-field ul.nav-search-results li a:hover span.cover-name,
.nav-search-field ul.nav-search-results li a:hover span.toponym-name {
  color: #fff;
  /*font-weight: bold;*/
}
.nav-search-field ul.nav-search-results li a:hover span.cover-type,
.nav-search-field ul.nav-search-results li a:hover span.cover-family,
.nav-search-field ul.nav-search-results li a:hover span.toponym-state,
.nav-search-field ul.nav-search-results li a:hover span.toponym-country {
  font-weight: normal;
  color: #fff;
}
.nav-search-field ul.nav-search-results li a:hover div.toponym {
  background-image: url("../images/heatmap_pin_white.png");
  border-bottom: none;
}
.nav-search-field ul.nav-search-results li a:hover div.mobile {
  background-image: url("../images/heatmap_mobile_white.png");
  border-bottom: none;
}
.nav-search-field ul.nav-search-results li a:hover div.gps {
  background-image: url("../images/heatmap_card_white.png");
  border-bottom: none;
}
.nav-search-field ul.nav-search-results li a:focus {
  background: #1097fe;
  border: none;
  /*
  span.cover-name,
  span.cover-family {
    letter-spacing: .3px;
  }
  */
}
.nav-search-field ul.nav-search-results li a:focus span.cover-name,
.nav-search-field ul.nav-search-results li a:focus span.toponym-name {
  color: #fff;
  /*font-weight: bold;*/
}
.nav-search-field ul.nav-search-results li a:focus span.cover-type,
.nav-search-field ul.nav-search-results li a:focus span.cover-family,
.nav-search-field ul.nav-search-results li a:focus span.toponym-state,
.nav-search-field ul.nav-search-results li a:focus span.toponym-country {
  font-weight: normal;
  color: #fff;
}
.nav-search-field ul.nav-search-results li a:focus div.toponym {
  background-image: url("../images/heatmap_pin_white.png");
}
.nav-search-field ul.nav-search-results li a:focus div.mobile {
  background-image: url("../images/heatmap_mobile_white.png");
}
.nav-search-field ul.nav-search-results li a:focus div.gps {
  background-image: url("../images/heatmap_card_white.png");
}
.nav-search-field .nav-search-reset {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  right: 16px;
  background-image: url("../images/clear-24px-red.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
@media only screen and (max-width:1023px) {
  .nav-search-field .nav-search-reset {
    right: 8px;
  }
}
.nav-search-field .nav-search-reset.hide + input {
  background-image: url("../images/lente-grey.png");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px;
}
.nav-search-field .nav-search-reset:not(.hide) + input {
  border: 1px solid #1097fe;
}
.nav-search-field .nav-search-reset img {
  max-width: 100%;
}

#mobile_sticky_search {
  display: none;
}

.tab-content.tab-content-navionics, .tab-content.tab-content-garmin {
  position: relative;
}

.tab-content-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F7F7F7;
  z-index: 999;
  left: 0px;
  top: 0;
  background-image: url("../images/assets/sonar_spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: hidden;
}

.tab-content-garmin .form-group.gps input {
  background-image: url("../images/garmin_icon_blu.png") !important;
  background-position: left 16px center !important;
  background-repeat: no-repeat;
  background-size: 14px !important;
  text-indent: 40px !important;
}
.tab-content-garmin .nav-search-field ul.nav-search-results a div.gps {
  background-image: url("../images/garmin_icon_blu.png");
}
.tab-content-garmin .nav-search-field ul.nav-search-results a:focus div.gps {
  background-image: url("../images/garmin_icon_white.png");
}
.tab-content-garmin .nav-search-field ul.nav-search-results a:hover div.gps {
  background-image: url("../images/garmin_icon_white.png");
}

@media only screen and (max-width: 1023px) {
  .table-heatmap .form-group {
    display: none;
  }

  .g3-disabled #mobile_sticky_search {
    top: 80px;
  }

  #mobile_sticky_search {
    position: fixed;
    display: block;
    top: 130px;
    right: 16px;
    width: calc(100vw - 32px);
    border-radius: 20px;
    margin: auto;
  }
  #mobile_sticky_search .form-control {
    width: 48px;
    height: 48px;
    border-radius: 25px;
    position: absolute;
    right: 0;
    transition: width 0.6s ease-out, padding-right 0.6s ease-out;
    border: 1px solid #1097FE;
    background-image: none;
    text-indent: 16px;
  }
  #mobile_sticky_search .nav-search-reset {
    z-index: 10;
    background: none;
    top: 4px;
    right: 4px;
    width: 40px;
    height: 40px;
    display: none;
  }
  #mobile_sticky_search .nav-search-field {
    position: absolute;
    max-width: 100%;
    height: 48px;
  }
  #mobile_sticky_search .nav-search-field.gps .form-control {
    text-indent: 40px !important;
  }
  #mobile_sticky_search .nav-search-field.mobile .form-control {
    text-indent: 40px !important;
  }
  #mobile_sticky_search .nav-search-field.toponym .form-control {
    text-indent: 40px !important;
  }
  #mobile_sticky_search #w-mobile_sticky_search {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
  }
  #mobile_sticky_search #w-mobile_sticky_search.selected.active .nav-search-reset {
    display: block;
  }
  #mobile_sticky_search #w-mobile_sticky_search input[disabled] {
    opacity: 1;
    background-color: #fff;
  }
  #mobile_sticky_search #w-mobile_sticky_search #s-circle {
    position: absolute;
    top: 12px;
    left: 14px;
    width: 14px;
    height: 14px;
    margin-top: 0;
    border-width: 15px;
    border: 2px solid #000;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.8s ease all;
  }
  #mobile_sticky_search #w-mobile_sticky_search .circle_container {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #1097FE;
    background-color: #FFF;
    position: absolute;
    right: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    z-index: 4;
  }
  #mobile_sticky_search #w-mobile_sticky_search .circle_container span {
    position: absolute;
    top: 18px;
    left: 10px;
    display: block;
    width: 32px;
    height: 13px;
    background-color: transparent;
    border-radius: 10px;
    transform: rotateZ(52deg);
    transition: 0.5s ease all;
  }
  #mobile_sticky_search #w-mobile_sticky_search .circle_container span:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 8px;
    width: 10px;
    height: 2px;
    background-color: #000;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.5s ease all;
  }
  #mobile_sticky_search #w-mobile_sticky_search.active .form-control {
    width: 100%;
    max-width: 100%;
    padding-right: 54px;
  }
  #mobile_sticky_search #w-mobile_sticky_search.active.selected .circle_container span {
    top: 50%;
    left: 20px;
    width: 25px;
    margin-top: -9px;
    transform: rotateZ(0);
  }
  #mobile_sticky_search #w-mobile_sticky_search.active.selected .circle_container span:after {
    right: 13px;
    width: 19px;
    bottom: 3px;
    transform: rotateZ(45deg);
    background-color: red;
  }
  #mobile_sticky_search #w-mobile_sticky_search.active.selected #s-circle {
    left: 12px;
    top: 21px;
    width: 20px;
    height: 2px;
    border-width: 0;
    background-color: red;
    border-radius: 20px;
    transform: rotateZ(-45deg);
  }
}
h3.product_list_title {
  padding: 24px 16px;
  padding-bottom: 8px;
  font-size: 16px;
  color: #4A5659;
  font-weight: 400;
  max-width: 600px;
  margin: auto;
}
h3.product_list_title span {
  font-weight: bold;
}

ul[id*=products_list] {
  margin: auto;
}
@media only screen and (max-width:1023px) {
  ul[id*=products_list] {
    /*overflow: auto;*/
    white-space: nowrap;
  }
}
ul[id*=products_list].loader {
  width: 100%;
  margin: auto;
  margin-top: 2px;
  height: 120px;
  display: block;
  background-color: #fff;
  background-image: url("../images/assets/sonar_spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: hidden;
}
ul[id*=products_list] li {
  margin-bottom: 0px;
}
@media only screen and (max-width:1023px) {
  ul[id*=products_list] li {
    display: inline-block;
  }
}
ul[id*=products_list] li.empty a {
  pointer-events: none;
}
ul[id*=products_list] li.empty a div.img {
  height: 64px;
  width: 64px;
  background-color: #f3f3f3;
}
ul[id*=products_list] li.empty a div:not(.img) b {
  background-color: #f3f3f3;
  height: 16px;
  width: 180px;
  margin-bottom: 8px;
}
ul[id*=products_list] li.empty a div:not(.img) p {
  background-color: #f3f3f3;
  height: 16px;
  width: 80px;
}
ul[id*=products_list] li.no-result {
  padding: 0px 16px;
  padding-top: 16px;
  font-size: 18px;
}
ul[id*=products_list] li a {
  text-decoration: none;
  display: block;
  width: 100%;
}
ul[id*=products_list] li a.selected {
  background-color: #1097FE;
}
ul[id*=products_list] li a.selected > div {
  border-bottom: none;
}
ul[id*=products_list] li a.selected > div div:not(.img) b,
ul[id*=products_list] li a.selected > div div:not(.img) p {
  color: #fff;
}
ul[id*=products_list] li a > div {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: auto;
  width: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: left;
  justify-content: left;
  border-bottom: 1px solid #f3f3f3;
  margin: auto 16px;
  padding: 12px 0;
}
@media only screen and (max-width:1023px) {
  ul[id*=products_list] li a > div {
    border-bottom: none;
  }
}
ul[id*=products_list] li a > div > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
ul[id*=products_list] li a > div div.img img {
  max-width: 64px;
}
ul[id*=products_list] li a > div div:not(.img) {
  padding-left: 8px;
}
ul[id*=products_list] li a > div div:not(.img) b {
  font-size: 14px;
  color: #4A5659;
}
ul[id*=products_list] li a > div div:not(.img) p {
  font-size: 12.8px;
  color: #7A8C91;
  letter-spacing: 0.6px;
  margin-bottom: 0px;
}

.catalog-product-view {
  /*FOTORAMA GALLERY*/
  /* change height gallery */
  /* end change heiht gallery */
}
.catalog-product-view .detail-mobile-att {
  margin: 0 0 32px;
  color: #0A263C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  padding: 0 16px;
}
.catalog-product-view .detail-mobile-att p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .detail-mobile-att ul li {
  margin: 0;
  color: #0A263C;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.catalog-product-view .product-essential, .catalog-product-view .block-related.related {
  margin: 0 15px;
}
.catalog-product-view .page-main-pal.container {
  max-width: 100%;
  padding: 0;
}
.catalog-product-view .page-main-pal .alocolumns {
  max-width: 100%;
}
.catalog-product-view .product-essential, .catalog-product-view .block-related.related {
  max-width: 1280px;
  margin: 0 auto;
}
.catalog-product-view .container {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .container {
    margin-left: 0;
    margin-right: 0;
  }
}
.catalog-product-view .notice-charts-stripe.notice-charts-stripe-mobile {
  margin: 16px 16px 24px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .product-view .chart-inc-content {
    margin-bottom: 24px;
  }
}
.catalog-product-view .product-view .product-essential {
  margin-top: 64px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-essential {
    margin-top: 0;
  }
}
.catalog-product-view .product-view .product-essential .tabcontent-chart.tabcontent-gold {
  margin-top: 0;
}
.catalog-product-view .product-view .product-essential .box-tocart {
  padding: 0;
}
.catalog-product-view .product-view .product-shop .info-chart .product-title-desktop {
  display: block;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .product-title-desktop {
    display: none;
  }
}
.catalog-product-view .product-view .product-title-mobile .page-title-wrapper h1 {
  margin: 24px 0 8px 0;
}
.catalog-product-view .product-view .product-title-mobile .page-title-wrapper h1 span {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 0 16px;
  display: none;
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-title-mobile .page-title-wrapper h1 span {
    display: block;
  }
}
.catalog-product-view .product-view .product-title-mobile a.seeall-link {
  font-size: 16px;
  text-decoration: underline;
  padding: 0 16px;
  margin: 0;
  display: none;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-title-mobile a.seeall-link {
    display: block;
  }
}
.catalog-product-view .product-view .cont-inline-btn {
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: 24px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .product-view .cont-inline-btn {
    display: block;
    margin: 0 0 24px;
    clear: both;
    height: auto;
  }
}
.catalog-product-view .product-view .cont-inline-btn .btn-features, .catalog-product-view .product-view .cont-inline-btn .compatibility-link-rounded, .catalog-product-view .product-view .cont-inline-btn #findADealer {
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .cont-inline-btn .compatibility-link-rounded {
    margin: 0 0 16px;
  }
}
.catalog-product-view .product-view .product-titles-container-mobile .product-code {
  padding: 0 16px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 32px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-titles-container-mobile .product-code {
    margin-bottom: 16px;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .loader_overlay {
  min-height: 60px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .loader_overlay {
    min-height: 50px;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .product-info-stock-sku {
  display: none;
}
.catalog-product-view .product-view .product-shop .info-chart .actions.add-to-cart {
  padding: 0 16px;
}
.catalog-product-view .product-view .product-shop .info-chart #lakeListLink {
  margin-bottom: 8px;
}
.catalog-product-view .product-view .product-shop .info-chart .product.attribute.sku {
  padding: 0 32px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 16px;
}
.catalog-product-view .product-view .product-shop .info-chart .price-box span.price {
  font-size: 24px;
  color: #E60668;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 16px;
  background: #f7f7f7;
  margin: 0 16px 24px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .price-box span.price {
    margin-bottom: 32px;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute-options {
  margin: 0 0 24px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.catalog-product-view .product-view .product-shop .info-chart #chartType, .catalog-product-view .product-view .product-shop .info-chart .padd.chart-type, .catalog-product-view .product-view .product-shop .info-chart .title-label {
  margin-bottom: 0;
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute-label {
  font-weight: bold;
  font-size: 18px;
  text-transform: inherit;
  padding: 0 16px;
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute-label.title-garmin, .catalog-product-view .product-view .product-shop .info-chart .swatch-attribute-label.title-navionics {
  padding: 0;
}
.catalog-product-view .product-view .product-shop .info-chart .label-msg.clearfix {
  font-size: 14px;
  padding: 0 16px;
  margin-bottom: 8px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .label-msg.clearfix {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .seelakelist {
    display: none;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .seelakelist a.seeall-link {
  font-size: 16px;
  text-decoration: underline;
  padding: 0 16px;
  margin: 0;
}
.catalog-product-view .product-view .product-shop .info-chart .page-title-wrapper .page-title {
  margin: 0;
}
.catalog-product-view .product-view .product-shop .info-chart .product-title-desktop {
  padding: 0 32px;
  margin-bottom: 16px;
}
.catalog-product-view .product-view .product-shop .info-chart .product-sku-description {
  background: #F7F7F7;
  padding: 16px;
  font-size: 16px;
  margin: 0 16px 24px;
  letter-spacing: 0;
  line-height: 24px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .product-sku-description {
    display: none;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .product-sku-description .product.attribute.sku {
  font-size: 14px;
}
.catalog-product-view .product-view .product-shop .info-chart .product-sku-description p:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product-view .product-shop .info-chart .chart-size-no-selector {
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
}
.catalog-product-view .product-view .product-shop .info-chart .chart-size-no-selector span {
  font-size: 16px;
}
.catalog-product-view .product-view .product-shop .info-chart .chart-size-no-selector img {
  max-width: 40px;
  margin-right: 16px;
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text {
  padding: 9px 10px 8px;
  display: inline-block;
  border: 1px solid #adadad;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 0.75);
  cursor: pointer;
  font-size: 17px;
  text-align: left;
  padding-left: 35px;
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text:first-child {
  margin-right: 8px;
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text[option-id="5"] {
  background-image: url(../images/charts-cf2.png) !important;
  background-repeat: no-repeat;
  background-position: center left 10%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 93px;
  background-size: 49px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text[option-id="5"] {
    background-size: 50px;
    background-position: center top 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text[option-id="4"] {
  background-image: url(../images/charts-sd2.png) !important;
  background-repeat: no-repeat;
  background-position: center left 15%;
  background-size: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 93px;
  padding-left: 40px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text[option-id="4"] {
    background-size: 34px;
    background-position: center top 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    padding-left: 0;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-attribute .swatch-option.text.selected {
  box-shadow: none;
  border: 2px solid #1097fe;
  outline: none;
  font-weight: bold;
}
.catalog-product-view .product-view .product-shop .info-chart .swatch-option span.label-container {
  text-align: center;
  max-width: 100px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .swatch-option span.label-container {
    max-width: 100%;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .msg-info {
  margin-bottom: 16px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .msg-info {
    margin-bottom: 24px;
  }
}
.catalog-product-view .product-view .product-shop .info-chart .add-to-cart .tocart {
  background-color: #16A803;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-view .product-shop .info-chart .add-to-cart .tocart {
    margin: 0 0 16px;
  }
}
.catalog-product-view .product-essential .fotorama__stage {
  height: 440px !important;
  margin-bottom: 24px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .product-essential .fotorama__stage {
    height: 243px !important;
    margin-bottom: 16px !important;
    border: none;
    padding: 0 16px;
  }
}
.catalog-product-view .fotorama__thumb {
  background-color: #ffffff;
  border: 1px solid #A6A6A6;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .fotorama__thumb {
    border: none;
  }
}
.catalog-product-view .fotorama-item .fotorama__nav .fotorama__thumb-border {
  border-color: #1097FE;
  border-width: 1px;
  background-image: none;
  max-height: 100px;
}
.catalog-product-view .fotorama__nav--thumbs {
  text-align: left;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .fotorama__nav--thumbs {
    text-align: center;
  }
}
.catalog-product-view .fotorama__fullscreen-icon:focus:after, .catalog-product-view .fotorama__zoom-out:focus:after, .catalog-product-view .fotorama__zoom-in:focus:after, .catalog-product-view .fotorama__arr:focus:after, .catalog-product-view .fotorama__stage__shaft:focus:after, .catalog-product-view .fotorama__nav__frame--thumb:focus .fotorama__thumb:after, .catalog-product-view .fotorama__nav__frame--dot:focus .fotorama__dot:after {
  outline: none !important;
}
.catalog-product-view .fotorama__stage__shaft.fotorama__grab {
  width: 100% !important;
}
.catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-bottom: 40px;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
    margin-bottom: 16px;
    height: 15px;
  }
}
.catalog-product-view .fotorama-sprite {
  background-image: url("../images/gallery.png") !important;
}
.catalog-product-view .fotorama__fullscreen .fotorama__zoom-out, .catalog-product-view .fotorama__fullscreen .fotorama__zoom-in {
  background-image: url("../images/gallery.png") !important;
}
.catalog-product-view .fotorama__arr .fotorama__arr__arr, .catalog-product-view .fotorama__fullscreen-icon, .catalog-product-view .fotorama__video-play, .catalog-product-view .fotorama__video-close {
  background-image: url("../images/gallery.png") !important;
}
@media only screen and (max-width:1023px) {
  .catalog-product-view .thirdparts-mod-gallery .fotorama-item .fotorama__nav * {
    outline: none !important;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama-item .fotorama__nav *:hover, .catalog-product-view .thirdparts-mod-gallery .fotorama-item .fotorama__nav *:focus {
    outline: none !important;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama-item .fotorama__nav .fotorama__thumb-border {
    display: none !important;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama__thumb, .catalog-product-view .thirdparts-mod-gallery .fotorama__nav__frame.fotorama__nav__frame--thumb {
    width: 12px !important;
    height: 12px !important;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama__thumb {
    background: #0A263C;
    border-radius: 50%;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active .fotorama__thumb.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
    background: #4591e3;
    border-color: #4591e3;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama__nav__frame.fotorama__nav__frame--thumb {
    margin: 0 2px;
  }
  .catalog-product-view .thirdparts-mod-gallery .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    display: none !important;
  }
  .catalog-product-view .thirdparts-mod-gallery .only-image-box img {
    display: block;
    margin: 0 auto;
  }
}
.catalog-product-view .top-chart-section.charts-description h3 {
  font-size: 19px;
}
@mediaonly screen and (max-width:1023px) {
  .catalog-product-view .top-chart-section.charts-description h3 {
    font-size: 18px;
  }
  .catalog-product-view .top-chart-section.charts-description p {
    padding: 0;
  }
}

/*search css*/
/*CSS NEW SEARCH*/
header {
  position: relative;
}
header .src-panel-custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  height: 65px;
  background: transparent;
  bottom: 0;
  width: 100%;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
header .src-panel-custom .container {
  position: relative;
  width: 100%;
}
@media (max-width: 1280px) {
  header .src-panel-custom .container {
    max-width: 100%;
  }
}
header .src-panel-custom .logo-cont {
  position: absolute;
  padding: 0;
  top: -3px;
  left: 18px;
}
header .src-panel-custom .logo-cont h1 a {
  display: inline-block;
}
header .src-panel-custom .logo-cont h1 a img {
  padding: 0;
  max-width: 150px;
  margin: 0;
}
header .src-panel-custom.expanded-search {
  display: -ms-flexbox;
  display: flex;
}
header .src-panel-custom .search-panel-words-cont {
  text-align: center;
}
header .src-panel-custom .search-panel-words-cont input.search-inp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b6b+0,004d7d+100 */
  background: rgb(0, 59, 107);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(0, 59, 107) 0%, rgb(0, 77, 125) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003b6b", endColorstr="#004d7d",GradientType=1 );
  /* IE6-9 */
  border: 2px solid #0682b7;
  color: #ffffff;
  opacity: 1;
  font-size: 16px;
  width: 530px;
  height: 31px;
  border-radius: 3px;
  background-image: url(../images/ic-search.png) !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-size: 19px !important;
}
header .src-panel-custom a.close-search {
  position: absolute;
  right: 31px;
  font-size: 18px;
  z-index: 9999;
  pointer-events: auto;
  top: 1px;
  height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}
header .src-panel-custom a.close-search img {
  max-width: 100%;
  height: 30px;
}
header .menu-cont, header .header-icons-cont {
  transition: 500ms ease;
}
header .is-expanded-search > .menu-cont {
  opacity: 0;
}
header .is-expanded-search > .header-icons-cont {
  opacity: 0;
}

.src-panel-custom.fadeOut {
  pointer-events: none;
}

/*tab search ricerca interna interna*/
.container-search-list {
  background: #F7F7F7;
  padding: 32px 56px;
}
@mediaonly screen and (max-width:1023px) {
  .container-search-list {
    padding: 16px 0;
  }
}
.container-search-list button#buttonSearch {
  position: absolute;
  left: 6px;
  font-size: 0;
  background-size: cover;
  background: url(../images/lente-grey.png) transparent no-repeat;
  border: 0 none;
  background-size: 20px;
  background-position: left 10px center;
  top: 6px;
  width: 30px;
  height: 30px;
}
.container-search-list input[type=text], .container-search-list input[type=password], .container-search-list input[type=url], .container-search-list input[type=tel], .container-search-list input[type=search], .container-search-list input[type=number], .container-search-list input[type=datetime], .container-search-list input[type=email] {
  border-radius: 4px;
  font-size: 24px;
  color: #0A263C;
  font-weight: normal;
  position: relative;
  width: 442px;
  height: 42px;
  border: 2px solid #E8E8E8;
  text-indent: 45px;
}
@media only screen and (max-width:1023px) {
  .container-search-list input[type=text], .container-search-list input[type=password], .container-search-list input[type=url], .container-search-list input[type=tel], .container-search-list input[type=search], .container-search-list input[type=number], .container-search-list input[type=datetime], .container-search-list input[type=email] {
    width: auto;
  }
}
.container-search-list .tabbed {
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  max-width: 100%;
  background: #E2E2E2;
  /*grigio da definire*/
}

.mobile-search-new {
  padding: 10px;
  position: relative;
  display: none;
}
.mobile-search-new input[type=search] {
  background: #003b6b;
  background: linear-gradient(to right, #003b6b 0%, #004d7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003b6b", endColorstr="#004d7d",GradientType=1 );
  border: 2px solid #0682b7;
  color: #4581a2;
  font-size: 16px;
  width: 100%;
  height: 31px;
  border-radius: 3px;
  background-image: url(../images/ic-search.png) !important;
  background-repeat: no-repeat !important;
  background-position: 10px center !important;
  background-size: 19px !important;
  text-indent: 26px;
}

.menu-cont.opened-mobile .mobile-search-new {
  display: block;
}

@media only screen and (max-width:1023px) {
  .search-control-toggle {
    display: none;
  }
}

.catalogsearch-result-index .page-wrapper .page-main-pal .alocolumns {
  padding-top: 0;
}
.catalogsearch-result-index .page-wrapper .page-main-pal.container, .catalogsearch-result-index .page-wrapper .tabbed {
  max-width: 100%;
  padding: 0;
}
.catalogsearch-result-index .page-wrapper .cont-main.tab-cont-bg {
  margin-top: -1px;
}
.catalogsearch-result-index .page-wrapper .tabbed {
  background: #F7F7F7;
}
.catalogsearch-result-index .page-wrapper .tabbed:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
  border-top: 4px solid #F7F7F7;
}
.catalogsearch-result-index .page-wrapper .tabbed ul li {
  position: relative;
  z-index: 2;
}
.catalogsearch-result-index .page-wrapper .tabbed ul li:not(.active):hover {
  border-top-color: transparent !important;
}

/*END CSS NEW SEARCH*/
@media only screen and (max-width: 1023px) {
  header .internal-header .menu-toggle-open {
    display: inline-block !important;
  }

  .header-content .menu-cont.opened-mobile {
    z-index: 99999 !important;
  }

  .container-search-list input[type=text] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (max-width:1023px) {
  .container-search-list input[type=text] {
    width: 100%;
  }
}
#searchInputContainer .dib-relative-search {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width:1023px) {
  #searchInputContainer .dib-relative-search {
    display: block;
  }
}
#searchInputContainer .dib-relative-search .button-clear-search {
  width: 21px;
  height: 23px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  background-image: url(../images/x-clear-search.png);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  border: 0 none;
  background-color: transparent;
}
#searchInputContainer > .container {
  position: relative;
}

/*--------*/
header .header-content.src-panel-custom {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  height: 65px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#284589+0,396aaf+100 */
  background: rgb(40, 69, 137);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(40, 69, 137) 0%, rgb(57, 106, 175) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#284589", endColorstr="#396aaf",GradientType=1 );
  /* IE6-9 */
  bottom: 0;
  width: 100%;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
header .header-content.src-panel-custom .logo-cont {
  position: absolute;
  left: 0;
}
header .header-content.src-panel-custom.expanded-search {
  display: -ms-flexbox;
  display: flex;
}
header .header-content.src-panel-custom a.close-search {
  position: absolute;
  right: 20px;
  font-size: 18px;
  z-index: 9999;
  pointer-events: auto;
  top: 20px;
  height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width:1023px) {
  header .header-content.src-panel-custom a.close-search {
    display: none;
  }
}
header .header-content.src-panel-custom a.close-search img {
  max-width: 100%;
  height: 30px;
}

.src-panel-custom.fadeOut {
  pointer-events: none;
}

/*SEARCH GRIGIA RISULTATI DI RICERCA*/
.search-panel-words-cont {
  position: relative;
}

.search-panel-list {
  background: #f3f3f3;
  position: relative;
  padding: 20px;
  z-index: 10;
}
.search-panel-list .header-content {
  height: auto;
}
.search-panel-list .header-content .search-content-box {
  position: relative;
  width: 440px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .search-panel-list .header-content .search-content-box {
    width: 100%;
  }
}
.search-panel-list .header-content .search-content-box span.icon-search-grey img {
  max-width: 22px;
  position: absolute;
  left: 10px;
  top: 10px;
  margin-top: 0;
  margin-left: 0;
}
.search-panel-list .header-content .search-content-box a.close-search {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
}
.search-panel-list .header-content .search-content-box input.search-inp {
  border-radius: 3px;
  border: 2px solid #E2E2E2;
  text-indent: 30px;
  height: 42px;
  font-size: 24px;
  color: #ffffff;
  opacity: 1;
  font-weight: normal;
}

/*INIZIO HEADER COMPLETO*/
.page-wrapper > header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003e7e+0,0072b4+100 */
  background: #003e7e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003e7e", endColorstr="#0072b4",GradientType=1 );
  /* IE6-9 */
}

header {
  border-bottom: 0 none !important;
}
header h1 {
  margin: 0;
}
header .header-content {
  display: table;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  height: 65px;
}
header .header-content > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
header .header-content .header-icons-cont {
  width: 134px;
}
header .header-content .header-icons-cont .padd-i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
header .header-content .header-icons-cont .padd-i a {
  position: relative;
}
header .header-content .header-icons-cont .padd-i a.actived-notification:after {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #FFFFFF;
  right: -4px;
  top: 0;
  background: #0E7700;
  content: "";
  border-radius: 50%;
}
header .header-content .header-icons-cont .padd-i a img {
  max-width: 23px;
}
header .header-content .logo-cont {
  padding: 10px;
  width: 177px;
  z-index: 111;
}
@media only screen and (max-width:1023px) {
  header .header-content {
    position: relative;
    z-index: 999;
  }
}
header .internal-header .menu-toggle-open {
  position: relative;
  top: auto;
  right: auto;
  display: none;
  transform: translate(0, 0);
  background-position: center 13px;
  background-size: 35px;
  width: 40px;
}
@media only screen and (max-width:1023px) {
  header .internal-header .menu-toggle-open {
    display: inline-block;
  }
}
@media (max-width: 350px) {
  header .internal-header .menu-toggle-open {
    background-size: 30px;
    width: 30px;
  }
}
header .service-header {
  width: 65px;
  height: 65px;
  position: relative;
  background-image: url("../images/user-icon-nologged.png");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
header .service-header .glyphicon {
  color: #FFFFFF;
  right: -30px;
}
header .service-header .service-submenu {
  display: none;
  width: 180px;
  position: absolute;
  right: 0;
  top: 65px;
  background: #FFFFFF;
  box-shadow: 0 0 5px 0 rgba(143, 143, 143, 0.7);
  z-index: 99;
}
@media only screen and (max-width:1023px) {
  header .service-header .service-submenu {
    position: fixed;
    top: 65px;
    width: 0;
    display: block;
    padding: 0;
    bottom: 0;
    transition: width 800ms ease;
  }
}
header .service-header .service-submenu nav {
  padding: 0;
}
header .service-header .service-submenu nav a, header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:active, header .service-header .service-submenu nav a:focus {
  font-size: 18px;
  color: #003B79;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
  text-decoration: none;
  text-align: left;
  display: block;
  line-height: 60px;
  padding: 0 10px;
}
@media only screen and (max-width:1023px) {
  header .service-header .service-submenu nav a, header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:active, header .service-header .service-submenu nav a:focus {
    font-size: 16px;
    font-weight: normal;
  }
}
header .service-header .service-submenu nav a:hover, header .service-header .service-submenu nav a:hover:hover, header .service-header .service-submenu nav a:active:hover, header .service-header .service-submenu nav a:focus:hover {
  background-color: #c7e4ff;
}
header .service-header .service-submenu nav a.link-my-cart > span, header .service-header .service-submenu nav a:hover.link-my-cart > span, header .service-header .service-submenu nav a:active.link-my-cart > span, header .service-header .service-submenu nav a:focus.link-my-cart > span {
  background-image: url("../images/icon-my-cart.png");
}
header .service-header .service-submenu nav a.link-my-orders > span, header .service-header .service-submenu nav a:hover.link-my-orders > span, header .service-header .service-submenu nav a:active.link-my-orders > span, header .service-header .service-submenu nav a:focus.link-my-orders > span {
  background-image: url("../images/icon-my-orders.png");
}
header .service-header .service-submenu nav a.link-my-reminders > span, header .service-header .service-submenu nav a:hover.link-my-reminders > span, header .service-header .service-submenu nav a:active.link-my-reminders > span, header .service-header .service-submenu nav a:focus.link-my-reminders > span {
  background-image: url("../images/icon-my-reminders.png");
}
header .service-header .service-submenu nav a.link-my-account > span, header .service-header .service-submenu nav a:hover.link-my-account > span, header .service-header .service-submenu nav a:active.link-my-account > span, header .service-header .service-submenu nav a:focus.link-my-account > span {
  background-image: url("../images/icon-my-account.png");
}
header .service-header:hover {
  background-color: #1097FE;
}
@media (min-width: 1024px) {
  header .service-header:hover.services-submenu {
    display: block;
  }
}
header .service-header.user-menu-opened {
  background-color: #1097FE;
}
header .service-header.user-menu-opened .service-submenu {
  display: block;
  width: 238px;
}
header .header-icons-cont .padd-i {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .icon-search img {
  width: 30px;
  margin-left: 8px;
  position: absolute;
  left: 0;
  top: 7px;
}
header .search-panel-words-cont {
  position: relative;
}
header .search-panel-words-cont ::-webkit-input-placeholder {
  /* WebKit browsers (Safari, Google Chrome, Opera 15+) */
  color: #fff;
  opacity: 0.5;
}
@media only screen and (max-width:1023px) {
  header .search-panel-words-cont {
    margin: 20px;
  }
}
header .search-panel-words-cont input.search-inp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003b6b+0,004d7d+100 */
  background: rgb(0, 59, 107);
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(0, 59, 107) 0%, rgb(0, 77, 125) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#003b6b", endColorstr="#004d7d",GradientType=1 );
  /* IE6-9 */
  border: 2px solid #6c88a5;
  color: #ffffff;
  opacity: 1;
  font-size: 24px;
  height: 42px;
  border-radius: 3px;
  text-indent: 30px;
  min-width: 580px;
  width: 100%;
  font-weight: 100;
}
@media only screen and (max-width:1023px) {
  header .search-panel-words-cont input.search-inp {
    width: 100%;
    min-width: auto;
  }
}
header a.close-search {
  position: absolute;
  right: 20px;
  font-size: 18px;
  z-index: 9999;
  pointer-events: auto;
  top: 20px;
  height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width:1023px) {
  header a.close-search {
    display: none;
  }
}
header a.close-search img {
  max-width: 100%;
  height: 30px;
}

/*--------*/
.search-focus {
  background: url(http://www.iconsdb.com/icons/preview/white/search-12-xxl.png) #5a82b9 no-repeat left !important;
  border: 1px solid #FFFFFF !important;
  background-size: 22px !important;
  background-position: 13px;
  border-radius: 50px !important;
  padding: 18px !important;
  transition: all ease-in 0.5s;
  margin: 12px 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  color: #FFFFFF;
  width: 40px !important;
}

.search-focus:focus {
  width: 300px !important;
  padding-left: 50px !important;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  header .header-icons-cont .padd-i a.search-control-toggle {
    position: relative;
    margin: 0 10px 0 0;
    color: #FFFFFF;
    height: 65px;
    width: 45px;
    background: url("../images/ic-search.png") no-repeat center;
    background-size: 30px;
    padding: 0 30px;
  }

  header .header-icons-cont .padd-i a.search-control-toggle:hover {
    background-color: #1097FE;
  }
}
/*fine search css*/
.mobile-subscriptions-thank-you-page header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media only screen and (max-width:1023px) {
  .mobile-subscriptions-thank-you-page header {
    margin-bottom: 16px;
  }
}
.mobile-subscriptions-thank-you-page header figure {
  margin: 0 10px 0 0;
  width: 45px;
  height: 45px;
}
.mobile-subscriptions-thank-you-page .mobsubs-typage-top-section-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 40px auto 110px;
  -ms-flex-align: center;
      align-items: center;
}
@media only screen and (max-width:1023px) {
  .mobile-subscriptions-thank-you-page .mobsubs-typage-top-section-content {
    display: block;
    margin: 0 auto 80px;
  }
}
.mobile-subscriptions-thank-you-page .mobsubs-typage-top-section-content p {
  max-width: 280px;
  font-size: 22px;
}
@mediaonly screen and (max-width:1023px) {
  .mobile-subscriptions-thank-you-page .mobsubs-typage-top-section-content p {
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
    max-width: 100%;
  }
}
.mobile-subscriptions-thank-you-page .mobsubs-typage-top-section-content figure {
  margin: 0 40px 0 0;
  width: 175px;
}
@media only screen and (max-width:1023px) {
  .mobile-subscriptions-thank-you-page .mobsubs-typage-top-section-content figure {
    margin: 0 auto 16px;
  }
}
.mobile-subscriptions-thank-you-page .mobsubs-typage-mid-section h3 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 32px;
}
.mobile-subscriptions-thank-you-page .mobsubs-typage-mid-section-content p {
  text-align: center;
  max-width: 335px;
  margin: 0 auto 16px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
}
.mobile-subscriptions-thank-you-page .mobsubs-typage-mid-section-content .qr-code {
  margin: 0 auto 16px;
  max-width: 85px;
}

.thank-you-page .cta-content {
  margin-bottom: 40px;
}
.thank-you-page .cta-content .primary {
  display: inline-block;
}
.thank-you-page .checkout-success {
  text-align: center;
  padding-top: 56px;
}
.thank-you-page .checkout-success p {
  margin: 0;
}
.thank-you-page .checkout-success p span {
  font-weight: bold;
}
.thank-you-page footer {
  margin: 0 auto 24px;
  text-align: center;
}
.thank-you-page footer a.btn {
  text-align: center;
  margin: 0 1px;
  padding: 0;
  width: 95px;
  min-width: 0;
}

.thank-you-page-subscription .checkout-success {
  padding: 32px 0 64px;
  text-align: left;
}
.thank-you-page-subscription .checkout-success .action.primary.continue {
  display: block;
  max-width: 320px;
  margin: auto;
}
.thank-you-page-subscription .checkout-success #order_info {
  padding: 32px 0;
}
.thank-you-page-subscription .checkout-success #order_info h2 {
  font-size: 48px;
  line-height: 0.8em;
}
@media only screen and (max-width:1023px) {
  .thank-you-page-subscription .checkout-success #order_info h2 {
    padding-top: 16px;
  }
}
.thank-you-page-subscription .checkout-success #order_info h2 span {
  font-size: 24px;
  font-weight: normal;
}
@media only screen and (max-width:1023px) {
  .thank-you-page-subscription .checkout-success #order_info h2 span {
    display: block;
  }
}
.thank-you-page-subscription .checkout-success #order_info p {
  font-size: 16px;
  line-height: 24px;
}
.thank-you-page-subscription .checkout-success #order_info .order_number {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 16px;
}
.thank-you-page-subscription .checkout-success #order_info .order_number a {
  text-decoration: underline;
}
.thank-you-page-subscription .checkout-success #order_info img {
  max-width: 200px;
}
@media only screen and (max-device-width: 768px) {
  .thank-you-page-subscription .checkout-success #order_info img {
    max-width: 100px;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
.thank-you-page-subscription .checkout-success .modular-block h3 {
  font-size: 32px !important;
  font-weight: bold !important;
  margin: 0 0 32px !important;
  text-align: center !important;
}
.thank-you-page-subscription .checkout-success .modular-block h4 {
  font-size: 22px;
  font-weight: 500;
}
@media only screen and (max-device-width: 768px) {
  .thank-you-page-subscription .checkout-success .modular-block h4 {
    font-size: 20px;
  }
}
.thank-you-page-subscription .checkout-success .modular-block img {
  width: 100%;
  max-width: 200px !important;
}
@media (max-device-width: 768px) {
  .thank-you-page-subscription .checkout-success .modular-block img {
    max-width: 100px;
  }
}
.thank-you-page-subscription .checkout-success .modular-block .container_links {
  text-align: center;
}
@media only screen and (max-device-width: 768px) {
  .thank-you-page-subscription .checkout-success .modular-block .container_links {
    display: block;
  }
}
.thank-you-page-subscription .checkout-success .modular-block .container_links a {
  display: inline-block;
  text-indent: -999999999px;
}

/*resi*/
.account-pending-message {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .account-pending-message {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width:1023px) {
  .account-pending-message .expirations-profile-info span {
    margin-bottom: 15px;
  }
}

/*old css my account*/
.customer-account-index #maincontent {
  margin-top: 32px;
}
.customer-account-index #maincontent a {
  font-size: 17px;
  height: 15px;
  line-height: 15px;
}
.customer-account-index .block-privacy-settings {
  padding: 0 16px;
}
.customer-account-index .block-privacy-settings .box-billing-address {
  width: 100% !important;
}
.customer-account-index.account h2 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 16px;
}
.customer-account-index.account .top-head-account {
  padding: 16px;
  margin-bottom: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.customer-account-index.account .top-head-account .customer-email {
  text-transform: lowercase;
}
.customer-account-index.account .top-head-account .cont-link {
  float: right;
  width: 50%;
}
.customer-account-index.account .top-head-account .cont-link a.logout-btn {
  margin-left: 8px;
}
.customer-account-index.account .top-head-account .cont-link a.edit-btn {
  padding-right: 8px;
  border-right: 2px solid;
}
.customer-account-index.account .top-head-account .info-user {
  float: left;
  width: 50%;
}
.customer-account-index.account .top-head-account .info-user p {
  font-size: 17px;
  font-weight: normal;
  margin: 0;
}
.customer-account-index.account .top-head-account a {
  float: right;
}
.customer-account-index.account .top-head-account a.edit-link {
  margin-right: 4px;
}
.customer-account-index.account .address-title {
  padding-left: 16px;
}
.customer-account-index.account .block-dashboard-addresses {
  margin-bottom: 32px;
}
.customer-account-index.account .block-dashboard-addresses .block-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 16px;
}
@media only screen and (max-width:1023px) {
  .customer-account-index.account .block-dashboard-addresses .block-content {
    display: block;
  }
}
.customer-account-index.account .block-dashboard-addresses .box {
  padding: 16px;
  width: 50%;
  min-height: 220px;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .customer-account-index.account .block-dashboard-addresses .box {
    width: 100%;
  }
}
.customer-account-index.account .block-dashboard-addresses .box.box-shipping-address {
  margin-right: 8px;
}
@media only screen and (max-width:1023px) {
  .customer-account-index.account .block-dashboard-addresses .box.box-shipping-address {
    margin: 0;
  }
}
.customer-account-index.account .block-dashboard-addresses .box.box-billing-address {
  margin-left: 8px;
}
@media only screen and (max-width:1023px) {
  .customer-account-index.account .block-dashboard-addresses .box.box-billing-address {
    margin: 0;
  }
}
.customer-account-index.account .block-dashboard-addresses .box address {
  display: block;
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.3em;
  font-size: 17px;
  font-weight: normal;
}
.customer-account-index.account .block-dashboard-addresses .box address h3 {
  font-weight: 500;
  margin-bottom: 16px;
}
.customer-account-index.account .block-dashboard-addresses .box-actions {
  position: absolute;
  bottom: 16px;
}
.customer-account-index.account .block-dashboard-addresses .box-actions span.name-typeAddress {
  font-size: 17px;
  font-weight: bold;
}
.customer-account-index.account .block-dashboard-addresses .box-actions .edit {
  padding-left: 0px;
}

.field-collection-item-field-plus-body-row {
  margin-left: 45px;
  margin-right: 45px;
  margin-top: 25px;
  padding-bottom: 20px;
}
.field-collection-item-field-plus-body-row.even .field-name-field-plus-row-side-text {
  color: #4f4f4f;
  float: left;
  width: 40%;
  margin-left: 75px;
}
.field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-side-text {
  float: right;
  width: 40%;
  margin-right: 20px;
  color: #4f4f4f;
}
.field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-media, .field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-embed {
  float: left;
}
.field-collection-item-field-plus-body-row.even .field-name-field-plus-row-media, .field-collection-item-field-plus-body-row.even .field-name-field-plus-row-embed {
  float: right;
}
.field-collection-item-field-plus-body-row .field-item h1 {
  font-size: 34px !important;
  margin-bottom: 10px !important;
  letter-spacing: 1px;
  line-height: 42px !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (max-width: 940px) {
  .field-collection-item-field-plus-body-row {
    margin: 0;
  }
  .field-collection-item-field-plus-body-row.even .field-name-field-plus-row-side-text {
    color: #4f4f4f;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .field-collection-item-field-plus-body-row.odd .field-name-field-plus-row-side-text {
    float: none;
    width: 100%;
    margin-right: 20px;
    color: #4f4f4f;
    margin-bottom: 20px;
  }
  .field-collection-item-field-plus-body-row.even .field-name-field-plus-row-media, .field-collection-item-field-plus-body-row.even .field-name-field-plus-row-embed {
    float: none;
  }
}
/* DISABLING OLD ACCORDION */
.plus-accordion.ui-accordion .ui-accordion-header {
  cursor: none;
  box-shadow: none !important;
  font-size: 16px !important;
  min-height: 16px !important;
  line-height: 16px !important;
  padding: 8px !important;
  color: black;
}
.plus-accordion.ui-accordion div {
  background-color: transparent !important;
}
.plus-accordion.ui-accordion .ui-accordion-content {
  background-color: #f3f3f3 !important;
  margin: 0 !important;
  padding: 0 10px !important;
}
.plus-accordion.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}

.plusSlideNavContainer {
  display: none;
}

.navionics-page-grid {
  font-size: 17px;
  font-weight: 400;
  color: #4f4f4f;
  margin: 5px;
}
.navionics-page-grid .row {
  margin: 10px;
  padding: 10px;
}
.navionics-page-grid h1 {
  font-weight: 700;
  text-align: left;
  color: #0A263C;
  font-size: 34px !important;
  margin-bottom: 10px !important;
  letter-spacing: 1px;
  line-height: 42px !important;
  margin-top: 5px;
}

/* width uniforme ai box dei also like */
/*.block-related.related {
  .products.product-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    @media only screen and (max-width:1023px){
      display: block;
      max-width: 91%;
      margin: 0 auto;
    }
  }
  .grid.products-grid .item {
    float: none !important;
    max-width: 200px;
    @media only screen and (max-width:1023px){
      float: left !important;
      max-width: 50%;
      border: 0 none;
      font-size: large;
    }
    .per-product{
      @media only screen and (max-width:1023px){
        max-width: 200px;
        border: 1px solid $color8;
        margin: 0 auto;
      }
    }
  }
  .action.towishlist {
    margin: 0;
    padding: 6px 10px 5px 10px;
  }
}

@media only screen and (min-width:1024px){
  .block-related.related .products-grid ol:after {
    display: none !important;
  }
}

.related-hp .grid.products-grid .item .per-product {
  padding: 0 5px !important;
}

.products-grid .product-item-info:hover .product-name a {
  color: $btn-1 !important;
}
*/
.privacy-settings h1 {
  padding: 20px 10px;
  font-size: 30px;
  font-weight: bold;
}
.privacy-settings .block-full {
  margin: 0;
  border-top: 1px solid #ccc;
  padding: 30px 0;
}
.privacy-settings .block-full figure {
  margin: 0 30px 30px;
  max-width: 120px;
  border: 0 none;
  float: left;
  width: 20%;
  background-size: 112%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full figure {
    margin: 0 auto;
    float: none;
    width: 40%;
  }
}
.privacy-settings .block-full figure img {
  border-radius: 8px;
  margin-bottom: 16px;
  opacity: 1;
}
.privacy-settings .block-full h2 {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 400;
  max-width: 670px;
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full h1, .privacy-settings .block-full .block-full {
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
.privacy-settings .block-full .cont-info-check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full .cont-info-check .btn {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 110px;
    display: block;
  }
}
.privacy-settings .block-full .cont-info-check form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-size: 16px;
  color: #0A263C;
  font-weight: 300;
  margin-bottom: 30px;
}
.privacy-settings .block-full .cont-info-check form p {
  max-width: 670px;
}
.privacy-settings .block-full .cont-info-check form div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  margin: 10px 0;
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full .cont-info-check form div {
    display: inline-block;
    text-align: left;
  }
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full .cont-info-check form div p {
    text-align: left;
    margin: 0;
  }
}
@media only screen and (max-width:1023px) {
  .privacy-settings .block-full .cont-info-check div input {
    margin: 0 10px;
    float: left;
  }
}
.privacy-settings input[type=checkbox]:checked, .privacy-settings input[type=checkbox] {
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  outline: none;
  margin-top: 0;
  box-shadow: none;
}
.privacy-settings input[type=checkbox]:checked {
  background-image: url("../images/icon-check.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 28px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.privacy-settings input[type=checkbox] {
  border: 1px solid #d0cece;
  border-radius: 50%;
  background-image: url("../images/icon-check.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-right: 20px;
}
.privacy-settings .loader_overlay {
  background: url("../images/assets/sonar_spinner.gif") rgba(255, 255, 255, 0.7803921569);
  text-align: center;
  right: 0;
  left: 0;
  z-index: 9;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  min-height: 50px;
  max-width: 250px;
  margin-top: 20px;
}
@media only screen and (max-width:1023px) {
  .privacy-settings .loader_overlay {
    margin: 0 auto 50px;
  }
}

@media only screen and (max-width:1023px) {
  .form.form-edit-account {
    padding: 21px 0 65px;
  }
}

.form-address-edit .control .input-text {
  text-transform: none;
}
@media only screen and (max-width:1023px) {
  .form-address-edit {
    padding: 21px 7px 65px;
  }
}

.form.form-edit-account .message.info, .form-address-edit .message.info {
  margin: 6px 0 10px;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .actions-toolbar .primary .action.save, .form-address-edit .actions-toolbar .primary .action.save {
    margin: 10px 0;
    width: 100%;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .button-container, .form-address-edit .button-container {
    margin: 0 auto;
    padding: 0 10px;
  }
}
.form.form-edit-account .button-container .loader_overlay, .form-address-edit .button-container .loader_overlay {
  background: url(../images/assets/sonar_spinner.gif) rgba(255, 255, 255, 0.8784313725);
  width: 170px;
  z-index: 9;
  margin: 10px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37px;
  min-height: 48px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .button-container .loader_overlay, .form-address-edit .button-container .loader_overlay {
    width: 100%;
    margin: 0 0 10px;
    display: inline-block;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .control, .form-address-edit .control {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .fieldset > .field, .form.form-edit-account .fieldset > .fields > .field, .form-address-edit .fieldset > .field, .form-address-edit .fieldset > .fields > .field {
    margin: 0;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account fieldset.fieldset.info, .form-address-edit fieldset.fieldset.info {
    padding: 0 7px;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account fieldset.fieldset.password .legend span, .form-address-edit fieldset.fieldset.password .legend span {
    font-size: 16px;
  }
}
.form.form-edit-account fieldset.fieldset.password input[type=email], .form-address-edit fieldset.fieldset.password input[type=email] {
  text-transform: lowercase;
}
.form.form-edit-account fieldset.fieldset.password, .form-address-edit fieldset.fieldset.password {
  background: rgba(216, 216, 216, 0.368627451);
  padding: 17px 24px 39px;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account fieldset.fieldset.password, .form-address-edit fieldset.fieldset.password {
    padding: 15px 10px 0;
  }
}
.form.form-edit-account .fieldset .legend, .form-address-edit .fieldset .legend {
  border: 0;
  color: #0A263C;
  margin: 0 0 23px;
  padding: 0;
  display: block;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .fieldset .legend, .form-address-edit .fieldset .legend {
    margin-bottom: 16px;
  }
}
.form.form-edit-account .fieldset .legend span, .form-address-edit .fieldset .legend span {
  font-size: 18px;
  text-transform: inherit;
  font-weight: bold;
}
.form.form-edit-account .actions-toolbar, .form-address-edit .actions-toolbar {
  padding: 24px 0 0;
}
.form.form-edit-account .actions-toolbar .full-msg-container, .form-address-edit .actions-toolbar .full-msg-container {
  padding: 0 10px;
  display: none;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .actions-toolbar .full-msg-container, .form-address-edit .actions-toolbar .full-msg-container {
    padding: 5px 10px;
  }
}
.form.form-edit-account .actions-toolbar .full-msg-container.confirm-msg .response.done, .form-address-edit .actions-toolbar .full-msg-container.confirm-msg .response.done {
  background: #D4EDDA;
  color: #155724;
  margin: 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  font-size: 14px;
  border: 1px solid #C3E6CB;
  font-weight: bold;
}
.form.form-edit-account .actions-toolbar .full-msg-container.error-msg, .form-address-edit .actions-toolbar .full-msg-container.error-msg {
  background-color: #FFDFDF;
  border: 1px solid #FCC5C5;
  height: 35px;
  line-height: 35px;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .actions-toolbar .full-msg-container.error-msg, .form-address-edit .actions-toolbar .full-msg-container.error-msg {
    margin-bottom: 10px;
    height: auto;
    line-height: 2em;
  }
}
.form.form-edit-account .actions-toolbar .full-msg-container.error-msg .response.error, .form.form-edit-account .actions-toolbar .full-msg-container.error-msg .error-contacts, .form-address-edit .actions-toolbar .full-msg-container.error-msg .response.error, .form-address-edit .actions-toolbar .full-msg-container.error-msg .error-contacts {
  font-size: 14px;
  display: inline-block;
  color: #E02B27;
  margin-bottom: 3px;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .actions-toolbar .full-msg-container.error-msg .response.error, .form.form-edit-account .actions-toolbar .full-msg-container.error-msg .error-contacts, .form-address-edit .actions-toolbar .full-msg-container.error-msg .response.error, .form-address-edit .actions-toolbar .full-msg-container.error-msg .error-contacts {
    margin-bottom: 10px;
  }
}
.form.form-edit-account .actions-toolbar .full-msg-container.error-msg .response.error a, .form.form-edit-account .actions-toolbar .full-msg-container.error-msg .error-contacts a, .form-address-edit .actions-toolbar .full-msg-container.error-msg .response.error a, .form-address-edit .actions-toolbar .full-msg-container.error-msg .error-contacts a {
  color: #E02B27;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}
.form.form-edit-account .fieldset > .field > .label, .form-address-edit .fieldset > .field > .label {
  border-color: #d0cece;
  color: #666666;
  font-weight: normal;
  line-height: normal;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .fieldset > .field > .label, .form-address-edit .fieldset > .field > .label {
    margin: 0 0 8px;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account label span, .form-address-edit label span {
    font-size: 16px;
    color: #0A263C;
  }
}
@media only screen and (max-width:1023px) {
  .form.form-edit-account .actions-toolbar .primary .action.save, .form.form-edit-account .actions-toolbar .primary a.btn, .form-address-edit .actions-toolbar .primary .action.save, .form-address-edit .actions-toolbar .primary a.btn {
    margin: 8px 0;
    width: 100%;
  }
}

@media (min-width: 1023px), print {
  .fieldset > .field:not(.choice) > .label {
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    float: none;
    text-align: left;
    margin-bottom: 7px;
    color: #0A263C;
    font-size: 14px;
    border-radius: 0;
  }
}
@media (min-width: 1023px), print {
  .fieldset > .field {
    box-sizing: border-box;
    margin: 0;
  }
}
input.input-text, textarea {
  padding: 8px;
  font-size: 14px;
  margin: 0 0 10px;
}
@media only screen and (max-width:1023px) {
  input.input-text, textarea {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width:1023px) {
  .pagecrumbs-title, .page-title-wrapper h1 span {
    font-size: 22px;
    margin: 0 auto 18px;
    text-align: center;
    display: block;
  }
}

@media only screen and (max-width:1023px) {
  .customer-address-index .actions-toolbar button.add {
    width: 100%;
    margin: 10px 0;
  }
}

/*scss per header pulito e definitivo*/
.checkout-payment-method .ccard > .field.cvv > .control {
  padding: 0;
  margin: 0 0 10px 0;
}

.checkout-payment-method .payment-method-content .fieldset > .choice.field .label {
  margin-bottom: 16px;
  display: inline-block;
  padding: 0px;
}

.checkout-billing-address label {
  display: inline;
}
@media only screen and (max-width:1023px) {
  .checkout-billing-address .actions-toolbar {
    text-align: center;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-billing-address .actions-toolbar .primary button.action {
    margin-bottom: 10px;
  }
}

.payment-method-braintree .hosted-control:focus {
  border: 1px solid #1097FE;
}

.column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar {
  margin: 0;
}

.actions-toolbar .primary button.action-update, .actions-toolbar .primary button.action-cancel {
  background: transparent;
  border: 2px solid #1097FE;
  color: #1097FE;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 36px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  transition: background ease 0.5s, color ease 0.5s;
  border-radius: 50px;
  text-decoration: none;
  margin: 0;
}
.actions-toolbar .primary button.action-update span, .actions-toolbar .primary button.action-update span:hover, .actions-toolbar .primary button.action-cancel span, .actions-toolbar .primary button.action-cancel span:hover {
  text-decoration: none;
}
.actions-toolbar .primary button.action-update:hover, .actions-toolbar .primary button.action-cancel:hover {
  background-color: #1097FE;
  color: #FFFFFF;
  text-decoration: none;
  border: 2px solid #1097FE;
}

.payment-method-braintree .field-tooltip {
  left: auto;
  top: 0;
  height: 42px;
}

.payment-method-braintree #braintree_cc_type_cvv_div .field-tooltip {
  left: 4em;
}

.payment-method-billing-address {
  margin: 0;
}

#shipping #customer-email-fieldset ._with-tooltip {
  width: 100%;
}
#shipping .field-tooltip .field-tooltip-content {
  left: 40px;
  top: -4px;
}
#shipping .field-tooltip .field-tooltip-content:before {
  left: -20px;
  top: 11px;
}
@media only screen and (max-width:1023px) {
  #shipping .field-tooltip .field-tooltip-content:before {
    left: 246px;
    top: -20px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width:1023px) {
  #shipping .field-tooltip .field-tooltip-content {
    left: -231px;
    top: 46px;
    color: #0A263C;
  }
}
#shipping .field-tooltip .field-tooltip-content:before, #shipping .field-tooltip .field-tooltip-content:after {
  left: -20px;
  top: 11px;
}
@media only screen and (max-width:1023px) {
  #shipping .field-tooltip .field-tooltip-content:before, #shipping .field-tooltip .field-tooltip-content:after {
    left: 246px;
    top: -20px;
    transform: rotate(90deg);
  }
}

.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  padding: 12px;
  width: 276px;
  display: none;
  left: 130px;
  position: absolute;
  text-transform: none;
  top: -14px;
  word-wrap: break-word;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .field-tooltip .field-tooltip-content {
    right: auto;
    top: -126px;
    left: -176px;
  }
}
@media (max-width: 373px) {
  .field-tooltip .field-tooltip-content {
    left: -75px;
  }
}
.field-tooltip .field-tooltip-content img {
  width: 100%;
}
.field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  border-right-color: #f4f4f4;
  left: -21px;
  top: 31px;
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width:1023px) {
  .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
    left: 85%;
    top: 110px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 373px) {
  .field-tooltip .field-tooltip-content:before, .field-tooltip .field-tooltip-content:after {
    left: 43%;
  }
}
.field-tooltip .field-tooltip-content:before {
  border-right-color: #666666;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}

.checkout-index-index {
  /*MODALE - INDIRIZZO DI SPEDIZIONE*/
  /* fine - MODALE - INDIRIZZO DI SPEDIZIONE*/
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 2px;
  left: auto;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header {
  display: block;
  border-bottom: 0;
  position: relative;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close {
  top: 6px;
  position: absolute;
  right: 0;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-header h1.modal-title {
  font-weight: bold;
  border-bottom: none;
}
.checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content div#opc-new-shipping-address {
  padding: 20px;
}
@media (min-width: 1023px), print {
  .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content div#opc-new-shipping-address .fieldset > .field.choice:before, .checkout-index-index .modal-popup.modal-slide .modal-inner-wrap .modal-content div#opc-new-shipping-address .fieldset > .field.no-label:before {
    display: none;
  }
}
.checkout-index-index .modal-inner-wrap .modal-content {
  box-shadow: none;
  border-radius: 0;
}
.checkout-index-index .modal-inner-wrap .checkout-agreements-item-content {
  padding: 30px;
  box-shadow: none;
  border: none;
  font-size: 16px;
}
.checkout-index-index .modal-inner-wrap .checkout-agreements-item-content a {
  font-size: inherit;
}
.checkout-index-index .page-wrapper {
  background-color: #f8f8f8;
}
@media only screen and (max-width:1023px) {
  .checkout-index-index .container {
    padding: 0;
  }
}
.checkout-index-index .nav-sections {
  display: block;
}
.checkout-index-index .minicart-wrapper {
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}

.mobile-checkout-totals-container .title {
  position: relative;
}
.mobile-checkout-totals-container .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: "\e621";
  font-family: "icons-blank-theme";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
}
.mobile-checkout-totals-container.active .title {
  position: relative;
}
.mobile-checkout-totals-container.active .title:after {
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 12px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
  right: 0;
  top: 10px;
}

#checkout-payment-method-load .field._required .payment-method-braintree .field-tooltip {
  left: auto;
}
#checkout-payment-method-load .field._required .field-tooltip {
  top: 0px;
  right: 0;
}
#checkout-payment-method-load .field._required .field-tooltip:before {
  left: -20px;
  top: 14px;
}

.checkout-container {
  padding: 0 15px 40px;
  margin: 25px 0 0;
}
@media only screen and (max-width:1023px) {
  .checkout-container {
    padding: 0;
    margin: 15px 0 0;
  }
}
.checkout-container .control._with-tooltip {
  position: relative;
  width: 95%;
}
@media only screen and (max-width:1023px) {
  .checkout-container .control._with-tooltip {
    width: 90%;
  }
}
.checkout-container .control._with-tooltip span.action-help {
  position: absolute;
  right: -40px;
  top: 6px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .control._with-tooltip span.action-help {
    right: -29px;
    top: 4px;
  }
}
.checkout-container .cvv .field-tooltip .field-tooltip-action {
  display: inline-block;
}
.checkout-container .cvv .field-tooltip .field-tooltip-action:before {
  -webkit-font-smoothing: antialiased;
  font-size: 124px;
  line-height: inherit;
  color: transparent;
  content: "\e623";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
}
@media only screen and (max-width:1023px) {
  .checkout-container .cvv .field-tooltip .field-tooltip-action:before {
    font-size: 100px;
  }
}
.checkout-container .cvv .field-tooltip .field-tooltip-action.action-cvv {
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 42px;
  background-image: url("../images/CS_VisaCode_card1.png");
}
@media only screen and (max-width:1023px) {
  .checkout-container .items-in-cart {
    padding: 0 20px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container .checkout-shipping-method .step-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
  }
}
.checkout-container .step-title {
  font-weight: bold;
  font-size: 24px;
}
.checkout-container .grand-total-out-table {
  display: none;
}
.checkout-container .form-discount .actions-toolbar {
  display: inline-block;
}
.checkout-container .form-discount .payment-option-inner {
  display: inline-block;
  margin: 0 20px 0 0;
}
.checkout-container .form-discount .payment-option-inner input.input-text, .checkout-container .form-discount .payment-option-inner textarea {
  margin: 0;
  width: 195px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .form-discount .payment-option-inner input.input-text, .checkout-container .form-discount .payment-option-inner textarea {
    margin-bottom: 20px;
  }
}
.checkout-container .form-discount .payment-option-inner + .actions-toolbar {
  float: right;
}
@media only screen and (max-width:1023px) {
  .checkout-container .form-discount .payment-option-inner + .actions-toolbar {
    float: none;
  }
}
.checkout-container .checkout-agreement.required {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0;
}
.checkout-container .checkout-agreement button span {
  font-size: 16px;
  line-height: 1.3em;
}
@media only screen and (max-width:1023px) {
  .checkout-container .checkout-agreement button span {
    font-size: 14px;
    text-align: left;
    display: inherit;
  }
}
.checkout-container .payment .required {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment .required {
    width: 100%;
  }
}
@media (max-width: 373px) {
  .checkout-container .payment .required {
    width: 100%;
  }
}
.checkout-container .payment .required + .required {
  width: 47%;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment .required + .required {
    width: 40%;
  }
}
@media (max-width: 373px) {
  .checkout-container .payment .required + .required {
    width: 100%;
  }
}
.checkout-container .payment-method {
  margin: 20px 0;
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ccc;
  display: none;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment-method {
    padding: 20px 20px 0;
  }
}
.checkout-container .payment-method._active {
  border: 2px solid #009cff;
  display: inline-block;
  width: 100%;
  background-color: #FFFFFF;
}
.checkout-container .ewayrapid .col-md-5.col-xs-12.payment-img {
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/eway-cards2.png");
}
.checkout-container .payment-buttons {
  margin-bottom: 0;
}
.checkout-container .payment-buttons .payment_button_active {
  position: relative;
}
.checkout-container .payment-buttons .payment_button_active:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  content: "";
  height: 19px;
  width: 36px;
  background: url(../images/arrow-top.png) no-repeat center;
  background-size: 36px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}
.checkout-container .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-container .billing-address-same-as-shipping-block .fieldset label {
  display: inline-block;
}
.checkout-container .braintree .col-md-5.col-xs-12.payment-img {
  background: url("../images/Cards.png");
}
.checkout-container .braintree_paypal .col-md-5.col-xs-12.payment-img, .checkout-container .paypal_express .col-md-5.col-xs-12.payment-img {
  background: url("../images/pp-acceptance-large.png");
}
.checkout-container .worldpay_payments_card .col-md-5.col-xs-12.payment-img {
  background: url("../images/GBR@2x.png");
}
.checkout-container .braintree.col-md-6.col-sm-6.col-xs-6.payment-buttons.payment_button_active {
  border: 2px solid #1097FE;
  border-radius: 5px;
  padding: 20px;
  background-color: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  .checkout-container .braintree.col-xs-6 {
    padding-right: 2px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container .braintree_paypal.col-xs-6 {
    padding-left: 2px;
  }
}
.checkout-container .pay-button-inner {
  border: 1px solid #ccc;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 5px;
  padding: 5px;
  min-height: 117px;
  font-size: 18px;
  -ms-flex-direction: row;
      flex-direction: row;
  background-color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width:1023px) {
  .checkout-container .pay-button-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 143px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container .pay-button-inner .col-xs-12 {
    padding: 0;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container .pay-button-inner .col-md-6.col-xs-12 span {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container .pay-button-inner .col-xs-12 {
    text-align: center;
  }
}
.checkout-container .pay-button-inner .col-md-5.col-xs-12.payment-img {
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.checkout-container .pay-button-inner.payment_button_active {
  border: 2px solid #1097FE;
}
.checkout-container .checkout-payment-method {
  padding: 0 40px 30px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .checkout-payment-method {
    padding: 0 15px;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container .checkout-payment-method.shadow {
    box-shadow: none;
  }
}
.checkout-container .checkout-payment-method .payment-method-billing-address {
  margin: 0 0 20px;
  background: #f8f8f8;
  padding: 10px;
}
.checkout-container .checkout-payment-method .payment-methods, .checkout-container .checkout-payment-method .payment-option {
  margin: 0 auto;
}
.checkout-container .checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-container .checkout-payment-method .fieldset {
  margin: 0;
  padding: 0;
}
.checkout-container .modal-custom .action-close {
  right: 35px;
}
.checkout-container .opc-wrapper .form-discount {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar {
  margin: 0;
  padding: 10px 0;
  width: 74.2%;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-wrapper .form-login .actions-toolbar {
    width: 100%;
  }
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .action.remind {
  font-size: 12px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .checkout-agreements .checkout-agreement.required {
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout-container .payment-method-content {
  display: none;
}
.checkout-container .payment-method-content .fieldset:not(:last-child) {
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment-method-content {
    padding: 0;
  }
}
.checkout-container .payment-method-content .checkout-agreement.required {
  display: block;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment-method-content .checkout-agreement.required {
    display: -ms-flexbox;
    display: flex;
  }
}
.checkout-container .checkout-payment-method .ccard > .field.cvv > .control {
  margin: 0;
}
@media only screen and (max-width:1023px) {
  .checkout-container .modal-inner-wrap {
    max-width: 100%;
  }
}
.checkout-container .modal-inner-wrap .modal-content {
  background-color: transparent;
}
.checkout-container .modal-content {
  padding: 0 !important;
  position: relative;
  overflow: initial !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .checkout-container aside.opc-summary-wrapper [class*=page-layout] .modal-inner-wrap {
    max-width: 100%;
  }
}
.checkout-container aside.opc-summary-wrapper .desktop-checkout-totals-container, .checkout-container aside.opc-summary-wrapper .mobile-checkout-totals-container {
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 23px;
}
@media only screen and (max-width:1023px) {
  .checkout-container aside.opc-summary-wrapper .desktop-checkout-totals-container {
    display: none;
  }
}
@media only screen and (min-width:1024px) {
  .checkout-container aside.opc-summary-wrapper .mobile-checkout-totals-container {
    display: none;
  }
}
.checkout-container aside.opc-summary-wrapper .mobile-checkout-totals-container tr.grand.totals strong {
  color: #F93D66;
  font-weight: bold !important;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-block-shipping-information .shipping-information {
    padding: 20px;
    background: #FFFFFF;
  }
}
.checkout-container .opc-block-shipping-information .shipping-information .ship-to, .checkout-container .opc-block-shipping-information .shipping-information .ship-via {
  font-size: 14px;
}
.checkout-container .opc-block-shipping-information .shipping-information .ship-to .shipping-information-title, .checkout-container .opc-block-shipping-information .shipping-information .ship-via .shipping-information-title {
  margin: 0;
  border: none;
}
.checkout-container .opc-block-shipping-information .shipping-information .ship-to .shipping-info-container .shipping-information-content, .checkout-container .opc-block-shipping-information .shipping-information .ship-via .shipping-info-container .shipping-information-content {
  font-weight: bold;
}
.checkout-container .opc-block-shipping-information .shipping-information .ship-to .shipping-info-container .shipping-address-edit .button.action.action-edit, .checkout-container .opc-block-shipping-information .shipping-information .ship-via .shipping-info-container .shipping-address-edit .button.action.action-edit {
  margin: 0;
}
.checkout-container .opc-block-shipping-information .shipping-information span.title-info {
  font-weight: bold;
  text-indent: 50px;
  display: block;
  position: relative;
  margin-bottom: 14px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-block-shipping-information .shipping-information span.title-info {
    font-size: 18px;
    text-indent: 30px;
  }
}
.checkout-container .opc-block-shipping-information .shipping-information span.title-info:before {
  background: url("../images/ic-shipping-details.png");
  content: "";
  width: 40px;
  height: 22px;
  background-size: 40px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-block-shipping-information .shipping-information span.title-info:before {
    width: 25px;
    height: 22px;
    background-size: 25px;
    top: 5px;
  }
}
.checkout-container .desktop-checkout-totals-container .title span, .checkout-container .mobile-checkout-totals-container .title span {
  font-weight: bold;
  text-indent: 50px;
  display: block;
  position: relative;
  margin-bottom: 14px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .desktop-checkout-totals-container .title span, .checkout-container .mobile-checkout-totals-container .title span {
    font-size: 18px;
    text-indent: 30px;
  }
}
.checkout-container .desktop-checkout-totals-container .title span:before, .checkout-container .mobile-checkout-totals-container .title span:before {
  background: url("../images/ic-order-summary.png");
  content: "";
  width: 30px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .checkout-container .desktop-checkout-totals-container .title span:before, .checkout-container .mobile-checkout-totals-container .title span:before {
    width: 20px;
    height: 22px;
    top: 5px;
  }
}
.checkout-container .opc-payment .payment-group .step-title {
  text-align: left;
  line-height: 40px;
  font-size: 24px;
  text-indent: 50px;
  position: relative;
  font-weight: bold;
  margin-bottom: 14px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-payment .payment-group .step-title {
    font-size: 18px;
    text-indent: 0;
    padding-left: 30px;
  }
}
.checkout-container .opc-payment .payment-group .step-title:before {
  background: url("../images/ic-payment.png");
  content: "";
  width: 40px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-payment .payment-group .step-title:before {
    width: 25px;
    height: 17px;
    top: 8px;
  }
}
.checkout-container button.action.action-edit {
  background: no-repeat;
  border: none;
  float: right;
  color: #1097FE;
  font-size: 14px;
  position: relative;
  margin: 0;
}
.checkout-container button.action.action-edit:hover {
  opacity: 0.8;
}
.checkout-container button.action.action-edit:before {
  position: absolute;
  height: 26px;
  content: "";
  width: 30px;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  left: -13px;
  top: 4px;
  background: url(../images/matita.png);
}
@media only screen and (max-width:1023px) {
  .checkout-container li#opc-shipping_method {
    padding: 0 20px;
  }
}
.checkout-container .opc-progress-bar-item {
  margin: 0;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 33%;
}
@media mobile {
  .checkout-container .opc-progress-bar-item {
    width: 33%;
  }
}
.checkout-container .opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.checkout-container .opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.checkout-container .opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.checkout-container .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 500;
  font-size: 14px;
}
.checkout-container .opc-progress-bar-item > span:before {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
}
.checkout-container .opc-progress-bar-item > span:after {
  background: #e4e4e4;
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  background: #FFFFFF;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 1.8rem;
}
.checkout-container .opc-progress-bar-item._active:before {
  background: #003e7e;
}
.checkout-container .opc-progress-bar-item._active > span {
  color: #333;
}
.checkout-container .opc-progress-bar-item._active > span:before {
  background: #003e7e;
}
.checkout-container .opc-progress-bar-item._active > span:after {
  content: "\e610";
  font-family: "icons-blank-theme";
  line-height: 1;
  font-size: 2.8rem;
}
.checkout-container .opc-progress-bar-item._complete {
  cursor: pointer;
}
.checkout-container .opc-progress-bar-item._complete > span {
  color: #333;
}
.checkout-container .opc-progress-bar-item._complete > span:after {
  content: "\e610";
  font-family: "icons-blank-theme";
  line-height: 1;
  font-size: 2.8rem;
}
.checkout-container #customer-email-fieldset .fieldset .field {
  color: #0A263C;
}
.checkout-container #customer-email-fieldset .actions-toolbar {
  width: 74.2%;
}
.checkout-container #customer-email-fieldset .secondary span {
  margin-left: 10px;
}
@media only screen and (max-width:1023px) {
  .checkout-container #customer-email-fieldset .secondary span {
    display: inline-block;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container #customer-email-fieldset .actions-toolbar .primary a.btn {
    margin: 0;
  }
}
.checkout-container .opc-progress-bar {
  counter-reset: i;
  font-size: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-progress-bar {
    margin: 0 0 15px;
  }
}
.checkout-container .opc-progress-bar ._complete span:before {
  border: 2px solid transparent;
}
.checkout-container .opc-progress-bar ._complete:before {
  background: #6b9e2b;
  height: 2px;
}
.checkout-container .opc-progress-bar ._active span:before {
  border: 4px solid #1097FE;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-progress-bar ._active span:before {
    border: 2px solid #1097FE;
  }
}
.checkout-container .opc-progress-bar ._active:before {
  background: #03A9F4;
  height: 2px;
}
.checkout-container .opc-progress-bar ._active > span {
  color: #1097FE;
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-progress-bar ._active > span {
    font-size: 16px;
  }
}
.checkout-container .opc-progress-bar ._active > span:before {
  background: #5c9c2c;
  top: 19px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.checkout-container .opc-progress-bar ._active > span:after {
  height: 38px;
  margin-left: -19px;
  width: 38px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  background: transparent;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #1097FE;
  font-weight: 600;
  font-size: 1.8rem;
  font-family: "Roboto";
  line-height: 26px;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item:before {
  top: 19px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete > span {
  color: #61A231;
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-progress-bar .opc-progress-bar-item._complete > span {
    font-size: 16px;
  }
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._complete > span:after {
  background-color: #61A231;
  color: #fff;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._inactive > span {
  color: #e4e4e4;
  font-weight: normal;
  font-size: 16px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-progress-bar .opc-progress-bar-item._inactive > span {
    font-size: 16px;
  }
}
.checkout-container .opc-progress-bar .opc-progress-bar-item._inactive > span:after {
  background-color: #e4e4e4;
  color: #fff;
}
.checkout-container .opc-progress-bar .opc-progress-bar-item > span:before {
  background: #f8f8f8;
  height: 30px;
  margin-left: -15px;
  width: 30px;
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 4px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-progress-bar .opc-progress-bar-item > span:before {
    background: #f8f8f8;
    height: 25px;
    margin-left: -13px;
    width: 25px;
    border-radius: 50%;
    content: "";
    left: 50%;
    position: absolute;
    top: 6px;
  }
}
.checkout-container .opc-block-summary .details-qty span.label .label {
  color: #0A263C;
  font-size: 14px;
}
.checkout-container .opc-block-shipping-information .shipping-information-title span {
  font-weight: normal;
  font-size: 14px;
  margin-right: 6px;
  width: 70px;
}
.checkout-container .opc-block-shipping-information .shipping-info-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.checkout-container .opc-block-summary .content.minicart-items {
  border-top: 1px solid #d0cece;
  margin-bottom: 10px;
}
.checkout-container .opc-block-summary .product-image-container {
  height: auto !important;
}
.checkout-container .opc-block-summary .product-image-container .product-image-wrapper img {
  border-right: 1px solid #d0cece;
  padding-right: 10px;
}
.checkout-container .opc-block-summary .items-in-cart span.cart-products-title {
  margin-bottom: 14px;
  color: #0A263C;
  font-weight: bold;
  font-size: 20px;
  text-indent: 40px;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-block-summary .items-in-cart span.cart-products-title {
    font-size: 18px;
    text-indent: 30px;
  }
}
.checkout-container .opc-block-summary .items-in-cart span.cart-products-title:before {
  position: absolute;
  height: 30px;
  content: "";
  width: 30px;
  background-repeat: no-repeat !important;
  background-size: 30px !important;
  left: -1px;
  top: 0px;
  background: url(../images/ic-yourorder.png);
  background-position: top left;
}
@media only screen and (max-width:1023px) {
  .checkout-container .opc-block-summary .items-in-cart span.cart-products-title:before {
    width: 20px;
    background-size: 20px !important;
  }
}
.checkout-container .opc-block-summary .desktop-checkout-totals-container tr.grand.totals .mark strong, .checkout-container .opc-block-summary .desktop-checkout-totals-container tr.grand.totals .amount strong .price {
  color: #F93D66;
  font-size: 20px;
  font-weight: bold;
}
.checkout-container .opc-block-summary tr.totals-tax {
  border-bottom: 1px solid #ccc;
}
.checkout-container .opc-block-summary tr.grand.totals.incl, .checkout-container .opc-block-summary tr.grand.totals.incl .mark, .checkout-container .opc-block-summary tr.grand.totals.incl .amount {
  color: #F93D66;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
}
.checkout-container .opc-block-summary .table {
  margin: 0;
}
.checkout-container .opc-block-summary .totals {
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
}
.checkout-container .opc-block-summary .totals:last-child {
  border-bottom: 0;
}
.checkout-container .opc-block-summary .totals th.mark strong {
  font-weight: normal;
}
.checkout-container .opc-block-summary .table-totals .amount {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
.checkout-container .opc-block-summary tr.totals, .checkout-container .opc-block-summary .table-totals .mark, .checkout-container .opc-block-summary tr.totals span.label, .checkout-container .opc-block-summary .mark .value {
  font-weight: normal;
  font-size: 14px;
  color: #0A263C;
  margin: 0;
  text-align: left;
}
.checkout-container .opc-block-summary .mark .value {
  display: block;
}
.checkout-container .opc-block-summary > .title {
  position: relative;
}
.checkout-container .opc-block-summary > .title:before {
  background: url("../images/ic-order-summary.png");
  content: "";
  width: 40px;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
}
.checkout-container .payment-option-title .action span {
  font-size: 20px;
  position: relative;
  color: #0A263C;
  text-indent: 50px;
  font-weight: bold;
  margin-bottom: 14px;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment-option-title .action span {
    font-size: 18px;
    text-indent: 30px;
  }
}
.checkout-container .payment-option-title .action span:before {
  position: absolute;
  left: 0;
  top: 4px;
  content: "";
  display: inline-block;
  background: url("../images/ic-discount-code.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 20px;
}
@media only screen and (max-width:1023px) {
  .checkout-container .payment-option-title .action span:before {
    width: 25px;
    height: 17px;
  }
}
.checkout-container .checkout-shipping-address .step-title.before {
  background-image: url(../images/ic-shipping-details.png);
}
@media only screen and (max-width:1023px) {
  .checkout-container #checkoutSteps li#shipping.checkout-shipping-address {
    color: #0A263C;
  }
}
.checkout-container .opc-block-summary > .title, .checkout-container .checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 10px;
  color: #0A263C;
  font-weight: normal;
  font-size: 20px;
  text-indent: 40px;
}
.checkout-container li#shipping.checkout-shipping-address {
  padding: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2392156863);
  margin-bottom: 14px;
}
@media only screen and (max-width:1023px) {
  .checkout-container li#shipping.checkout-shipping-address {
    color: transparent;
    box-shadow: none;
  }
}
@media only screen and (max-width:1023px) {
  .checkout-container li#shipping.checkout-shipping-address .fieldset > .field, .checkout-container li#shipping.checkout-shipping-address .fieldset > .fields > .field {
    margin: 0;
  }
}
.checkout-container li#shipping.checkout-shipping-address .step-title {
  border-bottom: 0 none;
  padding-bottom: 0;
  color: #0A263C;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 50px;
}
@media only screen and (max-width:1023px) {
  .checkout-container li#shipping.checkout-shipping-address .step-title {
    text-indent: 0;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 30px;
  }
}
.checkout-container li#shipping.checkout-shipping-address .step-title:before {
  position: absolute;
  height: 80px;
  width: 43px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../images/ic-shipping-details.png");
  top: 5px;
}
@media only screen and (max-width:1023px) {
  .checkout-container li#shipping.checkout-shipping-address .step-title:before {
    height: 40px;
    width: 25px;
    left: 0;
    top: 14px;
  }
}

.menu-cont-checkout {
  display: table;
  float: right;
  height: 65px;
  line-height: 65px;
}
@media only screen and (max-width:1023px) {
  .menu-cont-checkout .hide-on-mobile {
    display: none;
  }
}
.menu-cont-checkout li.ic-voice {
  position: relative;
}
.menu-cont-checkout li.ic-voice:before {
  position: absolute;
  height: 20px;
  width: 20px;
  content: "";
  left: 10px;
  top: 22px;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu-cont-checkout li {
  display: table-cell;
}
.menu-cont-checkout li a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 35px 0 35px;
  display: block;
  font-size: 18px;
  line-height: 65px;
}
.menu-cont-checkout li a:hover {
  background-color: #1097FE;
}

.opc-block-summary .product-item .product-item-inner {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.opc-block-summary .product-item .subtotal {
  display: table-cell;
  text-align: right;
}
.opc-block-summary .product-item .price {
  font-size: 1.6rem;
  font-weight: 400;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax {
  margin: 0;
}
.opc-block-summary .product-item .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
}

@media (max-width: 425px) {
  .checkout-container .payment-method {
    padding: 10px;
  }
}

.checkout-container .opc-progress-bar .opc-progress-bar-item:first-child:before {
  right: 0;
  width: 50%;
  left: auto;
}

.checkout-container .opc-progress-bar .opc-progress-bar-item:last-child:before {
  left: 0;
  width: 50%;
  right: auto;
  left: auto;
}

.braintree-hosted-fields-focused {
  border: 1px solid #1097FE !important;
}

.payment-method-braintree .hosted-control.hosted-cid {
  width: 4em;
  padding: 0 0 0 10px;
  text-indent: 10px;
  display: inline-block;
}

.payment.items.ccard .field.type {
  display: none;
}

#shipping-new-address-form fieldset.street {
  margin-top: 16px;
}
#shipping-new-address-form fieldset.street .control div[name*=shippingAddress]:first-of-type {
  padding-top: 16px;
}
#shipping-new-address-form fieldset.street .control div[name*=shippingAddress] label {
  display: none;
}

#checkout-step-shipping .fieldset > .field:not(.choice) > .label {
  padding: 0;
  margin-bottom: 5px;
}
#checkout-step-shipping fieldset.street .control div[name*=shippingAddress]:first-of-type {
  padding-top: 16px;
}
#checkout-step-shipping fieldset.street .control div[name*=shippingAddress] label {
  display: none;
}
#checkout-step-shipping select {
  margin-bottom: 25px;
  padding: 0;
  text-indent: 10px;
}

.payment-method-content body#_bg {
  background: #f8f8f8 !important;
  padding: 10px 20px !important;
}
.payment-method-content #_el_label_nameoncard label {
  font-size: 16px !important;
}

@media (min-width: 1023px), print {
  .fieldset > .field:not(.choice) > .label {
    font-size: 16px;
    padding: 0;
    margin-bottom: 8px;
  }
}
ol#checkoutSteps .checkout-shipping-method {
  background-color: transparent;
}
ol#checkoutSteps .checkout-payment-method {
  background: #FFFFFF;
}
@media only screen and (max-width:1023px) {
  ol#checkoutSteps .checkout-payment-method {
    background-color: transparent;
  }
}

.payment-methods .col-md-5.col-xs-12.payment-img {
  margin-top: 10px;
}

.payment-method-billing-address .field-tooltip .field-tooltip-content {
  left: auto;
  right: -330px;
  top: -2px;
}
.payment-method-billing-address .field-tooltip .field-tooltip-content:before {
  left: -20px;
  top: 11px;
}
@media only screen and (max-width:1023px) {
  .payment-method-billing-address .field-tooltip .field-tooltip-content:before {
    left: 235px;
    top: -20px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width:1023px) {
  .payment-method-billing-address .field-tooltip .field-tooltip-content {
    left: auto;
    top: 44px;
    right: -47px;
  }
}
.payment-method-billing-address .field-tooltip .field-tooltip-content:before, .payment-method-billing-address .field-tooltip .field-tooltip-content:after {
  left: -20px;
  top: 11px;
}
@media only screen and (max-width:1023px) {
  .payment-method-billing-address .field-tooltip .field-tooltip-content:before, .payment-method-billing-address .field-tooltip .field-tooltip-content:after {
    left: 246px;
    top: -20px;
    transform: rotate(90deg);
  }
}

.checkout-payment-method .fieldset > .field-select-billing > .control {
  margin-bottom: 10px;
}

.prop-65-warning .prop65ImageContainer {
  width: 41px;
  margin-bottom: 8px;
}
.prop-65-warning .prop65TextContainer p {
  margin-bottom: 8px;
}

.form-shipping-address .message.warning, .billing-address-form .message.warning {
  color: #E02B27;
  font-size: 1.2rem;
}

.canada-tax-warning {
  border-radius: 3px;
  margin: 0.75rem 0px 0px;
  padding: 8px;
  min-width: 48px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  word-break: break-word;
  background-color: rgb(222, 235, 255);
  border: none;
  color: rgb(23, 43, 77);
}
.canada-tax-warning .canada-tax-warning-icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 24px;
  width: 24px;
  box-sizing: content-box;
  padding-right: 8px;
  color: rgb(0, 82, 204);
}
.canada-tax-warning .canada-tax-warning-text {
  margin: 1px 0px;
  -ms-flex: 1 0 0px;
      flex: 1 0 0px;
  font-size: 14px;
}
.canada-tax-warning .canada-tax-warning-text p {
  margin-bottom: 0;
}

.msg-warnings.msg-processing-time p {
  font-size: 12px;
  color: #393939;
  margin-top: 8px;
}
.msg-warnings.msg-processing-time p span.msg-processing-time-icon {
  display: inline-block;
  position: relative;
  height: 16px;
  content: "";
  width: 16px;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  left: -3px;
  top: 3px;
  background: url(../images/ic-yourorder.png);
  background-position: top left;
}
@media only screen and (max-width:1023px) {
  .msg-warnings.msg-processing-time.desktop-only {
    display: none;
  }
}
.msg-warnings.msg-processing-time.billing-step {
  display: none;
}
.msg-warnings.msg-rerouting-packages p {
  font-size: 16px;
  color: #363636;
  margin-bottom: 24px;
  display: -ms-flexbox;
  display: flex;
}
.msg-warnings.msg-rerouting-packages span.msg-warning-ecl-icon {
  display: inline-block;
  position: relative;
  height: 24px;
  content: "";
  width: 24px;
  background-repeat: no-repeat !important;
  background-size: 16px !important;
  top: 3px;
  background: url(../images/ic-error_outline_24px@2x.png);
  background-position: top left;
}
.msg-warnings.msg-rerouting-packages span.msg-warnings-text {
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width:1023px) {
  .search .col-xs-12 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.search .grid.products-grid .item {
  max-width: 100%;
  float: none;
}
.search .toolbar-amount {
  float: left;
  text-align: left;
  color: #0A263C;
  text-transform: none;
  font-size: 18px;
  width: 60%;
  display: inherit;
}
@media only screen and (max-width:1023px) {
  .search .toolbar-amount {
    display: block;
    margin-bottom: 16px;
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.search .category-products ol.products.list.items.product-items {
  max-width: 1280px;
}
.search .sorter-label, .search .limiter .label {
  font-weight: normal;
  float: none;
  padding: 0;
  font-size: 18px;
}
@media only screen and (max-width:1023px) {
  .search .sorter-label, .search .limiter .label {
    font-size: 16px;
  }
}
@media only screen and (max-width:1023px) {
  .search label.sorter-label {
    display: block;
    text-align: left;
  }
}
.search .select {
  font-size: 18px;
}
.search .toolbar-sorter.sorter {
  width: auto;
  padding: 0;
}
@media only screen and (max-width:1023px) {
  .search .toolbar-sorter.sorter {
    float: left;
  }
}
.search ol.products.list.items.product-items {
  margin: 0 auto;
}
.search .toolbar.toolbar-products {
  width: 100%;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0 16px;
}
@media only screen and (max-width:1023px) {
  .search .toolbar.toolbar-products {
    display: block;
    margin-bottom: 40px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 639px) {
  .search .modes, .search .toolbar-products .pages {
    float: none;
    vertical-align: middle;
  }
  .search .toolbar-bottom .pages {
    float: none;
    vertical-align: middle;
    display: inline-block;
  }
}
.search .products.list {
  margin-bottom: 16px;
}
.search .products.list .card-container {
  position: relative;
}
.search .products.list .card-container a.absolute-link {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.search .toolbar {
  padding: 0 15px;
}
.search .toolbar.results .pages {
  display: none;
}
@media only screen and (max-width:1023px) {
  .search .toolbar.results .toolbar-bottom {
    display: block;
  }
}
.search .toolbar.results .toolbar-bottom .toolbar-products .pages {
  display: inline-block;
  float: none;
}
@media only screen and (max-width:1023px) {
  .search .toolbar.results .toolbar-bottom .toolbar-products .pages {
    display: inline-block;
  }
}
.search .toolbar-bottom .pages {
  float: none;
  vertical-align: middle;
  display: inline-block;
}
.search.results .pages .action {
  border: none;
  color: #1097fe;
}
.search.results .pages a.page {
  color: #0a263c;
  font-weight: normal;
}
.search.results li.item.current {
  background: #1097fe;
  padding: 0;
  position: relative;
  margin: 0 8px;
}
.search.results li.item.current span {
  color: #ffffff;
}
.search.results li.item.current:before {
  content: "";
  height: 30px;
  width: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: -12px;
  background: url(../images/diagonale-sx.png) no-repeat;
  pointer-events: none;
}
.search.results li.item.current:after {
  content: "";
  height: 30px;
  width: 20px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: -20px;
  background: url(../images/diagonale-dx.png) no-repeat;
  pointer-events: none;
}
.search.results .pages .action.previous:before, .search.results .pages .action.next:before {
  color: #1097FE;
}
.search.results .toolbar-products .limiter {
  float: right;
}
@media only screen and (max-width:1023px) {
  .search.results .field.limiter label.label {
    margin: 0;
    display: block;
    text-align: left;
  }
}
@media only screen and (max-width:1023px) {
  .search.results .limiter-options {
    min-width: 77px;
    margin: 0;
    width: auto;
  }
}
@media only screen and (max-width:1023px) {
  .search.results .sorter-options {
    width: auto;
    min-width: 166px;
  }
}
.search.results .toolbar-bottom .toolbar-amount {
  float: left;
}
@media only screen and (max-width:1023px) {
  .search.results .toolbar-bottom .toolbar-amount {
    display: block;
    margin-bottom: 16px;
    float: none;
  }
}
.search.results .toolbar-bottom .toolbar-amount, .search.results .toolbar-bottom .modes, .search.results .toolbar-bottom .toolbar-sorter, .search.results .toolbar-bottom .field.limiter {
  display: none;
}
.search.results .toolbar-bottom .toolbar-products .pages {
  float: none;
  display: inline-block;
}
@media only screen and (max-width:1023px) {
  .search.results .toolbar-bottom .toolbar-products .pages {
    float: none;
    display: inline-block;
  }
}
.search.results ol {
  margin-bottom: 0;
}
.search.results ol li .card-container {
  margin: 0 0 40px;
  text-align: center;
  overflow: hidden;
}
.search.results ol li .card-container .card-block span {
  margin-bottom: 4px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.search.results ol li .card-container figure {
  margin: 0;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
  height: 196px;
}
@media (max-width: 767px) {
  .search.results ol li .card-container figure {
    height: auto;
  }
}
.search.results ol li .card-container figure img {
  width: 100%;
}
.search.results ol li .card-container .card-block {
  padding: 0 16px;
  min-height: 178px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@mediaonly screen and (max-width:1023px) {
  .search.results ol li .card-container .card-block {
    min-height: 0;
  }
}
.search.results ol li .card-container .card-block h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 32px;
  height: 45px;
  overflow: hidden;
}
.search.results ol li .card-container .card-block img {
  height: 25px;
  max-width: 100%;
}
.search.results ol li .card-container .card-block .card-price {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #E60668;
}
.search.results ol li .card-container .card-footer {
  border-top: 2px solid #E3E3E3;
}

.search__result-index ul {
  margin-bottom: 0;
}
.search__result-index .post-list-wrapper ol.post-list {
  margin-bottom: 0;
}
.search__result-index .post-description {
  max-width: 820px;
}
.search__result-index ul > li, .search__result-index ol > li {
  margin-top: 0;
  margin-bottom: 0;
}
.search__result-index .post-list .btn {
  margin: 0;
}

.search__result-index.search__index-magento-cms-page li {
  padding: 56px;
  border: none;
}
@media only screen and (max-width:1023px) {
  .search__result-index.search__index-magento-cms-page li {
    padding: 32px;
  }
}
.search__result-index.search__index-magento-cms-page li:nth-child(even) {
  background: #f7f7f7;
}
.search__result-index.search__index-magento-cms-page li:nth-child(odd) {
  background: #FFFFFF;
}
.search__result-index.search__index-magento-cms-page li a.btn {
  margin: 0;
}
.search__result-index.search__index-magento-cms-page li .title a {
  color: #0A263C;
  font-size: 22px;
  font-weight: bold;
  outline: medium none;
  text-decoration: none;
  margin-bottom: 16px;
  display: inline-block;
}
.search__result-index.search__index-magento-cms-page li .content {
  margin: 0 0 16px 0;
  font-size: 18px;
  color: #0A263C;
  line-height: 25px;
  max-width: 820px;
}

@media only screen and (max-width:1023px) {
  .toolbar-top .toolbar.toolbar-products .pages {
    display: none;
  }
}

.catalogsearch-result-index #maincontent {
  border-top: 0;
}
.catalogsearch-result-index .page-wrapper .tabbed {
  background: #e2e2e2;
}
.catalogsearch-result-index .search__result-index .cont-main.tab-cont-bg {
  margin-bottom: 15px;
}
.catalogsearch-result-index .search__result-index .tab-cont-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 87%, rgb(235, 235, 235) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color1", endColorstr="#ebebeb",GradientType=0 );
}
.catalogsearch-result-index .search__result-index .post-list .post-text-hld {
  margin: 0 0 16px 0;
  font-size: 18px;
  color: #0A263C;
  line-height: 25px;
}
.catalogsearch-result-index .search__result-index .post-list .post-holder {
  margin-bottom: 0;
  padding: 56px;
  border: none;
}
@media only screen and (max-width:1023px) {
  .catalogsearch-result-index .search__result-index .post-list .post-holder {
    padding: 32px;
  }
}
.catalogsearch-result-index .search__result-index .post-list .post-holder:nth-child(even) {
  background: #f7f7f7;
}
.catalogsearch-result-index .search__result-index .post-list .post-holder:nth-child(odd) {
  background: #ffffff;
}
@media (max-width: 1023px) {
  .catalogsearch-result-index .search__result-index .post-list .post-content .col-md-3 {
    width: 100% !important;
  }
}
.catalogsearch-result-index .search__result-index .post-list .post-content figure {
  display: inline-block;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width:1023px) {
  .catalogsearch-result-index .search__result-index .post-list .post-content figure {
    margin-right: 0;
    background-size: cover;
    width: 100%;
    overflow: inherit;
    margin-bottom: 16px;
  }
}
.catalogsearch-result-index .search__result-index .post-list .post-content figure img {
  opacity: 0;
}
@media only screen and (max-width:1023px) {
  .catalogsearch-result-index .search__result-index .post-list .post-content figure img {
    width: 100%;
  }
}

.post-list .post-header .post-title, .post-view .post-header .post-title {
  margin: 0;
  padding: 0;
}

.post-holder .post-header .post-categories, .post-holder .post-header .post-author, .post-title-holder .addthis_toolbox, .blog-post-view .page-title-wrapper, .post-view .post-holder .post-header .addthis_toolbox {
  display: none;
}

.addthis_toolbox {
  display: none;
}

.item.post-posed-date {
  margin-bottom: 16px;
}
.item.post-posed-date span.label, .item.post-posed-date span.value {
  color: #0A263C;
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: normal;
  display: inline-block;
}

.search.results .action.sorter-action.sort-desc, .search.results .action.sorter-action.sort-asc {
  margin-top: 0;
  height: 35px;
  position: relative;
}
.search.results .action.sorter-action.sort-desc:before, .search.results .action.sorter-action.sort-asc:before {
  font-size: 26px;
  line-height: 35px;
  color: #09253c;
}

.card-block .card-price-discount i {
  text-decoration: line-through;
  font-size: 16px;
}

@mediaonly screen and (max-width:1023px) {
  .search__result-index ul li .container {
    padding: 0;
  }
}
.search__result-index .post-list-wrapper .post-list li .post-content.container {
  padding: 0;
}

.container-search-list input[type=text] {
  font-size: 18px;
}

.tabbed ul li.no-result .tl a {
  color: #7C7C7C;
  cursor: inherit;
}

.tabbed ul li.no-result:hover, .tabbed ul li.no-result .tl:hover {
  background: transparent !important;
}

.tabbed ul li.no-result:hover .tl {
  background: transparent !important;
}

.message-no-results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 32px;
}
@media only screen and (max-width:1023px) {
  .message-no-results {
    display: block;
    text-align: center;
  }
}
.message-no-results span {
  margin-right: 15px;
}
@media only screen and (max-width:1023px) {
  .message-no-results span {
    margin: 0 auto 24px;
    display: block;
  }
}
.message-no-results span img {
  max-width: 123px;
}
.message-no-results p {
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width:1023px) {
  .message-no-results p {
    max-width: 232px;
    margin: 0 auto;
  }
}

.catalogsearch-result-index .cont-message {
  margin: 0 auto;
  padding: 0 56px 24px;
  font-size: 18px;
  color: #0A263C;
  background: #f7f7f7;
}
@media only screen and (max-width:1023px) {
  .catalogsearch-result-index .cont-message {
    padding: 0 16px 16px;
  }
}
.catalogsearch-result-index .cont-message .container {
  padding-left: 0;
  padding-right: 0;
}
.catalogsearch-result-index .cont-message p.message.notice {
  margin: 0;
}

.tabbed ul {
  padding-left: 0;
}

.amform-show {
  width: 100%;
  text-align: center;
}

.amform-form {
  display: block;
  max-width: 100% !important;
  padding-bottom: 32px;
}

.amform-popup .amform-form {
  max-width: 800px !important;
  top: 10%;
  width: 60%;
}
@media only screen and (max-width:1023px) {
  .amform-popup .amform-form {
    width: calc(100% - 16px);
    margin: auto;
    max-height: 70%;
  }
}
.amform-popup .amform-popup-close {
  right: 32px;
}
.amform-popup .amform-popup-close .amform-close {
  font-size: 32px;
}

.amform-form *,
.amform-parent * {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.amform-form .ui-widget-content,
.amform-parent .ui-widget-content {
  border: none;
}
.amform-form .ui-widget-content .ui-tabs-panel,
.amform-parent .ui-widget-content .ui-tabs-panel {
  padding: 0px;
}
.amform-form .ui-tabs .ui-tabs-nav,
.amform-parent .ui-tabs .ui-tabs-nav {
  padding: 0px;
  padding-top: 16px;
  border: none;
  background: none;
}
.amform-form .ui-tabs .ui-tabs-nav li,
.amform-parent .ui-tabs .ui-tabs-nav li {
  margin: 0px;
  border: none !important;
  background: none !important;
  white-space: inherit;
}
.amform-form .ui-tabs .ui-tabs-nav li .amcform-label,
.amform-parent .ui-tabs .ui-tabs-nav li .amcform-label {
  font-size: 14px;
}
.amform-form .ui-tabs .ui-tabs-nav .ui-tabs-anchor,
.amform-parent .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0px;
}
.amform-form div.mage-error,
.amform-parent div.mage-error {
  padding-top: 4px;
}
.amform-form select,
.amform-parent select {
  height: 36px;
}
.amform-form .amform-date,
.amform-form input[type=time],
.amform-parent .amform-date,
.amform-parent input[type=time] {
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #d0cece;
  font-size: 14px;
}
.amform-form input[type=file],
.amform-parent input[type=file] {
  border: none;
  box-shadow: none;
  text-indent: 0px;
  line-height: 1;
}
.amform-form .amform-text,
.amform-parent .amform-text {
  font-size: 13px;
}
.amform-form .amform-text a,
.amform-parent .amform-text a {
  color: #1097FE;
  text-decoration: underline;
}
.amform-form .fb-radio-group-label,
.amform-form .fb-checkbox-group-label,
.amform-parent .fb-radio-group-label,
.amform-parent .fb-checkbox-group-label {
  font-size: 13px;
}
.amform-form .checkbox-group > div,
.amform-form .radio-group > div,
.amform-parent .checkbox-group > div,
.amform-parent .radio-group > div {
  padding-right: 16px;
}
.amform-form .tooltip-element,
.amform-parent .tooltip-element {
  background: #003e7e;
}
.amform-form .tooltip-element:hover:before,
.amform-parent .tooltip-element:hover:before {
  border-color: #003e7e transparent;
}
.amform-form .tooltip-element:hover:after,
.amform-parent .tooltip-element:hover:after {
  background: #003e7e;
}
.amform-form button.action.primary,
.amform-parent button.action.primary {
  background-color: #1097FE;
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  min-width: 160px;
  width: auto;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  margin: 20px 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  letter-spacing: 0.5px;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.amform-form button.action.primary.amcform-prev,
.amform-parent button.action.primary.amcform-prev {
  margin-right: 16px;
}