body {
  margin: 0;
  padding: 0;
}
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;
}
img,
object,
video,
embed {
  max-height: 100%;
  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: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.4rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
abbr[title] {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
b,
strong {
  font-weight: 400;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f0f0f0;
  color: #000000;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #d1d1d1;
  margin-bottom: 20px;
  margin-top: 20px;
}
sub,
sup {
  font-size: 71.42857143000001%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.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: 400;
  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: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h5 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
h6 {
  font-weight: 400;
  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: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #ff0000;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
a:hover,
.alink:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
a:active,
.alink:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
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: 400;
  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: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f0f0f0;
  color: #111111;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f0f0f0;
  border: 1px solid #d1d1d1;
  color: #111111;
  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 #d1d1d1;
  margin: 0 0 20px 40px;
  padding: 0;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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: #333333;
  line-height: 1.42857143;
  font-size: 1rem;
  display: block;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
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,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px 10px;
}
button,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active,
.quote-details-items .actions-toolbar > .action:focus,
.quote-details-items .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:focus,
.action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
button.disabled,
button[disabled],
fieldset[disabled] button,
.quote-details-items .actions-toolbar > .action.disabled,
.quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action.disabled,
.cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action,
.action-gift.disabled,
.action-gift[disabled],
fieldset[disabled] .action-gift {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-moz-focus-inner,
.quote-details-items .actions-toolbar > .action::-moz-focus-inner,
.cart.table-wrapper .actions-toolbar > .action::-moz-focus-inner,
.action-gift::-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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
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 {
  color: #c2c2c2;
}
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 {
  color: #c2c2c2;
}
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 #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  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] {
  height: auto;
  background-image: none;
}
textarea {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 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 {
  color: #c2c2c2;
}
textarea::-webkit-input-placeholder {
  color: #c2c2c2;
}
textarea:-ms-input-placeholder {
  color: #c2c2c2;
}
input[type="checkbox"] {
  margin: 2px 5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 5px 0 0;
}
input[type="radio"]:disabled {
  opacity: 0.5;
}
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #ed8380;
}
div.mage-error[generated] {
  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);
}
address {
  font-style: normal;
}
*: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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  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,
.abs-action-addto-product:focus,
.abs-action-addto-product:active,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.product-info-main .action.tocompare:focus,
.product-info-main .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-options-bottom .action.tocompare:active,
.product-info-main .action.towishlist:focus,
.product-info-main .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.product-options-bottom .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus,
.block-bundle-summary .action.towishlist:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover,
.abs-action-addto-product:hover,
.block-event .slider-panel .slider .item .action.event:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-info-main .action.tocompare:hover,
.product-options-bottom .action.tocompare:hover,
.product-info-main .action.towishlist:hover,
.product-options-bottom .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.abs-action-addto-product.disabled,
.abs-action-addto-product[disabled],
fieldset[disabled] .abs-action-addto-product,
.block-event .slider-panel .slider .item .action.event.disabled,
.block-event .slider-panel .slider .item .action.event[disabled],
fieldset[disabled] .block-event .slider-panel .slider .item .action.event,
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare.disabled,
.product-info-main .action.tocompare[disabled],
fieldset[disabled] .product-info-main .action.tocompare,
.product-options-bottom .action.tocompare.disabled,
.product-options-bottom .action.tocompare[disabled],
fieldset[disabled] .product-options-bottom .action.tocompare,
.product-info-main .action.towishlist.disabled,
.product-info-main .action.towishlist[disabled],
fieldset[disabled] .product-info-main .action.towishlist,
.product-options-bottom .action.towishlist.disabled,
.product-options-bottom .action.towishlist[disabled],
fieldset[disabled] .product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist.disabled,
.block-bundle-summary .action.towishlist[disabled],
fieldset[disabled] .block-bundle-summary .action.towishlist {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus,
.abs-action-addto-product:hover,
.abs-action-addto-product:active,
.abs-action-addto-product:focus,
.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,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.product-info-main .action.tocompare:hover,
.product-info-main .action.tocompare:active,
.product-info-main .action.tocompare:focus,
.product-options-bottom .action.tocompare:hover,
.product-options-bottom .action.tocompare:active,
.product-options-bottom .action.tocompare:focus,
.product-info-main .action.towishlist:hover,
.product-info-main .action.towishlist:active,
.product-info-main .action.towishlist:focus,
.product-options-bottom .action.towishlist:hover,
.product-options-bottom .action.towishlist:active,
.product-options-bottom .action.towishlist:focus,
.block-bundle-summary .action.towishlist:hover,
.block-bundle-summary .action.towishlist:active,
.block-bundle-summary .action.towishlist:focus {
  text-decoration: none;
}
.quote-details-items .item-options dt,
.cart.table-wrapper .item-options dt,
.opc-block-summary .items-in-cart .product .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
}
.quote-details-items .item-options dt:after,
.cart.table-wrapper .item-options dt:after,
.opc-block-summary .items-in-cart .product .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.quote-details-items .item-options dd,
.cart.table-wrapper .item-options dd,
.opc-block-summary .items-in-cart .product .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  width: 100%;
}
.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%;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.login-container .block .block-title {
  font-size: 1.8rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title strong,
.login-container .block .block-title strong {
  font-weight: 500;
}
.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,
.company-account-index .columns .column.main .block:not(.widget) .block-title,
.account .column.main .block:not(.widget) .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,
.company-account-index .columns .column.main .block:not(.widget) .block-title > strong,
.account .column.main .block:not(.widget) .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;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.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;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title,
.account .column.main .block:not(.widget) .box-title,
.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;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.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: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.company-account-index .columns .column.main .block:not(.widget) .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.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;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content p:last-child,
.account .column.main .block:not(.widget) .block-content p:last-child,
.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;
}
.company-account-index .columns .column.main .block:not(.widget) .block-content .box,
.account .column.main .block:not(.widget) .block-content .box,
.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,
.giftregisty-dropdown:before,
.giftregisty-dropdown:after,
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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 #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  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,
.giftregisty-dropdown ul.dropdown:before,
.giftregisty-dropdown ul.dropdown:after,
.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 #bbbbbb 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;
}
.requisition-grid .col.qty .input-text,
.quote-details-items .col.qty .input-text,
.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;
}
.block,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child),
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: #303030;
}
.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-item-name,
.product.name a {
  font-weight: 400;
}
.product-item-name > a,
.product.name a > a {
  color: #333333;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #333333;
  text-decoration: #ff0000;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #333333;
  text-decoration: #ff0000;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #333333;
  text-decoration: #ff0000;
}
.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,
.quote-details-items .col.qty .label,
.product-item-actions .actions-secondary > .action span,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.fieldset .fullname.field > .label,
.account .column.main .limiter > .label,
.field.street .field .label,
.account-nav .title,
.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,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.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,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):before,
.abs-add-fields .fieldset .actions-toolbar:not(:first-child):after,
.requisition-grid .actions-toolbar:before,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:before,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:before,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:before,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:before,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:before,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:before,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:before,
.quickorder-index-index .product-block:after,
.payment-method-braintree .hosted-date-wrap:before,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:before,
.toolbar:after,
.toolbar-products:before,
.toolbar-products:after,
.sidebar .product-items-images:before,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:before,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:before,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:before,
.minicart-items .product-item > .product:after,
.checkout-container:before,
.checkout-container:after,
.checkout-onepage-success:before,
.checkout-onepage-success:after,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:before,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:before,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form:after,
.gift-options:before,
.gift-options:after,
.gift-item-block .content:before,
.gift-item-block .content:after,
.order-details-items .order-gift-message:before,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:before,
.order-details-items .block-order-details-gift-message:after,
.block-giftregistry-shared-items .product .item-options:before,
.block-giftregistry-shared-items .product .item-options:after,
.gift-wrapping-list:before,
.gift-wrapping-list:after,
.opc-wrapper .data.table .gift-wrapping:before,
.opc-wrapper .data.table .gift-wrapping:after,
.table-order-items .gift-wrapping:before,
.table-order-items .gift-wrapping:after,
.table-order-review .gift-wrapping:before,
.table-order-review .gift-wrapping:after,
.order-options .product:before,
.order-options .product:after,
.map-popup .map-info-price:before,
.map-popup .map-info-price:after,
.multicheckout .item-options:before,
.multicheckout .item-options:after,
.multicheckout .block:before,
.multicheckout .block:after,
.multicheckout .block-content:before,
.multicheckout .block-content:after,
.customer-review .product-details:before,
.customer-review .product-details:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-share .fieldset .actions-toolbar:not(:first-child):after,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):before,
.form-giftregistry-edit .fieldset .actions-toolbar:not(:first-child):after,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):before,
.form-add-invitations .fieldset .actions-toolbar:not(:first-child):after,
.form-create-return .fieldset .actions-toolbar:not(:first-child):before,
.form-create-return .fieldset .actions-toolbar:not(:first-child):after,
.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,
.requisition-grid .actions-toolbar:after,
.requisition-view-links:after,
.quote-details-items .quote-table-totals-wrap:after,
.quote-details-items .item-options:after,
.quote-details-items .actions-toolbar:after,
.negotiable-quote-quote-print .page-title-wrapper:after,
.negotiable-quote-quote-print .quote-price-block:after,
.quickorder-index-index .product-block:after,
.payment-method-braintree .hosted-date-wrap:after,
.toolbar:after,
.toolbar-products:after,
.sidebar .product-items-images:after,
.cart.table-wrapper .actions-toolbar:after,
.cart.table-wrapper .item-options:after,
.minicart-items .product-item > .product:after,
.checkout-container:after,
.checkout-onepage-success:after,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.opc-block-summary .items-in-cart .product .item-options:after,
.fieldset .fullname .field:after,
.page-product-downloadable .product-add-form:after,
.gift-options:after,
.gift-item-block .content:after,
.order-details-items .order-gift-message:after,
.order-details-items .block-order-details-gift-message:after,
.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,
.order-options .product:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.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,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.search-autocomplete,
.column .block-addbysku .sku,
.bundle-options-container .block-bundle-summary,
.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,
.field .control._with-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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-navigation-icon:hover:after {
  color: #ffffff;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  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,
.abs-split-button .quote-details-items .actions-toolbar > .action.action.split,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action.action.split,
.abs-split-button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle,
.abs-split-button .quote-details-items .actions-toolbar > .action + .action.toggle,
.abs-split-button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.abs-split-button .action-gift + .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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  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 #bbbbbb 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;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare,
.product-info-main .action.towishlist,
.product-options-bottom .action.towishlist,
.block-bundle-summary .action.towishlist {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.product-item-actions .actions-secondary > .action,
.table-comparison .wishlist.split.button > .action.split,
.product-items .wishlist.split.button > .action.split,
.product-items .action.towishlist,
.products.list.items .action.towishlist,
.table-comparison .action.towishlist {
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto-gridlist > span,
.product-item-actions .actions-secondary > .action > span,
.table-comparison .wishlist.split.button > .action.split > span,
.product-items .wishlist.split.button > .action.split > span,
.product-items .action.towishlist > span,
.products.list.items .action.towishlist > span,
.table-comparison .action.towishlist > 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,
.product-item-actions .actions-secondary > .action:before,
.table-comparison .wishlist.split.button > .action.split:before,
.product-items .wishlist.split.button > .action.split:before,
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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,
.product-item-actions .actions-secondary > .action:hover:before,
.table-comparison .wishlist.split.button > .action.split:hover:before,
.product-items .wishlist.split.button > .action.split:hover:before,
.product-items .action.towishlist:hover:before,
.products.list.items .action.towishlist:hover:before,
.table-comparison .action.towishlist:hover:before {
  color: #333333;
}
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 2.3rem;
}
.abs-action-remove,
.requisition-list-action > .action,
.requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button,
.block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected,
.data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete,
.attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.checkout-container .action-additional,
.cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel,
.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,
.title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift,
.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: #ff0000;
  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,
.requisition-list-action > .action:visited,
.requisition-grid .actions-toolbar > .action-edit:visited,
.requisition-grid .actions-toolbar > .action-delete:visited,
.title-actions-links button:visited,
.block-requisition-management .requisition-list-title button:visited,
.block-requisition-management .requisition-toolbar-actions .remove-selected:visited,
.data-grid-filters-wrap .action:visited,
.quote-grid-filters-wrap .action:visited,
.quote-details-items .actions-toolbar > .action-delete:visited,
.attachments-list .attachments-item .action-delete:visited,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:visited,
.checkout-container .action-additional:visited,
.cart.table-wrapper .action.help.map:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .checkout-billing-address .action-cancel:visited,
.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,
.title-actions-links .quote-details-items .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:visited,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:visited,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:visited,
.title-actions-links .action-gift:visited,
.block-requisition-management .requisition-list-title .action-gift: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: #ff0000;
  text-decoration: #ff0000;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.requisition-list-action > .action:hover,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-delete:hover,
.title-actions-links button:hover,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.data-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:hover,
.quote-details-items .actions-toolbar > .action-delete:hover,
.attachments-list .attachments-item .action-delete:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-container .action-additional:hover,
.cart.table-wrapper .action.help.map:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.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,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift: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: #ff0000;
  text-decoration: #ff0000;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.requisition-list-action > .action:active,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-delete:active,
.title-actions-links button:active,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.data-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:active,
.quote-details-items .actions-toolbar > .action-delete:active,
.attachments-list .attachments-item .action-delete:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.checkout-container .action-additional:active,
.cart.table-wrapper .action.help.map:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.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,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift: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: #ff0000;
  text-decoration: #ff0000;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.requisition-list-action > .action:hover,
.requisition-list-action > .action:active,
.requisition-list-action > .action:focus,
.requisition-grid .actions-toolbar > .action-edit:hover,
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:hover,
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:focus,
.title-actions-links button:hover,
.title-actions-links button:active,
.title-actions-links button:focus,
.block-requisition-management .requisition-list-title button:hover,
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:focus,
.block-requisition-management .requisition-toolbar-actions .remove-selected:hover,
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:focus,
.data-grid-filters-wrap .action:hover,
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:focus,
.quote-grid-filters-wrap .action:hover,
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:focus,
.quote-details-items .actions-toolbar > .action-delete:hover,
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:focus,
.attachments-list .attachments-item .action-delete:hover,
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:focus,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:hover,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:focus,
.checkout-container .action-additional:hover,
.checkout-container .action-additional:active,
.checkout-container .action-additional:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.opc-wrapper .edit-address-link:hover,
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:focus,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:focus,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus,
.checkout-payment-method .checkout-billing-address .action-cancel:hover,
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.cart-summary .block.giftcard .action.check:hover,
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.table-comparison .wishlist.split.button > .action:hover,
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:focus,
.product-items .wishlist.split.button > .action:hover,
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.title-actions-links .quote-details-items .actions-toolbar > .action:hover,
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:focus,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:hover,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:focus,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:hover,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:focus,
.title-actions-links .action-gift:hover,
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:focus,
.block-requisition-management .requisition-list-title .action-gift:hover,
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:focus,
.form-giftregistry-share .action.remove:hover,
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:focus,
.form-giftregistry-edit .action.remove:hover,
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:focus,
.form-add-invitations .action.remove:hover,
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:focus,
.form-create-return .action.remove:hover,
.form-create-return .action.remove:active,
.form-create-return .action.remove:focus,
.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],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.requisition-list-action > .action.disabled,
.requisition-list-action > .action[disabled],
fieldset[disabled] .requisition-list-action > .action,
.requisition-grid .actions-toolbar > .action-edit.disabled,
.requisition-grid .actions-toolbar > .action-edit[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-edit,
.requisition-grid .actions-toolbar > .action-delete.disabled,
.requisition-grid .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .requisition-grid .actions-toolbar > .action-delete,
.title-actions-links button.disabled,
.title-actions-links button[disabled],
fieldset[disabled] .title-actions-links button,
.block-requisition-management .requisition-list-title button.disabled,
.block-requisition-management .requisition-list-title button[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title button,
.block-requisition-management .requisition-toolbar-actions .remove-selected.disabled,
.block-requisition-management .requisition-toolbar-actions .remove-selected[disabled],
fieldset[disabled] .block-requisition-management .requisition-toolbar-actions .remove-selected,
.data-grid-filters-wrap .action.disabled,
.data-grid-filters-wrap .action[disabled],
fieldset[disabled] .data-grid-filters-wrap .action,
.quote-grid-filters-wrap .action.disabled,
.quote-grid-filters-wrap .action[disabled],
fieldset[disabled] .quote-grid-filters-wrap .action,
.quote-details-items .actions-toolbar > .action-delete.disabled,
.quote-details-items .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action-delete,
.attachments-list .attachments-item .action-delete.disabled,
.attachments-list .attachments-item .action-delete[disabled],
fieldset[disabled] .attachments-list .attachments-item .action-delete,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup.disabled,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup,
.checkout-container .action-additional.disabled,
.checkout-container .action-additional[disabled],
fieldset[disabled] .checkout-container .action-additional,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.opc-wrapper .edit-address-link.disabled,
.opc-wrapper .edit-address-link[disabled],
fieldset[disabled] .opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit.disabled,
.opc-block-shipping-information .shipping-information-title .action-edit[disabled],
fieldset[disabled] .opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle.disabled,
.action-auth-toggle[disabled],
fieldset[disabled] .action-auth-toggle,
.checkout-payment-method .checkout-billing-address .action-cancel.disabled,
.checkout-payment-method .checkout-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.cart-summary .block.giftcard .action.check.disabled,
.cart-summary .block.giftcard .action.check[disabled],
fieldset[disabled] .cart-summary .block.giftcard .action.check,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.table-comparison .wishlist.split.button > .action.disabled,
.table-comparison .wishlist.split.button > .action[disabled],
fieldset[disabled] .table-comparison .wishlist.split.button > .action,
.product-items .wishlist.split.button > .action.disabled,
.product-items .wishlist.split.button > .action[disabled],
fieldset[disabled] .product-items .wishlist.split.button > .action,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.title-actions-links .quote-details-items .actions-toolbar > .action.disabled,
.title-actions-links .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .quote-details-items .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action.disabled,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .title-actions-links .cart.table-wrapper .actions-toolbar > .action,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action.disabled,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action,
.title-actions-links .action-gift.disabled,
.title-actions-links .action-gift[disabled],
fieldset[disabled] .title-actions-links .action-gift,
.block-requisition-management .requisition-list-title .action-gift.disabled,
.block-requisition-management .requisition-list-title .action-gift[disabled],
fieldset[disabled] .block-requisition-management .requisition-list-title .action-gift,
.form-giftregistry-share .action.remove.disabled,
.form-giftregistry-share .action.remove[disabled],
fieldset[disabled] .form-giftregistry-share .action.remove,
.form-giftregistry-edit .action.remove.disabled,
.form-giftregistry-edit .action.remove[disabled],
fieldset[disabled] .form-giftregistry-edit .action.remove,
.form-add-invitations .action.remove.disabled,
.form-add-invitations .action.remove[disabled],
fieldset[disabled] .form-add-invitations .action.remove,
.form-create-return .action.remove.disabled,
.form-create-return .action.remove[disabled],
fieldset[disabled] .form-create-return .action.remove,
.form.send.friend .action.remove.disabled,
.form.send.friend .action.remove[disabled],
fieldset[disabled] .form.send.friend .action.remove {
  color: #ff0000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.requisition-list-action > .action:active,
.requisition-list-action > .action:not(:focus),
.requisition-grid .actions-toolbar > .action-edit:active,
.requisition-grid .actions-toolbar > .action-edit:not(:focus),
.requisition-grid .actions-toolbar > .action-delete:active,
.requisition-grid .actions-toolbar > .action-delete:not(:focus),
.title-actions-links button:active,
.title-actions-links button:not(:focus),
.block-requisition-management .requisition-list-title button:active,
.block-requisition-management .requisition-list-title button:not(:focus),
.block-requisition-management .requisition-toolbar-actions .remove-selected:active,
.block-requisition-management .requisition-toolbar-actions .remove-selected:not(:focus),
.data-grid-filters-wrap .action:active,
.data-grid-filters-wrap .action:not(:focus),
.quote-grid-filters-wrap .action:active,
.quote-grid-filters-wrap .action:not(:focus),
.quote-details-items .actions-toolbar > .action-delete:active,
.quote-details-items .actions-toolbar > .action-delete:not(:focus),
.attachments-list .attachments-item .action-delete:active,
.attachments-list .attachments-item .action-delete:not(:focus),
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:active,
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup:not(:focus),
.checkout-container .action-additional:active,
.checkout-container .action-additional:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.opc-wrapper .edit-address-link:active,
.opc-wrapper .edit-address-link:not(:focus),
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.opc-block-shipping-information .shipping-information-title .action-edit:not(:focus),
.action-auth-toggle:active,
.action-auth-toggle:not(:focus),
.checkout-payment-method .checkout-billing-address .action-cancel:active,
.checkout-payment-method .checkout-billing-address .action-cancel:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.cart-summary .block.giftcard .action.check:active,
.cart-summary .block.giftcard .action.check:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.table-comparison .wishlist.split.button > .action:active,
.table-comparison .wishlist.split.button > .action:not(:focus),
.product-items .wishlist.split.button > .action:active,
.product-items .wishlist.split.button > .action:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.title-actions-links .quote-details-items .actions-toolbar > .action:active,
.title-actions-links .quote-details-items .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .quote-details-items .actions-toolbar > .action:not(:focus),
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:active,
.title-actions-links .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:active,
.block-requisition-management .requisition-list-title .cart.table-wrapper .actions-toolbar > .action:not(:focus),
.title-actions-links .action-gift:active,
.title-actions-links .action-gift:not(:focus),
.block-requisition-management .requisition-list-title .action-gift:active,
.block-requisition-management .requisition-list-title .action-gift:not(:focus),
.form-giftregistry-share .action.remove:active,
.form-giftregistry-share .action.remove:not(:focus),
.form-giftregistry-edit .action.remove:active,
.form-giftregistry-edit .action.remove:not(:focus),
.form-add-invitations .action.remove:active,
.form-add-invitations .action.remove:not(:focus),
.form-create-return .action.remove:active,
.form-create-return .action.remove:not(:focus),
.form.send.friend .action.remove:active,
.form.send.friend .action.remove:not(:focus) {
  box-shadow: none;
}
.block-compare .action.compare,
.cart-summary .actions-toolbar > .primary button,
.cart-summary .form.giftregistry .fieldset .action.primary,
.paypal-review .block .actions-toolbar .action.primary,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action,
.cart-summary .actions-toolbar > .primary .action-gift {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.block-compare .action.compare:focus,
.block-compare .action.compare:active,
.cart-summary .actions-toolbar > .primary button:focus,
.cart-summary .actions-toolbar > .primary button:active,
.cart-summary .form.giftregistry .fieldset .action.primary:focus,
.cart-summary .form.giftregistry .fieldset .action.primary:active,
.paypal-review .block .actions-toolbar .action.primary:focus,
.paypal-review .block .actions-toolbar .action.primary:active,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:focus,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:active,
.cart-summary .actions-toolbar > .primary .action-gift:focus,
.cart-summary .actions-toolbar > .primary .action-gift:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.block-compare .action.compare:hover,
.cart-summary .actions-toolbar > .primary button:hover,
.cart-summary .form.giftregistry .fieldset .action.primary:hover,
.paypal-review .block .actions-toolbar .action.primary:hover,
.cart-summary .actions-toolbar > .primary .quote-details-items .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover,
.cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.cart-summary .form.giftregistry .fieldset .action.primary {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 7px 15px;
}
.bundle-actions {
  margin: 10px 0;
}
.bundle-options-container .price-notice .price-including-tax,
.bundle-options-container .price-notice .price-excluding-tax,
.bundle-options-container .price-notice .weee,
.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,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.cart-summary .weee,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-summary .weee,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax,
.gift-options .weee {
  font-size: 1.4rem;
  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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.abs-tax-total:hover:after,
.price-including-tax .cart-tax-total:hover:after,
.price-excluding-tax .cart-tax-total:hover:after {
  color: #ffffff;
}
.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';
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after {
  content: '\e621';
}
.form-giftregistry-search .legend,
.block-wishlist-search-form .block-title,
.multicheckout .block-title,
.multicheckout .block-content .title {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.form-giftregistry-search .legend > strong,
.form-giftregistry-search .legend > span,
.block-wishlist-search-form .block-title > strong,
.block-wishlist-search-form .block-title > span,
.multicheckout .block-title > strong,
.multicheckout .block-title > span,
.multicheckout .block-content .title > strong,
.multicheckout .block-content .title > span {
  font-size: 2.2rem;
  font-weight: 300;
}
.review-ratings .rating-summary {
  display: table-row;
}
.review-ratings .rating-label {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 25px;
  padding-top: 1px;
  vertical-align: top;
}
.review-ratings .rating-result {
  display: table-cell;
  vertical-align: top;
}
.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
  content: ': ';
}
.abs-dropdown-items-new .action.new,
.requisition-list-action .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,
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.abs-icon-add:hover:before,
.abs-dropdown-items-new .action.new:hover:before,
.requisition-list-action .action.new:hover:before,
.wishlist.split.button .action.new:hover:before,
.wishlist-dropdown .action.new:hover:before {
  color: #ffffff;
}
.requisition-list-action .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 5px;
}
.abs-sidebar-totals .table-caption,
.sidebar .subtitle,
.cart-summary .block .fieldset.estimate > .legend,
.cart-summary .block .fieldset.estimate > .legend + br,
.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,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend + br,
.multicheckout .hidden,
[class^='multishipping-'] .nav-sections,
[class^='multishipping-'] .nav-toggle,
.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;
}
.quote-status,
.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,
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  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,
.block-cart-failed .action.continue:hover,
.block-cart-failed .action.continue:active,
.block-cart-failed .action.continue:focus,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:focus {
  text-decoration: none;
}
.abs-shopping-cart-items .action.continue:before,
.block-cart-failed .action.continue:before,
.cart-container .form-cart .action.continue:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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,
.cart-container .form-cart .action.continue:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:active:before,
.block-cart-failed .action.continue:active:before,
.cart-container .form-cart .action.continue:active:before {
  color: inherit;
}
.abs-shopping-cart-items .action.continue:focus,
.abs-shopping-cart-items .action.continue:active,
.block-cart-failed .action.continue:focus,
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-shopping-cart-items .action.continue:hover,
.block-cart-failed .action.continue:hover,
.cart-container .form-cart .action.continue:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-shopping-cart-items .action.continue.disabled,
.abs-shopping-cart-items .action.continue[disabled],
fieldset[disabled] .abs-shopping-cart-items .action.continue,
.block-cart-failed .action.continue.disabled,
.block-cart-failed .action.continue[disabled],
fieldset[disabled] .block-cart-failed .action.continue,
.cart-container .form-cart .action.continue.disabled,
.cart-container .form-cart .action.continue[disabled],
fieldset[disabled] .cart-container .form-cart .action.continue {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-cart-failed .action.continue:active,
.cart-container .form-cart .action.continue:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
.block-cart-failed .action.update,
.cart-container .form-cart .action.update {
  display: inline-block;
  text-decoration: none;
  padding-left: 5px;
}
.abs-shopping-cart-items .action.update:before,
.block-cart-failed .action.update:before,
.cart-container .form-cart .action.update:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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,
.cart-container .form-cart .action.update:hover:before {
  color: inherit;
}
.abs-shopping-cart-items .action.update:active:before,
.block-cart-failed .action.update:active:before,
.cart-container .form-cart .action.update:active:before {
  color: inherit;
}
.field.date .control {
  position: relative;
}
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.field.date input {
  margin-right: 10px;
  width: calc(100% - 50px);
}
.field .control._with-tooltip {
  position: relative;
}
.field .control._with-tooltip input {
  margin-right: 10px;
  width: calc(100% - 39px);
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -10px;
  top: 40px;
  left: auto;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.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;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #999999;
}
.negotiable-quote-quote-view .modal-popup .field-tooltip .field-tooltip-content:after,
.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;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  color: #333333;
  font-weight: 300;
  font-size: 2.6rem;
}
.cart-totals .mark,
.opc-block-summary .table-totals .mark {
  font-weight: 400;
  padding-left: 4px;
}
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
  font-weight: 400;
}
.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,
.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: 400;
}
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 10px;
}
.cart-totals .totals-tax-summary .mark,
.cart-totals .totals-tax-summary .amount,
.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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:hover:after,
.cart-totals .totals-tax-summary .amount .price:hover:after,
.opc-block-summary .table-totals .totals-tax-summary .amount .price:hover:after {
  color: #ffffff;
}
.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,
.opc-block-summary .table-totals .totals-tax-summary.expanded .mark,
.opc-block-summary .table-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 {
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
.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: 7px 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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.abs-discount-block > .title:hover:after,
.cart-summary .block > .title:hover:after,
.paypal-review-discount .block > .title:hover:after {
  color: #ffffff;
}
.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: 1.8rem;
  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: '\e621';
}
.cart-summary .block.active > .content,
.paypal-review-discount .block.active > .content {
  display: block;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url('../fonts/oswald/TK3hWkUHHAIjg75-1h4Tvs9CE5Q.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url('../fonts/oswald/TK3hWkUHHAIjg75-1h4Ttc9CE5Q.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url('../fonts/oswald/TK3hWkUHHAIjg75-1h4TtM9CE5Q.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  src: local('Oswald ExtraLight'), local('Oswald-ExtraLight'), url('../fonts/oswald/TK3hWkUHHAIjg75-1h4Tus9C.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/oswald/TK3hWkUHHAIjg75-sh0Tvs9CE5Q.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/oswald/TK3hWkUHHAIjg75-sh0Ttc9CE5Q.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/oswald/TK3hWkUHHAIjg75-sh0TtM9CE5Q.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/oswald/TK3hWkUHHAIjg75-sh0Tus9C.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/oswald/TK3iWkUHHAIjg752HT8Ghe4.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/oswald/TK3iWkUHHAIjg752Fj8Ghe4.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/oswald/TK3iWkUHHAIjg752Fz8Ghe4.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/oswald/TK3iWkUHHAIjg752GT8G.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Oswald Light';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald/Oswald-Light.ttf");
  src: url("../fonts/oswald/Oswald-Light.ttf") format('truetype');
}
@font-face {
  font-family: 'Oswald ExtraLight';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/oswald/Oswald-ExtraLight.ttf");
  src: url("../fonts/oswald/Oswald-ExtraLight.ttf") format('truetype');
}
@font-face {
  font-family: 'Oswald Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald/Oswald-Regular.ttf");
  src: url("../fonts/oswald/Oswald-Regular.ttf") format('truetype');
}
@font-face {
  font-family: 'Oswald Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald/Oswald-Medium.ttf");
  src: url("../fonts/oswald/Oswald-Medium.ttf") format('truetype');
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  font-style: normal;
  color: #000000;
}
@font-face {
  font-family: 'Domine Regular';
  font-style: normal;
  font-weight: normal;
  src: local('Domine Regular'), url('../fonts/Domine/Domine-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Domine Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Domine Bold'), url('../fonts/Domine/Domine-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Rokkitt';
  font-style: normal;
  font-weight: normal;
  src: local('Rokkitt'), url('../fonts/Rokkitt/Rokkitt-Regular.woff') format('woff');
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto_condensed/roboto-condensed-v17-latin-regular.eot');
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/roboto-condensed-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */;
  
  /* IE9 Compat Modes */
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2') format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2') format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2') format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../fonts/roboto_condensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.columns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-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;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}
.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.table-wrapper {
  margin-bottom: 20px;
}
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;
}
.message.info {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.info a {
  color: #ff0000;
}
.message.info a:hover {
  color: #ff0000;
}
.message.info a:active {
  color: #ff0000;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 40px;
  position: relative;
}
.message.error a {
  color: #ff0000;
}
.message.error a:hover {
  color: #ff0000;
}
.message.error a:active {
  color: #ff0000;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #b30000;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.warning a {
  color: #ff0000;
}
.message.warning a:hover {
  color: #ff0000;
}
.message.warning a:active {
  color: #ff0000;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 40px;
  position: relative;
}
.message.notice a {
  color: #ff0000;
}
.message.notice a:hover {
  color: #ff0000;
}
.message.notice a:active {
  color: #ff0000;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #c07600;
  content: '\e602';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 40px;
  position: relative;
}
.message.success a {
  color: #ff0000;
}
.message.success a:hover {
  color: #ff0000;
}
.message.success a:active {
  color: #ff0000;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #006400;
  content: '\e610';
  font-family: 'icons-blank-theme';
  margin: -14px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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: #000000;
}
.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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
  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,
.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;
}
.loading-mask .loader > p {
  display: none;
}
body > .loading-mask {
  z-index: 9999;
}
._block-content-loading {
  position: relative;
}
[data-role='main-css-loader'] {
  display: none;
}
.fieldset {
  border: 0;
  margin: 0 0 40px;
  padding: 0;
  letter-spacing: -.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: 20px;
}
.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: 400;
}
.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: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-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;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-basis: 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-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.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 {
  color: #c2c2c2;
}
.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 {
  color: #c2c2c2;
}
.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;
  -webkit-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;
  -moz-osx-font-smoothing: grayscale;
  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-error,
div.mage-error[generated] {
  margin-top: 7px;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.product-options-wrapper .date.required div[for*='options'].mage-error {
  display: none !important;
}
.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: #333333;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  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: #bbbbbb;
  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,
.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 {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
._has-datepicker ~ .ui-datepicker-trigger.disabled,
._has-datepicker ~ .ui-datepicker-trigger[disabled],
fieldset[disabled] ._has-datepicker ~ .ui-datepicker-trigger {
  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;
  -moz-osx-font-smoothing: grayscale;
  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:hover:before {
  color: #ffffff;
}
._has-datepicker ~ .ui-datepicker-trigger:focus {
  box-shadow: none;
  outline: 0;
}
.sidebar .fieldset {
  margin: 0;
}
.sidebar .fieldset > .field:not(.choice):not(:last-child),
.sidebar .fieldset .fields > .field:not(:last-child) {
  margin: 0 0 20px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}
@font-face {
  font-family: 'icons-blank-theme';
  src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
button,
a.action.primary,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 3px;
}
button:active,
.quote-details-items .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.12);
}
a.action.primary {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus {
  text-decoration: none;
}
.action.primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.primary:focus,
.action.primary:active {
  background: #ff0000;
  border: #ff0000;
  color: #ffffff;
}
.action.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.product.data.items {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.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,
.product.data.items > .item.content:after {
  content: '';
  display: table;
}
.product.data.items > .item.content:after {
  clear: both;
}
.product.data.items > .item.content.active {
  display: block;
}
.product.data.items > .item.title {
  margin: 0 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 {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.product.data.items > .item.title:not(.disabled) > .switch:focus,
.product.data.items > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.product.data.items > .item.title:not(.disabled) > .switch:active,
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  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: 400;
}
.pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  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: #ff0000;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #ff0000;
}
.pages a.page:hover {
  color: #ff0000;
  text-decoration: none;
}
.pages a.page:active {
  color: #ff0000;
}
.pages strong.page {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  color: #333333;
  display: inline-block;
  font-weight: 400;
  padding: 0 4px;
}
.pages .action {
  border: 1px solid #d1d1d1;
  color: #7d7d7d;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.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 {
  color: #7d7d7d;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: #7d7d7d;
}
.pages .action.next:active:before {
  color: #7d7d7d;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #7d7d7d;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: #7d7d7d;
}
.pages .action.previous:active:before {
  color: #7d7d7d;
}
.pages .action {
  width: 34px;
}
.pages .action.previous {
  margin-right: 12px;
}
.pages .action.next {
  margin-left: 12px;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 10px;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
  margin-bottom: 0;
}
.actions-toolbar > .primary:last-child,
.actions-toolbar > .secondary:last-child {
  margin-bottom: 0;
}
.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: #333333;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #333333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #333333;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #333333;
  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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.breadcrumbs .item:not(:last-child):hover:after {
  color: #ffffff;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.ui-dialog.popup .action.close:active:before {
  color: inherit;
}
.ui-dialog.popup .action.close:focus,
.ui-dialog.popup .action.close:active {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close:hover {
  background: none;
  border: none;
}
.ui-dialog.popup .action.close.disabled,
.ui-dialog.popup .action.close[disabled],
fieldset[disabled] .ui-dialog.popup .action.close {
  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-including-tax,
.price-excluding-tax {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-weight: 400;
}
.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: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s .3s, opacity .3s ease;
  transition: visibility 0s .3s, opacity .3s ease;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  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;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.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-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup.confirm .modal-inner-wrap {
  max-width: 50rem;
}
.modal-popup.confirm .modal-inner-wrap .modal-content {
  padding-right: 7rem;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform .2s ease;
}
.modal-popup._inner-scroll {
  overflow-y: visible;
}
.ie11 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie11 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.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 {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 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;
}
.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 {
  background: none;
  border: none;
}
.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],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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 {
  pointer-events: none;
}
.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;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
body .page-wrapper .page-title-wrapper {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
body .page-wrapper .page-header {
  margin-bottom: 0;
}
body .page-wrapper .block-search {
  background: #666 !important;
}
body .page-wrapper .fa,
body .page-wrapper .fas {
  color: #666;
}
body .page-wrapper .nav-sections,
body .page-wrapper .navigation {
  background: #FFF;
}
body .page-wrapper .venum-free-sheeping-msg {
  background-color: #d2d2d2;
  color: #000 !important;
  padding: 1px 0 2px;
  text-align: center;
  text-transform: uppercase;
}
body .page-wrapper .venum-free-sheeping-msg .block-static-block.widget {
  margin-bottom: 0;
}
body .page-wrapper .venum-free-sheeping-msg a {
  font-size: 12px;
  color: #000;
  text-transform: none;
}
body .page-wrapper .venum-free-sheeping-msg a:hover {
  text-decoration: underline;
}
body .page-wrapper .all-main-content .page-title-wrapper .page-title {
  padding: 0;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
body .page-wrapper p b,
body .page-wrapper p strong {
  font-weight: 700;
}
body .page-wrapper .switcher .options {
  width: 100%;
  z-index: 1;
}
body .page-wrapper .switcher .options ul.dropdown {
  width: 100%;
}
body .page-wrapper .switcher .options ul.dropdown a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #000000;
  color: #000000;
}
.product-item .old-price .price {
  color: red !important;
  text-decoration: line-through;
}
.fa-money-bill-alt.mobile,
.fas.fa-globe.mobile,
.fas.fa-language.mobile {
  display: inline-block;
  width: 15%;
  float: left;
  font-size: 22px;
  color: #000;
  font-style: normal;
}
.fas.fa-caret-down.mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  body .nav-sections .search-autocomplete {
    width: 70% !important;
  }
}
.new-venum-footer-container .new-venum-footer-row {
  text-transform: uppercase;
  max-width: 1440px;
  width: 100%;
  margin: 25px auto;
  text-align: center;
  float: none;
  overflow: hidden;
  color: #000;
}
.new-venum-footer-container .new-venum-footer-row.last-block {
  margin-top: 2%;
}
.new-venum-footer-container .new-venum-footer-row .venum-footer-logo {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter {
  margin-top: 15px;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .block-title strong {
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe {
  width: 280px;
  margin: 0 auto;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe input[type="email"] {
  height: 35px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe input:-moz-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe input::-moz-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  height: 35px;
  background: #000000;
  color: #fff;
  border-left: 1px solid #000;
  line-height: 1.9rem;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button span span:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 600;
  font-size: 11px;
}
.new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button .newsletter-value {
  font-size: 0px;
  color: #000;
}
.new-venum-footer-container .new-venum-footer-row .social-media li {
  margin: 0 2px;
  display: inline-block;
  list-style: none;
}
.new-venum-footer-container .new-venum-footer-row .social-media li img {
  width: 60px;
}
.new-venum-footer-container .new-venum-footer-row .social-media li i {
  font-style: normal;
  font-size: 30px;
  color: #000;
}
.new-venum-footer-container .new-venum-footer-row .social-media li i.fb {
  padding: 0 12px;
}
.new-venum-footer-container .new-venum-footer-row .social-media li i.ytb {
  padding: 0 6px;
}
.new-venum-footer-container .new-venum-footer-row .social-media li i.insta {
  padding: 0 6px;
}
.new-venum-footer-container .new-venum-footer-row .social-media li .link {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: -44px;
  float: left;
  color: #666666;
}
.new-venum-footer-container .row-categories {
  padding: 0;
  height: 60px;
}
.new-venum-footer-container .footer-title {
  text-transform: uppercase;
  margin-top: 0;
}
.new-venum-footer-container .col1 .venum-block p {
  margin: 0;
}
.new-venum-footer-container .col1 .phone {
  color: #ff0000;
  text-transform: uppercase;
}
.new-venum-footer-container .col1 .venum-block-wholsale {
  margin-top: 15px;
  margin-bottom: 15px;
}
.new-venum-footer-container .col1 .venum-block-wholsale .wholsale-account-link {
  color: #000000;
  text-decoration: underline;
}
.new-venum-footer-container .col2 {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.new-venum-footer-container .links {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.new-venum-footer-container .footer.links li {
  list-style: none;
  float: left;
  box-sizing: border-box;
  width: 50%;
  font-style: normal;
  text-align: left;
}
.new-venum-footer-container .footer.links li a {
  color: #000000;
  text-transform: uppercase;
}
.new-venum-footer-container .footer.links.left,
.new-venum-footer-container .footer.links.right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.new-venum-footer-container .footer.links.left li,
.new-venum-footer-container .footer.links.right li {
  display: block;
  width: 100%;
}
.new-venum-footer-container .footer.links.right li {
  text-align: right;
}
.new-venum-footer-container .venum-team-content {
  padding: 15px 40px 0;
  overflow: hidden;
}
.page-footer .widget.block {
  margin: 0 !important;
}
.footer.content {
  background: #000 !important;
}
@media only screen and (max-width: 767px) {
  .new-venum-footer-container .new-venum-footer-row .bluefoot-column-4 {
    width: 100% !important;
  }
  .new-venum-footer-container .new-venum-footer-row .bluefoot-column-4.col2 {
    border: none;
  }
  .new-venum-footer-container .new-venum-footer-row .bluefoot-column-4.col2 .links {
    margin: 0 auto;
    padding: 15px 25px;
    overflow: hidden;
  }
  .new-venum-footer-container .new-venum-footer-row .bluefoot-column-4.col2 .footer.links li:nth-child(even) {
    text-align: right;
  }
  .new-venum-footer-container .new-venum-footer-row .footer-title {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.db-footer-content {
  background-color: #FFF !important;
}
.db-footer-content [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 100% !important;
}
.db-footer-content .bluefoot-column-4 {
  float: left;
  width: 33.2% !important;
}
.db-footer-content [data-content-type='row'][data-content-type='row'][data-appearance='full-width'] {
  width: 100% !important;
}
.db-footer-content [data-content-type='row'][data-appearance='full-width']:nth-child(2) {
  background-color: #d2d2d2;
}
.db-footer-content .block.newsletter {
  margin: 0 !important;
}
.db-footer-content .block.newsletter .content {
  margin: 27px 0 5px 0;
}
.new-venum-footer-row {
  text-transform: uppercase;
  max-width: 1440px;
  width: 100%;
  margin: 25px auto;
  text-align: center !important;
  float: none;
  overflow: hidden;
  color: #000;
}
.new-venum-footer-row.last-block {
  margin-top: 2%;
}
.new-venum-footer-row .venum-footer-logo {
  max-width: 80px;
  width: 100%;
  margin: 0 auto;
}
.new-venum-footer-row .new-venum-news-letter {
  margin: 0px !important;
}
.new-venum-footer-row .new-venum-news-letter .title {
  display: block !important;
}
.new-venum-footer-row .new-venum-news-letter .title strong {
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.new-venum-footer-row .new-venum-news-letter .block-title strong {
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe {
  width: 280px;
  margin: 0 auto;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe input[type="email"] {
  height: 35px;
  width: 245px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe input:-moz-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe input::-moz-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: normal;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  height: 35px;
  background: #000000;
  color: #fff;
  border-left: 1px solid #000;
  line-height: 1.9rem;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button span span:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 600;
  font-size: 11px;
}
.new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button .newsletter-value {
  font-size: 0px;
  color: #000;
}
.new-venum-footer-row .social-media ul {
  padding-left: 0;
}
.new-venum-footer-row .social-media ul li {
  margin: 0 2px;
  display: inline-block;
  list-style: none;
}
.new-venum-footer-row .social-media ul li img {
  width: 60px;
}
.new-venum-footer-row .social-media ul li i {
  font-style: normal;
  font-size: 30px;
  color: #000;
}
.new-venum-footer-row .social-media ul li i.fb {
  padding: 0 12px;
}
.new-venum-footer-row .social-media ul li i.ytb {
  padding: 0 6px;
}
.new-venum-footer-row .social-media ul li i.insta {
  padding: 0 6px;
}
.new-venum-footer-row .social-media ul li .link {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: -44px;
  float: left;
  color: #666666;
}
.row-categories {
  padding: 0;
  height: 60px;
}
.footer-title {
  text-transform: uppercase;
  margin-top: 0;
}
.col1 .venum-block p {
  margin: 0;
}
.col1 .phone {
  color: #ff0000;
  text-transform: uppercase;
}
.col1 .venum-block-wholsale {
  margin-top: 15px;
  margin-bottom: 15px;
}
.col1 .venum-block-wholsale .wholsale-account-link {
  color: #000000;
  text-decoration: underline;
}
.col2 {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.links {
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.footer.links li {
  list-style: none;
  float: left;
  box-sizing: border-box;
  width: 50%;
  font-style: normal;
  text-align: left;
}
.footer.links li a {
  color: #000000;
  text-transform: uppercase;
}
.footer.links.left,
.footer.links.right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.footer.links.left li,
.footer.links.right li {
  display: block;
  width: 100%;
}
.footer.links.right li {
  text-align: right;
}
.venum-team-content {
  padding: 15px 40px 0;
  overflow: hidden;
}
.page-footer .widget.block {
  margin: 0 !important;
}
.footer.content {
  background: #000 !important;
}
@media only screen and (max-width: 767px) {
  .new-venum-footer-row .bluefoot-column-4 {
    width: 100% !important;
  }
  .new-venum-footer-row .bluefoot-column-4.col2 {
    border: none;
  }
  .new-venum-footer-row .bluefoot-column-4.col2 .links {
    margin: 0 auto;
    padding: 15px 25px;
    overflow: hidden;
  }
  .new-venum-footer-row .bluefoot-column-4.col2 .footer.links li:nth-child(even) {
    text-align: right;
  }
  .new-venum-footer-row .footer-title {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/icons.png) !important;
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin
--------------------------*/
#swipebox-overlay {
  background: #FFF;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #666;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
body {
  font-family: Oswald, Arial, lucida grande, sans-serif !important;
}
div[data-content-type='text'].text-categ {
  color: #000000;
  font-size: 1vw;
  line-height: 1.5vw;
}
.video-categ .video-iframe {
  height: 30vw !important;
}
.all-main-content .page-main {
  padding: 0;
}
.all-main-content .category-view {
  max-width: 1920px;
  padding: 0;
}
.all-main-content .category-view .push-container {
  padding: 0 !important;
}
.all-main-content .category-view .push-container .push-content {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.all-main-content .category-view .push-container .push-content img {
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: -10px;
  width: 100%;
}
.all-main-content .category-view .push-container .push-content .driver-title {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
}
.all-main-content .category-view .push-container .push-content .driver-title h3 {
  font-size: 1.8em;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 0;
  color: #0c0c0c;
  text-align: center;
}
.all-main-content .category-view .push-container .push-content .driver-title .button {
  display: block;
  color: #000;
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #000;
  transition: all .3s ease 0s;
}
.all-main-content .category-view .push-container .push-content .driver-title .button:hover {
  color: #000;
  background: #fff;
}
.all-main-content .category-view .push-container .push-content:hover img {
  filter: brightness(0.5);
  webkit-filter: brightness(0.5);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.2s ease-in-out 0s;
}
.all-main-content .category-view .push-container .push-content:hover .button {
  color: #000 !important;
  background: #fff;
}
.all-main-content .category-view .links-container .pagebuilder-button-primary {
  color: gray;
  background: #fff;
  border: 1px solid gray;
  border-radius: 0;
  cursor: pointer;
  font-family: Oswald, Arial, lucida grande, sans-serif !important;
}
.all-main-content .category-view .links-container .pagebuilder-button-primary:hover {
  border: 1px solid #000;
  color: #000;
}
.all-main-content .category-view .content-text {
  padding: 0px;
  margin: 0 25px;
  font-size: 1.6em;
  text-transform: uppercase;
  max-width: 100%;
  color: #000;
  font-weight: 600;
}
.all-main-content .category-view .product-slide-container .product-item .product-item-info {
  padding: 0 10px 15px;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.17);
  text-align: center;
}
.all-main-content .category-view .product-slide-container .product-item .product-item-info .swatch-attribute,
.all-main-content .category-view .product-slide-container .product-item .product-item-info .product-item-inner {
  display: none;
}
.all-main-content .category-view .video-container {
  position: relative;
  background: #000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  min-height: 45vw;
  margin: 0px 20px 10px !important;
}
.all-main-content .category-view .video-container .icon-play {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.all-main-content .category-view .video-container .icon-play img {
  margin: 0 auto;
  width: 60px;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.all-main-content .category-view .push-text-image-container {
  margin: 0px 0px -10px !important;
}
.all-main-content .category-view .push-text-image-container .block-title {
  display: unset !important;
  flex-direction: column !important;
  background-position: center !important;
  background-size: unset !important;
  background-repeat: repeat-x !important;
  color: #000;
  margin: 10px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.all-main-content .category-view .push-text-image-container .block-title h3 {
  margin-top: 0;
  font-size: 26px;
  padding: 0 30px 20px;
  background: #fff;
  display: inline-block;
  font-weight: 700;
}
.all-main-content .category-view .push-text-image-container .order-text {
  order: 2;
}
.all-main-content .category-view .push-text-image-container .block-text {
  padding: 0px;
  margin: 0 25px;
  font-size: 1.2em;
  max-width: 100%;
  color: #000;
  font-weight: 300;
}
.all-main-content .category-view .push-text-image-container .block-text::first-letter {
  text-transform: uppercase;
}
.modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
}
.modals-wrapper .modal-popup.venum-video.modal-slide .modal-inner-wrap {
  height: auto !important;
  min-height: auto !important;
  width: 90vw !important;
  margin: 5% auto;
}
.modals-wrapper .modal-popup.venum-video.modal-slide .modal-inner-wrap .modal-content {
  padding: 5px;
  background: #000;
}
.modals-wrapper .modal-popup.venum-video.modal-slide .modal-inner-wrap .modal-header {
  background-color: #000;
  color: #fff !important;
}
.modals-wrapper .modal-popup.venum-video.modal-slide .modal-inner-wrap .modal-header .action-close:before {
  color: #fff !important;
}
.modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
}
.video-iframe {
  width: 100%;
  margin: 0 auto !important;
  height: 42vw;
}
@media only screen and (max-width: 1024px) {
  div[data-content-type='text'].text-categ {
    color: #000000;
    font-size: 3vw;
    line-height: 4.5vw;
    text-align: justify !important;
  }
  .video-categ .mobile-renderer {
    display: none !important;
  }
  .video-categ .video-modal-popup {
    display: block !important;
  }
}
.minicart-popup {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #212020cf;
  width: 100%;
  margin: 0 auto;
  display: none;
  overflow: scroll;
}
.float-right {
  float: right;
}
.float-right-fixed {
  float: right !important;
}
.float-left {
  float: left;
}
.float-left-fixed {
  float: left !important;
}
.messages {
  z-index: 102 !important;
}
.checkout-onepage-success .center-div-half,
.checkout-onepage-failure .center-div-half {
  width: 50%;
  margin: 20px auto;
}
.checkout-onepage-success .font-weight-400,
.checkout-onepage-failure .font-weight-400 {
  font-weight: 400;
}
.checkout-onepage-success .four-points,
.checkout-onepage-failure .four-points {
  width: 25% !important;
}
.checkout-onepage-success .margin_top_25,
.checkout-onepage-failure .margin_top_25 {
  margin-top: 25px;
}
.checkout-onepage-success .black-btn,
.checkout-onepage-failure .black-btn {
  display: inline-block;
  padding: 6px 20px;
  background-color: #000;
  color: #fff;
  margin: 15px;
}
.checkout-onepage-success .center,
.checkout-onepage-failure .center {
  text-align: center;
}
.checkout-onepage-success .text-right,
.checkout-onepage-failure .text-right {
  text-align: right;
}
.checkout-onepage-success .serif,
.checkout-onepage-failure .serif {
  font-family: fontAwesome;
}
.checkout-onepage-success .serif-18,
.checkout-onepage-failure .serif-18 {
  font-family: fontAwesome;
  font-size: 18px;
}
.checkout-onepage-success .checkout-success-table td,
.checkout-onepage-failure .checkout-success-table td {
  line-height: 35px;
}
.checkout-onepage-success .checkout-success-table tr:last-child,
.checkout-onepage-failure .checkout-success-table tr:last-child {
  border-bottom: unset;
}
.checkout-onepage-success .checkout-success-table tr,
.checkout-onepage-failure .checkout-success-table tr {
  border-bottom: 1px solid #ccc;
}
.product-info-main.active-size-guide .size-guide-heading .icon-close:after {
  content: "\f00d" !important;
  font-family: 'Font Awesome 5 Free' !important;
}
@media only screen and (min-width: 1025px) {
  .block-authentication .actions-toolbar > .primary .action.action-wecaht-login {
    margin-right: 25px;
  }
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-indent: initial !important;
}
.slick-initialized .slick-slide {
  margin: 20px 10px !important;
}
.slick-initialized .slick-slide li.item {
  padding: 0 5px 15px;
  text-align: center;
  box-shadow: none;
  margin: 0 !important;
}
.block-requisition-list {
  display: inline;
  margin-bottom: 0;
}
.requisition-list-action {
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
}
.requisition-list-action:before,
.requisition-list-action:after {
  content: '';
  display: table;
}
.requisition-list-action:after {
  clear: both;
}
.requisition-list-action .action.split {
  float: left;
  margin: 0;
}
.requisition-list-action .action.toggle {
  float: right;
  margin: 0;
}
.requisition-list-action button.action.split,
.requisition-list-action .quote-details-items .actions-toolbar > .action.action.split,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action.action.split,
.requisition-list-action .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.requisition-list-action button + .action.toggle,
.requisition-list-action .quote-details-items .actions-toolbar > .action + .action.toggle,
.requisition-list-action .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.requisition-list-action .action-gift + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.requisition-list-action .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  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;
}
.requisition-list-action .action.toggle:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle:active:after {
  color: inherit;
}
.requisition-list-action .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.requisition-list-action .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  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;
}
.requisition-list-action .action.toggle.active:hover:after {
  color: #333333;
}
.requisition-list-action .action.toggle.active:active:after {
  color: inherit;
}
.requisition-list-action .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 20rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.requisition-list-action .items li {
  margin: 0;
  padding: 0.5rem 0.5rem 0.5rem 2.3rem;
}
.requisition-list-action .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.requisition-list-action .items:before,
.requisition-list-action .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.requisition-list-action .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.requisition-list-action .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.requisition-list-action .items:before {
  left: 10px;
  top: -12px;
}
.requisition-list-action .items:after {
  left: 9px;
  top: -14px;
}
.requisition-list-action.active {
  overflow: visible;
}
.requisition-list-action.active .items {
  display: block;
}
.requisition-list-action .items {
  max-width: 23.7rem;
  min-width: 23.7rem;
  text-align: left;
}
.requisition-list-action .items .list-items {
  list-style-type: none;
  margin: 0;
  max-height: 24rem;
  overflow-y: auto;
  padding: 0;
}
.requisition-list-action .items .item:last-child:hover {
  background: #e8e8e8;
}
.requisition-list-action .items .item .item-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.requisition-list-action .items .item .action.new {
  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;
}
.requisition-list-action .items .item .action.new:focus,
.requisition-list-action .items .item .action.new:active {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new:hover {
  background: none;
  border: none;
}
.requisition-list-action .items .item .action.new.disabled,
.requisition-list-action .items .item .action.new[disabled],
fieldset[disabled] .requisition-list-action .items .item .action.new {
  pointer-events: none;
  opacity: 0.5;
}
.cart.table-wrapper .requisition-list-action {
  margin-bottom: 10px;
}
.cart.table-wrapper .requisition-list-action > .action.toggle {
  padding: 0.4rem 5px;
}
.requisition-toolbar-actions .requisition-list-action.active .items {
  right: 0;
}
.requisition-toolbar-actions .requisition-list-action.active .items:before {
  left: auto;
  right: 11px;
}
.requisition-toolbar-actions .requisition-list-action.active .items:after {
  left: auto;
  right: 10px;
}
.social-button .requisition-list-button {
  display: inline-block;
  text-decoration: none;
  color: #666666;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .05rem;
  line-height: 1.42857143;
  padding: 0 5px 0 0;
  text-transform: uppercase;
}
.social-button .requisition-list-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e901';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.social-button .requisition-list-button:hover:before {
  color: #ffffff;
}
.social-button .requisition-list-button:before {
  margin-top: -.2rem;
}
.social-button .requisition-list-button:active,
.social-button .requisition-list-button:focus,
.social-button .requisition-list-button:hover {
  color: #333333;
}
.social-button .requisition-list-button:after {
  height: 1.5rem;
  margin: .3rem 0 0;
}
.social-button .requisition-list-button.active:after {
  margin: .4rem 0 0;
}
.link-button .requisition-list-button.toggle:after {
  color: #1979c3;
  vertical-align: bottom;
}
.link-button .requisition-list-button.toggle.active:after {
  color: #1979c3;
  margin: .3rem 0 0;
}
.link-button .requisition-list-button.toggle.active:after:hover {
  color: #1979c3;
}
.data-grid-wrap .list-name-field .cell-label-line-name {
  font-size: 18px;
}
.data-grid-wrap .cell-label-line-description {
  word-break: break-all;
}
.requisition-grid .col {
  padding-top: 20px;
}
.requisition-grid .col .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.requisition-grid .col .price-excluding-tax {
  display: block;
  font-size: 1.3rem;
}
.requisition-grid .col .price-excluding-tax:before {
  content: attr(data-label) ': ';
}
.requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-grid .product-item-name {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 5px;
  margin-top: 0;
}
.requisition-grid .product-item-description .product-item-sku {
  color: #111111;
  font-size: 12px;
}
.requisition-grid .product-item-description .product-item-details {
  color: #111111;
  font-size: 12px;
  margin-top: 5px;
}
.requisition-grid .product-item-description .product-item-details dl {
  margin: 0;
}
.requisition-grid .product-item-description .product-item-details dl dt,
.requisition-grid .product-item-description .product-item-details dl dd {
  display: inline;
}
.requisition-grid .actions-toolbar {
  text-align: right;
}
.requisition-grid .actions-toolbar > .action-edit:focus,
.requisition-grid .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.requisition-grid .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.requisition-grid .actions-toolbar > .action-edit {
  display: inline-block;
  text-decoration: none;
}
.requisition-grid .actions-toolbar > .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.requisition-grid .actions-toolbar > .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.requisition-grid .actions-toolbar > .action-edit:hover:before {
  color: #333333;
}
.requisition-grid .actions-toolbar > .action-edit:active:before {
  color: #8f8f8f;
}
.requisition-grid .item-error {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.requisition-grid .item-error > *:first-child:before {
  margin-top: -1.4rem;
}
.requisition-list-description {
  word-wrap: break-word;
}
.requisition-popup .action.hidden {
  display: none;
}
.requisition-popup .modal-title {
  padding-right: 20px;
}
.requisition-view-links {
  margin-bottom: 10px;
  text-align: right;
}
.requisition-view-links .print {
  padding-left: 25px;
  padding-right: 0;
}
.block-requisition-management {
  position: relative;
}
.block-requisition-management .requisition-list-title {
  margin-bottom: 25px;
}
.block-requisition-management .requisition-list-title h1 {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0;
  margin-right: 10px;
}
.block-requisition-management .requisition-toolbar-select,
.block-requisition-management .requisition-toolbar-actions {
  display: inline-block;
  vertical-align: bottom;
}
.block-requisition-management .requisition-toolbar-select {
  margin-right: 20px;
}
.requisition-content {
  margin-bottom: 2rem;
}
.product-item-inner .block-requisition-list {
  margin-bottom: 0;
}
.product-items .product-item-info .requisition-list-button.toggle span {
  font-size: 0;
  letter-spacing: 0;
}
.product-items .product-item-info .requisition-list-button.toggle:after {
  border-left: 0;
  padding-left: 0;
}
.order-actions-toolbar .block-requisition-list,
.requisition-toolbar-actions .block-requisition-list {
  margin-left: 10px;
}
.requisition-list-requisition-view .requisition-grid .col.number {
  display: none;
}
.requisition-list-requisition-print.account .column.main {
  padding-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.requisition-list-requisition-print .block-requisition-management .requisition-list-title {
  margin-bottom: 0;
}
.requisition-list-requisition-print .block-requisition-management .requisition-info {
  float: right;
  margin-top: -2.2rem;
}
.requisition-list-requisition-print .requisition-grid .actions-toolbar {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.number {
  width: 1rem;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox {
  padding: 0;
}
.requisition-list-requisition-print .requisition-grid .col.col-checkbox input[type='checkbox'] {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  padding-right: 0;
}
.requisition-list-requisition-print .requisition-grid .col.price,
.requisition-list-requisition-print .requisition-grid .col.qty,
.requisition-list-requisition-print .requisition-grid .col.subtotal {
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .col .product-item-name a {
  pointer-events: none;
}
.requisition-list-requisition-print .requisition-grid .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax {
  font-size: 1.1rem;
}
.requisition-list-requisition-print .requisition-grid .col .price-excluding-tax .price {
  font-size: 12px;
}
.requisition-list-requisition-print .requisition-grid .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  pointer-events: none;
  text-align: right;
}
.requisition-list-requisition-print .requisition-grid .product-item-image {
  display: none;
}
.requisition-list-requisition-print .requisition-grid .product-item-description {
  float: none;
  width: 100%;
}
.requisition-list-requisition-print .requisition-grid tbody td {
  border-top: 1px solid #e4e4e4;
}
.requisition-list-requisition-print .copyright {
  background-color: transparent;
  color: #333333;
  font-size: 12px;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.requisition-list-requisition-print .copyright .phone {
  float: right;
}
@media print {
  .requisition-list-requisition-print .table-wrapper table {
    table-layout: auto;
  }
}
@font-face {
  font-family: 'magento-icons';
  src: url('../Magento_Company/fonts/Magento-Icons.woff2') format('woff2'), url('../Magento_Company/fonts/Magento-Icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
.jstree > ul ul li {
  background: none;
  border-left: 1px dashed #a6a6a6;
  margin-left: 2.4rem;
  padding: .5rem 0;
  position: relative;
}
.jstree > ul ul li.jstree-last {
  background: none;
  border-left: none;
  left: .1rem;
  padding-bottom: 0;
  position: relative;
}
.jstree > ul ul li.jstree-last:after {
  border-left: 1px dashed #a6a6a6;
  content: '';
  height: 2.3rem;
  left: -.1rem;
  position: absolute;
  top: 0;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl {
  background: none;
  display: inline;
  padding-right: 3.7rem;
  width: 2.5rem;
}
.jstree > ul ul li.jstree-leaf > .jstree-icon.jstree-ocl:after {
  right: 0;
  top: 1.7rem;
  width: 100%;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl {
  position: relative;
}
.jstree > ul ul li > .jstree-icon.jstree-ocl:after {
  border-top: 1px dashed #a6a6a6;
  content: '';
  height: .1rem;
  position: absolute;
  right: 2.3rem;
  top: 1.1rem;
  width: 1.3rem;
}
.jstree li > .jstree-icon {
  padding-right: 1.5rem;
}
.jstree li a {
  height: 2.2rem;
  line-height: 2.2rem;
  padding: .4rem 1rem .4rem .2rem;
}
.jstree li a > .jstree-themeicon-custom {
  margin-left: 10px;
  margin-right: .7rem;
}
.jstree li a > .jstree-icon.icon-customer:before {
  content: '\e907';
}
.jstree li a > .jstree-icon.icon-customer:before {
  font-size: 1.8rem;
}
.jstree li a > .jstree-icon.icon-company:before {
  content: '\e906';
}
.jstree li a > .jstree-icon.icon-company:before {
  font-size: 1.7rem;
}
.jstree li a > .field-tooltip {
  color: #000000;
  left: 100%;
  margin-left: 5px;
  top: .4rem;
}
.jstree li a .field-tooltip-content {
  white-space: normal;
}
.jstree li:not(.jstree-leaf) > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  left: -.1rem;
  position: relative;
  top: 0.6rem;
  z-index: 5;
}
.jstree li:not(.jstree-leaf) > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #575757;
  content: '\e909';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:hover:before {
  color: #ffffff;
}
.jstree li:not(.jstree-leaf) > .jstree-icon:before {
  cursor: pointer;
  text-align: center;
}
.jstree li.jstree-open > .jstree-icon:before {
  content: '\e90a';
}
.jstree li.jstree-open > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree li.jstree-closed > .jstree-icon:before {
  content: '\e909';
}
.jstree li.jstree-closed > .jstree-icon:before {
  color: #c2c2c2;
  font-size: 2.2rem;
  left: 1.4rem;
  position: relative;
}
.jstree > ul > li {
  background: none;
}
.jstree > ul > li > a.company-admin {
  margin-left: -.2rem;
  padding-bottom: 1.3rem;
}
.jstree > ul > li > a.company-admin:before {
  display: none;
}
.jstree > ul > li > a.company-admin > .jstree-icon {
  margin-right: 10px;
  position: relative;
  z-index: 5;
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  content: '\e908';
}
.jstree > ul > li > a.company-admin > .jstree-icon:before {
  font-size: 3rem;
}
.jstree > ul > li:not(.root-collapsible) > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree .jstree-leaf > .jstree-icon.jstree-ocl {
  display: none;
}
.jstree a > .jstree-icon {
  display: inline-block;
  text-decoration: none;
  background: none;
}
.jstree a > .jstree-icon > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree a > .jstree-icon:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #858585;
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree a > .jstree-icon:hover:before {
  color: #ffffff;
}
.jstree.jstree-draggable a {
  display: inline-block;
  text-decoration: none;
}
.jstree.jstree-draggable a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.jstree.jstree-draggable a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.8rem;
  line-height: 1.1;
  color: #c2c2c2;
  content: '\e90b';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.jstree.jstree-draggable a:hover:before {
  color: #ffffff;
}
.jstree.jstree-draggable a:before {
  height: 1.8rem;
  margin-left: -.4rem;
  overflow: hidden;
  width: 1.9rem;
}
.jstree.jstree-draggable a.jstree-clicked:before {
  color: #ffffff;
}
.jstree i {
  font-style: normal;
}
.block-dashboard-company .jstree .jstree-clicked {
  background-color: #006bb4;
  color: #ffffff;
}
.block-dashboard-company .jstree .jstree-clicked > .jstree-icon:before {
  color: #ffffff;
}
.jstree .jstree-anchor .jstree-checkbox {
  background-color: transparent;
  background-image: url(../Magento_Company/images/icon-tree.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px 8px -2px 4px;
  position: relative;
  width: 16px;
}
.jstree .jstree-anchor.jstree-clicked > .jstree-checkbox {
  background-position: top center;
}
.jstree .jstree-anchor > .jstree-checkbox.jstree-undetermined {
  background-position: top left;
}
.jstree-checkbox-selection .jstree-anchor {
  display: inline-block;
  text-decoration: none;
}
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.jstree-node {
  white-space: nowrap;
}
.jstree-anchor {
  color: black;
  display: inline-block;
  margin: 0;
  padding: 0 4px 0 1px;
  vertical-align: top;
  white-space: nowrap;
}
#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px;
}
#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px;
}
#jstree-dnd .jstree-ok {
  background: green;
}
#jstree-dnd .jstree-er {
  background: red;
}
#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px;
}
.form-edit-role .block-title,
.block-dashboard-company .block-title {
  margin-top: 20px;
}
.form-edit-role .box-actions button.action,
.block-dashboard-company .box-actions button.action,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action,
.form-edit-role .box-actions .action-gift.action,
.block-dashboard-company .box-actions .action-gift.action {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding: 0 25px 10px 0;
  position: relative;
}
.form-edit-role .box-actions button.action:hover,
.block-dashboard-company .box-actions button.action:hover,
.form-edit-role .box-actions button.action:active,
.block-dashboard-company .box-actions button.action:active,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:hover,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:active,
.form-edit-role .box-actions .action-gift.action:hover,
.block-dashboard-company .box-actions .action-gift.action:hover,
.form-edit-role .box-actions .action-gift.action:active,
.block-dashboard-company .box-actions .action-gift.action:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.form-edit-role .box-actions button.action:not(:focus),
.block-dashboard-company .box-actions button.action:not(:focus),
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:not(:focus),
.form-edit-role .box-actions .action-gift.action:not(:focus),
.block-dashboard-company .box-actions .action-gift.action:not(:focus) {
  box-shadow: none;
}
.form-edit-role .box-actions button.action:after,
.block-dashboard-company .box-actions button.action:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action:after,
.form-edit-role .box-actions .action-gift.action:after,
.block-dashboard-company .box-actions .action-gift.action:after {
  position: absolute;
  right: -.2rem;
  top: .2rem;
  width: .1rem;
}
.form-edit-role .box-actions button.action.delete:after,
.block-dashboard-company .box-actions button.action.delete:after,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action.delete:after,
.form-edit-role .box-actions .action-gift.action.delete:after,
.block-dashboard-company .box-actions .action-gift.action.delete:after {
  display: none;
}
.form-edit-role .box-actions button.action._hidden,
.block-dashboard-company .box-actions button.action._hidden,
.form-edit-role .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .quote-details-items .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.block-dashboard-company .box-actions .cart.table-wrapper .actions-toolbar > .action.action._hidden,
.form-edit-role .box-actions .action-gift.action._hidden,
.block-dashboard-company .box-actions .action-gift.action._hidden {
  display: none;
}
.form-edit-account .fieldset.info {
  margin-right: 20px;
}
.form-edit-account .fieldset.company {
  clear: both;
  float: left !important;
  margin-bottom: 20px;
}
.form-edit-account .fieldset.job_title {
  clear: both;
  float: left !important;
}
.form-edit-account .actions-toolbar {
  clear: both;
}
.company-account-index .columns .column.main .block:not(.widget) .block-title {
  font-size: 1.8rem;
}
.message.company-warning {
  margin: 0 0 10px;
  padding: 10px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.company-warning a {
  color: #ff0000;
}
.message.company-warning a:hover {
  color: #ff0000;
}
.message.company-warning a:active {
  color: #ff0000;
}
.message.company-warning._hidden {
  display: none;
}
.nav .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.additional-fields {
  margin-top: 20px;
}
.additional-fields._hidden {
  display: none;
}
.modal-container {
  display: none;
}
.data-grid-filters-wrap {
  margin-bottom: 10px;
  margin-top: -15px;
}
.data-grid-filters-wrap .action {
  margin-right: 25px;
}
.modal-popup .action._hidden {
  display: none;
}
.popup-tree .modal-footer .action-primary {
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none;
}
.popup-tree .modal-footer .action-primary:focus,
.popup-tree .modal-footer .action-primary:active {
  background: #ff0000;
  border: #ff0000;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.popup-tree .modal-footer .action-primary.disabled,
.popup-tree .modal-footer .action-primary[disabled],
fieldset[disabled] .popup-tree .modal-footer .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.company-profile-payment-methods {
  font-size: 1.6rem;
  line-height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.company-profile-payment-methods .payment-methods-label {
  font-weight: 700;
  margin-bottom: 10px;
}
.company-profile-payment-methods .payment-methods-list {
  list-style: none;
}
.wrap-text {
  margin-bottom: 30px;
}
.form-add-user .field.email .exist-notification-message {
  color: #999999;
  font-size: 12px;
  padding-top: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
.contact-index-index .column:not(.sidebar-main) .form.contact {
  float: none;
  width: 50%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  float: none;
  width: 50%;
}
[data-role='negotiable-quote-popup'] .add-file {
  background: none;
  border: 0;
  color: #1979c3;
  float: right;
  font-weight: 400;
  padding: 0 0 10px;
  position: relative;
}
[data-role='negotiable-quote-popup'] .add-file:hover,
[data-role='negotiable-quote-popup'] .add-file:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
[data-role='negotiable-quote-popup'] .add-file:not(:focus) {
  box-shadow: none;
}
[data-role='negotiable-quote-popup'] .fieldset {
  margin-bottom: 10px;
}
.reorder-quote-popup .fieldset {
  margin-bottom: 20px;
}
.reorder-quote-popup .action.cancel {
  background: none;
  border: 0;
  color: #1979c3;
  font-weight: 400;
  padding-left: 10px;
}
.reorder-quote-popup .action.cancel:hover,
.reorder-quote-popup .action.cancel:active {
  background: none;
  border: 0;
  box-shadow: none;
  color: #006bb4;
}
.reorder-quote-popup .action.cancel:not(:focus) {
  box-shadow: none;
}
.quote__data-grid-wrap {
  border-bottom: 1px solid #e4e4e4;
  clear: both;
  margin-bottom: 20px;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
.quote-view-links {
  margin: 10px 0;
}
.quote-view-links ._disabled {
  display: inline-block;
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-actions-toolbar .action {
  padding-right: 25px;
}
.quote-details-items {
  margin-bottom: 20px;
}
.quote-details-items .content .quote-title {
  border-bottom: 1px solid #e4e4e4;
  display: block;
  padding-bottom: 10px;
}
.quote-details-items .content .quote-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.quote-details-items .item .col.item,
.quote-details-items .item .col.sku {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.quote-details-items .quote-table-totals-wrap {
  background: #f2f2f2;
}
.quote-details-items .quote-table-totals tr td,
.quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  text-align: right;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot {
  background: none;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr td {
  width: 10rem;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr th {
  text-align: left;
}
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child td,
.quote-details-items .quote-table-totals:not(.cart) tfoot > tr:first-child th {
  border-top-width: 0;
  padding-top: 10px;
}
.quote-details-items .quote-table-totals .hidden {
  display: none;
}
.quote-details-items .quote-table-totals .toggle-action tr th,
.quote-details-items .quote-table-totals .toggle-action tr td {
  font-weight: 600;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table {
  border-bottom: 1px solid #cccccc;
  display: none;
  padding-bottom: 10px;
}
.quote-details-items .collapsible-table tbody td,
.quote-details-items .collapsible-table tbody th {
  line-height: 1.2;
  padding-bottom: 0;
}
.quote-details-items .collapsible-table tbody td {
  padding-right: 0;
}
.quote-details-items .collapsible-table tbody th {
  padding-left: 0;
}
.quote-details-items .toggle-action td {
  padding-right: 0;
}
.quote-details-items .toggle-action th {
  padding-left: 0;
}
.quote-details-items .toggle-action .toggle {
  border: 0;
  padding: 0;
}
.quote-details-items .toggle-action .toggle:after {
  color: #8f8f8f;
  margin: 0 0 0 5px;
  position: static;
}
.quote-details-items .toggle-action .toggle.active:after {
  content: '\e621';
}
.quote-details-items .quote-table {
  padding: 20px 20px 40px;
}
.quote-details-items .quote-table .table {
  border-collapse: separate;
}
.quote-details-items .quote-table .table > tbody > tr.item-actions td,
.quote-details-items .quote-table .table > tbody > tr.item-actions th {
  border-top-width: 0;
}
.quote-details-items .items thead + .item {
  border-top-width: 0;
}
.quote-details-items .product-item-name {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0;
}
.quote-details-items .product-item-name + .item-options {
  margin-top: 20px;
}
.quote-details-items .item-options {
  margin-bottom: 0;
}
.quote-details-items .col {
  padding-top: 20px;
}
.quote-details-items .col.qty .input-text {
  margin-top: -5px;
}
.quote-details-items .actions-toolbar {
  position: relative;
  text-align: right;
}
.quote-details-items .actions-toolbar > .action {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.quote-details-items .actions-toolbar > .action:hover,
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:focus {
  text-decoration: none;
}
.quote-details-items .actions-toolbar > .action:last-child {
  margin-right: 0;
}
.quote-details-items .actions-toolbar > .action:active,
.quote-details-items .actions-toolbar > .action:not(:focus) {
  box-shadow: none;
}
.quote-details-items .actions-toolbar > .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-details-items .actions-toolbar .update._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar._disabled a {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-details-items .actions-toolbar > .action-delete {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: -2px;
}
.quote-details-items .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.quote-details-items .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quote-details-items .actions-toolbar > .action-delete:hover:before {
  color: #333333;
}
.quote-details-items .actions-toolbar > .action-delete:active:before {
  color: #8f8f8f;
}
.quote-details-items .actions-toolbar > .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quote-shipping-info .block-content > .box {
  width: 100% !important;
}
.quote-shipping-info .edit {
  display: inline-block;
  margin: 10px 0;
}
.quote-shipping-info .edit._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-status {
  margin-top: .7rem;
  padding: 5px 10px;
}
.quote-date {
  font-size: 1.4rem;
}
.quote-date > div {
  margin-bottom: 5px;
}
.quote-sales-rep {
  font-size: 1.4rem;
}
.quote-actions-toolbar {
  clear: both;
}
.field-attachment._disabled {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.quote-comments-block .quote-block-title {
  display: none;
}
.quote-comments-block .comments-block-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-comments-block .comments-block-item .comments-block-item-date-time {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.quote-comments-block .comments-block-item .comments-block-item-comment {
  font-size: 1.4rem;
  margin-bottom: 5px;
  word-break: break-all;
}
.quote-comments-block .comments-block-item .attachments-list span.attachments-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 250px;
}
.quote-comments-block ._disabled {
  opacity: .5;
  pointer-events: none;
}
.quote-history-log-block .history-log-block-list {
  list-style-type: none;
  padding-left: 0;
}
.quote-history-log-block .history-log-block-item-info {
  word-break: break-all;
}
.quote-history-log-block .history-log-block-item {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.quote-history-log-block .history-log-block-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe {
  padding-bottom: 5px;
  padding-top: 10px;
}
.quote-history-log-block .history-log-block-item .history-log-block-item-action-describe:last-child {
  padding-bottom: 0;
}
.quote-history-log-block .history-log-block-item b,
.quote-history-log-block .history-log-block-item strong {
  font-weight: 600;
}
.quote-history-log-block .history-log-block-item-title {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.quote-history-log-block .history-log-block-item-old {
  margin-right: 5px;
  text-decoration: line-through;
}
.comments-field .comments-field-label {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.quote-attach-file {
  text-align: right;
}
.attachments-list {
  padding-top: 10px;
}
.attachments-list .attachments-item {
  padding-bottom: 5px;
}
.attachments-list .attachments-item span {
  padding-right: 5px;
}
.attachments-list .attachments-item .action-delete {
  display: inline-block;
  text-decoration: none;
  position: relative;
  top: -.2rem;
}
.attachments-list .attachments-item .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.attachments-list .attachments-item .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: inherit;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.attachments-list .attachments-item .action-delete:hover:before {
  color: #333333;
}
.attachments-list .attachments-item .action-delete:active:before {
  color: #8f8f8f;
}
.attachments-list .attachments-item .action-delete:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.field-attachment input {
  display: none;
}
.field-attachment label {
  display: inline-block;
  text-decoration: none;
  color: #1979c3;
  cursor: pointer;
  font-size: 1.4rem;
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.field-attachment label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #1979c3;
  content: '\e900';
  font-family: 'magento-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-attachment label:hover:before {
  color: #ffffff;
}
.field-attachment label:before {
  left: -20px;
  position: absolute;
}
.field-attachment.loading label {
  color: inherit;
  pointer-events: none;
}
.field-attachment:after {
  content: attr(data-progress);
  padding-left: 20px;
}
.field-attachment._disabled {
  opacity: .5;
  pointer-events: none;
}
.negotiable-quote-quote-view .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
  margin-top: 8px;
}
.popup-edit-address .action.hidden {
  display: none;
}
.popup-edit-address .modal-footer .secondary {
  line-height: 1.42857143;
  margin: 0;
  padding: 0.7rem 1.5rem;
  color: #ff0000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
}
.popup-edit-address .modal-footer .secondary:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
.popup-edit-address .modal-footer .secondary:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
.popup-edit-address .modal-footer .secondary:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
.popup-edit-address .modal-footer .secondary:hover,
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:focus {
  background: none;
  border: 0;
}
.popup-edit-address .modal-footer .secondary.disabled,
.popup-edit-address .modal-footer .secondary[disabled],
fieldset[disabled] .popup-edit-address .modal-footer .secondary {
  color: #ff0000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.popup-edit-address .modal-footer .secondary:active,
.popup-edit-address .modal-footer .secondary:not(:focus) {
  box-shadow: none;
}
.negotiable-quote.request button,
.negotiable-quote.request .quote-details-items .actions-toolbar > .action,
.negotiable-quote.request .cart.table-wrapper .actions-toolbar > .action,
.negotiable-quote.request .action-gift {
  width: 100%;
}
.negotiable-quote.request .message-info.message.info {
  font-size: 1.3rem;
  background: #f5f5f5;
  color: #858585;
  margin-top: .5rem;
  padding: 0 .6rem;
  text-align: left;
}
.negotiable-quote.request .message-info.message.info:before {
  display: none;
}
.negotiable-quote-quote-print.account .column.main {
  padding-bottom: 0;
}
.negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
  float: left;
  width: 50%;
}
.negotiable-quote-quote-print .columns {
  display: block;
}
.negotiable-quote-quote-print .page-title {
  font-size: 4rem;
  margin-bottom: 5px;
}
.negotiable-quote-quote-print .page-title-wrapper {
  margin-bottom: 30px;
}
.negotiable-quote-quote-print .quote-date {
  float: left;
}
.negotiable-quote-quote-print .quote-sales-rep {
  float: right;
}
.negotiable-quote-quote-print .quote-details-items .quote-table {
  border-width: 0;
  padding: 0;
}
.negotiable-quote-quote-print .quote-name {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-title {
  border-bottom: 1px solid #e4e4e4;
}
.negotiable-quote-quote-print .quote-title > strong {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2;
}
.negotiable-quote-quote-print .quote-status {
  float: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.item,
.negotiable-quote-quote-print .quote-details-items .item .col.item {
  display: table-cell;
}
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  padding-right: 0;
}
.negotiable-quote-quote-print .quote-details-items thead .col.delete,
.negotiable-quote-quote-print .quote-details-items .item .col.delete {
  display: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col.price,
.negotiable-quote-quote-print .quote-details-items .item .col.price,
.negotiable-quote-quote-print .quote-details-items thead .col.stock,
.negotiable-quote-quote-print .quote-details-items .item .col.stock,
.negotiable-quote-quote-print .quote-details-items thead .col.qty,
.negotiable-quote-quote-print .quote-details-items .item .col.qty,
.negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
.negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead .col .product-item-name a,
.negotiable-quote-quote-print .quote-details-items .item .col .product-item-name a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-details-items thead .col .price,
.negotiable-quote-quote-print .quote-details-items .item .col .price {
  font-size: 1.4rem;
  font-weight: 600;
}
.negotiable-quote-quote-print .quote-details-items thead .col .input-text,
.negotiable-quote-quote-print .quote-details-items .item .col .input-text {
  border-color: transparent;
  opacity: 1;
  padding-right: 0;
  text-align: right;
}
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  border-color: #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items thead th,
.negotiable-quote-quote-print .quote-details-items .item th,
.negotiable-quote-quote-print .quote-details-items thead td,
.negotiable-quote-quote-print .quote-details-items .item td {
  padding-left: 0;
}
.negotiable-quote-quote-print .quote-details-items tbody:last-child td {
  border-bottom: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items tbody td {
  border-top: 1px solid #f2f2f2;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tbody {
  background: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-weight: 400;
  padding-left: 0;
  text-align: left;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals tr th {
  font-size: 1.3rem;
  padding-bottom: 1.2rem;
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr > th {
  border: none;
}
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] td,
.negotiable-quote-quote-print .quote-details-items .quote-table-totals:not(.cart) tbody > tr[class='grand_total'] th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child td,
.negotiable-quote-quote-print .quote-details-items .catalog-price .quote-table-totals:not(.cart) tbody > tr:last-child th {
  border-bottom: none;
  border-top: 1px solid #e4e4e4;
  padding-top: 1.8rem;
}
.negotiable-quote-quote-print .quote-shipping-info {
  margin-bottom: 0;
}
.negotiable-quote-quote-print .quote-price-block {
  margin: 6rem 0 40px;
}
.negotiable-quote-quote-print .quote-block-title {
  border-bottom: 1px solid #f2f2f2;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-block-content {
  width: calc(44%);
}
.negotiable-quote-quote-print .quote-block-content.catalog-price {
  float: left;
}
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals td strong,
.negotiable-quote-quote-print .quote-block-content.catalog-price .quote-table-totals th strong {
  font-weight: 400;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price {
  float: right;
}
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child td,
.negotiable-quote-quote-print .quote-block-content.negotiated-price .quote-table-totals:not(.cart) tfoot > tr:last-child th {
  border-color: #858585;
}
.negotiable-quote-quote-print .quote-comments-block .quote-block-title {
  border-color: #e4e4e4;
  display: block;
  font-weight: 300;
}
.negotiable-quote-quote-print .quote-comments-block .comments-block-item {
  border-color: #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list {
  padding-top: 0;
}
.negotiable-quote-quote-print .quote-comments-block .attachments-list a {
  pointer-events: none;
}
.negotiable-quote-quote-print .quote-comments-block .comments-field {
  display: none;
}
.negotiable-quote-quote-print .copyright {
  background-color: transparent;
  border-bottom: 1px solid #e4e4e4;
  color: #333333;
  margin-bottom: 25px;
  padding: 10px 0 0;
  text-align: left;
}
.negotiable-quote-quote-print .copyright .phone {
  float: right;
}
.negotiable-quote-errors .error-wrap {
  display: none;
}
.negotiable-quote-order-information {
  font-size: 1.4rem;
  margin: -1.4rem 0 1.8rem;
}
.negotiable-quote-order-information:before,
.negotiable-quote-order-information:after {
  content: '';
  display: table;
}
.negotiable-quote-order-information:after {
  clear: both;
}
.table-order-items .page-section-negotiable td {
  padding: 0;
}
.table-order-items .page-section-negotiable td .data-table {
  position: relative;
}
.table-order-items .page-section-negotiable td .data-table tr td {
  border: none;
  padding: 11px 10px;
  text-align: right;
}
.table-order-items .page-section-negotiable td .data-table tr td:first-child {
  width: 79.5%;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal {
  font-weight: 600;
}
.table-order-items .page-section-negotiable td .data-table tr.col-subtotal:after {
  background: #cccccc;
  bottom: 42px;
  content: '';
  height: 1px;
  left: auto;
  position: absolute;
  right: 1.5%;
  width: 36%;
}
.table-order-items tfoot > tr.page-section-negotiable td {
  padding: 0;
}
.sales-order-view .page-main .page-title-wrapper .negotiable-quote-order-information .order-date {
  font-size: 1.4rem;
  margin: 0;
}
.checkout-shipping-address .message.notice .link-back {
  font-size: 0;
}
.checkout-shipping-address .message.notice .link-back a,
.checkout-shipping-address .message.notice .link-back span {
  font-size: 1.3rem;
}
@media print {
  body {
    min-width: 102.4rem;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .change-shipping-address-button,
.checkout-container .change-billing-address-button {
  display: block;
  margin-bottom: 15px;
}
.checkout-container .edit-shipping-address-button,
.checkout-container .edit-billing-address-button {
  display: block;
}
.checkout-container .checkout-shipping-address div.new-address-popup,
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 0;
  position: relative;
}
.checkout-container .checkout-shipping-address div.change-address-popup,
.checkout-container .checkout-payment-method div.change-address-popup {
  margin: 5px 0 -5px 0;
}
.checkout-container .checkout-shipping-address div.edit-address-popup,
.checkout-container .checkout-payment-method div.edit-address-popup {
  float: left;
  margin: 5px 35px -5px 0;
}
.checkout-container .checkout-shipping-address div.shipping-address-item.selected,
.checkout-container .checkout-payment-method div.shipping-address-item.selected,
.checkout-container .checkout-shipping-address .checkout-billing-address,
.checkout-container .checkout-payment-method .checkout-billing-address {
  margin: 0;
  padding-left: 0;
}
.checkout-container .checkout-shipping-address .new-billing-address-button,
.checkout-container .checkout-payment-method .new-billing-address-button {
  display: block;
  margin: 20px 35px 0 20px;
  position: relative;
}
.shipping-address-modal.modal-popup.modal-slide .modal-inner-wrap[class],
.billing-address-modal.modal-popup.modal-slide .modal-inner-wrap[class] {
  background-color: #ffffff;
}
.shipping-address-modal .modal-inner-wrap h1.modal-title,
.billing-address-modal .modal-inner-wrap h1.modal-title {
  border: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-search,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-search {
  width: 250px;
}
.shipping-address-modal .modal-inner-wrap .block.block-search,
.billing-address-modal .modal-inner-wrap .block.block-search {
  left: 20px;
  position: absolute;
  top: 81px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count,
.billing-address-modal .modal-inner-wrap .admin__action-select-shipping-addressmultiselect-search-count {
  border-bottom: 1px solid #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin: 5px -30px 10px -30px;
  padding: 0 0 5px 30px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-empty-area {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 5px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root {
  border-bottom: 1px solid #cccccc;
  clear: both;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-details {
  float: left;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  background: #006bb7;
  border: 1px solid #006bb4;
  box-shadow: none;
  color: #ffffff;
  outline: 0;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift {
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected button:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .quote-details-items .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .cart.table-wrapper .actions-toolbar > .action:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected .action-gift:hover {
  cursor: auto;
  background-color: #eeeeee;
  border: none;
  box-shadow: none;
  color: #777777;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift {
  background-color: Transparent;
  border: none;
  box-shadow: none;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary {
  color: #777777;
  text-transform: uppercase;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address button.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .quote-details-items .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .cart.table-wrapper .actions-toolbar > .action.action-primary:hover,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address .action-gift.action-primary:hover {
  cursor: auto;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address button.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .quote-details-items .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .cart.table-wrapper .actions-toolbar > .action.action-primary,
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address .action-gift.action-primary {
  color: #006bb4;
}
.shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
.billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
  margin-top: 10px;
  overflow-y: auto;
}
.shipping-address-modal .modal-inner-wrap ul,
.billing-address-modal .modal-inner-wrap ul {
  list-style-type: none;
  padding-left: 0;
}
.admin__data-grid-loading-mask {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 4;
}
.admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  display: inline-block;
  font-size: 4rem;
  height: 1em;
  left: 50%;
  margin-left: -2rem;
  margin-right: 1.5rem;
  position: absolute;
  top: 50%;
  width: 1em;
}
.ie9 .admin__data-grid-loading-mask .spinner {
  background: url('../images/loader-2.gif') 50% 50% no-repeat;
  bottom: 0;
  height: 149px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 218px;
}
@font-face {
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot');
  src: url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.eot?#iefix') format('embedded-opentype'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.woff') format('woff'), url('../Magento_PageBuilder/fonts/pagebuilder-icons/pagebuilder-icons.ttf') format('truetype');
}
.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.4rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .action-gift:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary),
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:not(.primary),
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:not(.primary),
.slick-dots li .action-gift:active,
.slick-dots li .action-gift:focus,
.slick-dots li .action-gift:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li.slick-active .action-gift {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-size: 2.3rem;
  line-height: 1.42857143;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #ff0000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:visited,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:visited,
.action-gift.pagebuilder-button-link:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link:focus,
.action-gift.pagebuilder-button-link:hover,
.action-gift.pagebuilder-button-link:active,
.action-gift.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-link,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-link,
.action-gift.pagebuilder-button-link.disabled,
.action-gift.pagebuilder-button-link[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-link {
  color: #ff0000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #1979c3;
  border: 1px solid #1979c3;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 2.3rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:active,
.action-gift.pagebuilder-button-primary:focus,
.action-gift.pagebuilder-button-primary:active {
  background: #ff0000;
  border: #ff0000;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary:hover,
.action-gift.pagebuilder-button-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-primary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-primary,
.action-gift.pagebuilder-button-primary.disabled,
.action-gift.pagebuilder-button-primary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 2.3rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:active,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:focus,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:active,
.action-gift.pagebuilder-button-secondary:focus,
.action-gift.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary:hover,
.action-gift.pagebuilder-button-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.pagebuilder-button-secondary,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary.disabled,
.cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.pagebuilder-button-secondary,
.action-gift.pagebuilder-button-secondary.disabled,
.action-gift.pagebuilder-button-secondary[disabled],
fieldset[disabled] .action-gift.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0 0 5px;
}
.pagebuilder-accordion > .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;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #7d7d7d;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #333333;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:focus,
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:hover {
  background: #fcfcfc;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  padding-bottom: 5px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  border: 1px solid #d1d1d1;
  margin: 0 0 5px;
  padding: 20px 20px 20px 20px;
}
.quickorder-index-index .column .block-addbysku .action.remove {
  display: none;
  display: inline-block;
  text-decoration: none;
}
.quickorder-index-index .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;
}
.quickorder-index-index .column .block-addbysku .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 22px;
  color: #8f8f8f;
  content: '\e604';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.quickorder-index-index .column .block-addbysku .action.remove:hover:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action.remove:active:before {
  color: inherit;
}
.quickorder-index-index .column .block-addbysku .action:active,
.quickorder-index-index .column .block-addbysku .action:not(:focus) {
  box-shadow: none;
}
.quickorder-index-index .column .block-addbysku .action:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.quickorder-index-index .column .block-addbysku .action.add {
  display: none;
}
.quickorder-index-index .column .block-addbysku .fieldset .fields .actions-toolbar {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
  position: relative;
  top: .3rem;
  vertical-align: top;
}
.quickorder-index-index .column .block-addbysku .block-content .actions-toolbar {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-items {
  margin-bottom: 30px;
}
.quickorder-index-index .column .block-addbysku .box-upload {
  margin-bottom: 60px;
}
.quickorder-index-index .column .block-addbysku .deletable-item .label {
  display: none;
}
.quickorder-index-index .column .block-addbysku .deletable-item:last-child .remove {
  display: none;
}
.quickorder-index-index .upload .label {
  margin-bottom: 0;
}
.quickorder-index-index .upload .label + .note {
  margin-bottom: 5px;
  padding-top: 0;
}
.quickorder-index-index .upload-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.quickorder-index-index .upload-container .action-upload {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.quickorder-index-index .upload-container .file-upload {
  background-image: none;
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}
.quickorder-index-index .upload-container .file-upload:focus,
.quickorder-index-index .upload-container .file-upload:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.quickorder-index-index .upload-container .file-upload:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.quickorder-index-index .upload-container .file-upload.disabled,
.quickorder-index-index .upload-container .file-upload[disabled],
fieldset[disabled] .quickorder-index-index .upload-container .file-upload {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.quickorder-index-index .product-block {
  background-color: #f0f0f0;
}
.quickorder-index-index .product-block:not(:empty) {
  border: 1px solid #c2c2c2;
  border-top: none;
}
.quickorder-index-index .product-block .product-image {
  border: 1px solid #c2c2c2;
  float: left;
  margin: 1.5rem;
}
.quickorder-index-index .product-block .product-image img {
  display: block;
  max-width: 5rem;
}
.quickorder-index-index .product-block .product-name {
  overflow: hidden;
  padding: 1.5rem;
}
.quickorder-index-index .product-block .product-name .name {
  display: inline-block;
  margin-bottom: 10px;
}
.quickorder-index-index .product-error .message {
  margin: 0;
}
.quickorder-index-index .product-error.general-error .message {
  margin-bottom: 10px;
}
.quickorder-index-index .product-error.general-error .message:last-child {
  margin-bottom: 25px;
}
.quickorder-index-index .ui-front {
  z-index: 100;
}
.quickorder-index-index .ui-front .ui-helper-hidden-accessible {
  display: none;
}
.quickorder-index-index .ui-front > ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.quickorder-index-index .ui-front > ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.quickorder-index-index .ui-front > ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.quickorder-index-index .ui-front > ul li:first-child {
  border-top: none;
}
.quickorder-index-index .ui-front > ul li:hover,
.quickorder-index-index .ui-front > ul li.selected {
  background: #e8e8e8;
}
.quickorder-index-index .ui-front > ul li a {
  color: #333333;
  font-weight: 400;
  margin-right: 5px;
  text-decoration: none;
}
.quickorder-index-index .ui-autocomplete {
  cursor: default;
  left: 0;
  position: absolute;
  top: 0;
}
[data-content-type='dynamic_block'] figure[data-content-type='image'] img {
  display: inline;
}
[data-content-type='dynamic_block'] .block-banners .banner-item-content,
[data-content-type='dynamic_block'] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.payment-method._active .available-credit {
  display: block;
}
.form-purchase-order {
  margin-bottom: 10px;
}
.credit-balance-list {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.credit-balance-list .credit-balance-item {
  margin-right: 10rem;
}
.credit-balance-list .credit-balance-item:last-child {
  margin-right: 0;
}
.credit-balance-list .credit-balance-label {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.credit-balance-list .credit-balance-price {
  font-size: 2.4rem;
  font-weight: 600;
}
.credit-balance-list .credit-balance-price._negative {
  color: #eb5202;
}
.available-credit {
  float: right;
  display: none;
}
.available-credit strong + span {
  padding: 0 10px;
}
.change-result {
  clear: both;
  padding-top: 20px;
}
.change-result strong {
  padding-left: 5px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.checkout-container .checkout-payment-method div.new-address-popup {
  margin: 0 35px 20px 20px;
  position: relative;
}
.checkout-shipping-address .address-sender {
  position: relative;
  z-index: 1;
}
.checkout-shipping-address .address-sender .radio {
  position: absolute;
  top: 9px;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item {
  left: 25px;
  padding: 0 0 25px 0;
}
.checkout-shipping-address .address-sender .radio ~ .shipping-address-item:before {
  content: none;
}
.checkout-shipping-address .default-shipping-address.address-sender ~ .new-address-popup {
  margin-left: 25px;
}
.amskit-toolbar-wrap {
  position: fixed;
  bottom: 10px;
  left: 3%;
  z-index: 9999;
  width: 300px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.amskit-toolbar-wrap.-open:after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 25px;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35%, #ffffff);
}
.amskit-toolbar-wrap.-open {
  padding-bottom: 15px;
}
.amskit-toolbar-box {
  padding: 10px 20px;
  border-radius: 10px;
  background: #e4e4e4;
  box-sizing: border-box;
  cursor: pointer;
}
.amskit-toolbar-box.-open {
  border-radius: 10px 10px 0 0;
  cursor: auto;
}
.amskit-toolbar-box > .amskit-title {
  display: inline-block;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.amskit-toolbar-box > .amskit-title:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNGRjk0MTYiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNNyA3Ljc1MmMwIC40ODUuMDE4LjkxMS4wMTggMS4zOTZ2Ny43MDVsLjAwMSAzLjU5OGMwIC41ODktLjAxNSAxLjE4MiAwIDEuNzcydi4wMjZjMCAuNDA2LjM0Ny43NTEuNzU0Ljc1MWgxNC40NzJjLjM5NiAwIC43NzItLjM0NS43NTQtLjc1LS4wMi0uNDA2LS4zMzItLjc1Mi0uNzU0LS43NTJINy43OGwuNzU0Ljc1MXYtMS40NTNsLS4wMDEtMy40NFYxMy4xNCA5LjQ5M2MwLS41OS0uMDAzLTEuMTI1LS4wMTgtMS43MTR2LS4wMjdjMC0uMzk0LS4zMzYtLjc3LS43NDItLjc1MS0uNDE5LjAxOC0uNzczLjMzLS43NzMuNzUxeiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC42MzYgMTguNzA2djMuNDk3YzAgLjQxOC4zMzUuODE2LjcyOC43OTZhLjc3OS43NzkgMCAwIDAgLjcyNy0uNzk2di0zLjA1Mi0uNDQ1YzAtLjQxOC0uMzM0LS44MTYtLjcyNy0uNzk2YS43NzYuNzc2IDAgMCAwLS43MjguNzk2ek0xNC4yNzMgMTUuMTF2Ny4wNTNjMCAuNDM5LjMzNC44NTcuNzI3LjgzNi4zOTMtLjAyLjcyNy0uMzY4LjcyNy0uODM2di02LjE3LS44ODNjMC0uNDM5LS4zMzQtLjg1Ny0uNzI3LS44MzYtLjM5My4wMi0uNzI3LjM2OC0uNzI3LjgzNnpNMTcuOTEgMTUuODV2Ni4yOTljMCAuNDQ3LjMzNC44NzEuNzI3Ljg1LjM5Mi0uMDIxLjcyNy0uMzc0LjcyNy0uODV2LTUuNTItLjc3OGMwLS40NDctLjMzNS0uODcyLS43MjctLjg1LS4zOTMuMDIxLS43MjguMzc0LS43MjguODV6TTIxLjU0NiAxMi44OTNWMjIuMTk4YzAgLjQyLjMzNC44MjEuNzI3LjgwMS4zOTMtLjAyLjcyNy0uMzUyLjcyNy0uODAxdi0zLjE0LTUuMDA2LTEuMTU5YzAtLjQyLS4zMzQtLjgyMS0uNzI3LS44MDEtLjM5My4wMi0uNzI3LjM1Mi0uNzI3LjgwMXpNOC4zODIgMTYuMDI3bDIuMDA4LTEuMzg2YzEuMDYyLS43MzIgMi4xMi0xLjQ2OCAzLjE4My0yLjJsLjczOS0uNTExYy4zMjQtLjIyMS41LS42NjguMjcxLTEuMDI5LS4yMDctLjMxOS0uNjg2LS41MS0xLjAzMi0uMjdsLTIuMDA4IDEuMzg1Yy0xLjA2My43MzMtMi4xMjIgMS40NjktMy4xODQgMi4ybC0uNzM4LjUxMWMtLjMyNS4yMjItLjUwMi42NjktLjI3MiAxLjAzLjIxMS4zMjIuNjg2LjUxIDEuMDMzLjI3eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMy43MzIgMTIuMDA5bDMuMjQ3LjYyLjQ2OC4wOWMuMzg0LjA3NS44MzItLjExLjkyNi0uNTI2LjA4My0uMzcyLS4xMTMtLjg0NS0uNTI3LS45MjRsLTMuMjQ4LS42Mi0uNDY3LS4wOWMtLjM4NC0uMDc0LS44MzMuMTEtLjkyNy41MjYtLjA4Ny4zNjguMTEzLjg0NS41MjguOTI0eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC4xNzcgMTIuNTI0YzEuMTA4LTEuMTk4IDIuMjE2LTIuMzkyIDMuMzIzLTMuNTkuMTU1LS4xNy4zMTMtLjMzOC40NjgtLjUwNy4yNjctLjI5LjMwOC0uNzgxIDAtMS4wNjMtLjI5LS4yNjYtLjc4LS4zMDgtMS4wNjcgMC0xLjEwNyAxLjE5OC0yLjIxNSAyLjM5Mi0zLjMyMyAzLjU5LS4xNTQuMTY5LS4zMTIuMzM4LS40NjcuNTA3LS4yNjcuMjg5LS4zMDkuNzggMCAxLjA2My4yOS4yNjYuNzguMzA3IDEuMDY2IDB6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIwLjY3NSA3Ljg5N3YyLjM1YzAgLjM5NS4zNDcuNzcuNzU0Ljc1Mi40MDctLjAxOS43NTMtLjMzLjc1My0uNzUxdi0yLjM1YzAtLjM5NS0uMzQ2LS43Ny0uNzUzLS43NTItLjQxLjAyLS43NTQuMzMtLjc1NC43NTF6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIxLjQyOSA3LjE0NmMtLjc1Ny4wMDgtMS41MTUuMDExLTIuMjcyLjAxOS0uMzk2LjAwNC0uNzcyLjM0Mi0uNzU0Ljc1LjAyLjQwNi4zMzIuNzU2Ljc1NC43NTIuNzU3LS4wMDggMS41MTUtLjAxMSAyLjI3Mi0uMDE5LjM5Ni0uMDA0Ljc3Mi0uMzQyLjc1My0uNzUtLjAxOC0uNDA2LS4zMzEtLjc1Ni0uNzUzLS43NTJ6Ii8+PC9zdmc+) no-repeat center;
}
.amskit-toolbar-box > .amskit-arrow {
  display: inline-block;
  float: right;
  width: 12px;
  height: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNCMkIyQjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xMyA3TDcgMSAxIDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-toolbar-box.-open > .amskit-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.amskit-toolbar-content {
  padding: 10px;
  max-height: 75vh;
  overflow: auto;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
  background: #fff;
}
.amskit-toolbar-content .amskit-table {
  table-layout: fixed;
}
.amskit-toolbar-content > .amskit-title {
  margin: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  font-weight: 600;
  font-size: 16px;
}
.amskit-toolbar-content > .amskit-background {
  margin: 5px -10px 25px;
  padding: 10px;
  background: #f6f6f6;
}
.amskit-toolbar-content .amskit-cell {
  word-break: break-word;
  word-wrap: break-word;
}
.amskit-toolbar-content .amskit-cell.-indent {
  padding-left: 35px;
}
.amskit-toolbar-content .amskit-description {
  font-size: 12px;
  color: #adadad;
}
.amskit-toolbar-content .amskit-description.-headings {
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon {
  position: relative;
  padding-left: 25px;
}
.amskit-toolbar-content .amskit-icon:before {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.amskit-toolbar-content .amskit-icon.-warning:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiNFQjU3NTciLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNOSA0djYuNSIvPjxjaXJjbGUgY3g9IjkiIGN5PSIxNCIgcj0iMSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==) no-repeat center;
}
.amskit-toolbar-content .amskit-icon.-normal:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjkiIGZpbGw9IiMxNzg3RTAiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNNS41IDlsMy4xMjUgM0wxMi41IDciLz48L3N2Zz4=) no-repeat center;
}
.amskit-headings-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amskit-headings-wrap > .amskit-item {
  margin-left: 8px;
  margin-bottom: 5px;
  text-align: center;
}
.amskit-headings-wrap .amskit-head {
  text-transform: uppercase;
}
.amskit-page-links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.amskit-page-links > .amskit-item {
  position: relative;
  padding-left: 10px;
}
.amskit-page-links > .amskit-item:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #55b4ff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amskit-page-links .amskit-label {
  display: inline-block;
  width: 80%;
}
.amskit-separator-wrap {
  position: relative;
  margin: 15px 0;
  height: 1px;
  background: #c4c4c4;
}
.amskit-separator-wrap ~ .amskit-url {
  display: none;
}
.amskit-separator-wrap > .amskit-button {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  border-radius: 20px;
  background: #fff;
  color: #c4c4c4;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.amskit-separator-wrap > .amskit-button:hover {
  border-color: #1787e0;
  color: #1787e0;
}
@media (min-width: 480px) {
  .amskit-toolbar-wrap.-open {
    width: 450px;
  }
  .amskit-page-links .amskit-label {
    width: 55%;
  }
}
.search-autocomplete {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete dl {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete dl dt {
  border-top: 1px solid #e5e5e5;
  cursor: default;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dt:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
  border-bottom: 0;
}
.search-autocomplete dl dt:first-child {
  border-top: none;
}
.search-autocomplete dl dt:hover,
.search-autocomplete dl dt.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete dl dd:not(:empty) {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  border-top: 0;
}
.search-autocomplete dl dd:first-child {
  border-top: none;
}
.search-autocomplete dl dd:hover,
.search-autocomplete dl dd.selected {
  background: #e8e8e8;
}
.search-autocomplete dl dd .amount {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 5px;
}
.search-autocomplete dl dd .clear {
  clear: both;
}
.colors_filters.swatch-attribute-options.clearfix {
  margin: 5px 5px 5px;
  font-weight: 300;
  min-width: 15px;
  float: left;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option {
  padding: 12px;
  height: auto;
  margin: 0;
  min-width: 12px;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.black {
  background: black;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.red {
  background: red;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.orange {
  background: orange;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.pink {
  background: pink;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.green {
  background: green;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.grey {
  background: grey;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.white {
  background: white;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.yellow {
  background: yellow;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.purple {
  background: Purple;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.brown {
  background: #825d41;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.beige {
  background: #F5F5DC;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.multi {
  background: radial-gradient(#000000 30%, transparent 20%), radial-gradient(#000000 40%, #ffffff 30%), #ffffff;
  background-position: 0 0,8px 8px;
  background-size: 15px 15px;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.blue {
  background: blue;
}
.colors_filters.swatch-attribute-options.clearfix .swatch-option.true {
  border: 2px solid black;
  padding: 11px;
}
.countdown-timer {
  display: flex;
}
.countdown-timer .cd-block {
  margin: 0 2px;
}
.sub-cat {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-width: 50px;
  /* Chrome, Safari, Opera */
  -moz-column-width: 50px;
  /* Firefox */
  column-width: 50px;
  list-style-type: none;
}
.sub-cat li a {
  color: #404040;
  font-size: 12px;
  line-height: 19px;
}
.brands-container {
  width: 50%;
  margin: auto;
}
.brands-container .brand-index {
  font-size: 16px;
  margin: 10px 0 0;
  padding: 0 10px 10px;
  list-style-type: none;
}
.brands-container .brand-index a {
  color: #404040;
  font-size: 16px;
}
.brands-container .brand-index li {
  display: inline;
  margin-right: 10px;
}
.brand-title {
  font-size: 24px;
  font-weight: 700;
  width: 45px;
  float: left;
}
.search-res {
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 19px;
}
.search-res h2 {
  background-color: #f3f3f3;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 7px 10px;
}
.smile-es-range-slider [data-role=from-label] {
  display: block;
  float: left;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=to-label] {
  display: block;
  float: right;
  padding: 0 0 5px;
}
.smile-es-range-slider [data-role=message-box] {
  font-size: 12px;
  flex: 1;
  padding: 6px 0 0;
}
.smile-es-range-slider [data-role=message-box].empty {
  color: #e02b27;
  font-size: 1.2rem;
  padding: 0;
}
.smile-es-range-slider .actions-toolbar {
  display: flex;
  margin: 15px 0;
}
.smile-es-range-slider .ui-slider {
  margin: 5px;
  clear: both;
}
.smile-es-range-slider .ui-slider-handle {
  background: #ff5501;
  padding: 0;
  margin: -3px 0 0 -7px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}
.filter .filter-content .item {
  margin: 10px 0 0 10px;
}
.filter .block-subtitle {
  border-bottom: none;
  font-weight: 400;
}
.filter .field.search input[type="text"] {
  font-size: 12px;
}
.filter .actions {
  text-align: right;
  margin: 10px 0 0;
}
.filter .actions div.secondary {
  display: inline-block;
}
.filter .actions div.secondary a {
  color: #ff0000;
  text-decoration: underline;
  cursor: pointer;
}
.filter .actions div.secondary a:hover {
  background: transparent;
}
.filter .actions div.secondary a.show-more span:after {
  content: " +";
}
.filter .actions div.secondary a.show-less span:after {
  content: "-";
}
.filter .filter-options dt.filter-options-title[aria-expanded="true"]:after {
  content: '\e621';
}
.filter .no-results-message p {
  margin: 9px 10px 0;
  background-color: #FFEEEE;
  padding: 5px;
  color: #AA0000;
}
.smile-elasticsuite-autocomplete-result .product-image-box {
  float: left;
  padding: 0 5px;
  width: 55px;
}
.smile-elasticsuite-autocomplete-result .product-shop {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  white-space: normal;
  width: 60%;
}
.smile-elasticsuite-autocomplete-result .product-item .price-box {
  margin: 5px 0;
}
.smile-elasticsuite-autocomplete-result .category-mini-crumb {
  font-style: italic;
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #929292;
}
.smile-elasticsuite-autocomplete-result .product-attribute-label {
  text-transform: uppercase;
  vertical-align: super;
  font-size: 10px;
  color: #777;
}
.smile-elasticsuite-autocomplete-result .price-box span.old-price {
  display: block;
}
.modals-wrapper .modal-popup.modal-slide.custom-modal-languages {
  left: 0;
}
.db-geolocation {
  padding-top: 20px;
  text-align: center;
}
.db-geolocation .destination-flag {
  display: inline-block;
  width: 90px;
  height: 50px;
  background-size: 100% 100%;
}
.db-geolocation .sep {
  border-top: 1px solid #eee;
  margin: 10px auto;
  width: 60%;
}
.db-geolocation .block_text {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}
.db-geolocation .seconde-url {
  text-transform: uppercase;
  color: #333;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
}
.db-geolocation .seconde-url.choose-text {
  font-size: 18px;
}
.db-geolocation .redirect-logo img {
  max-width: 60%;
}
.db-geolocation .actions .goto {
  width: 100%;
  text-align: center;
  float: left;
  box-sizing: border-box;
}
.db-geolocation .actions.two .goto {
  width: 49%;
  margin-right: 1px;
}
.db-geolocation .actions.two .goto:last-of-type {
  margin-right: 0;
}
.db-geolocation .actions.tree .goto {
  width: 33.8%;
  margin-right: 1px;
}
.db-geolocation .actions.tree .goto:last-of-type {
  margin-right: 0;
}
.db-geolocation .actions.fourth .goto {
  width: 24%;
  margin-right: 1px;
}
.db-geolocation .actions.fourth .goto:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .db-geolocation .actions .goto {
    width: 100% !important;
    margin: 0 0 10px!important;
  }
}
.nav-sections .switcher-options.active .switcher-dropdown {
  display: initial;
}
.nav-sections .switcher-options .switcher-dropdown {
  display: none;
}
/*
 * NOTICE OF LICENSE
 * This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file
 * LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * DISCLAIMER
 * Do not edit or add to this file if you wish to upgrade this extension to newer versions in the future.
 * @copyright Copyright (c) 2018 Netresearch GmbH & Co. KG (http://www.netresearch.de/)
 * @license   Open Software License (OSL 3.0)
 * @link      http://opensource.org/licenses/osl-3.0.php
 *
 */
.checkout-index-index .ui-datepicker {
  width: 25rem;
}
.ops-retry-payment span.action.nav-toggle {
  display: none;
}
.ops-retry-payment .page-header .logo {
  margin-left: 0px;
}
.ops-retry-payment .page-title {
  margin-bottom: 0;
}
.ops-retry-payment .page.messages {
  min-height: 5rem;
}
.ops-retry-payment .header.content .logo {
  margin-top: 2rem;
}
.ops-retry-payment .header.content .action.cancel {
  margin: 2.5em 0;
  float: right;
}
.ops-retry-payment .static-information {
  display: flex;
  flex-flow: wrap;
  flex-wrap: wrap;
}
.ops-retry-payment .static-information .block-order-details-view .block-title strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.ops-retry-payment .static-information .block-order-details-view .block-content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex-flow: wrap;
  align-items: flex-start;
  padding: 20px 0 0 0;
}
.ops-retry-payment .static-information .block-order-details-view .block-content .box {
  width: 50%;
  min-width: -moz-fit-content;
  min-width: -webkit-fit-content;
  min-width: fit-content;
}
.ops-retry-payment .static-information .block-order-details-view .block-content .box .box-title {
  font-weight: 800;
}
.ops-retry-payment .static-information .order-details-items {
  flex: 2;
}
.ops-retry-payment .static-information .order-details-items .order-title {
  display: block;
}
.ops-retry-payment .static-information .block-retry-payments .checkout-payment-method {
  display: block;
  list-style: none;
}
#ops_placeform_iframe {
  width: 100%;
  min-height: 650px;
  border: none;
}
fieldset.ops-form-list.ops-card {
  border: none;
}
fieldset.ops-form-list.ops-card input[type=radio] {
  display: none;
}
fieldset.ops-form-list.ops-card input[type=radio] + label.alias_label {
  display: block;
  cursor: pointer;
  border: 1px solid #636363;
  padding: 5px 5px 27px;
  margin: 5px;
  background-color: #ffffff;
  vertical-align: top;
  width: auto;
  float: none;
}
fieldset.ops-form-list.ops-card input[type=radio] + label.alias_label ul {
  list-style: none;
}
fieldset.ops-form-list.ops-card input[type=radio] + label.alias_label.selected {
  background-color: #f4f4f4;
}
img.ops-payment-logo-hidden {
  display: none;
}
img.ops-payment-logo-left {
  height: 20px;
  padding-right: 10px;
}
img.ops-payment-logo-left.brand-logo {
  width: 45px;
  height: auto;
  vertical-align: middle;
}
img.ops-payment-logo-right {
  height: 20px;
  float: right;
}
.ops_htp_loader {
  padding: 10px 0;
}
.payment-method .field {
  padding-bottom: 10px;
}
.opc-payment #gender {
  display: block;
  width: 50%;
}
.opc-payment #dob {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .payment-method .control .field {
    padding: 1rem 0;
  }
  .opc-payment #gender {
    width: 100%;
  }
  .opc-payment .dob-box {
    padding-right: 30px;
  }
  .opc-payment ._has-datepicker ~ .ui-datepicker-trigger::before {
    position: absolute;
    top: 23px;
    right: 0;
  }
  .opc-payment #dob {
    width: 100%;
  }
}
.desktop-renderer {
  display: none;
}
.mobile-renderer {
  display: block;
  text-align: center;
}
.new-db-home .page-wrapper .page-main {
  max-width: 1680px;
  margin-top: 5%;
}
.new-db-home .page-wrapper .page-main .bluefoot-row {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper .db_push_container_slider {
  overflow: hidden;
  margin-bottom: 10px;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper .db_push_list_item_mobile {
  display: block;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper .db_push_list_item_mobile .db_item_mobile .db_item_text {
  margin: 0 0 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper .db_push_list_item_mobile .db_item_link {
  margin-top: 15px;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper .db_push_list_item_mobile .db_item_link .discover {
  padding: 5px 30px;
  border: 1px solid #000;
  cursor: pointer;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
.new-db-home .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper .db_push_list_item_desk {
  display: none;
}
.table-order-items img {
  max-width: 100px;
}
.product-info-main.active-size-guide {
  top: -48px;
  position: static;
  margin-top: 0px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.product-info-main.active-size-guide .size-guide-open {
  display: block;
}
.product-info-main.active-size-guide .size-guide-close {
  display: none;
}
.product-info-main.active-size-guide .size-guide-heading {
  display: block;
  overflow: hidden;
}
.product-info-main.active-size-guide .size-guide-heading .size-guide-title {
  font-size: 2.2em;
  text-transform: uppercase;
  float: left;
  font-weight: 900;
}
.product-info-main.active-size-guide .size-guide-heading .close-text {
  visibility: hidden;
}
.product-info-main.active-size-guide .size-guide-heading .icon-close {
  float: right;
  cursor: pointer;
  text-align: center;
  right: 25px;
  top: 5px;
  position: absolute;
}
.product-info-main.active-size-guide .size-guide-heading .icon-close:after {
  font-size: 16px;
  line-height: inherit;
  color: #000;
  content: "\f00d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 28px;
}
.product-info-main.active-size-guide .slide-out-right.open {
  -webkit-animation: open 1s;
  animation: open 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
@-webkit-keyframes open {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes open {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: none;
    transform: none;
    overflow: auto;
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: none;
    transform: none;
    overflow: auto;
  }
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container {
  -webkit-animation: slideOut 1s;
  animation: slideOut 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  overflow: hidden;
  box-shadow: 5px 5px 10px -2px #d9d9d9;
  border: 1px solid #fff;
  background: #fff;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll {
  width: 88%;
  float: right;
  padding: 35px 20px;
  height: 100%;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content {
  height: calc(100% - 70px);
  overflow: auto;
  margin-top: 10px;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-header h3 {
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 400;
  margin: 20px 0;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main {
  overflow: hidden;
  margin-bottom: 5%;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-title h4 {
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 400;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table {
  overflow-x: auto;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .size-chart-main-image {
  display: inline-block;
  overflow: hidden;
  max-width: 98%;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .size-chart-main-image img {
  padding: 0 5%;
  display: inline-block;
  width: 33.333%;
  float: left;
  box-sizing: border-box;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2%;
  padding: 3% 0;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .heading {
  text-transform: uppercase;
  letter-spacing: -0.15px;
  line-height: 1.45;
  font-size: 2.2em;
  font-weight: 400;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .unit-swicher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .unit-swicher .unit-system {
  font-size: 12px;
  font-weight: 500;
  color: #adadaa;
  padding: 5px 15px;
  border-right: 1px solid black;
  cursor: pointer;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .unit-swicher .unit-system.active {
  color: #000;
  background: #e8e8e8;
  font-weight: bold;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table table {
  max-width: 830px;
  width: 98% !important;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table table td,
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table table th {
  width: auto !important;
  text-align: center;
  height: 100% !important;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-text {
  margin-bottom: 2%;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-text p {
  text-transform: lowercase !important;
}
.product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-text p::first-letter {
  text-transform: uppercase !important;
}
.product-info-main.active-size-guide ::-webkit-scrollbar {
  width: 10px;
}
.product-info-main.active-size-guide ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.product-info-main.active-size-guide ::-webkit-scrollbar-thumb {
  background: #888;
}
.product-info-main.active-size-guide ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (min-width: 1280px) {
  .product-info-main.active-size-guide .slide-out-right.open .product-size-guide-container.full-with-scroll .size-guide-body-content .size-chart-main .size-chart-main-table table {
    max-width: 100% !important;
  }
}
.size-guide-xl-title {
  font-size: 2.4em;
  text-transform: uppercase;
  margin: 0px 0 2px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
.size-guide-l-title {
  font-size: 2.4em;
  text-transform: uppercase;
  margin: 0px 0 2px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: center;
}
.size-guide-m-title {
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  float: left;
  list-style-type: none;
  font-weight: bold;
}
.size-guide-m-title a {
  color: #000000c2;
}
.size-guide-m-title a:hover {
  color: #000;
  border-bottom: 3px solid #000;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}
.size-guide-m-title.active {
  color: #000;
  border-bottom: 3px solid #000;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 8px;
}
.size-guide-s-title {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  padding: 10px;
  float: left;
  list-style-type: none;
  font-weight: bold;
}
.size-guide-s-title a {
  color: #000000c2;
}
.size-guide-s-title a:hover {
  color: #000;
  border-bottom: 3px solid #000;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}
.size-guide-s-title.active {
  color: #000;
  border-bottom: 3px solid #000;
  text-decoration: none;
  font-weight: bold;
  padding: 10px;
}
.size-guide-s-title.active a:hover {
  color: #000;
  border-bottom: 3px solid #000;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
}
#fade-in-sizeguide2 {
  opacity: 1;
  height: auto !important;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
#fade-in-sizeguide2 .body-title {
  display: none;
}
#fade-in-sizeguide2 .size-guide-body-content {
  height: calc(100% - 70px);
  overflow: auto;
  margin-top: 10px;
  width: 59%;
  margin: auto;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-header h3 {
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 400;
  margin: 20px 0;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main {
  overflow: hidden;
  margin-bottom: 5%;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-title h4 {
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 400;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table {
  overflow-x: auto;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .size-chart-main-image {
  display: inline-block;
  overflow: hidden;
  max-width: 98%;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .size-chart-main-image img {
  padding: 0 5%;
  display: inline-block;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2%;
  padding: 3% 0;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .heading {
  text-transform: uppercase;
  letter-spacing: -0.15px;
  line-height: 1.45;
  font-size: 2.2em;
  font-weight: 400;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .unit-swicher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid black;
  border-right: none;
  border-bottom: none;
  border-top: none;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .unit-swicher .unit-system {
  font-size: 12px;
  font-weight: 500;
  color: #adadaa;
  padding: 5px 15px;
  border-right: 1px solid black;
  cursor: pointer;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table .table-measurement-head .unit-swicher .unit-system.active {
  color: #000;
  background: #e8e8e8;
  font-weight: bold;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table table {
  max-width: 830px;
  width: 98% !important;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table table td,
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-table table th {
  width: auto !important;
  text-align: center;
  height: 100% !important;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-text {
  margin-bottom: 2%;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-text p {
  text-transform: lowercase !important;
}
#fade-in-sizeguide2 .size-guide-body-content .size-chart-main .size-chart-main-text p::first-letter {
  text-transform: uppercase !important;
}
#fade-in-sizeguide2 .size-guide-heading {
  display: block;
  overflow: hidden;
}
#fade-in-sizeguide2 .size-guide-heading .size-guide-title {
  font-size: 2.2em;
  text-transform: uppercase;
  float: left;
  font-weight: 900;
}
#fade-in-sizeguide2 .size-guide-heading .close-text {
  visibility: hidden;
}
#fade-in-sizeguide2 .size-guide-heading .icon-close {
  float: right;
  cursor: pointer;
  text-align: center;
  right: 25px;
  top: 5px;
  position: absolute;
}
#fade-in-sizeguide2 .size-guide-heading .icon-close:after {
  font-size: 16px;
  line-height: inherit;
  color: #000;
  content: "\f00d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  text-align: center;
  font-size: 28px;
}
.sizeguide_container,
.sizeguide_container2 {
  clear: both;
}
.sizeguide_container .loading,
.sizeguide_container2 .loading {
  display: none;
  visibility: hidden;
}
.swatch-attribute .swatch-attribute-options .swatch-option.out-of-stock:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #b5b5b5;
  opacity: 0.5;
}
.filter-options-content a.rating-filter:hover {
  padding-top: 5px;
}
.filter-options-content a.rating-filter .rating-summary {
  display: inline-block;
}
.filter-options-content a.rating-filter > span {
  vertical-align: top;
  padding-top: 2px;
  display: inline-block;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap {
  margin: 4rem auto !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-header {
  background-color: #FFF;
  background-image: url('../images/venum-logo.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin: 13px;
  border-bottom: 0;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-header .action-close:before {
  color: #666666 !important;
  font-size: 35px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-title {
  font-size: 1.3vw;
  border-bottom: 0;
  margin: 10px 5% 20px;
  text-align: center;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title #block-customer-ajaxlogin-heading,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-title #block-customer-ajaxlogin-heading,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title #block-customer-ajaxregister-heading,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-title #block-customer-ajaxregister-heading {
  text-transform: uppercase;
  font-weight: 500;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login {
  margin-left: 30px;
  margin-right: 30px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login input[type="text"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login input[type="text"] {
  font-size: 13px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login.fieldset > .field,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login.fieldset > .field {
  margin: 0 0 7px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login #ajaxlogin-yzm-field,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login #ajaxlogin-yzm-field {
  position: relative;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login #ajaxlogin-yzm-field #get_yzm,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login #ajaxlogin-yzm-field #get_yzm {
  position: absolute;
  top: 7.5px;
  right: 10px;
  cursor: pointer;
  margin: -3px 0;
  z-index: 99;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .secondary,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .secondary {
  margin-right: 0;
  padding-top: 0;
  clear: both;
  width: 100%;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .secondary .action,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .secondary .action {
  color: #999;
  float: right;
  font-size: 15px;
  font-weight: 300;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .secondary .action.forgot,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .secondary .action.forgot {
  float: left;
  margin-bottom: 10px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .secondary .sms_login,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .secondary .sms_login,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .secondary .pwd_login,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .secondary .pwd_login {
  cursor: pointer;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .primary,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .primary {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .primary .action,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .primary .action {
  padding: 13px 0;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .third,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .third {
  color: #999;
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  padding: 60px 0 12px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-login .login .actions-toolbar .third a,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-login .login .actions-toolbar .third a {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .field-dob .customer-dob input,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .field-dob .customer-dob input {
  width: 100% !important;
  max-width: 100% !important;
  height: 31px;
  text-transform: capitalize;
  border: 1px solid #ccc;
  background: #ffffff url('../images/calendar.png') 98% 50% no-repeat;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .field-dob .customer-dob input[type="date"]::-webkit-clear-button,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .field-dob .customer-dob input[type="date"]::-webkit-clear-button {
  display: none;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .field-dob .customer-dob [type="date"]::-webkit-inner-spin-button,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .field-dob .customer-dob [type="date"]::-webkit-inner-spin-button {
  display: none;
  opacity: 0;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .field-dob .customer-dob [type="date"]::-webkit-calendar-picker-indicator,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .field-dob .customer-dob [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 75%;
  height: 31px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .discipline-container .field-discipline label,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .discipline-container .field-discipline label {
  display: none;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .discipline-container .field-discipline .control,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .discipline-container .field-discipline .control {
  width: 100%;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .discipline-container .field-discipline .control #discipline,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .discipline-container .field-discipline .control #discipline {
  background: transparent;
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ccc;
  height: 60px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .discipline-container .field-discipline .control #discipline option:first-of-type,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .discipline-container .field-discipline .control #discipline option:first-of-type {
  display: none;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .discipline-container .field-discipline .control #discipline option,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .discipline-container .field-discipline .control #discipline option {
  padding: 3px 0 7px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .filed-gender input[type=radio],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .filed-gender input[type=radio] {
  display: none;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .filed-gender input[type=radio] + label,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .filed-gender input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 43%;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .filed-gender input[type=radio]:checked + label,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .filed-gender input[type=radio]:checked + label {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e0e0e0;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender label,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender label {
  display: none !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender .control,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender .control {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-top: -10px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender .control #gender,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender .control #gender {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0 !important;
  overflow: hidden;
  cursor: pointer;
  height: 40px !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender .control #gender option,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender .control #gender option {
  display: inline-block;
  border: 1px solid #ccc;
  color: #999;
  width: 11vw !important;
  text-align: center;
  margin: 1px;
  padding: 8px 0;
  font-size: 12px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender .control #gender option:first-of-type,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender .control #gender option:first-of-type,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender .control #gender option:last-of-type,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender .control #gender option:last-of-type {
  display: none;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .label-legal,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .label-legal {
  color: #999;
  text-align: center;
  font-weight: 300;
  font-size: 13px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .label-legal a,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .label-legal a {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .country .control select,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .country .control select {
  color: #999 !important;
  font-size: 12px !important;
  height: 33px !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .choice.newsletter label,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .choice.newsletter label {
  color: #999 !important;
  font-size: 13px;
  font-weight: 300;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .choice.newsletter:before,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .choice.newsletter:before {
  width: 100% !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .actions-toolbar,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .actions-toolbar {
  padding: 0 !important;
  margin: 35px 0 0 !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .actions-toolbar .primary,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .actions-toolbar .primary {
  width: 100% !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .actions-toolbar .primary button,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .actions-toolbar .primary button,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .actions-toolbar .primary .action-gift,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .actions-toolbar .primary .action-gift {
  background-color: #000 !important;
  border-color: #000 !important;
  text-transform: uppercase;
  width: 100% !important;
  color: #fff;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset {
  margin-top: -20px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#email_address::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#email_address::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#ajaxlogin-email::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#ajaxlogin-email::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#ajaxlogin-pass::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#ajaxlogin-pass::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#password::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#password::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#password-confirmation::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#password-confirmation::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#lastname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#lastname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#firstname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#firstname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#dob::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#dob::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#email::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#email::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#ajaxregister-firstname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#ajaxregister-firstname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#ajaxregister-lastname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#ajaxregister-lastname::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#ajaxregister-dob::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#ajaxregister-dob::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input#date::placeholder,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input#date::placeholder {
  color: #ccc;
  font-size: 12px !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input[type="text"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input[type="text"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input[type="email"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input[type="email"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input[type="password"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input[type="password"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input[type="link"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input[type="link"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset input[type="number"],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset input[type="number"] {
  height: 31px !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset .field-error,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset .field-error,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset div.mage-error[generated],
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset div.mage-error[generated] {
  margin-top: 0 !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset .fieldset.address,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset .fieldset.address {
  display: none;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form .fieldset > .field,
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form .fieldset > .field {
  margin: 0 0 10px !important;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .button-register {
  text-align: center;
  margin: 0 30px;
  color: #999;
  font-weight: 300;
  font-size: 15px;
}
.modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .button-register a {
  cursor: pointer;
  color: #000;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .modals-wrapper .modal-popup.popup-register .modal-inner-wrap {
    background-color: #fff !important;
  }
  .modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-title,
  .modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-title {
    font-size: 22px;
  }
  .modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-login .block-content .form-register .gender .control #gender option,
  .modals-wrapper .modal-popup.popup-register .modal-inner-wrap .modal-content .block-authentication .block-customer-register .block-content .form-register .gender .control #gender option {
    width: 34vw !important;
  }
  .customer-account-create form.form.create.account .create {
    width: 90% !important;
  }
  .customer-account-create form.form.create.account .create.account,
  .customer-account-create form.form.create.account .create.info {
    width: 90% !important;
  }
  .customer-account-create form.form.create.account .create .block-title {
    font-size: 5.7vw !important;
  }
}
.customer-account-create .page-title {
  display: none !important;
}
.customer-account-create form.form.create .fieldset > .field {
  margin: 15px 0 !important;
}
.customer-account-create form.form.create .fieldset.address {
  display: none;
}
.customer-account-create form.form.create.account {
  width: 100% !important;
}
.customer-account-create form.form.create.account .create.account,
.customer-account-create form.form.create.account .create.info {
  float: initial !important;
  margin: 0 auto;
  width: 35%;
}
.customer-account-create form.form.create.account .create.account .block-logo,
.customer-account-create form.form.create.account .create.info .block-logo {
  background-image: url('../images/venum-logo.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  height: 65px;
}
.customer-account-create form.form.create.account .create.account .block-title,
.customer-account-create form.form.create.account .create.info .block-title {
  font-size: 1.7vw;
  margin: 20px 16%;
  text-align: center;
  text-transform: uppercase;
}
.customer-account-create form.form.create.account .create.account .control,
.customer-account-create form.form.create.account .create.info .control {
  width: 100% !important;
}
.customer-account-create form.form.create.account .create.account .discipline-container .field-discipline label,
.customer-account-create form.form.create.account .create.info .discipline-container .field-discipline label {
  display: none;
}
.customer-account-create form.form.create.account .create.account .discipline-container .field-discipline .control,
.customer-account-create form.form.create.account .create.info .discipline-container .field-discipline .control {
  width: 100%;
}
.customer-account-create form.form.create.account .create.account .discipline-container .field-discipline .control #discipline,
.customer-account-create form.form.create.account .create.info .discipline-container .field-discipline .control #discipline {
  background: transparent;
  color: #999;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ccc;
  height: 33px;
}
.customer-account-create form.form.create.account .create.account .discipline-container .field-discipline .control #discipline option,
.customer-account-create form.form.create.account .create.info .discipline-container .field-discipline .control #discipline option {
  padding: 3px 0 7px;
}
.customer-account-create form.form.create.account .create.account .discipline-container .field-discipline .control #discipline option:first-of-type,
.customer-account-create form.form.create.account .create.info .discipline-container .field-discipline .control #discipline option:first-of-type {
  display: none;
}
.customer-account-create form.form.create.account .create.account .gender label,
.customer-account-create form.form.create.account .create.info .gender label {
  display: none !important;
}
.customer-account-create form.form.create.account .create.account .gender .control,
.customer-account-create form.form.create.account .create.info .gender .control {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.customer-account-create form.form.create.account .create.account .gender .control select,
.customer-account-create form.form.create.account .create.info .gender .control select {
  height: 68px !important;
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 10px;
  border: 0 !important;
  margin: -5px -20px -5px -5px;
  overflow: hidden;
  cursor: pointer;
}
.customer-account-create form.form.create.account .create.account .gender .control select option,
.customer-account-create form.form.create.account .create.info .gender .control select option {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 2% 20%;
  color: #999;
  margin: 3px;
}
.customer-account-create form.form.create.account .create.account .gender .control select option:first-of-type,
.customer-account-create form.form.create.account .create.info .gender .control select option:first-of-type,
.customer-account-create form.form.create.account .create.account .gender .control select option:last-of-type,
.customer-account-create form.form.create.account .create.info .gender .control select option:last-of-type {
  display: none;
}
.customer-account-create form.form.create.account .create.account .filed-gender input[type=radio],
.customer-account-create form.form.create.account .create.info .filed-gender input[type=radio] {
  display: none;
}
.customer-account-create form.form.create.account .create.account .filed-gender input[type=radio] + label,
.customer-account-create form.form.create.account .create.info .filed-gender input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 43%;
}
.customer-account-create form.form.create.account .create.account .filed-gender input[type=radio]:checked + label,
.customer-account-create form.form.create.account .create.info .filed-gender input[type=radio]:checked + label {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e0e0e0;
}
.customer-account-create form.form.create.account .create.account .field-dob .customer-dob input,
.customer-account-create form.form.create.account .create.info .field-dob .customer-dob input {
  width: 90%;
  text-transform: capitalize;
}
.customer-account-create form.form.create.account .create.account .actions-toolbar,
.customer-account-create form.form.create.account .create.info .actions-toolbar {
  padding: 0;
  margin: 40px 0 !important;
}
.customer-account-create form.form.create.account .create.account .actions-toolbar .primary,
.customer-account-create form.form.create.account .create.info .actions-toolbar .primary {
  width: 100% !important;
  height: 47px;
  font-size: 24px;
}
.customer-account-create form.form.create.account .create.account .actions-toolbar .primary button,
.customer-account-create form.form.create.account .create.info .actions-toolbar .primary button,
.customer-account-create form.form.create.account .create.account .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.customer-account-create form.form.create.account .create.info .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.customer-account-create form.form.create.account .create.account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create form.form.create.account .create.info .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.customer-account-create form.form.create.account .create.account .actions-toolbar .primary .action-gift,
.customer-account-create form.form.create.account .create.info .actions-toolbar .primary .action-gift {
  background-color: #000 !important;
  border-color: #000 !important;
  text-transform: uppercase;
}
.customer-account-create form.form.create.account .create.account .label-legal,
.customer-account-create form.form.create.account .create.info .label-legal {
  font-size: 15px;
  color: #999;
  text-align: center;
}
.customer-account-create form.form.create.account .create.account .label-legal a,
.customer-account-create form.form.create.account .create.info .label-legal a {
  color: #999;
  text-decoration: underline;
  cursor: pointer;
}
.customer-account-create form.form.create.account .create.account .country .control select,
.customer-account-create form.form.create.account .create.info .country .control select {
  color: #999 !important;
  font-size: 12px !important;
  height: 33px !important;
}
.customer-account-create form.form.create.account .create.account .choice.newsletter label,
.customer-account-create form.form.create.account .create.info .choice.newsletter label {
  color: #999 !important;
  font-size: 15px;
}
.customer-account-create form.form.create.account .create.account .choice.newsletter:before,
.customer-account-create form.form.create.account .create.info .choice.newsletter:before {
  width: 100% !important;
}
.customer-account-create form.form.create.account .create.fieldset {
  margin-top: -20px;
}
.customer-account-create form.form.create.account .create.fieldset input#email_address::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#ajaxlogin-email::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#ajaxlogin-pass::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#password::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#password-confirmation::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#lastname::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#firstname::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#dob::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#email::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#ajaxregister-firstname::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#ajaxregister-lastname::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#ajaxregister-dob::placeholder,
.customer-account-create form.form.create.account .create.fieldset input#date::placeholder {
  color: #ccc;
  font-size: 12px !important;
}
.customer-account-create form.form.create.account .create.fieldset input[type="text"],
.customer-account-create form.form.create.account .create.fieldset input[type="email"],
.customer-account-create form.form.create.account .create.fieldset input[type="password"],
.customer-account-create form.form.create.account .create.fieldset input[type="link"],
.customer-account-create form.form.create.account .create.fieldset input[type="number"] {
  height: 31px !important;
}
.customer-account-create form.form.create.account .create.fieldset .field-error,
.customer-account-create form.form.create.account .create.fieldset div.mage-error[generated] {
  margin-top: 0 !important;
}
.customer-account-create form.form.create.account .create .fieldset > .field {
  margin: 0 0 10px !important;
}
#checkoutlogin-yzm-field {
  position: relative;
}
#checkoutlogin-yzm-field #c_get_yzm {
  position: absolute;
  top: 7.5px;
  right: 10px;
  cursor: pointer;
  margin: 28px 0;
  z-index: 99;
}
#checkoutlogin-sms_login,
#checkoutlogin-pwd_login {
  line-height: 33px;
  cursor: pointer;
}
body.checkout-index-index {
  font-family: serif;
}
body.checkout-index-index .hide {
  display: none !important;
}
body.checkout-index-index .cms-content-important {
  margin-bottom: 5px;
}
body.checkout-index-index .float-left {
  float: left;
}
body.checkout-index-index .float-right {
  float: right;
}
body.checkout-index-index .clear {
  clear: both;
}
body.checkout-index-index .checkout-header .logo-container .logo {
  float: none;
  max-width: 100%;
  width: 189px !important;
  padding-top: 12px;
}
body.checkout-index-index .checkout-header .logo-container .logo img {
  width: 189px;
}
body.checkout-index-index .page-wrapper .all-main-content {
  margin-top: 1px;
}
body.checkout-index-index .new-quote {
  font-family: serif;
}
body.checkout-index-index .new-quote .quote-title {
  padding: 10px;
  margin: 15px 0 8px;
  font-size: 20px;
}
body.checkout-index-index .new-quote .quote-content {
  padding: 0 10px;
}
body.checkout-index-index .new-quote .pointer {
  cursor: pointer;
}
body.checkout-index-index .new-quote i.icon-view-up:before {
  content: '\e621';
}
body.checkout-index-index .new-quote i.icon-view-down:before {
  content: '\e622';
}
body.checkout-index-index .new-quote i:before {
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: inherit;
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: 400;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.checkout-index-index .quote-items .total-header {
  line-height: 45px;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
body.checkout-index-index .quote-items .items-detail {
  padding: 10px;
  display: none;
}
body.checkout-index-index .quote-items .items-detail li {
  list-style: none;
}
body.checkout-index-index .quote-items .items-detail li img {
  max-width: 30%;
  width: 100px;
  height: 100px;
}
body.checkout-index-index .quote-items .items-detail li .detail {
  width: 40%;
  padding: 15px 15px;
}
body.checkout-index-index .quote-items .items-detail li .item-total {
  padding: 40px 0;
  width: 20%;
  text-align: right;
}
body.checkout-index-index #coupon .coupon-box {
  padding: 0 10px;
}
body.checkout-index-index #coupon .coupon-box #coupon_code {
  font-family: serif;
}
body.checkout-index-index #coupon .detail-table {
  width: 42%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
body.checkout-index-index #coupon .detail-table td {
  padding-right: 4px;
  text-align: right;
  white-space: nowrap;
}
body.checkout-index-index #coupon_code_error {
  padding: 0 10px;
  color: red;
}
body.checkout-index-index .black-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  margin: 10px;
}
body.checkout-index-index #save_address_notice {
  padding: 0 10px;
  color: chartreuse;
}
body.checkout-index-index #save-address-tool {
  padding: 0 10px;
}
body.checkout-index-index #save-address-tool .warming-message {
  color: red;
}
body.checkout-index-index #save-address-tool .reset-btn {
  color: blue;
}
body.checkout-index-index .new-quote-loading,
body.checkout-index-index .new-quote-loading:before,
body.checkout-index-index .new-quote-loading:after {
  background: chartreuse;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 2em;
}
body.checkout-index-index .new-quote-loading:before,
body.checkout-index-index .new-quote-loading:after {
  position: absolute;
  top: 0;
  content: '';
}
body.checkout-index-index .new-quote-loading:before {
  left: -1.3em;
}
body.checkout-index-index .new-quote-loading {
  position: absolute;
  top: 20px;
  right: 35px;
  float: unset;
  font-size: 6px;
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
body.checkout-index-index .new-quote-loading:after {
  left: 1.3em;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #f2fa08;
    height: 2em;
  }
  40% {
    box-shadow: 0 -1em #f2fa08;
    height: 3em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 chartreuse;
    height: 2em;
  }
  40% {
    box-shadow: 0 -1em #7fff00;
    height: 3em;
  }
}
body.checkout-index-index .quote-shipping .form-address-edit {
  padding: 0 10px;
}
body.checkout-index-index .quote-shipping .fieldset {
  margin-bottom: 5px;
}
body.checkout-index-index .quote-shipping .fieldset.line3 > .field {
  width: 97%;
}
body.checkout-index-index .quote-shipping .fieldset > .field {
  box-sizing: border-box;
  float: left;
  width: 31%;
  margin: 0 2% 0 0;
}
body.checkout-index-index .quote-shipping .fieldset > .field .label {
  float: none;
  display: block;
  width: 100%;
  text-align: left;
}
body.checkout-index-index .quote-shipping .fieldset > .field .control {
  width: 100%;
}
body.checkout-index-index .quote-shipping .fieldset > .field .control select {
  font-family: serif;
  font-size: 14px;
}
body.checkout-index-index .payment .payment-list {
  padding: 10px;
}
body.checkout-index-index .payment .payment-list .payment {
  width: 31%;
  margin-right: 2%;
  float: left;
  height: 50px;
}
body.checkout-index-index .payment .payment-list .payment .payment-title {
  margin: unset;
  line-height: 30px;
}
body.checkout-index-index .payment .payment-list .payment input[type='radio'] {
  display: none;
}
body.checkout-index-index .payment .payment-list .payment .check-box {
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: 6px solid black;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}
body.checkout-index-index .payment .payment-list .payment .check-box::before,
body.checkout-index-index .payment .payment-list .payment .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 5px;
  background-color: black;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
}
body.checkout-index-index .payment .payment-list .payment input[type='radio']:checked + .check-box,
body.checkout-index-index .payment .payment-list .payment .check-box.checked {
  border: 7px solid black;
  background-color: chartreuse;
}
body.checkout-index-index .payment .payment-list .payment .payment-img {
  padding: 0 10px;
  margin: unset;
  height: 30px;
}
body.checkout-index-index .loading-box {
  position: relative;
  height: 100px;
}
body.checkout-index-index .loading-box .new-quote-loading {
  top: 40px;
  right: 50%;
  font-size: 8px;
}
body.checkout-index-index .inline-loading-box.loading-box {
  display: inline-block;
  height: 20px;
  width: 50px;
}
body.checkout-index-index .inline-loading-box.loading-box .new-quote-loading {
  top: 8px;
}
body.checkout-index-index .select-shipping-method .shipping-method .shipping-method-item {
  border-top: 1px solid #ccc;
  line-height: 42px;
  font-size: 15px;
  position: relative;
}
body.checkout-index-index .select-shipping-method .shipping-method .shipping-method-item input[type='radio'] {
  display: none;
}
body.checkout-index-index .select-shipping-method .shipping-method .shipping-method-item input[type='radio']:checked + .radio-label {
  border: 5px solid black;
  width: 9px;
  height: 9px;
  background-color: chartreuse;
}
body.checkout-index-index .select-shipping-method .shipping-method .shipping-method-item .radio-label {
  border-radius: 2px;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 12px;
  left: 0;
  border: 2px solid black;
}
body.checkout-index-index .select-shipping-method .shipping-method .shipping-method-item span.shipping-price {
  width: 10%;
  min-width: 70px;
  display: inline-block;
  margin-left: 4%;
}
body.checkout-index-index .select-shipping-method .shipping-method .shipping-method-item span.method-title {
  width: 86%;
  display: inline-block;
}
body.checkout-index-index .place-order {
  margin: 25px 0 30px;
}
body.checkout-index-index .place-order .place-order-box .place-order-box-item {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 600;
}
body.checkout-index-index .place-order .place-order-box .place-order-btn {
  background: #000 !important;
  border-radius: 0;
  font-weight: 400;
  border-color: #000;
  font-family: serif;
  transition: all .3s ease 0s;
  color: #fff;
  padding: 0 32px;
  position: relative;
}
body.checkout-index-index .place-order .place-order-box .place-order-btn #place-order-text {
  font-size: 20px;
}
body.checkout-index-index .modal-popup .modal-inner-wrap {
  left: 5%;
}
body.checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
  padding: 20px 30px;
  font-size: 16px;
  font-family: serif;
}
@media only screen and (min-width: 767px) {
  body.checkout-index-index .new-quote {
    margin: 0 auto;
    max-width: 848px;
  }
  body.checkout-index-index .new-quote .quote-items .items-detail .items-detail li img {
    width: 150px;
    height: 150px;
  }
  body.checkout-index-index .new-quote .quote-items .items-detail .items-detail li .detail {
    padding: 40px 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.checkout-index-index .new-quote .payment .payment-list .payment {
    width: 46%;
    margin-right: 2%;
  }
  body.checkout-index-index .new-quote .payment .payment-list .payment .payment-img {
    width: 60px;
    height: 50px;
  }
  body.checkout-index-index .new-quote .select-shipping-method .shipping-method .shipping-method-item span.method-title {
    width: 66%;
  }
  body.checkout-index-index .new-quote .select-shipping-method .shipping-method .shipping-method-item span.shipping-price {
    margin-left: 10%;
  }
}
.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,
.column .block-addbysku .block-content .actions-toolbar:after {
  content: '';
  display: table;
}
.column .block-addbysku .block-content .actions-toolbar:after {
  clear: both;
}
.column .block-addbysku .block-content .actions-toolbar .primary {
  float: left;
}
.column .block-addbysku .block-content .actions-toolbar .primary,
.column .block-addbysku .block-content .actions-toolbar .secondary {
  display: inline-block;
}
.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: 400;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  margin-bottom: 10px;
}
.payment-method-braintree .hosted-control {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 32px;
  line-height: 1.42857143;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  width: 225px;
}
.payment-method-braintree .hosted-control:disabled {
  opacity: 0.5;
}
.payment-method-braintree .hosted-control::-moz-placeholder {
  color: #c2c2c2;
}
.payment-method-braintree .hosted-control::-webkit-input-placeholder {
  color: #c2c2c2;
}
.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: #006400;
}
.payment-method-braintree .hosted-control.hosted-cid {
  width: 5rem;
}
.payment-method-braintree .hosted-control.hosted-date {
  float: left;
  margin-bottom: 7px;
  width: 6rem;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type {
  margin-right: 50px;
}
.payment-method-braintree .hosted-control.hosted-date:first-of-type:after {
  content: '/';
  display: inline;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: -25px;
  top: 5px;
}
.payment-method-braintree .field-tooltip {
  right: 0;
}
.payment-method-braintree .hosted-error {
  clear: both;
  color: #e02b27;
  font-size: 1.2rem;
  height: 0;
  margin-top: 7px;
  opacity: 0;
}
.braintree-paypal-logo {
  margin-top: 10px;
  text-align: center;
}
.braintree-paypal-account {
  padding: 15px 0 15px 50px;
  position: relative;
  display: inline-block;
}
.braintree-paypal-account:before {
  background-image: url('../Magento_Braintree/images/paypal-small.png');
  background-position-x: 0;
  background-position-y: 0;
  line-height: 16px;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
}
.braintree-paypal-account:before {
  left: 17px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.braintree-paypal-account .payment-method-type {
  font-weight: 400;
}
.braintree-paypal-account .payment-method-description {
  color: #575757;
}
.braintree-paypal-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.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 {
  background: none;
  border: none;
}
.action-braintree-paypal-logo:hover {
  background: none;
  border: none;
}
.action-braintree-paypal-logo.disabled,
.action-braintree-paypal-logo[disabled],
fieldset[disabled] .action-braintree-paypal-logo {
  pointer-events: none;
  opacity: 0.5;
}
.action-braintree-paypal-logo img {
  margin: 0;
  width: 114px;
}
.payment-method .payment-method-content .actions-toolbar.braintree-paypal-actions {
  margin-left: 0;
}
.account .table .col.paypal-account img {
  vertical-align: middle;
}
.account .table .col.paypal-account + .actions {
  vertical-align: middle;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 40px;
}
.bundle-options-container .legend.title {
  font-weight: 400;
  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 {
  margin-bottom: 30px;
}
.bundle-options-container .action.back {
  margin-bottom: 30px;
}
.bundle-options-container .price-box .price {
  font-size: 18px;
  font-weight: 400;
}
.bundle-options-container .block-bundle-summary {
  background: #e8e8e8;
  padding: 10px 20px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.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 .block-bundle-summary .product-addto-links > .action {
  vertical-align: top;
}
.bundle-options-container .nested .field.qty {
  margin-top: 20px;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
  margin: 0 0 5px;
  display: inline-block;
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .product-options-bottom {
  clear: left;
}
.products {
  margin: 30px 0;
}
.product-items {
  font-size: 0;
}
.product-item {
  font-size: 1.4rem;
  vertical-align: top;
}
.products-grid .product-item {
  display: inline-block;
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 2%) / 2);
}
.product-item:nth-child(2n + 1) {
  margin-left: 0;
}
.product-item-name {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  display: block;
  hyphens: auto;
  margin: 5px 0;
  word-wrap: break-word;
}
.product-item-info {
  max-width: 100%;
  width: 152px;
}
.page-products .product-item-info {
  width: 240px;
}
.product-item-actions {
  font-size: 0;
}
.product-item-actions > * {
  font-size: 1.4rem;
}
.product-item-actions .actions-secondary {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  white-space: nowrap;
}
.product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action {
  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;
}
.product-item-actions .actions-secondary > button.action:focus,
.product-item-actions .actions-secondary > button.action:active,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:focus,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:active,
.product-item-actions .actions-secondary > .action-gift.action:focus,
.product-item-actions .actions-secondary > .action-gift.action:active {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action:hover,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action:hover,
.product-item-actions .actions-secondary > .action-gift.action:hover {
  background: none;
  border: none;
}
.product-item-actions .actions-secondary > button.action.disabled,
.product-item-actions .actions-secondary > button.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > button.action,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .quote-details-items .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action.disabled,
.product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .cart.table-wrapper .actions-toolbar > .action.action,
.product-item-actions .actions-secondary > .action-gift.action.disabled,
.product-item-actions .actions-secondary > .action-gift.action[disabled],
fieldset[disabled] .product-item-actions .actions-secondary > .action-gift.action {
  pointer-events: none;
  opacity: 0.5;
}
.product-item-actions .actions-secondary > .action {
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.product-item-actions .actions-secondary > .action:before {
  margin: 0;
}
.product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
}
.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 {
  font-size: 12px;
  margin-top: 5px;
}
.product-item .price-box {
  margin: 10px 0 25px;
}
.product-item .price-box .price {
  font-size: 1.4rem;
  font-weight: 400;
  white-space: nowrap;
}
.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-size: 1.4rem;
  font-weight: 400;
}
.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 .special-price {
  display: block;
}
.product-item .old-price .price {
  font-weight: 400;
}
.product-item .regular-price .price-label {
  display: none;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 5px;
}
.product-item .minimal-price-link .price-label {
  color: #ff0000;
  font-size: 1.4rem;
}
.product-item .minimal-price-link .price {
  font-weight: 400;
}
.product-item .minimal-price-link,
.product-item .price-excluding-tax,
.product-item .price-including-tax {
  display: block;
  white-space: nowrap;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\e61f';
}
.product-item .tocart {
  white-space: nowrap;
}
.price-container .price {
  font-size: 1.4rem;
}
.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,
.price-container .weee .price,
.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 {
  display: table;
  width: 100%;
}
.products-list .product-item-info {
  display: table-row;
}
.products-list .product-item-photo {
  display: table-cell;
  padding: 0 30px 30px 0;
  vertical-align: top;
  width: 1%;
}
.products-list .product-item-details {
  display: table-cell;
  vertical-align: top;
}
.page-products .columns {
  position: relative;
  z-index: 1;
}
.toolbar-amount {
  display: block;
  line-height: 26px;
  margin: 0;
  padding: 8px 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 .sorter-action {
  position: relative;
  top: -2px;
}
.sorter-options {
  margin: 0 0 0 7px;
  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;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 32px;
  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;
}
.sorter-action:hover:before {
  color: #000000;
}
.sorter .sort-desc:before {
  content: '\e614';
}
.modes {
  display: none;
}
.limiter-options {
  margin: 0 5px 0 7px;
  width: auto;
}
.limiter-label {
  font-weight: 400;
}
.page-products .toolbar .limiter {
  display: none;
}
.old-price,
.old.price {
  text-decoration: line-through;
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:before {
  content: '(' attr(data-label) ': ';
}
.prices-tier .price-container .price-including-tax + .price-excluding-tax:last-child:after {
  content: ')';
}
.prices-tier .price-container .weee[data-label] {
  display: inline;
}
.prices-tier .price-container .weee[data-label] .price {
  font-size: 1.1rem;
}
.prices-tier .price-container .weee[data-label]:before {
  content: ' +' attr(data-label) ': ';
}
.actual-price {
  font-weight: 400;
}
.category-image .image {
  display: block;
  height: auto;
  max-width: 100%;
}
.category-image,
.category-description {
  margin-bottom: 20px;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
}
.product-image-wrapper {
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image-photo {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.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 {
  line-height: 1.42857143;
  margin-bottom: 10px;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  display: inline-block;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  vertical-align: top;
}
.product-info-main .product.attribute.sku {
  display: inline-block;
  vertical-align: top;
  color: #7d7d7d;
}
.product-info-main .product.attribute.sku > .value {
  display: inline-block;
  vertical-align: top;
  word-break: break-all;
}
.product-info-main .product.attribute.sku .type {
  margin-right: 5px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0;
}
.product-info-main .product.alert {
  margin: 10px 0;
}
.product-info-main .price-box {
  margin-top: 10px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  font-size: 1.4rem;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  font-weight: 400;
  margin: 0 0 5px;
  font-size: 1.4rem;
  border: none;
  display: inline-block;
  float: none;
  padding: 0;
}
.product-options-wrapper .fieldset-product-options-inner input.datetime-picker ~ select.datetime-picker {
  margin-top: 10px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after,
.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;
  line-height: 14px;
  margin-bottom: 5px;
}
.product-info-main .price-box .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
.product-info-main .price-box .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .weee + .price-excluding-tax .price,
.product-info-main .price-box .weee .price,
.product-options-bottom .price-box .weee .price {
  font-size: 1.2rem;
  font-weight: 400;
}
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
  font-size: 1.8rem;
  font-weight: 400;
}
.product-info-main .price-box .price,
.product-options-bottom .price-box .price {
  white-space: nowrap;
}
.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: ': ';
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  margin: 20px 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 15px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart .input-text.qty {
  height: 52px;
  text-align: center;
  width: 52px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  text-align: center;
}
.product-info-main .product-addto-links,
.product-options-bottom .product-addto-links {
  margin: 20px 0;
}
.product-info-main .action.tocompare,
.product-options-bottom .action.tocompare {
  vertical-align: top;
}
.prices-tier {
  background: #f5f5f5;
  margin: 10px 0;
  padding: 10px 15px;
}
.prices-tier .price-container {
  display: inline-block;
}
.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: 400;
}
.ui-dialog-titlebar-close {
  line-height: 1.42857143;
  margin: 0;
  padding: 0;
  color: #ff0000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
.ui-dialog-titlebar-close:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
.ui-dialog-titlebar-close:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #ff0000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.block.related .action.select {
  margin: 0 5px;
}
.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 {
  left: 0;
  position: absolute;
  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 {
  display: flex;
  margin-bottom: 10px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.catalog-category-view.page-layout-1column .column.main {
  min-height: inherit;
}
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 {
  padding: 15px;
  width: 140px;
}
.table-comparison .cell .attribute.value {
  overflow: hidden;
  width: 100%;
}
.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 {
  height: auto;
  max-width: 100%;
}
.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,
.table-comparison .product-addto-links .action.toggle {
  line-height: 1.2rem;
  padding: 5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .cell.remove {
  padding-bottom: 0;
  padding-top: 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 {
  left: -6px;
  position: absolute;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.block-category-event {
  background: #f0f0f0;
  color: #333333;
  padding: 10px 0 15px;
  text-align: center;
}
.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 {
  font-size: 1rem;
  display: block;
  text-transform: lowercase;
}
.block-category-event .dates {
  display: table;
  margin: 0 auto;
}
.block-category-event .dates .start,
.block-category-event .dates .end {
  display: table-cell;
  vertical-align: top;
}
.block-category-event .dates .date {
  font-size: 1.8rem;
}
.block-category-event .dates .time {
  display: block;
}
.block-category-event .dates .start {
  padding-right: 40px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.block-search {
  margin-bottom: 0;
}
.block-search .block-title {
  display: none;
}
.block-search .block-content {
  margin-bottom: 0;
}
.block-search .label {
  text-decoration: none;
  display: inline-block;
  float: right;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e615';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #000000;
}
.block-search .label:active:before {
  color: #000000;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  border-top: 1px solid #d1d1d1;
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  margin: 15px 0;
  position: absolute;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  margin-top: -15px;
  overflow: hidden;
  position: absolute;
  z-index: 3;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  margin: 0;
  padding: 5px 40px 5px 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}
.search-autocomplete ul li:not(:empty) {
  border-top: 0;
  border: 1px solid #c2c2c2;
  background: #ffffff;
}
.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: #999999;
  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: ' \2013 ';
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: center;
  top: 6px;
  width: 25px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  left: 0;
  position: absolute;
  top: 32px;
}
.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;
}
.search.summary {
  margin-bottom: 10px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 25px;
  padding: 1px 15px 25px;
}
.cart-summary > .title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .block .item-options {
  margin-left: 0;
}
.cart-summary .block .fieldset {
  margin: 15px 0 25px 5px;
}
.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-totals .discount.coupon {
  display: none;
}
.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 .col.qty .input-text {
  margin-top: -5px;
}
.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: 75px;
  padding: 25px 0 10px 75px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:active,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:hover,
.action-gift:active,
.action-gift:focus {
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action:last-child,
.action-gift:last-child {
  margin-right: 0;
}
.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 .action.primary {
  width: 100%;
}
.cart-container .checkout-methods-items .item + .item {
  margin-top: 20px;
}
.cart-products-toolbar .toolbar-amount {
  margin: 25px 0 15px;
  padding: 0;
  text-align: center;
}
.cart-products-toolbar .pages {
  margin: 0 0 25px;
  text-align: center;
}
.cart-products-toolbar .pages .items > .item {
  border-bottom: 0;
}
.cart-products-toolbar-top {
  border-bottom: 1px solid #d1d1d1;
}
.block.crosssell {
  margin-top: 70px;
}
.cart-tax-info + .cart-tax-total,
.cart .cart-tax-info + .cart-tax-total {
  display: block;
}
.cart.table-wrapper .col.price,
.order-items.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.order-items.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal,
.order-items.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp,
.order-items.table-wrapper .col.msrp {
  text-align: right;
}
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 400;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  text-align: right;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 400;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  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 {
  display: inline-block;
  position: relative;
  float: right;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .action.showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #000000;
}
.minicart-wrapper .action.showcart:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .action.showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .action.showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #8f8f8f;
  content: '\e611';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.showcart.active:hover:before {
  color: #000000;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #8f8f8f;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li {
  margin: 0;
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 26px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 25px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -24px 0 0;
  text-align: right;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .action.close {
  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;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 32px;
  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;
}
.minicart-wrapper .action.close:hover:before {
  color: inherit;
}
.minicart-wrapper .action.close:active:before {
  color: inherit;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #ff5501;
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.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 #cccccc;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
}
.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 {
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.minicart-items .product .toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  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;
}
.minicart-items .product .toggle:hover:after {
  color: #ffffff;
}
.minicart-items .product .toggle:after {
  position: static;
  right: 20px;
  top: 0;
}
.minicart-items .product.active > .toggle:after {
  content: '\e621';
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #ff0000;
}
.minicart-items .product-item-details {
  padding-left: 88px;
}
.minicart-items .product-item-details .price {
  font-weight: 400;
}
.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: 10px;
}
.minicart-items .product.options .tooltip.toggle {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .tooltip.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .tooltip.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .tooltip.toggle:hover:after {
  color: #ffffff;
}
.minicart-items .product.options .tooltip.toggle .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 45px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before {
  color: #303030;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #303030;
}
.minicart-items .action.delete:before {
  content: '\e604';
}
.checkout-container {
  margin: 0 0 20px;
}
.opc-wrapper {
  margin: 0 0 20px;
}
.opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: none;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.opc-estimated-wrapper {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  font-weight: 400;
  float: left;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  color: #333333;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
  color: #555555;
}
.opc-progress-bar {
  margin: 0 0 20px;
  counter-reset: i;
  font-size: 0;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 19px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #e4e4e4;
  font-weight: 300;
  font-size: 1.8rem;
}
.opc-progress-bar-item > span:before,
.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;
}
.opc-progress-bar-item > span:after {
  background: #ffffff;
  height: 26px;
  margin-left: -13px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #333333;
  font-weight: 600;
  font-size: 1.8rem;
}
.opc-progress-bar-item._active:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #ff5501;
}
.opc-progress-bar-item._active > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete > span {
  color: #333333;
}
.opc-progress-bar-item._complete > span:after {
  content: '\e610';
  font-family: 'icons-blank-theme';
  line-height: 1;
  font-size: 2.8rem;
}
.field.choice .field-tooltip {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.field.choice .field-tooltip-action {
  line-height: 24px;
}
.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: 1px;
}
.field-tooltip._active {
  z-index: 100;
}
.field-tooltip._active .field-tooltip-content {
  display: block;
}
.field-tooltip._active .field-tooltip-action:before {
  color: #333333;
}
.field-tooltip .label {
  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 {
  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;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\e623';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #333333;
}
.field-tooltip .field-tooltip-action:before {
  padding-left: 1px;
}
._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: #333333;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #999999;
  border-radius: 1px;
  font-size: 14px;
  padding: 12px;
  width: 270px;
  display: none;
  left: 38px;
  position: absolute;
  text-transform: none;
  top: -9px;
  word-wrap: break-word;
  z-index: 2;
}
.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: 12px;
  content: '';
  display: block;
  position: absolute;
  z-index: 3;
}
.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;
}
@media only screen and (max-width: 1025px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
.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 .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;
  margin: 26px 5px 0 0;
}
.checkout-shipping-method .step-title {
  margin-bottom: 0;
}
.checkout-shipping-method .no-quotes-block {
  margin: 20px 0;
}
.methods-shipping .actions-toolbar .action.primary {
  margin: 20px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  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: #ff0000;
  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 {
  padding: 0 30px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 20px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 2px;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: #8f8f8f;
  content: '\e606';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-block-shipping-information .shipping-information-title .action-edit:hover:before {
  color: #333333;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #8f8f8f;
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
}
.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 {
  background: #f5f5f5;
  padding: 22px 30px;
  margin: 0 0 20px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.opc-block-summary .discount.coupon {
  display: none;
}
.opc-block-summary .grand.incl + .grand.excl .mark,
.opc-block-summary .grand.incl + .grand.excl .amount {
  border-top: 0;
  font-size: 1.4rem;
  padding-top: 0;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong,
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: 400;
}
.opc-block-summary .not-calculated {
  font-style: italic;
}
.opc-block-summary .items-in-cart > .title {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 40px 10px 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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.opc-block-summary .items-in-cart > .title:hover:after {
  color: #ffffff;
}
.opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 10px;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 1.8rem;
  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;
}
.opc-block-summary .product-item .product-item-inner {
  display: table;
  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;
}
.opc-block-summary .actions-toolbar {
  position: relative;
  z-index: 1;
}
.opc-block-summary .actions-toolbar .secondary {
  border-top: 1px solid #d1d1d1;
  display: block;
  float: none;
  margin: -1px 0 0;
  padding: 15px 0 0;
  text-align: left;
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 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: 1px solid #c1c1c1;
  border-radius: 50%;
  box-sizing: border-box;
  color: #c1c1c1;
  content: attr(data-label);
  display: inline-block;
  left: 50%;
  letter-spacing: normal;
  padding: 0 .2rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.checkout-payment-method .step-title {
  border-bottom: 0;
  margin-bottom: 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 + .payment-method .payment-method-title {
  border-top: 1px solid #cccccc;
}
.checkout-payment-method .payment-method-title {
  padding: 20px 0;
  margin: 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-content {
  display: none;
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 20px;
}
.checkout-payment-method .payment-group + .payment-group .step-title {
  margin: 20px 0 0;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 600px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 10px;
}
.checkout-payment-method .checkout-billing-address {
  margin: 0 0 20px;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .checkout-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;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: 1px solid #cccccc;
  padding: 20px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #ff0000;
  display: inline-block;
  text-decoration: none;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e622';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-payment-method .payment-option-title .action-toggle:hover:after {
  color: #333333;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #8f8f8f;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 20px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.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: 400;
}
.checkout-payment-method .credit-card-types .item._active img {
  -webkit-filter: grayscale(0%);
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: .4;
}
.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 .6s ease;
}
.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 .captcha .input-text,
.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 .checkout-agreements {
  margin-bottom: 20px;
}
.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 {
  font-size: 1.8rem;
}
.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;
}
.login-container .fieldset:after {
  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 {
  display: none;
}
.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;
}
.fieldset .fullname.field > .label + .control {
  width: 100%;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .column.main .toolbar {
  text-align: center;
}
.account .column.main .toolbar .limiter-options {
  width: auto;
}
.account .sidebar-additional {
  margin-top: 40px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .table-wrapper .action {
  margin-right: 15px;
}
.account .table-wrapper .action:last-child {
  margin-right: 0;
}
.account-nav .content {
  background: #f5f5f5;
  padding: 15px 0;
}
.account-nav .item {
  margin: 3px 0 0;
}
.account-nav .item:first-child {
  margin-top: 0;
}
.account-nav .item a,
.account-nav .item > strong {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
}
.account-nav .item a {
  text-decoration: none;
}
.account-nav .item a:hover {
  background: #e8e8e8;
}
.account-nav .item.current a,
.account-nav .item.current strong {
  border-color: #ff5501;
  font-weight: 600;
}
.account-nav .item.current a {
  border-color: #ff5501;
}
.account-nav .item .delimiter {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin: 10px 1.8rem;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 10px;
}
.block .title strong {
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.column.main .block .title strong {
  font-size: 18px;
}
.block p:last-child {
  margin: 0;
}
.block .box-actions {
  margin-top: 5px;
}
.field.password .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.field.password .control .mage-error {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.field.password .control .input-text {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  z-index: 2;
}
.password-strength-meter {
  background-color: #f4f4f4;
  height: 32px;
  line-height: 32px;
  padding: 0 9px;
  position: relative;
  z-index: 1;
}
.password-strength-meter:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}
.password-none .password-strength-meter:before {
  background-color: #f4f4f4;
  width: 100%;
}
.password-weak .password-strength-meter:before {
  background-color: #ffafae;
  width: 25%;
}
.password-medium .password-strength-meter:before {
  background-color: #ffd6b3;
  width: 50%;
}
.password-strong .password-strength-meter:before {
  background-color: #c5eeac;
  width: 75%;
}
.password-very-strong .password-strength-meter:before {
  background-color: #81b562;
  width: 100%;
}
.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 {
  font-size: 1.4rem;
  display: inline;
  font-weight: 600;
}
.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 {
  margin-bottom: 0;
  text-align: left;
}
.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 {
  margin-bottom: 20px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  margin: 0 0 20px;
}
.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;
}
.action-gift {
  display: inline-block;
  text-decoration: none;
}
.action-gift:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.action-gift:hover:after {
  color: inherit;
}
.action-gift:active:after {
  color: inherit;
}
.action-gift.active:after,
.action-gift._active:after {
  content: '\e621';
}
.cart.table-wrapper .gift-content {
  box-sizing: border-box;
  clear: left;
  display: none;
  float: left;
  margin: 10px 0 20px;
  text-align: left;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: block;
}
.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: #333333;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  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;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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: #333333;
}
.gift-item-block .title:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.gift-item-block .title.disabled,
.gift-item-block .title[disabled],
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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.order-details-items .order-items .action.show:hover:after {
  color: #ffffff;
}
.order-details-items .order-items .action.show:after {
  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: 400;
  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 .label {
  margin: 0 0 5px;
  display: inline-block;
}
.gift-wrapping .field {
  margin-bottom: 10px;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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;
}
.gift-wrapping-list .no-image:hover:after {
  color: #ffffff;
}
.gift-wrapping-list .no-image:after {
  display: block;
}
.gift-wrapping-preview,
.gift-wrapping-item > span {
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.gift-wrapping-item {
  float: left;
  margin: 0 10px 10px 0;
}
.gift-wrapping-item:last-child {
  margin-right: 0;
}
.gift-wrapping-item._active span:before {
  border: 3px solid #333333;
  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: 400;
}
.order-options .item {
  padding-bottom: 20px;
}
.order-options .product {
  margin-bottom: 10px;
}
.order-options .product-image-container {
  float: left;
  padding-right: 10px;
}
.order-options .gift-wrapping {
  margin-bottom: 10px;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.form-add-invitations .action.add:active:before {
  color: inherit;
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-title {
  margin-bottom: 20px;
}
.block.filter .filter-title strong {
  font-size: 18px;
}
.block-subtitle {
  display: inline-block;
  margin-bottom: 10px;
}
.filter-current .item {
  margin-bottom: 10px;
}
.filter-current .filter-label {
  display: block;
  font-weight: 400;
}
.filter-current .filter-label:after {
  content: ':';
}
.filter-current + .filter-actions {
  margin-bottom: 30px;
}
.filter-options {
  margin: 0;
}
.filter-options .filter-options-title {
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
}
.filter-options .filter-options-content {
  margin: 0 0 25px;
}
.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 {
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.filtered .item .label {
  font-weight: 400;
}
.filtered .item .action.remove {
  left: -6px;
  position: absolute;
  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;
  box-sizing: border-box;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.map-popup .popup-actions .action.close:active:before {
  color: inherit;
}
.map-popup .popup-actions .action.close:focus,
.map-popup .popup-actions .action.close:active {
  background: none;
  border: none;
}
.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],
fieldset[disabled] .map-popup .popup-actions .action.close {
  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-popup .regular-price .price-label {
  display: none;
}
.map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 10px;
}
.map-fallback-price {
  display: none;
}
.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;
}
button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info {
  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: #ff0000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
button.map-show-info:focus,
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:focus,
.action-gift.map-show-info:active {
  background: none;
  border: none;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  background: none;
  border: none;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  pointer-events: none;
  opacity: 0.5;
}
button.map-show-info:visited,
.quote-details-items .actions-toolbar > .action.map-show-info:visited,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:visited,
.action-gift.map-show-info:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
button.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.action-gift.map-show-info:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
button.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.action-gift.map-show-info:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
button.map-show-info:hover,
button.map-show-info:active,
button.map-show-info:focus,
.quote-details-items .actions-toolbar > .action.map-show-info:hover,
.quote-details-items .actions-toolbar > .action.map-show-info:active,
.quote-details-items .actions-toolbar > .action.map-show-info:focus,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:hover,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:active,
.cart.table-wrapper .actions-toolbar > .action.map-show-info:focus,
.action-gift.map-show-info:hover,
.action-gift.map-show-info:active,
.action-gift.map-show-info:focus {
  background: none;
  border: 0;
}
button.map-show-info.disabled,
button.map-show-info[disabled],
fieldset[disabled] button.map-show-info,
.quote-details-items .actions-toolbar > .action.map-show-info.disabled,
.quote-details-items .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .quote-details-items .actions-toolbar > .action.map-show-info,
.cart.table-wrapper .actions-toolbar > .action.map-show-info.disabled,
.cart.table-wrapper .actions-toolbar > .action.map-show-info[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action.map-show-info,
.action-gift.map-show-info.disabled,
.action-gift.map-show-info[disabled],
fieldset[disabled] .action-gift.map-show-info {
  color: #ff0000;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.wishlist.split.button:before,
.wishlist.split.button:after {
  content: '';
  display: table;
}
.wishlist.split.button:after {
  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,
.wishlist.split.button .quote-details-items .actions-toolbar > .action.action.split,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action.action.split,
.wishlist.split.button .action-gift.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wishlist.split.button button + .action.toggle,
.wishlist.split.button .quote-details-items .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .cart.table-wrapper .actions-toolbar > .action + .action.toggle,
.wishlist.split.button .action-gift + .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;
  -moz-osx-font-smoothing: grayscale;
  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: #333333;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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: #333333;
}
.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 #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  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 #bbbbbb 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;
}
.wishlist.split.button .items {
  text-align: left;
}
.wishlist.split.button .items .item > span {
  display: block;
  padding: 5px 5px 5px 23px;
}
.wishlist.split.button .items .item:last-child:hover {
  background: #e8e8e8;
}
.wishlist.split.button .items li {
  padding: 0;
}
.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: #333333;
}
.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 {
  box-sizing: border-box;
  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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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 {
  background: none;
  border: none;
}
.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],
fieldset[disabled] .wishlist.window.popup .popup-actions .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.wishlist.window.popup.active {
  opacity: 1;
}
.wishlist.window.popup.active {
  display: block;
}
.wishlist.overlay {
  transition: opacity 0.15s linear;
  background: #000000;
  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);
}
.wishlist.overlay.active {
  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 {
  margin-right: 20px;
}
.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 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.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.results h3,
.multicheckout.success h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.multicheckout.results h3 a,
.multicheckout.success h3 a {
  color: #333333;
}
.multicheckout.results h3 a:hover,
.multicheckout.success h3 a:hover {
  text-decoration: none;
}
.multicheckout.results ul.orders-list,
.multicheckout.success ul.orders-list {
  list-style: none;
  padding-left: 0;
}
.multicheckout.results .orders-list,
.multicheckout.success .orders-list {
  margin-top: 25px;
  padding-left: 16px;
}
.multicheckout.results .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-list .shipping-list .shipping-item {
  margin-left: 84px;
}
.multicheckout.results .orders-list .shipping-list .shipping-label,
.multicheckout.success .orders-list .shipping-list .shipping-label {
  font-weight: 400;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .shipping-address,
.multicheckout.success .orders-list .shipping-list .shipping-address {
  font-weight: 400;
}
.multicheckout.results .orders-list .shipping-list .error-block,
.multicheckout.success .orders-list .shipping-list .error-block {
  color: #e02b27;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-label,
.multicheckout.success .orders-list .shipping-list .error-block .error-label {
  font-weight: 400;
  margin-right: 10px;
}
.multicheckout.results .orders-list .shipping-list .error-block .error-description,
.multicheckout.success .orders-list .shipping-list .error-block .error-description {
  font-weight: 400;
}
.multicheckout.results .orders-succeed .orders-list,
.multicheckout.success .orders-succeed .orders-list {
  margin-top: 0;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .order-id,
.multicheckout.success .orders-succeed .orders-list .shipping-list .order-id {
  float: left;
}
.multicheckout.results .orders-succeed .orders-list .shipping-list .shipping-item,
.multicheckout.success .orders-succeed .orders-list .shipping-list .shipping-item {
  margin-left: 100px;
}
.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;
}
.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,
.multicheckout .block-content .title strong span {
  color: #a6a6a6;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 40px;
}
.multicheckout.order-review .error-description {
  color: #e02b27;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: -10px;
}
.multicheckout .box-title span {
  margin-right: 10px;
}
.multicheckout .box-title > .action {
  margin: 0;
}
.multicheckout .box-shipping-method .price {
  font-weight: 400;
}
.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 {
  margin-bottom: 40px;
}
.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}
.block.newsletter .fieldset {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.block.newsletter .field {
  margin: 0;
}
.block.newsletter .field .control {
  display: inline-block;
  text-decoration: none;
  display: block;
}
.block.newsletter .field .control:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 35px;
  line-height: 33px;
  color: #c2c2c2;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block.newsletter .field .control:hover:before {
  color: #ffffff;
}
.block.newsletter .field .control:before {
  position: absolute;
}
.block.newsletter input {
  margin-right: 35px;
  padding: 0 0 0 35px;
}
.block.newsletter .title {
  display: none;
}
.block.newsletter .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.block.newsletter .action.subscribe {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.paypal.after:before {
  content: '- ' attr(data-label) ' -';
  display: block;
  margin: 5px 5px 10px;
  text-transform: uppercase;
}
.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 .paypal-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 .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;
}
.paypal-review-discount {
  border-bottom: 1px solid #d1d1d1;
  margin: 20px 0;
}
.paypal-review-discount .block {
  margin-bottom: 0;
}
.paypal-review-discount .block .fieldset {
  padding: 10px 0 20px;
}
.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: .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 {
  bottom: 0;
  height: 75%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.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;
}
.fotorama__product-video--loading:after {
  visibility: hidden;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 100px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.rating-summary .rating-result > span span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.rating-summary .rating-result {
  margin-left: -5px;
}
.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;
}
.review-control-vote {
  overflow: hidden;
}
.review-control-vote:before {
  color: #c7c7c7;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
  display: block;
  position: absolute;
  z-index: 1;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote input[type="radio"]:hover + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:before {
  color: #ff5501;
  font-family: 'icons-blank-theme';
  font-size: 28px;
  height: 28px;
  letter-spacing: -10px;
  line-height: 28px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  opacity: 0;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote label:hover ~ label:before {
  opacity: 0;
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: '\e605' '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\e605' '\e605' '\e605' '\e605';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\e605' '\e605' '\e605';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\e605' '\e605';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\e605';
}
.block.add.review {
  margin-bottom: 40px;
}
.block.add.review > .title {
  font-weight: 400;
  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;
  padding: 5px 0;
  vertical-align: middle;
}
.block.add.review .field.rating .control {
  display: table-cell;
  vertical-align: top;
}
.block.reviews.list > .title {
  font-weight: 400;
  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 .rating-summary {
  display: table-cell;
  left: -5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: table-cell;
  line-height: 28px;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions a {
  margin-right: 5px;
}
.customer-review .product-details {
  margin-bottom: 40px;
}
.customer-review .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.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-right: 10px;
  padding-top: 6px;
}
.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 {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.review-form .action.submit.primary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.fieldset .review-legend.legend {
  margin-bottom: 20px;
}
.fieldset .review-legend.legend strong {
  display: block;
  margin-left: 0;
}
.review-field-rating .control {
  margin-bottom: 48px;
  margin-top: 10px;
}
.review-list {
  margin-bottom: 30px;
}
.review-list .block-title strong {
  font-weight: 400;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.review-item {
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
  padding: 20px 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  margin-bottom: 10px;
  max-width: 100%;
}
.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-pager-wrapper .toolbar-amount {
  padding-top: 3px;
}
.order-pager-wrapper .pages-items .item:first-child,
.order-pager-wrapper .pages-items .item:last-child {
  margin-right: 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;
}
.action.mailto.friend {
  margin-left: -7px;
  display: inline-block;
  text-decoration: none;
}
.action.mailto.friend:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: inherit;
  content: '\e61d';
  font-family: 'icons-blank-theme';
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.action.mailto.friend:hover:before {
  color: #ffffff;
}
.action.mailto.friend span {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}
.swatch-attribute-label {
  font-weight: 400;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 10px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 10px 0;
}
.swatch-attribute-options:focus {
  box-shadow: none;
}
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  color: #282828;
  bottom: -5px;
  height: 20px;
  left: 0;
  margin-bottom: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494;
}
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}
.swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  float: left;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
}
.swatch-option:focus {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option.text {
  background: #f0f0f0;
  color: #686868;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-right: 7px;
  min-width: 22px;
  padding: 4px 8px;
}
.swatch-option.text.selected {
  background-color: #ffffff !important;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
  background: #e02b27;
}
.swatch-option-loading {
  content: url('../images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  z-index: 999;
  background: #ffffff;
}
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  bottom: 0;
  height: 8px;
  left: 40%;
  position: absolute;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before,
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-style: solid;
  content: '';
  font-size: 1px;
  height: 0;
  position: relative;
  width: 0;
}
.swatch-option-tooltip .corner:before,
.swatch-option-tooltip-layered .corner:before {
  border-color: #adadad transparent transparent transparent;
  border-width: 8px 8.5px 0 8.5px;
  left: 0;
  top: 2px;
}
.swatch-option-tooltip .corner:after,
.swatch-option-tooltip-layered .corner:after {
  border-color: #ffffff transparent transparent transparent;
  border-width: 7px 7.5px 0 7.5px;
  left: -15px;
  top: 1px;
}
.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  margin: 0 auto;
  width: 130px;
}
.swatch-option-tooltip-layered {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  left: -47px;
  position: absolute;
  width: 140px;
  z-index: 999;
}
.swatch-option-tooltip .title {
  color: #282828;
  display: block;
  max-height: 200px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
}
.swatch-option-link-layered {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.swatch-option-link-layered:focus > div {
  box-shadow: 0 0 3px 1px #68a8e0;
}
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}
.swatch-opt {
  margin: 20px 0;
}
.swatch-opt-listing {
  margin-bottom: 10px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
  z-index: 1;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
body {
  background-color: #ffffff;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.page-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.page-header {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
}
.header.content {
  padding-top: 10px;
  position: relative;
}
.logo {
  float: left;
  margin: 0 0 10px 40px;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
}
.page-print .logo {
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 30px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 10px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.action-skip-wrapper {
  height: 0;
  position: relative;
}
.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;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #333333;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #ff0000;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #ff0000;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #ff0000;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 10px;
}
.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;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #ff0000;
}
.message.global.demo a:hover {
  color: #ff0000;
}
.message.global.demo a:active {
  color: #ff0000;
}
.page-footer {
  margin-top: auto;
}
.footer.content {
  border-top: 1px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
}
.footer.content .links > li {
  margin: 0 0 8px;
}
.footer.content .switcher-store {
  margin: 0 0 30px;
}
.footer .copyright,
.footer .bugs {
  display: block;
  margin: 20px 0 0;
}
.page-header .switcher,
.page-footer .switcher {
  margin-right: 10px;
}
.page-header .switcher .options,
.page-footer .switcher .options {
  display: inline-block;
  position: relative;
}
.page-header .switcher .options:before,
.page-footer .switcher .options:before,
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  content: '';
  display: table;
}
.page-header .switcher .options:after,
.page-footer .switcher .options:after {
  clear: both;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  padding: 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle > span,
.page-footer .switcher .options .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  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;
}
.page-header .switcher .options .action.toggle:hover:after,
.page-footer .switcher .options .action.toggle:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle:active:after,
.page-footer .switcher .options .action.toggle:active:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active,
.page-footer .switcher .options .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.page-header .switcher .options .action.toggle.active > span,
.page-footer .switcher .options .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  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;
}
.page-header .switcher .options .action.toggle.active:hover:after,
.page-footer .switcher .options .action.toggle.active:hover:after {
  color: inherit;
}
.page-header .switcher .options .action.toggle.active:active:after,
.page-footer .switcher .options .action.toggle.active:active:after {
  color: inherit;
}
.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 160px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  margin: 0;
  padding: 0;
}
.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.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:before,
.page-footer .switcher .options ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.page-header .switcher .options ul.dropdown:after,
.page-footer .switcher .options ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.page-header .switcher .options.active,
.page-footer .switcher .options.active {
  overflow: visible;
}
.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
  display: block;
}
.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 {
  font-size: 12px;
  margin: 0;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
}
.widget {
  clear: both;
}
.page-header .widget.block,
.page-footer .widget.block {
  margin: 20px 0;
}
.ui-datepicker td {
  padding: 0;
}
.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: #ff0000;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.my-credit-cards .action.delete:focus,
.my-credit-cards .action.delete:active {
  background: none;
  border: none;
}
.my-credit-cards .action.delete:hover {
  background: none;
  border: none;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards .action.delete:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
.my-credit-cards .action.delete:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
.my-credit-cards .action.delete:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
.my-credit-cards .action.delete:hover,
.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],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #ff0000;
  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 {
  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: #ff0000;
  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 {
  background: none;
  border: none;
}
.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],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  pointer-events: none;
  opacity: 0.5;
}
.my-credit-cards-popup .action.secondary:visited {
  color: #ff0000;
  text-decoration: #ff0000;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #ff0000;
  text-decoration: #ff0000;
}
.my-credit-cards-popup .action.secondary:active {
  color: #ff0000;
  text-decoration: #ff0000;
}
.my-credit-cards-popup .action.secondary:hover,
.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],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #ff0000;
  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;
}
.toolbar.wishlist-toolbar .limiter {
  float: right;
}
.toolbar.wishlist-toolbar .main .pages {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.toolbar.wishlist-toolbar .toolbar-amount,
.toolbar.wishlist-toolbar .limiter {
  display: inline-block;
  z-index: 1;
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\e601';
}
.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: 400;
}
.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: block;
  height: 42px;
  margin: 10px 0;
}
.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;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.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 {
  display: block;
  margin: 10px 0;
}
.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;
  -moz-osx-font-smoothing: grayscale;
  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 {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:active:before {
  color: inherit;
}
.sidebar .block-addbysku .action.remove:focus,
.sidebar .block-addbysku .action.remove:active {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove:hover {
  background: none;
  border: none;
}
.sidebar .block-addbysku .action.remove.disabled,
.sidebar .block-addbysku .action.remove[disabled],
fieldset[disabled] .sidebar .block-addbysku .action.remove {
  pointer-events: none;
  opacity: 0.5;
}
.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-product-link.widget,
.block-category-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-product-link-inline.widget {
  margin: 0;
}
.block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 2%)/2);
}
.block.widget .products-grid .product-item:nth-child(2n + 1) {
  margin-left: 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: .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;
  -moz-osx-font-smoothing: grayscale;
  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:hover:before,
.block-event .block-content > .action.forward:hover:before {
  color: #ffffff;
}
.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.forward:before {
  margin-left: -20px;
}
.block-event .block-content > .action.inactive {
  cursor: default;
  display: none;
}
.block-event .block-content > .action:hover {
  opacity: 1;
}
.block-event .slider-panel {
  overflow: hidden;
  position: relative;
  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;
  vertical-align: top;
  white-space: normal;
  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 {
  font-size: 1.8rem;
  content: '\2013';
  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 {
  display: block;
  font-weight: 300;
  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-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  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 {
  background: #ff0000;
  border: #ff0000;
  color: #ffffff;
}
.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],
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;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 20px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
@media only screen and (max-width: 479px) {
  .tooltip.wrapper .tooltip.content {
    min-width: 10rem;
  }
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .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,
  .abs-checkout-order-review tbody tr:before,
  .abs-checkout-order-review tbody tr:after,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:before,
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:after,
  .table-giftregistry-items .col.product:before,
  .table-giftregistry-items .col.product:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .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,
  .account .toolbar:after,
  .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[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.price[data-th]:before,
  .multicheckout.order-review .data.table tbody tr .col.subtotal[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 400;
    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 {
    display: none;
  }
  .abs-pager-toolbar-mobile-s .toolbar-amount,
  .abs-pager-toolbar-mobile-s .limiter,
  .abs-pager-toolbar-mobile-s .pages,
  .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[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 10px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #111111;
    font-weight: 400;
  }
  .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;
  }
  .data-table-definition-list tbody th,
  .data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  body .page-wrapper .venum-free-sheeping-msg a {
    font-size: x-small;
  }
  .page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top span,
  .page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a,
  .page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a span {
    font-size: 15px !important;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    float: left;
    padding-bottom: 0;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-view .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td.list-name-field:before,
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    display: none;
  }
  .requisition-list-requisition-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .requisition-list-requisition-index .data-grid td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .requisition-list-requisition-index .data-grid td > div {
    display: inline;
  }
  .requisition-list-requisition-index .data-grid.data-grid-tr-no-data td:before {
    content: '';
  }
  .requisition-list-requisition-index .data-grid:last-child td {
    border-top-width: 0;
  }
  .requisition-list-requisition-index .toolbar-amount {
    top: -3.5rem;
  }
  .requisition-list-requisition-index .admin__data-grid-outer-wrap {
    position: relative;
  }
  .requisition-list-requisition-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .block-requisition-management {
    clear: both;
    margin-top: -25px;
  }
  .block-requisition-management .requisition-list-title h1 {
    font-size: 2.6rem;
  }
  .block-requisition-management .requisition-info {
    float: left;
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select,
  .block-requisition-management .requisition-toolbar-actions {
    margin-bottom: 1.5rem;
  }
  .block-requisition-management .requisition-toolbar-select {
    display: block;
    margin-right: 0;
    text-align: right;
  }
  .block-requisition-management .requisition-toolbar-actions {
    display: block;
  }
  .block-requisition-management .requisition-toolbar-actions button.action span,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action span,
  .block-requisition-management .requisition-toolbar-actions .action-gift.action span {
    display: none;
  }
  .block-requisition-management .requisition-toolbar-actions button.action:before,
  .block-requisition-management .requisition-toolbar-actions .quote-details-items .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .cart.table-wrapper .actions-toolbar > .action.action:before,
  .block-requisition-management .requisition-toolbar-actions .action-gift.action:before {
    content: attr(data-mobile-label);
  }
  .requisition-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    width: auto;
  }
  .requisition-grid thead,
  .requisition-grid .item {
    position: relative;
  }
  .requisition-grid thead .col.qty .input-text,
  .requisition-grid .item .col.qty .input-text {
    height: 2.6rem;
  }
  .requisition-grid thead .col .product-item-subtotal,
  .requisition-grid .item .col .product-item-subtotal {
    display: inline;
  }
  .requisition-grid thead .col .actions-toolbar,
  .requisition-grid .item .col .actions-toolbar {
    float: right;
    margin-top: -.3rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-edit,
  .requisition-grid .item .col .actions-toolbar > .action-edit {
    position: absolute;
    right: 1rem;
    top: 1.5rem;
  }
  .requisition-grid thead .col .actions-toolbar > .action-delete,
  .requisition-grid .item .col .actions-toolbar > .action-delete {
    bottom: 1.5rem;
    position: absolute;
    right: 1rem;
  }
  .requisition-grid thead .col .price,
  .requisition-grid .item .col .price {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .requisition-grid thead .col .price-excluding-tax .price,
  .requisition-grid .item .col .price-excluding-tax .price {
    font-size: 12px;
  }
  .requisition-grid .product-item-image {
    display: none;
  }
  .requisition-grid .product-item-name {
    margin-bottom: 10px;
  }
  .requisition-grid .col .price-excluding-tax {
    display: inline-block;
    margin-right: 25px;
  }
  .requisition-list-description {
    line-height: 2;
  }
  .title-actions-links {
    margin-bottom: 10px;
    min-height: 2.2rem;
    text-align: right;
  }
  .title-actions-links:empty {
    margin-bottom: 25px;
  }
  .requisition-toolbar-actions .requisition-list-action,
  .requisition-view-buttons .requisition-list-action,
  .requisition-toolbar-actions .action,
  .requisition-view-buttons .action {
    vertical-align: baseline;
  }
  .requisition-toolbar-actions .mobile-label,
  .requisition-view-buttons .mobile-label {
    margin-right: 5px;
  }
  .requisition-list-action .action.toggle {
    float: none;
  }
  .requisition-popup .modal-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .requisition-popup .action {
    display: block;
    text-align: center;
    width: 100%;
  }
  .requisition-popup .action:not(:last-child) {
    margin-bottom: 10px;
  }
  .order-actions-toolbar .block-requisition-list {
    float: right;
    line-height: 1.2;
  }
  .order-actions-toolbar .requisition-list-action.active .items {
    right: 0;
  }
  .order-actions-toolbar .requisition-list-action.active .items:before {
    left: auto;
    right: 11px;
  }
  .order-actions-toolbar .requisition-list-action.active .items:after {
    left: auto;
    right: 10px;
  }
  .requisition-list-requisition-print .nav-toggle {
    display: none;
  }
  .requisition-list-requisition-print .logo {
    margin-left: 0;
  }
  .requisition-list-requisition-print .block-requisition-management {
    border-bottom: none;
  }
  .requisition-list-requisition-print .block-requisition-management .requisition-info {
    float: none;
    margin-top: 0;
  }
  .requisition-list-requisition-print .requisition-grid .col.price,
  .requisition-list-requisition-print .requisition-grid .col.qty,
  .requisition-list-requisition-print .requisition-grid .col.subtotal {
    text-align: left;
  }
  .requisition-list-requisition-print .requisition-grid .col .input-text {
    padding-left: 0;
    text-align: left;
  }
  .requisition-list-requisition-print .table-wrapper {
    border-bottom: none;
    clear: both;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product {
    padding-top: 1.5rem;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.col-checkbox:before,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.product:before {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td.number {
    display: none;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td:before {
    font-size: 12px;
  }
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr td,
  .requisition-list-requisition-print .table-wrapper .table:not(.cart) > tbody > tr th {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .links-container-title {
    display: none;
  }
  .company-profile-index.account .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-right: 10px;
  }
  .company-profile-index .company-profile-payment-methods {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company-profile-index .company-profile-payment-methods .payment-methods-list {
    font-size: 1.4rem;
    padding-left: 0;
  }
  .company-account-index .column.main .block:not(.widget) .block-title > .action {
    margin-top: 5px;
    float: right;
  }
  .company-account-index .column.main .block:not(.widget) .block-content strong {
    float: left;
    margin-right: 5px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box-content span {
    display: block;
    overflow: hidden;
    vertical-align: top;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .company-account-index .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr td > div,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .company-users-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before,
  .company-role-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .company-users-index .admin__data-grid-pager,
  .company-role-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .company-users-index .toolbar-amount,
  .company-role-index .toolbar-amount {
    position: relative;
  }
  .table-wrapper .table:not(.cart) > tbody > tr td.actions.col:before {
    display: none;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:first-child .data-grid-cell-content {
    display: inline-block;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child {
    border-bottom: 1px solid #e4e4e4;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td:last-child:before {
    content: '';
    padding: 0;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr td > div {
    display: inline;
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr.data-grid-tr-no-data td:before {
    content: '';
  }
  .negotiable-quote-quote-index .table-wrapper .table:not(.cart) > tbody > tr:last-child td {
    border-top-width: 0;
  }
  .negotiable-quote-quote-index .admin__data-grid-pager {
    margin-top: 20px;
  }
  .negotiable-quote-quote-index .toolbar-amount {
    position: relative;
  }
  .negotiable-quote-quote-view .page-main .page-title-wrapper .page-title {
    display: inline-block;
    margin-bottom: 5px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .action-hide-popup {
    margin-top: 20px;
  }
  .negotiable-quote-quote-view .modal-popup .modal-footer .actions-toolbar > .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .negotiable-quote-quote-view .table-wrapper {
    border-bottom: none;
  }
  .quote-table {
    width: auto;
  }
  .quote-table thead > tr > th {
    border-bottom: none;
  }
  .quote-table tbody > tr > td:first-child {
    padding-top: 0;
  }
  .quote-table .items > .item {
    border-bottom-width: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:last-child {
    border: medium none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete {
    float: right;
    margin-top: -3.5rem;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td.delete:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update {
    display: block;
    width: 100%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td .update:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr:first-child th {
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tbody .item-actions td:before {
    display: none;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    padding: 5px 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr th {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr td {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child th {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:first-child > td {
    border-bottom: none;
    float: none;
    padding: 0;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot > tr:last-child th {
    border-bottom-width: 0;
    font-weight: 400;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total th {
    width: 150px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price td,
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .grand_total td {
    float: right;
    width: 40%;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .catalog_price th:after {
    display: block;
    left: 130px;
    position: absolute;
    top: 1px;
    width: 15px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price th {
    width: 125px;
  }
  .quote-table .table:not(.cart):not(.totals):not(.table-comparison) > tfoot .proposed_quote_price td {
    float: right;
    width: 40%;
  }
  .quote-table .price-excluding-tax,
  .quote-table .price-including-tax {
    display: inline-block;
  }
  .quote-table .col .qty {
    display: inline-block;
  }
  .product.quote-details-items .quote-title,
  .product.quote-details-items .quote-comments,
  .product.quote-details-items .quote-history-log {
    display: block;
  }
  .product.quote-details-items .quote-title > strong,
  .product.quote-details-items .quote-comments > strong,
  .product.quote-details-items .quote-history-log > strong {
    font-size: 2.4rem;
    font-weight: 300;
  }
  .product.quote-details-items .quote-title.active > .switch,
  .product.quote-details-items .quote-comments.active > .switch,
  .product.quote-details-items .quote-history-log.active > .switch {
    border-bottom: 1px solid #e4e4e4;
  }
  .product.quote-details-items .item.content.quote-table {
    border-top: none;
    padding: 10px 10px 0;
  }
  .product.quote-details-items.items {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-left: 0;
    margin-right: 0;
  }
  .quote-status {
    float: right;
    margin: 0;
  }
  .quote-date {
    margin-top: 0;
  }
  .quote-name {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .quote-view-links.quote-view-buttons .action {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action {
    margin-bottom: 10px;
    width: 100%;
  }
  .quote-view-links .action span {
    display: none;
  }
  .quote-view-links .action:after {
    content: attr(data-mobile-label);
  }
  .negotiable-quote-quote-print.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    float: none;
    width: 100%;
  }
  .negotiable-quote-quote-print .nav-toggle {
    display: none;
  }
  .negotiable-quote-quote-print .logo {
    margin-left: 0;
  }
  .negotiable-quote-quote-print .quote-date,
  .negotiable-quote-quote-print .quote-sales-rep {
    float: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col.price,
  .negotiable-quote-quote-print .quote-details-items .item .col.price,
  .negotiable-quote-quote-print .quote-details-items thead .col.stock,
  .negotiable-quote-quote-print .quote-details-items .item .col.stock,
  .negotiable-quote-quote-print .quote-details-items thead .col.qty,
  .negotiable-quote-quote-print .quote-details-items .item .col.qty,
  .negotiable-quote-quote-print .quote-details-items thead .col.subtotal,
  .negotiable-quote-quote-print .quote-details-items .item .col.subtotal {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .input-text,
  .negotiable-quote-quote-print .quote-details-items .item .col .input-text {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-details-items thead .col .actions-toolbar,
  .negotiable-quote-quote-print .quote-details-items .item .col .actions-toolbar {
    display: none;
  }
  .negotiable-quote-quote-print .quote-details-items thead td,
  .negotiable-quote-quote-print .quote-details-items .item td {
    border: none;
  }
  .negotiable-quote-quote-print .quote-details-items .quote-table-totals td {
    text-align: left;
  }
  .negotiable-quote-quote-print .quote-table .quote-table-totals:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    display: none;
  }
  .negotiable-quote-quote-print .quote-block-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .negotiable-quote-quote-print .quote-block-content {
    width: 100%;
  }
  .order-details-items .table-order-items tbody > tr > .col.price {
    text-align: left;
  }
  .order-details-items .table-order-items tbody > tr > .col.subtotal {
    text-align: left;
  }
  .order-links-block,
  .quote-grid-filters-wrap {
    padding-bottom: 10px;
    text-align: right;
  }
  .negotiable-quote-order-information {
    margin-top: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 1.5rem;
    padding-bottom: .2rem;
    position: relative;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .fieldset .fields .field.qty .control {
    display: inline-block;
  }
  .quickorder-index-index .column .block-addbysku .upload_container {
    width: 100%;
  }
  .quickorder-index-index .column .block-addbysku .upload_container .file_upload {
    display: block;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item-title {
    display: none;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .label {
    display: inline-block;
    margin-right: 10px;
  }
  .quickorder-index-index .column .block-addbysku .deletable-item .actions-toolbar {
    float: right;
  }
  .credit-balance-list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .credit-balance-list .credit-balance-item {
    margin-right: 0;
  }
  .data-grid-cell-content {
    display: inline-block;
  }
  .company-credit-history-index .quotes-grid-toolbar .toolbar-amount {
    display: none;
  }
  .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;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    line-height: 22px;
    color: inherit;
    content: '\e616';
    font-family: 'icons-blank-theme';
    margin: 1px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .column .block-addbysku .action.remove:hover:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:active:before {
    color: inherit;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .products-list .product-item {
    table-layout: fixed;
  }
  .products-list .product-item-photo {
    padding: 0 10px 10px 0;
    width: 30%;
  }
  .block-search {
    margin-top: 10px;
  }
  .minicart-wrapper {
    margin-top: 10px;
  }
  .minicart-wrapper:before,
  .minicart-wrapper:after {
    content: '';
    display: table;
  }
  .minicart-wrapper:after {
    clear: both;
  }
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  .opc-wrapper .shipping-address-item {
    border-bottom: 1px solid #cccccc;
    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;
    -moz-osx-font-smoothing: grayscale;
    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 {
    color: #303030;
  }
  .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;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 2.3rem;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .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;
  }
  .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 .toolbar .pages {
    float: right;
  }
  .account .toolbar .limiter {
    clear: both;
  }
  .order-details-items thead {
    display: block;
  }
  .order-details-items thead tr,
  .order-details-items thead td {
    display: block;
  }
  .table-wrapper .table.table-order-items tfoot td.order-pager-wrapper {
    width: 100%;
  }
  .order-items.table-wrapper .col.price,
  .order-items.table-wrapper .col.qty,
  .order-items.table-wrapper .col.subtotal,
  .order-items.table-wrapper .col.msrp {
    text-align: left;
  }
  .products-grid.wishlist .product-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .products-grid.wishlist .product-item:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .columns .column.main .block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item,
  .columns .column.main .block.related .block-content.content .products.list.items.product-items li.item.product.product-item,
  .columns .column.main .block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item {
    width: 33.33%;
  }
  .columns .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .stock.unavailable {
    bottom: 0;
  }
  .columns .column.main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.image,
  .columns .column.main .swatch-opt .swatch-attribute .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color {
    height: 50px;
    width: 50px;
  }
  .columns .column.main .swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.text {
    padding: 0px 8px;
    min-width: 15px;
  }
  .delivery-date {
    text-align: right;
    padding: 5px 2% !important;
  }
  .page-wrapper .venum-free-sheeping-msg a {
    font-size: x-small;
  }
}
@media only screen and (max-width: 1024px) {
  .abs-button-responsive-smaller,
  .product-info-main .box-tocart .actions .action.tocart {
    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,
  .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;
    -moz-osx-font-smoothing: grayscale;
    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-icon-add-mobile:hover:before,
  .block-wishlist-management .wishlist-add.item .add:hover:before {
    color: #ffffff;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name {
    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 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
  }
  .abs-toggling-title-mobile:hover:after,
  .block-wishlist-management .wishlist-select .wishlist-name:hover:after {
    color: #ffffff;
  }
  .block-wishlist-management .wishlist-select .wishlist-name:after {
    position: absolute;
    right: 10px;
    top: 0;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e621';
  }
  .abs-pager-toolbar-mobile .toolbar-amount,
  .abs-pager-toolbar-mobile .limiter,
  .abs-pager-toolbar-mobile .pages,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .account .toolbar .pages,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .toolbar-wishlist-results .pages {
    float: none;
    margin-bottom: 25px;
  }
  .abs-shopping-cart-items-mobile .actions,
  .cart-container .form-cart .actions {
    text-align: center;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.continue,
  .cart-container .form-cart .action.clear {
    margin: 0 auto 10px;
  }
  .cart-container .form-cart .action.update,
  .cart-container .form-cart .action.clear {
    display: block;
  }
  .abs-checkout-tooltip-content-position-top-mobile,
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .field-tooltip .field-tooltip-content:before,
  .field-tooltip .field-tooltip-content:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 10px;
    left: auto;
    top: 0;
  }
  .field-tooltip .field-tooltip-content:before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .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;
    -moz-osx-font-smoothing: grayscale;
    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;
  }
  .navigation .parent .level-top:hover:after {
    color: #ffffff;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    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: 400;
    margin: 0;
    padding: .8rem 3.5rem .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;
    -moz-osx-font-smoothing: grayscale;
    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;
  }
  .nav-sections .switcher-trigger strong:hover:after {
    color: #ffffff;
  }
  .nav-sections .switcher-trigger strong:after {
    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;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .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: 400;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 400;
    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 {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    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 {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -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,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    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,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    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;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .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 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .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 li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .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) ul > li a:hover {
    color: #333333;
  }
  .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,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 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 {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
    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;
  }
  .product.data.items .item.title > .switch {
    padding: 1px 15px 1px;
  }
  .product.data.items > .item.content {
    padding: 10px 15px 30px;
  }
  .modal-popup.modal-slide {
    left: 44px;
    z-index: 900;
  }
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap {
    margin: 0;
    max-height: none;
  }
  .custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
  }
  .custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .custom-slide .modal-inner-wrap {
    background-color: #ffffff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
  }
  .custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
  }
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .custom-slide .modal-inner-wrap {
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }
  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);
  }
  .modal-popup {
    pointer-events: auto;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .modal-popup.modal-slide._inner-scroll._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    min-height: 100%;
  }
  .modal-popup .modal-title {
    font-size: 14px;
    font-weight: 400;
  }
  body .page-wrapper .nav-sections .nav-sections-item-switch {
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
  }
  body .page-wrapper .nav-sections .switcher {
    border-bottom: 1px solid #000000;
    padding: 12px 2px 10px 15px;
  }
  body .page-wrapper .nav-sections .navigation-settings-container {
    margin-top: 20%;
  }
  body .page-wrapper .nav-sections .navigation-settings-container .switcher {
    border-top: none;
  }
  body .page-wrapper .nav-sections .navigation-settings-container .switcher:first-of-type {
    border-top: 1px solid #000;
  }
  body .page-wrapper #switcher-website .fas.fa-globe {
    color: #000000;
    font-size: 22px;
    color: #000;
    width: 15%;
  }
  body .page-wrapper #switcher-website.switcher .options .languages-view {
    width: 100%;
  }
  body .page-wrapper #switcher-website.switcher .options .languages-view br {
    display: none;
  }
  body .page-wrapper #switcher-website.switcher .options .languages-view .txt {
    margin-left: 8%;
    color: #000;
    text-transform: uppercase;
  }
  body .page-wrapper #switcher-website .switcher-trigger strong:after {
    content: '\e622';
  }
  body .page-wrapper #switcher-website.show .switcher-trigger strong:after {
    content: '\e621';
  }
  body .page-wrapper #switcher-website.show ul.languages-dropdown {
    display: block;
  }
  body .page-wrapper #switcher-website ul.languages-dropdown {
    display: none;
  }
  body .page-wrapper .switcher-trigger strong:after {
    color: #000000 !important;
    right: 0;
  }
  body .page-wrapper .switcher-trigger.active:after {
    content: '\e621';
    color: #000000 !important;
    top: -15px;
  }
  body .page-wrapper .switcher .options .action.toggle {
    width: 100%;
  }
  body .page-wrapper .switcher .options .action.toggle:after,
  body .page-wrapper .switcher .options .action.toggle.active:after {
    display: none;
  }
  body .page-wrapper .switcher .options .languages-view {
    display: inline-block;
    width: 85%;
    float: left;
  }
  body .page-wrapper .switcher .options .languages-view .my-account {
    width: 100%;
    text-align: left;
  }
  body .page-wrapper .switcher .options .languages-view .my-account .txt {
    font-size: 1.2em;
    margin-top: 5px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 400;
    color: #000000;
  }
  body .page-wrapper .switcher .options ul.dropdown {
    position: relative;
    box-shadow: none;
    border: none;
  }
  body .page-wrapper .switcher .options ul.dropdown a {
    font-size: 1.4em;
    text-transform: uppercase;
    color: #a5a1a1;
    display: block;
    padding: 8px;
    border-bottom: none;
  }
  body .page-wrapper .switcher .options ul.dropdown:after {
    border: 0;
  }
  .contact-index-index .column:not(.sidebar-main) .form.contact {
    float: none;
    width: 100%;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: none;
    width: 100%;
  }
  .shipping-address-modal.modal-popup.modal-slide,
  .billing-address-modal.modal-popup.modal-slide {
    left: 0;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 400px;
  }
  .shipping-address-modal .modal-inner-wrap h1.modal-title,
  .billing-address-modal .modal-inner-wrap h1.modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .edit-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .ship-here,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .select-address,
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .address-selected {
    clear: left;
    float: left;
    margin-top: 5px;
    position: relative;
    top: 5px;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner ._root .default-address {
    margin-top: 5px;
    position: absolute;
    right: 1rem;
    top: 0;
  }
  .address-loading-mask {
    top: 105px;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .block.related .action.select {
    display: block;
    margin: 5px 0;
  }
  .compare,
  .product-addto-links .action.tocompare,
  .product-item-actions .actions-secondary > .action.tocompare,
  [class*='block-compare'] {
    display: none;
  }
  .block-search .block-content {
    margin-bottom: 0;
  }
  .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: center;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty[data-th]:before,
  .cart.table-wrapper .col.price[data-th]:before,
  .cart.table-wrapper .col.subtotal[data-th]:before,
  .cart.table-wrapper .col.msrp[data-th]:before {
    content: attr(data-th) ':';
    display: block;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .step-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 20px;
  }
  .checkout-payment-method .checkout-billing-address .action-cancel {
    margin-top: 10px;
  }
  .checkout-payment-method .payment-option {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-option .payment-option-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-option .payment-option-content {
    padding: 0 15px 20px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .messages {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin-bottom: 10px;
    display: block;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .form.search.advanced .field.price .with-addon .input-text {
    flex-basis: auto;
    width: 100%;
  }
  .gift-options .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-top: 1px solid #c1c1c1;
    border-bottom: 0;
  }
  .cart.table-wrapper .gift-content {
    margin-right: -10px;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 20px;
  }
  .page-with-filter .columns .sidebar-main {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .map-popup {
    max-width: 100%;
  }
  .map-old-price,
  .map-show-info {
    display: inline-block;
  }
  .map-old-price:not(:last-child),
  .map-show-info:not(:last-child) {
    margin-bottom: 10px;
  }
  .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 {
    margin-bottom: 15px;
  }
  .block-wishlist-management .wishlist-toolbar-select,
  .block-wishlist-management .wishlist-toolbar-actions {
    margin-bottom: 15px;
  }
  .products-grid.wishlist .product-item-checkbox {
    left: 0;
    position: absolute;
    top: 20px;
  }
  .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;
  }
  .products-grid.wishlist .wishlist-dropdown {
    display: none;
  }
  .multishipping-checkout-success .nav-toggle {
    display: block;
  }
  .multishipping-checkout-success .logo {
    margin-left: 40px;
  }
  .reward-settings + .actions-toolbar {
    margin-top: 10px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    display: block;
    float: none;
    margin: 10px 0 0;
  }
  .order-pager-wrapper .toolbar-amount {
    left: inherit;
    position: relative;
    text-align: center;
    top: inherit;
  }
  .order-pager-wrapper .pages {
    text-align: center;
  }
  .order-pager-wrapper .action.previous,
  .order-pager-wrapper .action.next {
    margin: 0;
  }
  .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;
  }
  .products-grid.wishlist {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .products-grid.wishlist .product-item {
    padding: 20px 0 20px 0;
    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;
    float: left;
  }
  .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;
  }
  .wishlist-index-index .product-item {
    width: 100%;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .page-wrapper .header.content .toggle-container {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 33.33%;
    height: 45px;
  }
  .page-wrapper .header.content .toggle-container .logo {
    max-width: 80%;
  }
  .page-wrapper .header.content .nav-toggle {
    background: #000;
    position: relative;
    float: left;
  }
  .page-wrapper .header.content .logo-container {
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 32%;
    height: 45px;
  }
  .bluefoot-row {
    margin: 0 !important;
  }
  .bluefoot-row .bluefoot-wrapper {
    padding: 0;
  }
  .image-container .image-block {
    width: 100% !important;
  }
  .block.filter {
    margin-bottom: 0;
  }
  .block.filter .block-title.filter-title {
    cursor: pointer;
  }
  .block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
    color: #fff;
    display: none;
  }
  .block.filter .block-content.filter-content .filter-options {
    display: none;
    margin: 0;
  }
  .sidebar.sidebar-main .block.filter.active {
    position: relative;
    visibility: visible;
    z-index: 99;
  }
  .sidebar.sidebar-main .block.filter.active .block-content.filter-content {
    display: block;
  }
  .sidebar.sidebar-main .block.filter.active .filter-title {
    border-bottom: 1px solid #cccccc ;
    height: 48px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .sidebar.sidebar-main .block.filter.active .filter-title strong {
    box-shadow: none;
    background: none;
    border: 0;
    color: transparent;
    left: auto;
    right: 0;
    top: 15px;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    border-radius: 3px;
    font-weight: 400;
  }
  .sidebar.sidebar-main .block.filter.active .filter-title strong:after {
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    content: "\f00d";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .sidebar.sidebar-main .block.filter.active .filter-subtitle {
    color: #fff !important;
    background: transparent;
    display: block;
    height: 20px;
    left: 0;
    line-height: 32px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 10px 20px ;
    width: 80%;
  }
  .sidebar.sidebar-main .block.filter.active .filter-options {
    background: #ffffff;
    bottom: 0;
    display: block;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 10;
  }
  .sidebar.sidebar-main .block.filter.active .filter-options .filter-options-item {
    margin-right: 10px;
    margin-left: 15px;
  }
  body.filter-active .page-header {
    display: none;
  }
  body.filter-active .page-wrapper {
    height: 0;
    margin-top: -999999em;
    visibility: hidden;
  }
  body.filter-active .columns {
    z-index: 999;
  }
}
@media only screen and (max-width: 1025px) {
  .modals-wrapper .modal-popup .modal-header {
    padding-top: 2rem;
  }
  .modals-wrapper .modal-popup .modal-title {
    border-bottom: none;
    font-size: 18px;
    font-weight: 300;
  }
  .popup-tree .modal-footer .action,
  .popup-tree .modal-footer .action-primary {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .jstree li a > .field-tooltip {
    float: right;
    margin-right: -4rem;
    position: static;
  }
  .jstree li a > .field-tooltip .field-tooltip-content {
    left: 0;
    max-width: 90%;
    right: auto;
    top: 4.5rem;
    z-index: 20;
  }
  .jstree li a > .field-tooltip .field-tooltip-content:before,
  .jstree li a > .field-tooltip .field-tooltip-content:after {
    left: 6.1rem;
    right: auto;
  }
  .field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
  }
}
@media only screen and (max-width: 419px) {
  .columns .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options {
    width: 100%;
  }
  .columns .column.main .block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item,
  .columns .column.main .block.related .block-content.content .products.list.items.product-items li.item.product.product-item,
  .columns .column.main .block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item {
    width: 50%;
  }
  .columns .column.main .product.details.product-item-details .price-box.price-final_price .old-price {
    display: block;
  }
  .columns .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .stock.unavailable {
    bottom: -20px;
  }
  .columns .column.main .products.wrapper.grid.products-grid .product-item.push-product-1 .product.details.product-item-details.push {
    margin: 0 11px;
  }
  .columns .column.main .products.wrapper.grid.products-grid .product-item.push-product-1 .product.details.product-item-details.push .product-push.link {
    padding: 8px 13px;
    line-height: 54px;
  }
  .columns .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 .product.details.product-item-details.push .product-push.link {
    padding: 8px 20px;
    line-height: 76px;
  }
  .columns .column.main .item.product.product-item.push-product-3 .product.details.product-item-details.push,
  .columns .column.main .item.product.product-item.push-product-2 .product.details.product-item-details.push {
    margin: 0 16px;
  }
  .minicart-wrapper.minicart-wrapper2 .block-minicart {
    width: 340px;
  }
}
@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,
  .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,
  .multicheckout .block-shipping .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: #ff0000;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: 2px;
  }
  .column .block-addbysku .action.remove:focus,
  .column .block-addbysku .action.remove:active {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove:hover {
    background: none;
    border: none;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    pointer-events: none;
    opacity: 0.5;
  }
  .column .block-addbysku .action.remove:visited {
    color: #ff0000;
    text-decoration: #ff0000;
  }
  .column .block-addbysku .action.remove:hover {
    color: #ff0000;
    text-decoration: #ff0000;
  }
  .column .block-addbysku .action.remove:active {
    color: #ff0000;
    text-decoration: #ff0000;
  }
  .column .block-addbysku .action.remove:hover,
  .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],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #ff0000;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .products-grid .product-item {
    margin-bottom: 30px;
  }
  .product-item-actions {
    display: block;
  }
  .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .product-item-actions .actions-primary + .actions-secondary > * {
    white-space: normal;
  }
  .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products .products-grid .product-item,
  .page-layout-1column .products-grid .product-item,
  .page-layout-3columns .products-grid .product-item,
  .page-products.page-layout-1column .products-grid .product-item,
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1),
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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;
    float: left;
  }
  .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 {
    float: left;
    margin-bottom: 0;
    max-width: 240px;
  }
  .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;
  }
  .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.33333333%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%)/3);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 420px) {
  .minicart-wrapper.minicart-wrapper2 .block-minicart {
    width: 390px;
  }
  .minicart-items .product-item-details .details-qty {
    padding-left: 15px;
  }
}
.page-wrapper .header.content .switcher {
  display: none;
  margin-right: 0;
}
.page-wrapper .header.content .fa,
.page-wrapper .header.content .fas {
  font-size: 30px;
}
.page-wrapper .header.content .cms-right-links,
.page-wrapper .header.content .cms-left-links {
  display: none;
}
.page-wrapper .header.content .cms-right-links .action.toggle::after,
.page-wrapper .header.content .cms-left-links .action.toggle::after {
  content: ' ';
}
.page-wrapper .header.content .logo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.page-wrapper .header.content .logo {
  float: none;
  margin: 0 auto;
  max-width: 150px;
}
.page-wrapper .header.content .cms-left-links .links-elements,
.page-wrapper .header.content .cms-right-links .links-elements {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 0.85em;
  font-weight: 600;
  color: #000000;
  box-sizing: border-box;
  padding-bottom: 0;
  width: 80px;
  padding-top: 0;
}
.page-wrapper .header.content .cms-left-links .links-elements .txt,
.page-wrapper .header.content .cms-right-links .links-elements .txt {
  display: block;
  font-size: 12px;
  font-weight: 300;
}
.page-wrapper .header.content .my-link-account.sign-in {
  position: relative;
}
.page-wrapper .header.content .my-link-account.sign-in:hover .my-account-sign-in-links {
  display: block;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links {
  display: none;
  position: absolute;
  width: 150px;
  text-align: left;
  float: left;
  top: 46px;
  left: -35px;
  right: 0;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul {
  background: #fff;
  padding: 0;
  border: 1px solid #000000;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul .customer-links-list {
  width: 100%;
  text-align: left;
  margin: 0;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul .customer-links-list:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul .customer-links-list .account-links {
  min-width: 100px;
  display: block;
  padding: 3px 20px!important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  text-align: left;
  white-space: normal;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul .customer-links-list .account-links:hover {
  color: #ff0000;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul:before,
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul:before {
  left: 63px;
  top: -19px;
  border: 10px solid;
  border-color: transparent transparent #e8e8e8 transparent;
  z-index: 99;
}
.page-wrapper .header.content .my-link-account.sign-in .my-account-sign-in-links ul:after {
  left: 34px;
}
.venum-custom-parrent-category-page .page-wrapper .page-main,
.venum_custom_parrent_category_page .page-wrapper .page-main {
  max-width: 100%;
}
.venum-custom-parrent-category-page .page-wrapper .page-main .columns,
.venum_custom_parrent_category_page .page-wrapper .page-main .columns {
  margin-top: -10px;
}
.venum-custom-parrent-category-page .page-wrapper .page-main .columns .column.main,
.venum_custom_parrent_category_page .page-wrapper .page-main .columns .column.main {
  width: 100%;
  max-width: 100%;
}
.venum-custom-parrent-category-page .page-wrapper .page-main .columns .column.main .category-view,
.venum_custom_parrent_category_page .page-wrapper .page-main .columns .column.main .category-view {
  border: none;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper,
.venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper {
  margin: 5% auto;
  text-align: center;
}
.venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute span,
.venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute span {
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 1pt;
  text-shadow: 1px 2px 3px #c3c3c3;
}
.venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-sub-title-absolute,
.venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-sub-title-absolute {
  color: #000000;
  text-align: center;
  font-weight: 400;
  text-shadow: 1px 2px 3px #c3c3c3;
  font-size: 16px;
}
.category-content {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
.category-content .categ-name {
  margin: 130px auto;
  width: 305px;
  padding: 20px 0;
  background: 0 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 1pt;
  z-index: 99999;
}
.category-content .categ-name.hover {
  color: #9b201f !important;
  background-color: #ffffff !important;
}
@media (max-width: 640px) {
  .venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper,
  .venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper {
    margin: 3%;
    height: 100%;
  }
  .venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute,
  .venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute {
    margin-bottom: 0;
    font-size: x-small;
  }
  .venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute span,
  .venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute span {
    font-size: 20px;
  }
  .venum-custom-parrent-category-page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-sub-title-absolute,
  .venum_custom_parrent_category_page .page-wrapper .category-img-wrapper .vertical-wrapper .page-title-wrapper .page-sub-title-absolute {
    font-size: 12px;
  }
}
body.venum-custom-cms-pages .page-title-wrapper {
  text-align: left;
  max-width: 1280px;
  margin: 0 auto;
}
body.venum-custom-cms-pages .page-title-wrapper h1.page-title span {
  margin: 0 5%;
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
}
body.venum-custom-cms-pages .page-main {
  font-family: helveticaneue-light, helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #585858;
  max-width: 1280px;
}
body.venum-custom-cms-pages .page-main .column.main {
  margin: 0 5%;
  text-align: justify;
  width: auto;
}
.cms-home-venum .tp-bullet,
.cms-home_venum .tp-bullet {
  width: 34px !important;
  height: 2px !important;
}
.cms-home-venum .tp-bullet.selected,
.cms-home_venum .tp-bullet.selected {
  border: 1px solid #000000;
}
.cms-home-venum .widget.block.block-static-block .whats-new,
.cms-home_venum .widget.block.block-static-block .whats-new {
  margin: 0 auto !important;
  max-width: initial;
}
.cms-home-venum .widget.block.block-static-block [data-content-type='row'][data-appearance='contained'] [data-element='inner'],
.cms-home_venum .widget.block.block-static-block [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
.cms-home-venum .whats-new,
.cms-home_venum .whats-new {
  margin: 0 auto !important;
  max-width: 1440px;
}
.cms-home-venum .whats-new .block-title,
.cms-home_venum .whats-new .block-title {
  background: url(../images/arrow_gray.png) repeat-x center 20px;
}
.cms-home-venum .whats-new .db-product-slider,
.cms-home_venum .whats-new .db-product-slider {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-home-venum .whats-new .db-product-slider .slick-list,
.cms-home_venum .whats-new .db-product-slider .slick-list {
  margin: 0;
}
.cms-home-venum .whats-new .db-product-slider .slick-dots li button:before,
.cms-home_venum .whats-new .db-product-slider .slick-dots li button:before,
.cms-home-venum .whats-new .db-product-slider .slick-dots li .quote-details-items .actions-toolbar > .action:before,
.cms-home_venum .whats-new .db-product-slider .slick-dots li .quote-details-items .actions-toolbar > .action:before,
.cms-home-venum .whats-new .db-product-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.cms-home_venum .whats-new .db-product-slider .slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.cms-home-venum .whats-new .db-product-slider .slick-dots li .action-gift:before,
.cms-home_venum .whats-new .db-product-slider .slick-dots li .action-gift:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  content: '\f068';
  font-weight: 900;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info,
.cms-home_venum .whats-new .db-product-slider .product-item-info {
  padding: 0 10px 15px;
  box-shadow: none;
  text-align: center;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product-image-container,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product-image-container {
  width: 100% !important;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product-image-wrapper,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product-image-wrapper {
  padding-bottom: 120% !important;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product-image-wrapper .product-image-photo,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product-image-wrapper .product-image-photo {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  height: auto;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .bluefoot-full-width,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .bluefoot-full-width {
  height: 45px;
  overflow: hidden;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .product-item-name,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .product-item-name {
  text-align: left;
  margin: 0 10px;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .product-item-name a.product-item-link,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .product-item-name a.product-item-link {
  color: #000000 !important;
  font-weight: 400 !important;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .price-box.price-final_price,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .price-box.price-final_price {
  text-align: left;
}
.cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .price-box.price-final_price .price-container .price,
.cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .price-box.price-final_price .price-container .price {
  color: #000000;
  font-weight: 400;
  font-size: 1.5rem;
}
.cms-home-venum .bluefoot-product-list li.item,
.cms-home_venum .bluefoot-product-list li.item,
.cms-home-venum .bluefoot-product-list .item li,
.cms-home_venum .bluefoot-product-list .item li {
  margin: 20px 10px !important;
}
@media only screen and (max-width: 680px) {
  .cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .product-item-name,
  .cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .product-item-name {
    text-align: center;
  }
  .cms-home-venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .price-box.price-final_price,
  .cms-home_venum .whats-new .db-product-slider .product-item-info .product.details.product-item-details .price-box.price-final_price {
    text-align: center;
  }
}
.cms-home-venum .page-wrapper .page-main,
.cms-home_venum .page-wrapper .page-main {
  max-width: 100%;
}
.cms-home-venum .page-wrapper .page-main .home-push .bluefoot-wrapper,
.cms-home_venum .page-wrapper .page-main .home-push .bluefoot-wrapper {
  max-width: 100%;
  padding: 0px;
}
.cms-home-venum .page-wrapper .page-main .bluefoot-wrapper,
.cms-home_venum .page-wrapper .page-main .bluefoot-wrapper {
  max-width: 100%;
  padding: 0;
}
.push-categories {
  padding-bottom: 20px;
  text-align: center;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.push-categories .push-categories-desktop {
  margin-bottom: 40px;
}
.push-categories .push-categories-desktop .dual-pane {
  height: 65vw;
}
.push-categories .push-categories-desktop .left-pane,
.push-categories .push-categories-desktop .mid-pane,
.push-categories .push-categories-desktop .full-pane {
  position: relative;
  background-size: 103% auto;
  /* >100% to prevent white pixel line */
  background-position: center center;
  background-repeat: no-repeat;
}
.push-categories .push-categories-desktop .left-pane {
  float: left;
  height: 100%;
  width: 42.5%;
  position: relative;
}
.push-categories .push-categories-desktop .right-pane {
  height: 100%;
  width: 57.5%;
  float: right;
}
.push-categories .push-categories-desktop a {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.push-categories .push-categories-desktop .full-pane {
  height: 42.5vw;
}
.push-categories .push-categories-desktop .right-pane .mid-pane {
  height: 50%;
  width: 100%;
}
.push-categories .push-categories-desktop .bottom-elem {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.push-categories .push-categories-desktop .category-text {
  padding: 43px 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.push-categories .push-categories-desktop .category-text h2,
.push-categories .push-categories-desktop .category-text h4 {
  text-transform: uppercase;
}
.push-categories .push-categories-desktop .category-text p {
  font-weight: 100;
}
.push-categories .push-categories-desktop .category-text h2,
.push-categories .push-categories-desktop .category-text h4,
.push-categories .push-categories-desktop .category-text p {
  text-shadow: 2px 2px 9px #000000;
  text-align: center;
  color: #ffffff;
}
.push-categories .push-categories-mobile {
  display: none;
  color: #000000;
}
.push-categories .push-categories-mobile .item {
  padding-bottom: 20px;
}
.push-categories .push-categories-mobile .main-link {
  display: inline-block;
  text-decoration: none;
  padding: 6px 15px;
  background: none;
  color: #000000;
  text-transform: uppercase;
  border: 3px solid #000000;
  font-size: 17px;
  margin: 0 auto;
  width: auto;
  transition: all 0.3s ease 0s;
}
.push-categories .push-categories-mobile h4 {
  text-transform: uppercase;
}
.push-categories .push-categories-desktop .category-text h2,
.push-categories .push-categories-desktop .category-text h4 {
  font-size: 42px;
}
.push-categories .push-categories-desktop .category-text p {
  font-size: 18px;
  letter-spacing: 0.4pt;
}
.push-categories .push-categories-desktop {
  display: none;
}
.push-categories .push-categories-mobile {
  display: block;
}
.checkout-index-index.onestepcheckout-index-index,
.checkout_index_index.onestepcheckout-index-index {
  background-image: -webkit-linear-gradient(#f6f6f6, #e3e3e3 50%, #ffffff);
  background-image: -o-linear-gradient(#f6f6f6, #e3e3e3 50%, #ffffff);
  background-image: linear-gradient(#f6f6f6, #e3e3e3 50%, #ffffff);
  background-repeat: no-repeat;
}
.checkout-index-index.onestepcheckout-index-index .phone,
.checkout_index_index.onestepcheckout-index-index .phone {
  color: #9d211f;
  padding-left: 10px;
  font-weight: 700;
}
.checkout-index-index.onestepcheckout-index-index .opc-block-summary .table-totals .grand .mark,
.checkout_index_index.onestepcheckout-index-index .opc-block-summary .table-totals .grand .mark {
  padding-right: 10px !important;
  padding-top: 20px;
}
.checkout-index-index.onestepcheckout-index-index .opc-block-summary .table-totals .grand .amount,
.checkout_index_index.onestepcheckout-index-index .opc-block-summary .table-totals .grand .amount {
  padding-top: 20px !important;
  padding-right: 20px;
}
.checkout-index-index.onestepcheckout-index-index .minicart-items .product-item-name,
.checkout_index_index.onestepcheckout-index-index .minicart-items .product-item-name {
  color: #9d211f;
  font-size: 14px !important;
}
.checkout-index-index.onestepcheckout-index-index .minicart-items a:visited,
.checkout_index_index.onestepcheckout-index-index .minicart-items a:visited,
.checkout-index-index.onestepcheckout-index-index .alink:visited,
.checkout_index_index.onestepcheckout-index-index .alink:visited {
  color: #9d211f;
}
.checkout-index-index.onestepcheckout-index-index .minicart-items a,
.checkout_index_index.onestepcheckout-index-index .minicart-items a,
.checkout-index-index.onestepcheckout-index-index .alink,
.checkout_index_index.onestepcheckout-index-index .alink {
  color: #9d211f;
}
.checkout-index-index.onestepcheckout-index-index .checkout-header,
.checkout_index_index.onestepcheckout-index-index .checkout-header {
  margin: 50px auto 0 auto;
}
.checkout-index-index.onestepcheckout-index-index .checkout-header .logo,
.checkout_index_index.onestepcheckout-index-index .checkout-header .logo {
  float: none;
}
.checkout-index-index.onestepcheckout-index-index .checkout-header .logo img,
.checkout_index_index.onestepcheckout-index-index .checkout-header .logo img {
  margin: 0 auto;
  width: 230px;
}
.checkout-index-index.onestepcheckout-index-index .page-title-wrapper .page-title,
.checkout_index_index.onestepcheckout-index-index .page-title-wrapper .page-title {
  display: none;
}
.checkout-index-index.onestepcheckout-index-index .page-title-wrapper .checkout-description,
.checkout_index_index.onestepcheckout-index-index .page-title-wrapper .checkout-description {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container,
.checkout_index_index.onestepcheckout-index-index .checkout-container {
  max-width: 1280px;
  margin: 80px auto;
  padding: 20px 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 8px solid #9d211f;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF6F6F6', endColorstr='#FFF6F6F6', GradientType=0);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-color: red !important;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .step-title,
.checkout_index_index.onestepcheckout-index-index .checkout-container .step-title {
  background-color: #000 !important;
  border-bottom: none !important;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .fieldset > .field.street:not(.choice) > .label,
.checkout_index_index.onestepcheckout-index-index .checkout-container .fieldset > .field.street:not(.choice) > .label {
  float: left !important;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .fieldset > .field .note:before,
.checkout_index_index.onestepcheckout-index-index .checkout-container .fieldset > .field .note:before,
.checkout-index-index.onestepcheckout-index-index .checkout-container .fieldset > .fields > .field .note:before,
.checkout_index_index.onestepcheckout-index-index .checkout-container .fieldset > .fields > .field .note:before {
  content: ' ';
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .payment-method .payment-method-title,
.checkout_index_index.onestepcheckout-index-index .checkout-container .payment-method .payment-method-title {
  border-top: 1px solid #ccc !important;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .opc-block-summary .table-totals thead th,
.checkout_index_index.onestepcheckout-index-index .checkout-container .opc-block-summary .table-totals thead th,
.checkout-index-index.onestepcheckout-index-index .checkout-container table#checkout-review-table thead th,
.checkout_index_index.onestepcheckout-index-index .checkout-container table#checkout-review-table thead th {
  text-align: left;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-authentication-wrapper,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-authentication-wrapper {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 18px;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-authentication-wrapper .action-auth-toggle.osc-authentication-toggle,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-authentication-wrapper .action-auth-toggle.osc-authentication-toggle {
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  width: auto;
  padding: 14px 10px 10px;
  font-weight: 700;
  font-family: Oswald, Arial, lucida grande, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ff0000;
  border-color: #ff0000;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container #block-discount-heading,
.checkout_index_index.onestepcheckout-index-index .checkout-container #block-discount-heading {
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  background-color: #9d211f;
  border-color: #881d1b;
  width: auto;
  padding: 14px 10px 10px;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container #checkout-review-table,
.checkout_index_index.onestepcheckout-index-index .checkout-container #checkout-review-table {
  background: none;
  border: none;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .opc-wrapper .action.action-show-popup,
.checkout_index_index.onestepcheckout-index-index .checkout-container .opc-wrapper .action.action-show-popup {
  border: 1px solid #333;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper {
  float: right;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .checkout-agreements-block,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .checkout-agreements-block {
  margin-top: -18px;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary button.primary.checkout,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary button.primary.checkout,
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .quote-details-items .actions-toolbar > .action.primary.checkout,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .quote-details-items .actions-toolbar > .action.primary.checkout,
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .cart.table-wrapper .actions-toolbar > .action.primary.checkout,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .cart.table-wrapper .actions-toolbar > .action.primary.checkout,
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .action-gift.primary.checkout,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .action-gift.primary.checkout {
  background-color: #00b654 !important;
  border-color: #00b654 !important;
  font-size: 24px;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary button.primary.checkout span,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary button.primary.checkout span,
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .quote-details-items .actions-toolbar > .action.primary.checkout span,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .quote-details-items .actions-toolbar > .action.primary.checkout span,
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .cart.table-wrapper .actions-toolbar > .action.primary.checkout span,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .cart.table-wrapper .actions-toolbar > .action.primary.checkout span,
.checkout-index-index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .action-gift.primary.checkout span,
.checkout_index_index.onestepcheckout-index-index .checkout-container .osc-place-order-wrapper .place-order-primary .action-gift.primary.checkout span {
  font-size: 24px;
  text-transform: uppercase;
}
.checkout-index-index.onestepcheckout-index-index .checkout-container .step-title .fa,
.checkout_index_index.onestepcheckout-index-index .checkout-container .step-title .fa {
  color: #fff;
}
.checkout-index-index.onestepcheckout-index-index .modal-popup.modal-slide .modal-inner-wrap,
.checkout_index_index.onestepcheckout-index-index .modal-popup.modal-slide .modal-inner-wrap {
  min-height: auto !important;
}
@media only screen and (max-width: 540px) {
  .checkout-index-index.onestepcheckout-index-index .checkout-container .osc-authentication-wrapper .action-auth-toggle.osc-authentication-toggle,
  .checkout_index_index.onestepcheckout-index-index .checkout-container .osc-authentication-wrapper .action-auth-toggle.osc-authentication-toggle {
    font-size: 10px;
  }
  .checkout-index-index.onestepcheckout-index-index .page-title-wrapper .checkout-description b,
  .checkout_index_index.onestepcheckout-index-index .page-title-wrapper .checkout-description b {
    text-align: center;
    padding: 0 10px;
  }
}
.cms-venum-athletes .page-wrapper .page-main {
  max-width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: -20px;
  margin-top: 0;
}
.cms-venum-athletes .page-wrapper .page-main .bluefoot-row {
  margin: 0;
}
.cms-venum-athletes .page-wrapper .page-main .bluefoot-row .bluefoot-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.cms-venum-athletes .page-wrapper .page-main .columns {
  margin-top: 0%;
}
.cms-venum-athletes .page-wrapper .page-main .columns .column.main {
  width: 100%;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container {
  margin: 0 auto;
  color: #000;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .mobile-image-section {
  display: block;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .mobile-image-section img {
  width: 100%;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container h1 {
  font-size: 1.5rem;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .first-name {
  display: block;
  font-size: 4em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .last-name {
  display: block;
  font-size: 3em;
  font-weight: 400;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  line-height: 0;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .section {
  padding: 10px 5%;
  text-align: justify;
  margin-top: -1rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .first-section {
  height: auto;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .first-section .first-section-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .next-section {
  height: auto;
  padding-bottom: 3rem;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .next-section .section-title {
  font-size: 2em;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .next-section .next-section-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-venum-athletes .page-wrapper .page-main .columns .venum-athletes-container .next-section .next-section-text p {
  margin-bottom: 0;
}
.cms-venum-athletes [data-content-type='row'][data-appearance='contained'] {
  max-width: 100% !important;
}
.cms-venum-athletes [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
.cms-venum-athletes .venum_athlete {
  max-width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: -20px;
  margin-top: 0;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container {
  margin: 0 auto;
  color: #000;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .mobile-image-section {
  display: block;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .mobile-image-section img {
  width: 100%;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container h1 {
  font-size: 1.5rem;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .first-name {
  display: block;
  font-size: 4em;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .last-name {
  display: block;
  font-size: 3em;
  font-weight: 400;
  font-size: 2.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 300;
  line-height: 0;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .section {
  padding: 10px 5%;
  text-align: justify;
  margin-top: -1rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .first-section {
  height: auto;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .first-section .first-section-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .next-section {
  height: auto;
  padding-bottom: 3rem;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .next-section .section-title {
  font-size: 2em;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .next-section .next-section-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-venum-athletes .venum_athlete .venum-athletes-container .next-section .next-section-text p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .cms-venum-athletes .venum_athlete {
    background-image: none !important;
  }
}
.venum-lookbook {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.venum-lookbook .lookbook_desktop {
  display: none !important;
}
.venum-lookbook .lookbook_mobile {
  display: block !important;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container {
  width: 100%;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .pin__title {
  color: #000;
  border: 1px solid #000;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .pin__type--area {
  width: 30px !important;
  height: 30px !important;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .pin__type--area:after {
  font-family: 'Font Awesome 5 Free';
  content: '\f067';
  font-weight: 900;
  color: #fff;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .pin__type--area:hover {
  background: #ff0000 !important;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .popup__content {
  padding: 0 15px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .popup__content .price-box .price {
  color: #000;
  font-weight: 900;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .popup__content > div a {
  padding: 12px 0;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .popup__content .price-box .old-price {
  text-decoration: line-through;
  color: #ff0000;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .popup__content .price-box .old-price .price {
  color: #ff0000;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item {
  padding: 0 10px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group {
  display: block;
  padding: 0;
  overflow: hidden;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute .swatch-attribute-options,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.size .swatch-attribute-options {
  display: block !important;
  margin: 15px 0 5px;
  padding: 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  overflow: hidden;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute .swatch-attribute-options .swatch-option,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.size .swatch-attribute-options .swatch-option {
  border: 1px solid #ccc;
  color: #000;
  background: #fff;
  padding: 2px 8px;
  padding: 1px 2px;
  min-width: 30px;
  max-width: 90px;
  height: 20px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  overflow: hidden;
  text-overflow: ellipsis;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute .swatch-attribute-options .swatch-option.text,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.size .swatch-attribute-options .swatch-option.text {
  background: #fff;
  color: #686868;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  padding: 4px 8px;
  min-width: 20px;
  margin-right: 7px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute .swatch-attribute-options .swatch-option.out-of-stock:after,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.size .swatch-attribute-options .swatch-option.out-of-stock:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #b5b5b5;
  opacity: 0.5;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-track {
  margin: 0 5px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-list.draggable {
  margin: 10px auto;
  width: 75%;
  padding-left: 0;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-next {
  right: 10px;
  top: 45%;
  height: 15px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-prev {
  left: 10px;
  top: 45%;
  height: 15px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-next:after,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-next:before,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-prev:after,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-prev:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-prev:before {
  content: '\f053';
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .slick-next:before {
  content: '\f054';
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option {
  margin: 5px 10px 5px 0;
  border: 1px solid #ccc;
  color: #000;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option.image {
  background-size: contain !important;
  padding: 0;
  height: 25px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner {
  margin: 0 5px;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary {
  display: block;
  width: 100%;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form {
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .product-item-actions .tocart {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  font-weight: 400;
  border-color: #000000;
  font-family: Oswald, Arial, lucida grande, sans-serif;
  transition: all .3s ease 0s;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form input.swatch-input {
  display: none;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form button.action.tocart.primary,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .quote-details-items .actions-toolbar > .action.action.tocart.primary,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .action-gift.action.tocart.primary {
  padding: 7px 15px;
  color: #fff;
  font-weight: 700;
}
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form button.action.tocart.primary:hover,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .quote-details-items .actions-toolbar > .action.action.tocart.primary:hover,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .cart.table-wrapper .actions-toolbar > .action.action.tocart.primary:hover,
.venum-lookbook .lookbook-container .mgs-lookbook-container .product-item .uncover-swatch-group .product-item-inner .actions-primary form .action-gift.action.tocart.primary:hover {
  background-color: #ff0000;
}
.venum-home .home-block-container {
  color: #000000;
}
.venum-home .home-block-container .block-title {
  margin: 15px 0 5px;
}
.venum-home .home-block-container .block-title h2 {
  margin-bottom: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
.venum-home .home-block-container .image-container.no-mobile {
  display: none;
}
.venum-home .home-block-container .image-container.mobile {
  display: block;
}
.venum-home .home-block-container .image-container .image-block {
  float: left;
  box-sizing: border-box;
  padding: 10px 5px;
  position: relative;
}
.venum-home .home-block-container .image-container .image-block img {
  width: 100%;
}
.venum-home .home-block-container .image-container .image-block .block-description {
  padding: 10px 15px;
  text-align: center;
}
.venum-home .home-block-container .image-container .image-block .block-description .image-description {
  margin: 0 0 25px;
}
.venum-home .home-block-container .image-container .image-block .block-description p {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.venum-home .home-block-container .image-container .image-block .block-description a.discover {
  padding: 5px 30px;
  border: 1px solid #000000;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tp-bullets.persephone {
    display: none;
  }
}
.venum-shoes {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.venum-shoes .page-wrapper .page-main {
  max-width: 1920px;
}
.venum-shoes .page-wrapper .page-main .columns {
  margin-top: 0;
}
.venum-shoes .page-wrapper .page-main .page-footer .widget.block {
  margin: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container {
  position: relative;
}
.venum-shoes .page-wrapper .page-main .shoes-container .relative-block {
  position: relative;
}
.venum-shoes .page-wrapper .page-main .shoes-container p {
  margin: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container .bluefoot-video-top-right-position {
  top: 10%;
}
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-small-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-title,
.venum-shoes .page-wrapper .page-main .shoes-container .video-title {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-small-title {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  color: #000;
  white-space: nowrap;
  letter-spacing: -0.03vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-gold-title {
  font-family: Oswald Medium, Arial, lucida grande, sans-serif;
  color: #ad9870;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 1.35vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-description {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  color: #000;
  width: 100%;
  font-size: 3.5vw;
  font-weight: 200;
  margin-top: 0;
  margin: 15px 0 5%;
  text-align: justify;
}
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-description strong {
  font-weight: 600;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-title {
  margin-left: -0.4vw !important;
}
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-small-title {
  margin-left: -0.25vw !important;
}
.venum-shoes .page-wrapper .page-main .shoes-container .block-text.absolute-block-text {
  position: absolute;
  background: #fff;
  color: #ad9870;
  padding: 3% 2%;
  left: 40%;
  right: 0;
  width: 60vw;
  bottom: -8%;
  text-align: center;
  left: 20%;
  font-size: 2.5vw;
  box-shadow: 1px 2px 5px #4c4b4b;
}
.venum-shoes .page-wrapper .page-main .shoes-container .block-text p {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
.venum-shoes .page-wrapper .page-main .shoes-container .absolute-link {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  position: absolute;
  color: #000;
  bottom: 22%;
  font-size: 1.8vw;
  width: 16vw;
  text-align: right;
  white-space: nowrap;
}
.venum-shoes .page-wrapper .page-main .shoes-container .absolute-link p {
  margin: 0;
  line-height: 1;
}
.venum-shoes .page-wrapper .page-main .shoes-container .absolute-link p.name:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  font-weight: 700;
  transform: rotate(90deg) !important;
  right: -8%;
  top: 0;
  font-size: 1.5vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.desktop-renderer {
  display: none;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer .hightlight-small-title {
  font-size: 11.5vw;
  line-height: 0.8;
  margin: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer .hightlight-title {
  font-size: 19vw;
  line-height: 1;
  margin: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer .hightlight-gold-title {
  font-size: 5vw;
  line-height: 1;
  margin: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.first-block .video-container .video-title {
  font-size: 8.7vw;
  white-space: nowrap;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.first-block .video-container .video-small-title {
  font-size: 5.48vw;
  font-weight: 100;
  line-height: 0.8;
  white-space: nowrap;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.first-block .video-container .video-description {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  color: #000;
  font-size: 3.3vw;
  font-weight: 300;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.first-block .video-container .video-description strong {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  font-weight: 700;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.first-block.video-center-block {
  height: 88vw;
  margin-top: 10%;
  text-align: center;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.first-block.video-center-block .icon-play img {
  position: absolute;
  top: 45%;
  margin: 0 auto;
  width: 60px;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.second-block {
  position: relative;
  min-height: 18vw;
  overflow: hidden;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.first {
  margin-top: -1%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.first .hightlight-small-title {
  letter-spacing: 1.12vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.first .hightlight-title {
  letter-spacing: -0.45vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.first .hightlight-gold-title {
  letter-spacing: 1.16vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.first .absolute-link {
  right: 50%;
  bottom: 28%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.first .absolute-link p.name:after {
  right: inherit;
  margin-left: 5px;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second {
  margin-top: 10%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .hightlight-title {
  letter-spacing: 1.18vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .hightlight-small-title {
  font-size: 13vw;
  letter-spacing: -0.44vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .hightlight-gold-title {
  letter-spacing: 0.64vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .block-text.absolute-block-text {
  width: 50vw;
  left: 25%;
  right: 25%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .block-text.absolute-block-text p {
  margin: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .absolute-link {
  left: 38%;
  text-align: left;
  bottom: 12%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.second .absolute-link p.name:after {
  right: inherit;
  margin-left: 5px;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.last {
  margin-top: 10%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.last .hightlight-small-title {
  letter-spacing: -0.32vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.last .hightlight-title {
  letter-spacing: -0.6vw;
  font-size: 16vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block.last .hightlight-gold-title {
  letter-spacing: 1.3vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image {
  position: absolute;
  z-index: 2;
  bottom: -2%;
  max-width: 80%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image.right-position {
  right: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image.left-position {
  left: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image .block-image {
  position: relative;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text {
  position: absolute;
  top: 42%;
  text-align: center;
  font-size: 1.6vw;
  width: 30vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text.right-position {
  right: 0;
  font-size: 1.35vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text.left-position {
  left: 5%;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text p {
  color: #805f11;
  font-weight: 300;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.tested-block .hightlight-title {
  letter-spacing: 1.5vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.tested-block .hightlight-small-title {
  letter-spacing: 2.52vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.tested-block .hightlight-gold-title {
  letter-spacing: 2.48vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.team-image-block {
  text-transform: uppercase;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.team-image-block .block-text.absolute-block-text {
  padding: 5% 2%;
  z-index: 2;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.team-image-block .block-text.absolute-block-text span {
  font-size: 5vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.protection-block {
  min-height: 135vw;
  margin-top: -2%;
  overflow: hidden;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.protection-block .header {
  margin: 12% 6% 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.protection-block .header .hightlight-small-title {
  letter-spacing: 2vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.protection-block .header .hightlight-title {
  letter-spacing: 2.2vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.protection-block .header .hightlight-gold-title {
  letter-spacing: 1.6vw;
  line-height: 1.6;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.protection-block .hightlight-description {
  width: 60%;
  float: right;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.link-block {
  min-height: 85vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.link-block .absolute-link {
  color: #fff;
  right: 25%;
  bottom: 8%;
  width: 20vw;
  font-size: 2vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.link-block .discover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer.last-block .video-container .video-title {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  font-size: 10.4vw;
  white-space: nowrap;
  letter-spacing: 1vw;
}
.venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer .video-container .video-block {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container {
  margin: 15px 6%;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .video-small-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .video-small-title,
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .hightlight-small-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .hightlight-small-title {
  color: #000;
  margin-bottom: 0;
  padding: 0 0 5px;
  margin: 0;
  text-transform: uppercase;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .video-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .video-title,
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .hightlight-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .hightlight-title {
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container.black-text .hightlight-small-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container.black-text .hightlight-small-title {
  color: #000;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container.black-text .hightlight-title,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container.black-text .hightlight-title {
  color: #000;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container.black-text .hightlight-description,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container.black-text .hightlight-description {
  color: #000;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .video-block,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .video-block {
  margin-top: 15px;
  background: #000;
  height: 50vw;
  position: relative;
  border: 1px solid #000;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .video-block .icon-play,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .video-block .icon-play {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .video-block .icon-play img,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .video-block .icon-play img {
  margin: 0 auto;
  width: 60px;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .video-description,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .video-description {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
.venum-shoes .page-wrapper .page-main .shoes-container .video-container .venum-lines-black,
.venum-shoes .page-wrapper .page-main .shoes-container .hightlight-container .venum-lines-black {
  margin: 15px 0 10px;
}
.venum-shoes .modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
}
.venum-shoes .modals-wrapper .modal-popup.venum-video .modal-inner-wrap {
  height: auto !important;
  min-height: auto !important;
  width: 90vw !important;
  margin: 5% auto;
}
.venum-shoes .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-content {
  padding: 5px;
}
.venum-shoes .page-footer .widget.block {
  margin: 0;
}
.venum-shoes .video-iframe {
  width: 100%;
  margin: 0 auto !important;
  height: 60vw;
}
@media only screen and (max-width: 480px) {
  .video-iframe {
    width: 100%;
    margin: 0 auto;
    height: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  .venum-shoes .page-wrapper .page-main .shoes-container.desktop-renderer.power-block.last .absolute-image .block-image .block-text {
    left: 0;
    width: 30vw;
  }
}
@media only screen and (max-width: 580px) {
  .venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer:not(.team-image-block).power-block.last,
  .venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer:not(.team-image-block).first-block.video-center-block,
  .venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer:not(.team-image-block).power-block.second {
    margin-top: 0;
  }
  .venum-shoes .page-wrapper .page-main .shoes-container.mobile-renderer:not(.team-image-block) .block-text.absolute-block-text {
    position: relative;
    width: 90% !important;
    text-align: center;
    box-shadow: none;
    font-size: 3.5vw;
    left: 0 !important;
    padding: 3% 5%;
  }
}
.venum-shoes {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.venum-shoes [data-content-type='row'][data-appearance='contained'] {
  max-width: 100% !important;
}
.venum-shoes [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
}
.venum-shoes .page-wrapper .page-main-full-width {
  max-width: 1920px;
}
.venum-shoes .page-wrapper .page-main-full-width .columns {
  margin-top: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .page-footer .widget.block {
  margin: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container {
  position: relative;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .relative-block {
  position: relative;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container p {
  margin: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .bluefoot-video-top-right-position {
  top: 10%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-small-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-title {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  color: #000;
  white-space: nowrap;
  letter-spacing: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-small-title {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  color: #000;
  white-space: nowrap;
  letter-spacing: -0.03vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-gold-title {
  font-family: Oswald Medium, Arial, lucida grande, sans-serif;
  color: #ad9870;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 1.35vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-description {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  color: #000;
  width: 100%;
  font-size: 3.5vw;
  font-weight: 200;
  margin-top: 0;
  margin: 15px 0 5%;
  text-align: justify;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-description strong {
  font-weight: 600;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-title {
  margin-left: -0.4vw !important;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-small-title {
  margin-left: -0.25vw !important;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .block-text.absolute-block-text {
  position: absolute;
  background: #fff;
  color: #ad9870;
  padding: 3% 2%;
  left: 40%;
  right: 0;
  width: 60vw;
  bottom: -8%;
  text-align: center;
  left: 20%;
  font-size: 2.5vw;
  box-shadow: 1px 2px 5px #4c4b4b;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .block-text p {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .absolute-link {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  position: absolute;
  color: #000;
  bottom: 22%;
  font-size: 1.8vw;
  width: 16vw;
  text-align: right;
  white-space: nowrap;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .absolute-link p {
  margin: 0;
  line-height: 1;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .absolute-link p.name:after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f002';
  font-weight: 700;
  transform: rotate(90deg) !important;
  right: -8%;
  top: 0;
  font-size: 1.5vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.desktop-renderer {
  display: none;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer .hightlight-small-title {
  font-size: 11.5vw;
  line-height: 0.8;
  margin: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer .hightlight-title {
  font-size: 19vw;
  line-height: 1;
  margin: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer .hightlight-gold-title {
  font-size: 5vw;
  line-height: 1;
  margin: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.first-block .video-container .video-title {
  font-size: 8.7vw;
  white-space: nowrap;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.first-block .video-container .video-small-title {
  font-size: 5.48vw;
  font-weight: 100;
  line-height: 0.8;
  white-space: nowrap;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.first-block .video-container .video-description {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  color: #000;
  font-size: 3.3vw;
  font-weight: 300;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.first-block .video-container .video-description strong {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  font-weight: 700;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.first-block.video-center-block {
  height: 88vw;
  margin-top: 10%;
  text-align: center;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.first-block.video-center-block .icon-play img {
  position: absolute;
  top: 45%;
  margin: 0 auto;
  width: 60px;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.second-block {
  position: relative;
  min-height: 18vw;
  overflow: hidden;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.first {
  margin-top: -1%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.first .hightlight-small-title {
  letter-spacing: 1.12vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.first .hightlight-title {
  letter-spacing: -0.45vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.first .hightlight-gold-title {
  letter-spacing: 1.16vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.first .absolute-link {
  right: 50%;
  bottom: 28%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.first .absolute-link p.name:after {
  right: inherit;
  margin-left: 5px;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second {
  margin-top: 10%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .hightlight-title {
  letter-spacing: 1.18vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .hightlight-small-title {
  font-size: 13vw;
  letter-spacing: -0.44vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .hightlight-gold-title {
  letter-spacing: 0.64vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .block-text.absolute-block-text {
  width: 50vw;
  left: 25%;
  right: 25%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .block-text.absolute-block-text p {
  margin: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .absolute-link {
  left: 38%;
  text-align: left;
  bottom: 12%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.second .absolute-link p.name:after {
  right: inherit;
  margin-left: 5px;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.last {
  margin-top: 10%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.last .hightlight-small-title {
  letter-spacing: -0.32vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.last .hightlight-title {
  letter-spacing: -0.6vw;
  font-size: 16vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block.last .hightlight-gold-title {
  letter-spacing: 1.3vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image {
  position: absolute;
  z-index: 2;
  bottom: -2%;
  max-width: 80%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image.right-position {
  right: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image.left-position {
  left: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image .block-image {
  position: relative;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text {
  position: absolute;
  top: 42%;
  text-align: center;
  font-size: 1.6vw;
  width: 30vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text.right-position {
  right: 0;
  font-size: 1.35vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text.left-position {
  left: 5%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.power-block .absolute-image .block-image .block-text p {
  color: #805f11;
  font-weight: 300;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.tested-block .hightlight-title {
  letter-spacing: 1.5vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.tested-block .hightlight-small-title {
  letter-spacing: 2.52vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.tested-block .hightlight-gold-title {
  letter-spacing: 2.48vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.team-image-block {
  text-transform: uppercase;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.team-image-block .block-text.absolute-block-text {
  padding: 5% 2%;
  z-index: 2;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.team-image-block .block-text.absolute-block-text span {
  font-size: 5vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.protection-block {
  min-height: 135vw;
  margin-top: -2%;
  overflow: hidden;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.protection-block .header {
  margin: 12% 6% 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.protection-block .header .hightlight-small-title {
  letter-spacing: 2vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.protection-block .header .hightlight-title {
  letter-spacing: 2.2vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.protection-block .header .hightlight-gold-title {
  letter-spacing: 1.6vw;
  line-height: 1.6;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.protection-block .hightlight-description {
  width: 60%;
  float: right;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.link-block {
  min-height: 85vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.link-block .absolute-link {
  color: #fff;
  right: 25%;
  bottom: 8%;
  width: 20vw;
  font-size: 2vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.link-block .discover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer.last-block .video-container .video-title {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  font-size: 10.4vw;
  white-space: nowrap;
  letter-spacing: 1vw;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer .video-container .video-block {
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container {
  margin: 15px 6%;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .video-small-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .video-small-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .hightlight-small-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .hightlight-small-title {
  color: #000;
  margin-bottom: 0;
  padding: 0 0 5px;
  margin: 0;
  text-transform: uppercase;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .video-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .video-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .hightlight-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .hightlight-title {
  margin: 0;
  color: #000;
  text-transform: uppercase;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container.black-text .hightlight-small-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container.black-text .hightlight-small-title {
  color: #000;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container.black-text .hightlight-title,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container.black-text .hightlight-title {
  color: #000;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container.black-text .hightlight-description,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container.black-text .hightlight-description {
  color: #000;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .video-block,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .video-block {
  margin-top: 15px;
  background: #000;
  height: 50vw;
  position: relative;
  border: 1px solid #000;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .video-block .icon-play,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .video-block .icon-play {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .video-block .icon-play img,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .video-block .icon-play img {
  margin: 0 auto;
  width: 60px;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .video-description,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .video-description {
  color: #fff;
  font-size: 14px;
  text-align: justify;
}
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .video-container .venum-lines-black,
.venum-shoes .page-wrapper .page-main-full-width .shoes-container .hightlight-container .venum-lines-black {
  margin: 15px 0 10px;
}
.venum-shoes .modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
}
.venum-shoes .modals-wrapper .modal-popup.venum-video .modal-inner-wrap {
  height: auto !important;
  min-height: auto !important;
  width: 90vw !important;
  margin: 5% auto;
}
.venum-shoes .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-content {
  padding: 5px;
}
.venum-shoes .page-footer .widget.block {
  margin: 0;
}
.venum-shoes .video-iframe {
  width: 100%;
  margin: 0 auto !important;
  height: 60vw;
}
@media only screen and (max-width: 480px) {
  .video-iframe {
    width: 100%;
    margin: 0 auto;
    height: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  .venum-shoes .page-wrapper .page-main-full-width .shoes-container.desktop-renderer.power-block.last .absolute-image .block-image .block-text {
    left: 0;
    width: 30vw;
  }
}
@media only screen and (max-width: 580px) {
  .venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer:not(.team-image-block).power-block.last,
  .venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer:not(.team-image-block).first-block.video-center-block,
  .venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer:not(.team-image-block).power-block.second {
    margin-top: 0;
  }
  .venum-shoes .page-wrapper .page-main-full-width .shoes-container.mobile-renderer:not(.team-image-block) .block-text.absolute-block-text {
    position: relative;
    width: 90% !important;
    text-align: center;
    box-shadow: none;
    font-size: 3.5vw;
    left: 0 !important;
    padding: 3% 5%;
  }
}
.as-mask,
.as-vertical .as-panels {
  width: 100%;
}
.as-mask,
.as-panel {
  overflow: hidden;
}
.as-horizontal .as-panels,
.as-mask {
  height: 100%;
}
.accordion-slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.as-background-opened,
.as-layer,
.as-mask,
.as-panel,
.as-panels {
  position: absolute;
}
.accordion-slider * {
  -webkit-tap-highlight-color: transparent;
}
.as-overlap .as-panel {
  overflow: visible;
}
.as-horizontal .as-panel {
  height: 100%;
  width: auto;
}
.as-vertical .as-panel {
  width: 100%;
  height: auto;
}
.as-shadow {
  -webkit-box-shadow: -5px 0 40px 1px #000000;
  -mox-box-shadow: -5px 0 40px 1px #000000;
  box-shadow: -5px 0 40px 1px #000000;
}
.as-background,
.as-background-opened {
  border: none;
}
.as-horizontal .as-background,
.as-horizontal .as-background-opened {
  height: 100%;
  width: auto;
}
.as-vertical .as-background,
.as-vertical .as-background-opened {
  width: 100%;
  height: auto;
}
.as-background-opened {
  left: 0;
  top: 0;
  visibility: hidden;
}
.as-layer {
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
}
.as-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.as-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.as-rounded {
  border-radius: 10px;
}
.as-padding {
  padding: 10px;
}
.as-layer.as-vertical {
  -moz-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -moz-transform: rotate(-90deg) translateY(100%);
  -webkit-transform: rotate(-90deg) translateY(100%);
  transform: rotate(-90deg) translateY(100%);
}
.as-pagination-buttons {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.as-pagination-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.as-pagination-buttons .as-selected {
  background-color: #000;
}
.as-has-buttons {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .as-pagination-button {
    width: 14px;
    height: 14px;
  }
  .as-has-buttons {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .as-pagination-button {
    width: 16px;
    height: 16px;
  }
  .as-has-buttons {
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .as-pagination-button {
    width: 18px;
    height: 18px;
  }
  .as-has-buttons {
    margin-bottom: 40px;
  }
}
.as-selectable {
  cursor: default;
}
.as-grab {
  cursor: url(images/openhand.cur), move;
}
.as-grabbing {
  cursor: url(images/closedhand.cur), move;
}
.as-no-js {
  overflow: hidden;
  max-width: 100%;
}
.accordion-slider p.as-layer {
  font-size: 14px;
  line-height: 1.4;
}
.accordion-slider h1.as-layer {
  font-size: 32px;
  line-height: 1.4;
}
.accordion-slider h2.as-layer {
  font-size: 24px;
  line-height: 1.4;
}
.accordion-slider h3.as-layer {
  font-size: 19px;
  line-height: 1.4;
}
.accordion-slider h4.as-layer {
  font-size: 16px;
  line-height: 1.4;
}
.accordion-slider h5.as-layer {
  font-size: 13px;
  line-height: 1.4;
}
.accordion-slider h6.as-layer {
  font-size: 11px;
  line-height: 1.4;
}
.accordion-slider img.as-layer {
  border: none;
}
.accordion-slider .as-background,
.accordion-slider .as-background-opened {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.accordion-slider a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
.accordion-slider canvas,
.accordion-slider embed,
.accordion-slider iframe,
.accordion-slider object,
.accordion-slider video {
  max-width: none;
  max-height: none;
}
.more {
  display: none;
}
p {
  margin-bottom: 0 !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.hideme {
  opacity: 0.1;
}
.cms-venum-desciplines {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-venum-desciplines .page-wrapper .page-main {
  max-width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .columns {
  margin-top: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block {
  background-size: cover !important;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block h5 {
  font-size: 90px !important;
  font-weight: 500 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block .hightlight-title {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 100;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block .hightlight-small-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block .hightlight-description {
  text-align: justify;
  font-weight: 200;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 23px;
  padding: 30px 0 50px;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block .hightlight-xl-description {
  font-weight: 600 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block .hightlight-xl-description a {
  color: #000;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main .columns .bg-static-block .hightlight-xl-description a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper,
.cms-venum-desciplines .page-wrapper .page-main .jobs {
  max-width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .tobottom .fas,
.cms-venum-desciplines .page-wrapper .page-main .jobs .tobottom .fas {
  color: #000 !important;
  font-size: 36px !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper.with-media-background,
.cms-venum-desciplines .page-wrapper .page-main .jobs.with-media-background {
  background-position-y: 0 !important;
  background-size: cover !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper.with-media-background .bluefoot-column-12,
.cms-venum-desciplines .page-wrapper .page-main .jobs.with-media-background .bluefoot-column-12 {
  padding: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .title_page h1,
.cms-venum-desciplines .page-wrapper .page-main .jobs .title_page h1 {
  font-size: 4.8vw;
  color: #000;
  font-weight: 400;
  padding-left: 1%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs {
  padding: 0 18px !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs.more .discipline-container.desktop-renderer {
  height: 30vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight {
  background-image: url(../images/cms_pages/bg-hightlight2.png);
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-title {
  line-height: 6vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title {
  font-size: 2.3vw !important;
  padding-top: 4vw !important;
  left: 71% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer .hightlight-title {
  font-size: 7vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure {
  position: relative;
  padding-top: 24%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure img,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure img,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure img {
  box-shadow: -1px -1px 20px 1px #d9d9d9;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1.5vw;
  text-transform: uppercase;
  max-width: 2000px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-small-title {
  font-weight: 300;
  font-size: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title {
  font-weight: 200;
  font-size: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .right-detail {
  float: right;
  width: 100%;
  top: 0;
  position: relative;
  text-align: right;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 7vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a {
  color: #000;
  font-size: 7vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs .hightlight-title {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure img,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure img,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure img {
  box-shadow: -1px -1px 20px 1px #d9d9d9;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1vw;
  text-transform: uppercase;
  max-width: 1200px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption .hightlight-small-title {
  font-weight: 400;
  line-height: 0px;
  font-size: 1.5vw;
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption .hightlight-Xsmall-title {
  font-weight: 200;
  font-size: 1.5vw;
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption .right-detail {
  float: right;
  width: 10%;
  top: 0;
  position: relative;
  text-align: right;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 4vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption h4 a {
  color: #000;
  font-size: 3.5vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-wrapper .bloc-jobs figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .jobs .bloc-jobs figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj {
  max-width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .tobottom .fas {
  color: #000 !important;
  font-size: 36px !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj.with-media-background {
  background-position-y: 0 !important;
  background-size: cover !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj.with-media-background .bluefoot-column-12 {
  padding: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-textarea.title_page {
  color: #020EBA;
  font-size: 5.7vw;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-image: url(../images/cms_pages/COUTURES_HAUT2.png);
  background-position: center;
  background-size: cover;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .title_page h1 {
  font-size: 4.8vw;
  color: #000;
  font-weight: 400;
  padding-left: 1%;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover {
  padding: 0 18px !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover.more .discipline-container.desktop-renderer {
  height: 30vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .title_page,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .title_page {
  color: #FFF;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-image: url(../images/cms_pages/COUTURES_BAS.png);
  background-position: bottom;
  background-size: cover;
  height: 20vw;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight {
  background-image: url(../images/cms_pages/bg-hightlight2.png);
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight .hightlight-title {
  line-height: 6vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title {
  font-size: 2.3vw !important;
  padding-top: 4vw !important;
  left: 71% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer .hightlight-title {
  font-size: 7vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure {
  position: relative;
  text-align: center;
  margin-bottom: 44% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1.5vw;
  text-transform: uppercase;
  max-width: 2000px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .hightlight-small-title {
  font-weight: 400;
  font-size: 5vw;
  padding: 5% 0;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title {
  font-weight: 400;
  font-size: 3vw;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .img-color img,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .img-color img {
  display: initial;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .right-detail {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 7vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 a {
  color: #000;
  font-size: 7vw;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover .hightlight-title {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure .imgg-hover,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure .imgg-hover {
  transition: 3s ease;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure .imgg-hover .overlay,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure .imgg-hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure .imgg-hover:hover .overlay,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure .imgg-hover:hover .overlay {
  opacity: 1;
  transition: 3s ease;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure .imgg-hover:hover .hov,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure .imgg-hover:hover .hov {
  opacity: 0;
  transition: 1s ease;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption {
  position: absolute;
  color: #000;
  bottom: -5vw;
  text-transform: uppercase;
  max-width: 1200px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption .hightlight-small-title {
  font-weight: 400;
  line-height: 0px;
  font-size: 1.5vw;
  color: #FFF;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding: 12% 0;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption .hightlight-Xsmall-title {
  font-size: 1.3vw;
  color: #fff;
  background-color: #020EBA;
  padding: 5px;
  font-weight: 500;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption .right-detail {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 4vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption h4 a {
  color: #000;
  font-size: 3.5vw;
}
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main .Bjj .bloc-hover figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row {
  margin: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row.with-media-background {
  background-position-y: 96%;
  background-repeat: no-repeat;
  background-size: contain;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row.with-media-background.cover {
  background-position: center;
  background-size: contain !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row.with-media-background.bg-cover {
  background-position-y: 0 !important;
  background-size: contain !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row.with-media-background.cover2 {
  background-position-y: 0 !important;
  background-size: cover;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row.cover .bluefoot-textarea .arrow-down {
  width: 0px;
  height: 0px;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 35px solid #e7e7e7;
  margin: auto;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .full-screen {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .full-screen .video-section {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .full-screen .video-section .video-container {
  width: 100%;
  margin: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .full-screen .video-section .video-container .video-block {
  height: 44vw;
  border: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom h2 {
  font-weight: 600;
  font-size: 33px;
  white-space: nowrap;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom h3 {
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom .product-item-name a {
  color: #000;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom .product-item-info {
  width: 99% !important;
  margin-bottom: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom .product-item-info .startprice {
  position: relative;
  padding-left: 0;
  text-align: right;
  width: 50%;
  float: left;
  padding-top: 1px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom .product-item-info .price-final_price {
  text-align: left !important;
  color: #000;
  width: 25%;
  position: relative;
  float: left;
  padding-left: 5px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom .product-item-info .price-container .price {
  color: red;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .block-productcustom .product-item-info li.item {
  margin-bottom: 10px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container {
  width: 45.4%;
  right: 4.5%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .video-block {
  height: 28vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description {
  height: 26vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description .venum-lines {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container {
  top: 7%;
  width: 90%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .hightlight-description {
  width: 39vw;
  float: left;
  padding-top: 1.5vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .video-block {
  float: right;
  width: 45vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.full-screen {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section .video-container {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section .video-container .video-block {
  height: 44vw;
  border: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bottom-description {
  height: 26vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container {
  width: 90%;
  top: 0;
  left: 5%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container .left-hightlight-description {
  float: left;
  width: 46%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container .right-hightlight-description {
  float: right;
  width: 46%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-right {
  height: 55vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container {
  width: 38%;
  top: 37%;
  right: 8%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 7.1vw;
  white-space: nowrap;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-description {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left {
  height: 45vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left .hightlight-container {
  width: 40%;
  top: 40%;
  left: 7%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 4.8vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left .hightlight-container .hightlight-description {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left .hightlight-container .hightlight-link {
  padding-left: 19%;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 1.3vw;
  text-transform: uppercase;
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left .hightlight-container .hightlight-link a {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-left .hightlight-container .hightlight-link a:hover {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #666 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-top {
  height: 66vw;
  top: 65px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-title {
  position: absolute;
  top: 0;
  font-size: 5.8vw;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-small-title {
  padding: 7vw 0 1vw;
  font-size: 1.5vw;
  font-weight: 300;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-link a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .bg-hightlight-description {
  float: right;
  position: absolute;
  right: -130%;
  top: 39vw;
  width: 100% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .bg-hightlight-description strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-title {
  position: absolute;
  top: -3vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title {
  width: 100% !important;
  font-size: 3.3vw;
  padding: 1vw 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .image-block {
  margin-top: 14vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer {
  display: block;
  text-align: initial !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines {
  top: 46% !important;
  left: 39% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines .search-icon {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines .search-text {
  text-align: center;
  background-color: #03224c;
  padding: 10px 14px;
  font-size: 3vw;
  font-weight: 700;
  text-transform: uppercase !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section {
  position: absolute;
  top: 36vw;
  margin: 0 9% auto;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section .video-container .video-block .icon-play {
  left: 42%;
  padding-top: 29%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section .venum-lines {
  visibility: hidden;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation {
  height: 87vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .venum-lines img {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines {
  top: -44% !important;
  position: absolute;
  left: 25%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text {
  font-size: 3.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text p {
  background-color: #ffc7f8;
  color: #000 !important;
  padding: 13px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text p:hover {
  background-color: #000;
  color: #ffc7f8 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-icon {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container {
  width: 92%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .hightlight-description {
  position: relative;
  margin-top: -86%;
  text-align: center;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .video-block {
  margin-top: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .video-title {
  font-size: 3vw;
  color: #000;
  text-align: justify;
  text-transform: lowercase;
  position: absolute;
  margin-top: 56%;
  padding: 0 4% 0 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container {
  width: 100%;
  margin: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .video-block {
  height: 60vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .hightlight-description {
  padding: 5%;
  margin: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.full-screen {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section .video-container {
  width: 100%;
  margin: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section .video-container .video-block {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bottom-description .hightlight-container .hightlight-description img {
  display: none !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 13.4vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-link {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left {
  background-color: #fff;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container {
  height: 156vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-title {
  line-height: 8vw !important;
  width: 50px;
  padding-left: 2%;
  float: left !important;
  left: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description {
  opacity: 1 !important;
  text-align: center;
  padding: 0 3% 15% 3% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link {
  padding-left: 24% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link {
  right: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  border: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover {
  color: #666;
  text-decoration: underline;
  border: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container {
  height: 168vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description {
  padding: 5% 5% 15% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-title {
  line-height: 8vw !important;
  width: 28%;
  padding-right: 2%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container.hightlight-left-mobile {
  height: 75vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title {
  color: #fff;
  width: 50%;
  left: 25%;
  top: 12%;
  position: absolute;
  text-align: center;
  font-size: 9vw !important;
  line-height: 12vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .image-block img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .image-block img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .image-block img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .image-block img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .image-block img,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .image-block img {
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container {
  position: relative;
  height: 172vw;
  margin: 0;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link {
  padding-left: 30%;
  font-weight: 600;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 3vw;
  text-transform: uppercase;
  color: #000 !important;
  bottom: 0;
  position: absolute;
  padding-bottom: 20px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link a {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link a:hover {
  border: 2px solid #666;
  padding: 5px 20px;
  color: #666 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description {
  background-color: #fff;
  opacity: 0.8;
  padding: 5%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.9vw;
  float: right;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-title {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  color: #FFF;
  font-size: 8.7vw;
  font-weight: 400;
  line-height: 7vw;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-xsmall-title {
  font-weight: 200;
  font-size: 6.7vw;
  padding-right: 11px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-small-title {
  font-size: 5vw;
  padding-bottom: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines-slide {
  top: 68% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-video {
  top: 40% !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines {
  top: 50%;
  position: absolute;
  left: 70%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-text,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-icon,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .fa {
  float: left;
  font-size: 2vw;
  line-height: 2.3vw;
  text-transform: capitalize !important;
  text-align: right;
  margin-left: 3px;
  color: #FFF;
  font-weight: bold;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-text .fa-rotate-90,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-icon .fa-rotate-90,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .fa .fa-rotate-90 {
  font-size: 14px;
  transform: rotate(90deg) !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .black-text {
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-black-text,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-icon {
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-white-text,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .search-lines .search-icon {
  color: #FFF !important;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container {
  width: 90%;
  margin: 5% 5% auto;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .hightlight-small-title {
  color: #000;
  font-size: 7vw;
  font-weight: 100;
  margin-bottom: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-title {
  margin-top: 0;
  color: #000;
  font-size: 11.4vw;
  font-weight: 100;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .hightlight-title {
  margin-top: 0;
  color: #000;
  font-size: 12.7vw;
  font-weight: 100;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .hightlight-description {
  font-size: 4vw;
  color: #000;
  text-align: justify;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container.black-text .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-small-title {
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container.black-text .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-title {
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container.black-text .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-description {
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-block,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-block {
  background: #000;
  height: 50vw;
  position: relative;
  border: 1px solid #000;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-block .bg-play,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-block .bg-play {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-block .icon-play,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-block .icon-play {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 47%;
  right: 0;
  width: 50px;
  padding-top: 25%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-block .icon-play i,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-block .icon-play i {
  font-size: 50px;
  font-style: normal;
  color: #fff;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .venum-lines,
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .venum-lines {
  margin: 21px 0;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container {
  overflow: hidden;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container {
  position: relative;
  box-shadow: 1px 2px 5px #4c4b4b;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-details {
  background: #fbfbfb;
  margin-top: -5px;
  padding: 10px 15px;
  text-align: center;
  text-transform: capitalize;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-details .arrow {
  height: 1px;
  background: #000;
  margin: 10px auto;
  width: 70%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container hr {
  border: 0;
  border-top: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 70%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image img {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image .discover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
  padding: 0 15px;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video .modal-inner-wrap {
  margin: 40px auto!important;
  height: auto !important;
  min-height: auto !important;
  width: 100% !important;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-title {
  font-size: 28px;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-content {
  padding: 1px;
}
.cms-venum-desciplines .bluefoot-video-iframe {
  width: 100%;
  margin: 0 auto;
}
.page-footer .widget.block {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cms-venum-desciplines .title_page h1 {
    font-size: 11.8vw !important;
    padding-top: 20px;
    text-align: right;
    padding-right: 5%;
  }
  .cms-venum-desciplines .bluefoot-row.with-media-background {
    background-size: cover !important;
  }
  .cms-venum-desciplines .cover .block-parallax .img-parallax {
    visibility: hidden;
  }
  .cms-venum-desciplines .block-parallax .content-parallax .description-parallax .content-description .block-prodcust {
    float: none;
    width: 100%;
    height: 205px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-venum-desciplines .bluefoot-video-iframe {
    width: 100%;
    margin: 0 auto;
    height: 500px;
  }
}
@media only screen and (min-width: 1780px) {
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-small-title,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-small-title,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .hightlight-small-title,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .hightlight-small-title {
    font-size: 2.5vw;
    width: 68%;
  }
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .video-title,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .video-title,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .hightlight-title,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .hightlight-title {
    font-size: 4.5vw;
  }
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .video-container .ombre,
  .cms-venum-desciplines .page-wrapper .page-main .bluefoot-row .discipline-container .hightlight-container .ombre {
    text-shadow: black 0.1em 0.1em 0.2em;
  }
}
#bloc {
  height: 200px;
  z-index: 1000000;
  position: fixed;
  right: -97px;
}
#bloc #fix-menu {
  position: absolute;
  right: 20%;
  top: 25%;
  z-index: 1000000;
  opacity: 0.9;
  transition: right 1s, transform 1s;
  white-space: nowrap;
}
#bloc #fix-menu li {
  border-bottom: 1px solid #ccc;
  list-style: none none;
  padding: 7px 0;
  background-color: #fff;
  opacity: 0.9;
  width: 118px;
  padding-left: 10px;
  margin-bottom: 0 !important;
  margin-left: -40px;
}
#bloc #fix-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 21px;
}
#bloc #fix-menu li a:hover {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding-left: 21px;
}
#bloc:hover #fix-menu {
  right: 100%;
  transform: translateX(-57%);
}
.bluefoot-entity {
  margin-bottom: 0 !important;
}
.bluefoot-entity.cover-center-h2 {
  position: absolute;
  top: 72vw;
  left: 34%;
  color: white;
  text-shadow: 0 0 2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  font-size: 4vw;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 600;
}
.bluefoot-entity.cover-center-h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.bluefoot-entity.content-table {
  position: absolute;
  top: 88vw;
  left: 27%;
}
.bluefoot-entity.content-table table {
  border: 0;
  color: #FFF;
  font-size: 1.5vw;
  text-transform: uppercase;
  width: 47vw !important;
  font-weight: 600;
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.block-parallax .content-parallax {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}
.block-parallax .content-parallax p {
  font-size: 19px;
}
.block-parallax .content-parallax h2 {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
.block-parallax .content-parallax h3 {
  text-transform: uppercase;
}
.block-parallax .content-parallax .description-parallax {
  padding: 50px 15%;
}
.block-parallax .content-parallax .description-parallax .content-description .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
}
.block-parallax .content-parallax .description-parallax .content-description .s-title {
  text-transform: uppercase;
}
.block-parallax .content-parallax .description-parallax .content-description .block-prodcust {
  float: left;
  width: 33%;
  height: 205px;
}
.block-parallax .img-parallax {
  width: 100vmax;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1023px) {
  .block-productcustom .db-product-slider2 .slick-track {
    position: initial;
  }
  .block-productcustom .product-item-info {
    border-left: 1px solid #ccc;
  }
  .block-productcustom .product-item-info.border-rightcustom {
    border-right: 1px solid #ccc;
  }
  .block-productcustom .both-productcustom {
    clear: both;
  }
  .block-productcustom .slick-dots {
    display: none !important;
  }
  .block-productcustom .slick-list {
    margin: 0 10% !important;
  }
  .block-productcustom .slick-list .startprice {
    position: relative;
    padding-left: 0;
    text-align: right;
    width: 50%;
    float: left;
    padding-top: 1px;
  }
  .block-productcustom .slick-list .price-final_price {
    text-align: left !important;
    color: #000;
    width: 25%;
    position: relative;
    float: left;
    padding-left: 5px;
  }
  .block-productcustom .slick-slide:hover {
    background: url("../images/cms_pages/pg-img.jpg") no-repeat;
    background-position-y: -226%;
    background-position-x: 47%;
    transition: all 0.5s ease-out;
  }
}
@media only screen and (max-width: 1024px) {
  .bluefoot-entity.cover-center-h2 {
    position: absolute;
    top: 152vw;
    left: 26%;
    color: white;
    text-shadow: 0 0 2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    font-size: 5vw;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
  }
  .bluefoot-entity.cover-center-h3 {
    font-weight: 700;
    text-transform: uppercase;
  }
  .bluefoot-entity.content-table {
    top: 168vw !important;
  }
  .bluefoot-entity.content-table table {
    font-size: 2.8vw !important;
    font-weight: 600;
  }
  .block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2 .slick-dots .slick-active {
    color: #000;
    background-color: #000;
  }
  .block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2 .slick-dots li {
    background-color: #ccc;
  }
}
.block-productcustom .bluefoot-html .load {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 49%;
  margin-top: 13%;
}
.block-productcustom .bluefoot-html .load div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: orangered;
  animation: load 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.block-productcustom .bluefoot-html .load div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.block-productcustom .bluefoot-html .load div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.block-productcustom .bluefoot-html .load div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes load {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
.block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2.hidden {
  visibility: hidden;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroller {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadezone {
  0% {
    margin-left: 0%;
  }
  33.3% {
    margin-left: -100%;
  }
  66.6% {
    margin-left: -200%;
  }
  99.9% {
    margin-left: -300%;
  }
}
@keyframes fadeitm {
  0% {
    margin-left: 0%;
  }
  33.3% {
    margin-left: -100%;
  }
  66.6% {
    margin-left: -200%;
  }
  99.9% {
    margin-left: -300%;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0.3;
  }
  33.333% {
    opacity: 0.5;
  }
  66.666% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.cms-venum-desciplines.cms-coco .css-carousel-m {
  position: relative;
}
.cms-venum-desciplines.cms-coco .css-carousel-m input[name="carousel"] {
  display: none;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 1000000;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next,
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next {
  right: 20px;
  z-index: 50;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  left: 20px;
  z-index: 10;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 150vw;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  text-align: center !important;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-nav .ns-prev label {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: 95% 18%;
  background-size: 182%;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-small-title {
  padding-top: 342px !important;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-title {
  text-align: center;
}
.cms-venum-desciplines.cms-coco .css-carousel-m .carousel-slides {
  width: 100%;
  overflow: hidden;
  animation: fadeIn2 20s infinite;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  /* Safari 4.0 - 8.0 */
  animation-timing-function: ease;
}
.cms-venum-desciplines.cms-coco .css-carousel-m .carousel-slides .carousel-inner {
  width: 300%;
  animation: fadeitm 60s infinite;
  animation-timing-function: steps(1, end);
}
.cms-venum-desciplines.cms-coco .css-carousel-m .carousel-slides .carousel-item {
  float: left;
  width: 33.3%;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m {
  height: 100%;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-slides,
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-inner,
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item {
  height: 100%;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .credit a:hover {
  text-decoration: none;
}
.cms-venum-desciplines.cms-newcollection .css-carousel {
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .css-carousel input[name="carousel"] {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-nav label {
  display: inline-block;
  margin: 0 7px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #000;
  BORDER: 1px solid #FFFF;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-1:checked ~ .carousel-nav label[for="carousel2-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-1:checked ~ .carousel-nav label[for="carousel2M-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-2:checked ~ .carousel-nav label[for="carousel2-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-2:checked ~ .carousel-nav label[for="carousel2M-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-3:checked ~ .carousel-nav label[for="carousel2-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-3:checked ~ .carousel-nav label[for="carousel2M-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-slides .carousel-inner {
  width: 300%;
  animation: fadezone 30s infinite linear;
  animation-timing-function: steps(1, end);
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-slides .carousel-item {
  float: left;
  width: 33.3%;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 150vw;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  text-align: center !important;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: 95% 18%;
  background-size: 182%;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-small-title {
  padding-top: 342px !important;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-title {
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel {
  height: 100%;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-slides,
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-inner,
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item {
  height: 100%;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .credit a:hover {
  text-decoration: none;
}
.css-carousel {
  position: relative;
}
.css-carousel input[name="carousel"] {
  display: none;
}
.css-carousel .carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.css-carousel .carousel-nav label {
  display: inline-block;
  margin: 0 7px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #666666;
}
.css-carousel #carousel-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.css-carousel #carouselM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.css-carousel #carousel-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.css-carousel #carouselM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.css-carousel #carousel-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.css-carousel #carouselM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.css-carousel #carousel-4:checked ~ .carousel-nav label[for="carousel-4"] {
  background-color: #fff;
}
.css-carousel #carouselM-4:checked ~ .carousel-nav label[for="carouselM-4"] {
  background-color: #fff;
}
.css-carousel .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.css-carousel .carousel-slides .carousel-inner {
  width: 400%;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  -o-transition: margin 1s;
  transition: margin 1s;
}
.css-carousel .carousel-slides .carousel-item {
  float: left;
  width: 25%;
}
.css-carousel #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
}
.css-carousel #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
}
.css-carousel #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
}
.css-carousel #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
}
.css-carousel #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
}
.css-carousel #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
}
.css-carousel #carousel-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
}
.css-carousel #carouselM-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
}
.slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.slider-disciplines .css-carousel {
  height: 100%;
}
.slider-disciplines .css-carousel .carousel-slides,
.slider-disciplines .css-carousel .carousel-inner,
.slider-disciplines .css-carousel .carousel-item {
  height: 100%;
}
.slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.slider-disciplines .css-carousel .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.slider-disciplines .css-carousel .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.slider-disciplines .css-carousel .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.slider-disciplines .css-carousel .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.slider-disciplines .css-carousel .carousel-item .credit a:hover {
  text-decoration: none;
}
.cms-venum-desciplines.cms-femme {
  /*animation element*/
  /*3 grid layout*/
  /*3 grid layout*/
  /*3 grid layout*/
  /*3 grid layout*/
  /*bounce up animation for the subject*/
  /*subject icon at top*/
  /*Category color / icon color*/
  /*hovering over subject*/
}
.cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:after,
.cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:before {
  display: none;
}
.cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow {
  color: #ccc;
  font-size: 39px !important;
}
.cms-venum-desciplines.cms-femme .cf:before,
.cms-venum-desciplines.cms-femme .cf:after {
  content: " ";
  display: table;
}
.cms-venum-desciplines.cms-femme .cf:after {
  clear: both;
}
.cms-venum-desciplines.cms-femme .container:last-of-type {
  padding-top: 0px;
}
.cms-venum-desciplines.cms-femme .buttomtoup1 {
  position: relative;
  width: 100%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup1:nth-of-type(1n-0) {
  margin: 0%;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup2 {
  position: relative;
  width: 49.5%;
  margin: 0%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-1) {
  margin: 0 0 0 0.5%;
}
.cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-0) {
  margin: 0 0.5% 0 0;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup3 {
  position: relative;
  width: 49.5%;
  margin: 0%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-0) {
  margin: 0 0 0 0.5%;
}
.cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-1) {
  margin: 0 0.5% 0 0;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup4 {
  position: relative;
  width: 19%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-3) {
  width: 19%;
  margin: 0% 1.375% 2.75% 7%;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-2) {
  width: 19%;
  margin: 0% 1.375% 2.75% 1.375%;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-1) {
  width: 19%;
  margin: 0% 1.375% 2.75% 1.375%;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-0) {
  width: 19%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}
.cms-venum-desciplines.cms-femme .bounce-up .subject {
  opacity: 1;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cms-venum-desciplines.cms-femme .bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.cms-venum-desciplines.cms-femme .bg-insta-ga {
  height: 86vw !important;
  z-index: 2;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines {
  top: 83% !important;
  position: absolute;
  color: #000 !important;
  text-align: left !important;
  font-size: 2vw !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text {
  color: #000 !important;
  text-align: left !important;
  font-size: 2vw !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text strong {
  font-weight: 700;
  font-size: 4vw;
  text-transform: uppercase !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta {
  height: 62vw !important;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container {
  top: -18% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-small-title {
  font-size: 3.5vw !important;
  width: 84% !important;
  float: left !important;
  position: absolute !important;
  text-align: right !important;
  color: #ffc7f8 !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-title {
  font-size: 3.5vw !important;
  color: #000 !important;
  text-align: right;
  right: -20%;
  position: relative;
  margin-top: 2% !important;
  font-weight: 400 !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-description {
  width: 100% !important;
  margin-top: 50%;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines {
  top: 83% !important;
  position: absolute;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p {
  background-color: #b1eafb;
  color: #000 !important;
  padding: 25px 23px;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p:hover {
  background-color: #000;
  color: #b1eafb !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta2 {
  height: 64vw !important;
  z-index: 1;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .bluefoot-hightlight-top-left-position {
  top: 32% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description {
  position: absolute;
  left: 106%;
  top: 72%;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description p {
  color: #000;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginsta {
  color: #b1eafb;
  font-weight: 600;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginstaPink {
  color: #ffc7f8;
  font-weight: 600;
  text-transform: uppercase;
  left: 74% !important;
  margin-top: 67% !important;
  position: absolute;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
  color: #ffc7f8 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines {
  top: 75% !important;
  position: absolute;
  left: 60% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p:hover {
  background-color: #ffc7f8;
  color: #000 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p {
  background-color: #000;
  color: #ffc7f8 !important;
  padding: 25px 23px;
  text-transform: uppercase !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta3 {
  height: 64vw !important;
  z-index: 1;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .bluefoot-hightlight-top-left-position {
  top: 10% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description {
  position: absolute;
  left: 106%;
  top: 60%;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description p {
  color: #000;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .hchtaginsta {
  color: #b1eafb;
  font-weight: 600;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .hchtaginstaPink {
  color: #ffc7f8;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
  color: #ffc7f8 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta {
  margin-top: 106% !important;
  position: absolute;
  color: #000;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta .hchtaginstaPink {
  color: #ffc7f8;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .search-lines {
  top: 83% !important;
  position: absolute;
  color: #fff;
  background-color: #ffc7f8;
  padding: 30px 23px;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .search-lines .search-text {
  font-size: 1.8vw !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .titleG {
  font-size: 4.5vw;
  color: #000;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 33% 5% 0 !important;
  text-align: right;
  line-height: 5vw;
}
.cms-venum-desciplines.cms-femme .bg-insta4 {
  height: 64vw !important;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container.bluefoot-hightlight-middle-center-position {
  top: 26% !important;
  left: 56% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines {
  top: 12% !important;
  position: absolute;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p {
  background-color: #b1eafb;
  color: #000 !important;
  padding: 25px 23px;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p:hover {
  background-color: #000;
  color: #b1eafb !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text:hover {
  color: #8a8a8a;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .slick-slide img {
  width: 98%;
}
.cms-venum-desciplines.cms-femme .slider-button a {
  color: #000;
  background-color: #b1eafb;
  padding: 5px 40px;
  font-size: 2vw;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .slider-button a:hover {
  color: #b1eafb;
  background-color: #000;
}
.cms-venum-desciplines.cms-femme .bg-insta5 {
  height: 62vw !important;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container {
  top: 10% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-small-title {
  font-size: 3.5vw !important;
  width: 84% !important;
  float: left !important;
  position: absolute !important;
  text-align: right !important;
  color: #ffc7f8 !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-title {
  font-size: 3.5vw !important;
  color: #000 !important;
  text-align: right;
  right: -20%;
  position: relative;
  margin-top: 2% !important;
  font-weight: 400 !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-description {
  width: 100% !important;
  margin-top: 41%;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines {
  top: 78% !important;
  position: absolute;
  left: 23%;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p:hover {
  background-color: #ffc7f8;
  color: #000 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p {
  background-color: #000;
  color: #ffc7f8 !important;
  padding: 25px 23px;
  text-transform: uppercase !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .subject {
  float: left;
  width: 100%;
  margin: 0%;
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .subject .icon-insta {
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 80%;
  z-index: 1;
}
.cms-venum-desciplines.cms-femme .subject .icon-plus {
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 80%;
  bottom: 0;
}
.cms-venum-desciplines.cms-femme .subject .titleG {
  font-size: 4.5vw;
  color: #000;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 0 5% 0;
}
.cms-venum-desciplines.cms-femme .subject .titleGPink {
  font-size: 4.5vw;
  color: #ffc7f8;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 0 5% 0;
}
.cms-venum-desciplines.cms-femme .subject .title-zoom {
  font-size: 3vw;
  color: #8a8a8a;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-right: 19px;
  background: url("../images/cms_pages/like.png") no-repeat;
  background-size: 29%;
  background-position: left;
}
.cms-venum-desciplines.cms-femme .subject .title-zoom2 {
  font-size: 1.5vw;
  color: #8a8a8a;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .subject .title-zoom2:hover {
  color: #000000;
}
.cms-venum-desciplines.cms-femme .subject .title-htag {
  font-size: 1.6vw;
  color: #8a8a8a;
  font-style: italic;
  text-transform: uppercase;
  padding: 20px 20px;
  background: url("../images/cms_pages/buttom-insta.png") no-repeat;
  background-color: #FFF;
  background-position: right;
}
.cms-venum-desciplines.cms-femme .subject .title-htag a {
  color: #8a8a8a;
}
.cms-venum-desciplines.cms-femme .subject .title-htag a:hover {
  color: #000;
}
.cms-venum-desciplines.cms-femme .subject .title-htag strong {
  font-weight: 600;
}
.cms-venum-desciplines.cms-femme .subject .top-insta {
  background: url("../images/cms_pages/top-insta.png") no-repeat;
  height: 99px;
  width: 100%;
  background-color: #FFF;
  background-size: 100%;
}
.cms-venum-desciplines.cms-femme .zoomin {
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .zoomin.radius {
  border-radius: 50%;
  height: 18vw;
}
.cms-venum-desciplines.cms-femme .zoomin img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .zoomin:hover img {
  transform: scale(1.5);
  z-index: 3;
  border: 3px solid transparent;
}
.cms-venum-desciplines.cms-femme .radius:hover {
  border: 3px solid #ffc7f8;
}
.cms-venum-desciplines.cms-femme .subject .header {
  margin: 8px 0px;
}
.cms-venum-desciplines.cms-femme .subject .header .date,
.cms-venum-desciplines.cms-femme .subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%;
}
.cms-venum-desciplines.cms-femme .subject .header .date i,
.cms-venum-desciplines.cms-femme .subject .header .category i {
  margin-right: 5px;
  color: #333;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.cms-venum-desciplines.cms-femme .subject .header .date {
  float: left;
  text-align: left;
}
.cms-venum-desciplines.cms-femme .subject .header .category {
  float: right;
  text-align: right;
}
.cms-venum-desciplines.cms-femme .subject .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  left: calc(30%);
}
.cms-venum-desciplines.cms-femme .subject .icon i {
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 150%;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
}
.cms-venum-desciplines.cms-femme .subject .category-color {
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.cms-venum-desciplines.cms-femme .subject.design .category-color,
.cms-venum-desciplines.cms-femme .subject.design .icon i {
  background: #c0392b;
}
.cms-venum-desciplines.cms-femme .subject.development .category-color,
.cms-venum-desciplines.cms-femme .subject.development .icon i {
  background: #16a085;
}
.cms-venum-desciplines.cms-femme .subject.photography .category-color,
.cms-venum-desciplines.cms-femme .subject.photography .icon i {
  background: #2980b9;
}
.cms-venum-desciplines.cms-femme .subject.development:hover .header i {
  color: #16a085;
}
.cms-venum-desciplines.cms-femme .subject.design:hover .header i {
  color: #c0392b;
}
.cms-venum-desciplines.cms-femme .subject.photography:hover .header i {
  color: #2980b9;
}
.cms-venum-desciplines.cms-femme .subject .title {
  margin: 12px 0px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}
.cms-venum-desciplines.cms-femme .subject .content {
  margin-bottom: 8px;
}
.cms-venum-desciplines.cms-femme .subject .enrole {
  position: relative;
  color: #333;
  padding: 5px 12px;
  cursor: pointer;
  float: right;
  display: inline-block;
  border: solid 1px #ccc;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.cms-venum-desciplines.cms-femme .subject .enrole:hover,
.cms-venum-desciplines.cms-femme .subject .enrole:active {
  background: #222;
  color: #fff;
}
.cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position {
  top: -16% !important;
}
.cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .ba-slider {
  position: relative;
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .ba-slider img {
  max-width: min-content !important;
}
.cms-venum-desciplines.cms-femme .ba-slider img {
  display: block;
  width: 100%;
}
.cms-venum-desciplines.cms-femme .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .handle {
  /* Thin line seperator */
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.cms-venum-desciplines.cms-femme .handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
}
.cms-venum-desciplines.cms-femme .draggable2:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .cms-venum-desciplines.cms-femme {
    /*animation element*/
    /*3 grid layout*/
    /*3 grid layout*/
    /*3 grid layout*/
    /*3 grid layout*/
    /*bounce up animation for the subject*/
    /*subject icon at top*/
    /*Category color / icon color*/
    /*hovering over subject*/
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row {
    margin: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row .discipline-container .hightlight-container {
    margin: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row.with-media-background.bg-cover {
    background-image: url("../images/cms_pages/bg1M.png") !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row.with-media-background.cover2 {
    background-image: url("../images/cms_pages/BG2mobile.jpg") !important;
    background-size: contain !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:after,
  .cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:before {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow {
    color: #ccc;
    font-size: 39px !important;
  }
  .cms-venum-desciplines.cms-femme .cf:before,
  .cms-venum-desciplines.cms-femme .cf:after {
    content: " ";
    display: table;
  }
  .cms-venum-desciplines.cms-femme .cf:after {
    clear: both;
  }
  .cms-venum-desciplines.cms-femme .container:last-of-type {
    padding-top: 0px;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup1 {
    position: relative;
    width: 100%;
    margin: 0%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup1:nth-of-type(1n-0) {
    margin: 0%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup2 {
    position: relative;
    width: 48.9%;
    margin: 0%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-1) {
    margin: 0%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-0) {
    margin: 0%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup3 {
    position: relative;
    width: 48.9%;
    margin: 0%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-0) {
    margin: 0%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-1) {
    margin: 0%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4 {
    position: relative;
    width: 19%;
    margin: 0% 1.33 2.66% 1.33%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-3) {
    width: 19%;
    margin: 0% 1.375% 2.75% 5%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-2) {
    width: 19%;
    margin: 0% 1.375% 2.75% 1.375%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-1) {
    width: 19%;
    margin: 0% 1.375% 2.75% 1.375%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-0) {
    width: 19%;
    margin: 0% 0% 2.75% 1.375%;
    clear: right;
  }
  .cms-venum-desciplines.cms-femme .bounce-up .subject {
    opacity: 0;
    -moz-transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cms-venum-desciplines.cms-femme .bounce-up.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga {
    height: 139vw !important;
    z-index: 2;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .hightlight-container {
    width: 48% !important;
    float: right;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .hightlight-container .hightlight-description {
    margin-top: 22%;
    margin-right: 18%;
    margin-bottom: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines {
    top: 83% !important;
    position: absolute;
    color: #000 !important;
    text-align: left !important;
    font-size: 2vw !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text {
    color: #000 !important;
    text-align: left !important;
    font-size: 2vw !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text strong {
    font-weight: 700;
    font-size: 5vw;
    text-transform: uppercase !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta {
    height: 62vw !important;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container {
    margin-top: -26% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-small-title {
    font-size: 3.5vw !important;
    width: 84% !important;
    float: left !important;
    position: absolute !important;
    text-align: right !important;
    color: #ffc7f8 !important;
    font-weight: 400 !important;
    font-style: italic !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-title {
    font-size: 3.5vw !important;
    color: #000 !important;
    text-align: right;
    position: relative;
    margin-top: 2% !important;
    font-weight: 400 !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-description {
    width: 100% !important;
    margin-top: 18%;
    margin-left: 10%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines {
    top: 83% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p {
    background-color: #b1eafb;
    color: #000 !important;
    padding: 13px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p:hover {
    background-color: #000;
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 {
    height: 75vw !important;
    z-index: 1;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .bluefoot-hightlight-top-left-position {
    top: 32% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container {
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description {
    position: absolute;
    left: 106%;
    top: 60%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description p {
    color: #000;
    font-size: 1vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginsta {
    color: #b1eafb;
    font-weight: 600;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginstaPink {
    color: #ffc7f8;
    font-weight: 600;
    text-transform: uppercase;
    left: 74% !important;
    margin-top: 67% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 600;
    font-style: italic;
    text-align: center;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description {
    width: 100% !important;
    font-size: 3vw !important;
    margin-left: 11%;
    margin-top: -77%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description .titleGinstaPink {
    color: #ffc7f8 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    text-transform: uppercase;
    font-size: 6.5vw;
    margin-top: 10%;
    position: absolute;
    right: 1%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description .titleGinsta {
    margin-top: 10%;
    text-align: right;
    float: right;
    position: absolute;
    width: 83%;
    font-weight: 600 !important;
    font-style: italic !important;
    text-transform: uppercase;
    font-size: 6.5vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description p {
    position: absolute;
    width: 90%;
    top: 51%;
    margin: 5% 0% auto;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description .hchtaginsta {
    position: absolute;
    bottom: 2%;
    color: #b1eafb;
    font-weight: 600;
    margin: 5% 5% auto;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines {
    top: 57% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p:hover {
    background-color: #ffc7f8;
    color: #000 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p {
    padding: 13px;
    background-color: #000;
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 {
    height: 60vw !important;
    z-index: 1;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .bluefoot-hightlight-top-left-position {
    top: 10% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description {
    position: absolute;
    left: 106%;
    top: 60%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description p {
    color: #000;
    font-size: 1vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .hchtaginsta {
    color: #b1eafb;
    font-weight: 600;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .descriptioninsta {
    margin-top: -10% !important;
    position: absolute;
    color: #000;
    padding: 0 2%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .descriptioninsta .hchtaginstaPink {
    color: #ffc7f8;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 600;
    font-style: italic;
    text-align: center;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description {
    width: 100% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .container {
    margin-top: -71%;
    margin-left: -7%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta {
    margin-top: -10% !important;
    position: absolute;
    color: #000;
    padding: 0 4%;
    font-size: 3.5vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta .hchtaginstaPink {
    color: #ffc7f8;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .search-lines {
    top: 83% !important;
    position: absolute;
    color: #fff;
    background-color: #ffc7f8;
    padding: 3% 4%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .search-lines .search-text {
    font-size: 2.8vw !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .titleG {
    font-size: 4.5vw;
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 33% 5% 0 !important;
    text-align: right;
    line-height: 23px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 {
    height: 64vw !important;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container {
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container.bluefoot-hightlight-middle-center-position {
    top: 26% !important;
    left: 56% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container .hightlight-description {
    width: 100% !important;
    margin-left: 98%;
    margin-top: -150%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines {
    top: -25% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p {
    background-color: #ffc7f8;
    color: #000 !important;
    padding: 13px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p:hover {
    background-color: #000;
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .slider-button a {
    color: #000;
    background-color: #b1eafb;
    padding: 5px 40px;
    font-size: 3vw;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .slider-button a:hover {
    color: #b1eafb;
    background-color: #000;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 {
    height: 107vw !important;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container {
    top: 10% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-small-title {
    font-size: 5.5vw !important;
    width: 43% !important;
    float: left !important;
    position: absolute !important;
    text-align: right !important;
    color: #ffc7f8 !important;
    font-weight: 400 !important;
    font-style: italic !important;
    top: -26px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-title {
    font-size: 5.5vw !important;
    color: #000 !important;
    text-align: right;
    right: -32%;
    position: relative;
    margin-top: -190.1% !important;
    font-weight: 400 !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-description {
    width: 100% !important;
    margin-top: -97%;
    margin-left: 71%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-description .container {
    margin-top: 198%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines {
    top: 75% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p:hover {
    background-color: #ffc7f8;
    color: #000 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p {
    background-color: #000;
    color: #ffc7f8 !important;
    padding: 13px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .subject {
    float: left;
    width: 100%;
    margin: 0% 1.33% 2.66% 1.33%;
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .subject .icon-plus {
    cursor: pointer;
    position: absolute;
    width: 26%;
    bottom: 0%;
    left: 75%;
  }
  .cms-venum-desciplines.cms-femme .subject .titleG {
    font-size: 6.1vw;
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
  }
  .cms-venum-desciplines.cms-femme .subject .titleGPink {
    font-size: 4.5vw;
    color: #ffc7f8;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 0 5% 0;
  }
  .cms-venum-desciplines.cms-femme .subject .title-zoom {
    font-size: 3vw;
    color: #8a8a8a;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-right: 19px;
    background: url("../images/cms_pages/like.png") no-repeat;
    background-size: 35%;
  }
  .cms-venum-desciplines.cms-femme .subject .title-zoom2 {
    font-size: 3.5vw;
    color: #8a8a8a;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .subject .title-zoom2:hover {
    color: #000000;
  }
  .cms-venum-desciplines.cms-femme .subject .title-htag {
    font-size: 3.6vw;
    color: #8a8a8a;
    font-style: italic;
    text-transform: uppercase;
    padding: 8px 0 2px 10px;
    background: url("../images/cms_pages/buttom-instaM.jpg") no-repeat;
    background-size: cover;
    height: 100%;
  }
  .cms-venum-desciplines.cms-femme .subject .title-htag strong {
    font-weight: 600;
  }
  .cms-venum-desciplines.cms-femme .subject .top-insta {
    background: url("../images/cms_pages/top-instaM.jpg") no-repeat;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    background-size: 100%;
  }
  .cms-venum-desciplines.cms-femme .zoomin {
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .zoomin.radius {
    border-radius: 50%;
  }
  .cms-venum-desciplines.cms-femme .zoomin img {
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .zoomin:hover img {
    transform: scale(1.5);
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .subject .header {
    margin: 8px 0px;
  }
  .cms-venum-desciplines.cms-femme .subject .header .date,
  .cms-venum-desciplines.cms-femme .subject .header .category {
    margin: 0px;
    clear: none;
    width: 50%;
  }
  .cms-venum-desciplines.cms-femme .subject .header .date i,
  .cms-venum-desciplines.cms-femme .subject .header .category i {
    margin-right: 5px;
    color: #333;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .cms-venum-desciplines.cms-femme .subject .header .date {
    float: left;
    text-align: left;
  }
  .cms-venum-desciplines.cms-femme .subject .header .category {
    float: right;
    text-align: right;
  }
  .cms-venum-desciplines.cms-femme .subject .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    left: calc(30%);
  }
  .cms-venum-desciplines.cms-femme .subject .icon i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 150%;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
  }
  .cms-venum-desciplines.cms-femme .subject .category-color {
    height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .cms-venum-desciplines.cms-femme .subject.design .category-color,
  .cms-venum-desciplines.cms-femme .subject.design .icon i {
    background: #c0392b;
  }
  .cms-venum-desciplines.cms-femme .subject.development .category-color,
  .cms-venum-desciplines.cms-femme .subject.development .icon i {
    background: #16a085;
  }
  .cms-venum-desciplines.cms-femme .subject.photography .category-color,
  .cms-venum-desciplines.cms-femme .subject.photography .icon i {
    background: #2980b9;
  }
  .cms-venum-desciplines.cms-femme .subject.development:hover .header i {
    color: #16a085;
  }
  .cms-venum-desciplines.cms-femme .subject.design:hover .header i {
    color: #c0392b;
  }
  .cms-venum-desciplines.cms-femme .subject.photography:hover .header i {
    color: #2980b9;
  }
  .cms-venum-desciplines.cms-femme .subject .title {
    margin: 12px 0px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
  }
  .cms-venum-desciplines.cms-femme .subject .content {
    margin-bottom: 8px;
  }
  .cms-venum-desciplines.cms-femme .subject .enrole {
    position: relative;
    color: #333;
    padding: 5px 12px;
    cursor: pointer;
    float: right;
    display: inline-block;
    border: solid 1px #ccc;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .cms-venum-desciplines.cms-femme .subject .enrole:hover,
  .cms-venum-desciplines.cms-femme .subject .enrole:active {
    background: #222;
    color: #fff;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position {
    top: -13% !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position .hightlight-description {
    width: 100% !important;
  }
  .cms-venum-desciplines.cms-femme .ba-slider {
    position: relative;
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .ba-slider img {
    max-width: min-content !important;
  }
  .cms-venum-desciplines.cms-femme .ba-slider img {
    display: block;
    width: 100%;
  }
  .cms-venum-desciplines.cms-femme .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .handle {
    /* Thin line seperator */
    position: absolute;
    left: 40%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
  }
  .cms-venum-desciplines.cms-femme .handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: '\21d4';
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
  }
  .cms-venum-desciplines.cms-femme .draggable2:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) and screen and (max-width: 678px) {
  .cms-venum-desciplines.cms-femme .main-container {
    margin: 20px 15px;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4,
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-1),
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-2),
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-3),
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-0) {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
.cms-venum-desciplines.cms-femme {
  /*animation element*/
  /*3 grid layout*/
  /*3 grid layout*/
  /*3 grid layout*/
  /*3 grid layout*/
  /*bounce up animation for the subject*/
  /*subject icon at top*/
  /*Category color / icon color*/
  /*hovering over subject*/
}
.cms-venum-desciplines.cms-femme [data-content-type='slider'].slick-initialized {
  width: 99% !important;
}
.cms-venum-desciplines.cms-femme .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.bg-insta-ga .search-lines {
  left: 20% !important;
  top: 84% !important;
}
.cms-venum-desciplines.cms-femme .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.bg-insta2 .search-lines {
  left: 53% !important;
  top: 74% !important;
}
.cms-venum-desciplines.cms-femme .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.bg-insta4 .search-lines {
  left: 49% !important;
  top: 12% !important;
}
.cms-venum-desciplines.cms-femme .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.bg-insta5 .search-lines {
  top: 78% !important;
  left: 23% !important;
}
.cms-venum-desciplines.cms-femme .cover2 {
  background-size: cover !important;
}
.cms-venum-desciplines.cms-femme .bg-cover {
  background-position-y: 0 !important;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.cms-venum-desciplines.cms-femme .discipline-container.desktop-renderer.bg-insta-ga {
  z-index: auto !important;
}
.cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:after,
.cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:before {
  display: none;
}
.cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow {
  color: #ccc;
  font-size: 39px !important;
}
.cms-venum-desciplines.cms-femme .cf:before,
.cms-venum-desciplines.cms-femme .cf:after {
  content: " ";
  display: table;
}
.cms-venum-desciplines.cms-femme .cf:after {
  clear: both;
}
.cms-venum-desciplines.cms-femme .container:last-of-type {
  padding-top: 0px;
}
.cms-venum-desciplines.cms-femme .buttomtoup1 {
  position: relative;
  width: 100%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup1:nth-of-type(1n-0) {
  margin: 0%;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup2 {
  position: relative;
  width: 49.5%;
  margin: 0%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-1) {
  margin: 0 0 0 0.5%;
}
.cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-0) {
  margin: 0 0.5% 0 0;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup3 {
  position: relative;
  width: 49.5%;
  margin: 0%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-0) {
  margin: 0 0 0 0.5%;
}
.cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-1) {
  margin: 0 0.5% 0 0;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup4 {
  position: relative;
  width: 19%;
  margin: 0% 1.33 2.66% 1.33%;
  float: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-3) {
  width: 19%;
  margin: 0% 1.375% 2.75% 7%;
  clear: left;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-2) {
  width: 19%;
  margin: 0% 1.375% 2.75% 1.375%;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-1) {
  width: 19%;
  margin: 0% 1.375% 2.75% 1.375%;
}
.cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-0) {
  width: 19%;
  margin: 0% 0% 2.75% 1.375%;
  clear: right;
}
.cms-venum-desciplines.cms-femme .bounce-up .subject {
  opacity: 1;
  -moz-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
  -moz-transform: translate3d(0px, 200px, 0px);
  -webkit-transform: translate3d(0px, 200px, 0px);
  -o-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cms-venum-desciplines.cms-femme .bounce-up.in-view .subject {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.cms-venum-desciplines.cms-femme .bg-insta-ga {
  height: 86vw !important;
  z-index: 2;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines {
  top: 83% !important;
  position: absolute;
  color: #000 !important;
  text-align: left !important;
  font-size: 2vw !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text {
  color: #000 !important;
  text-align: left !important;
  font-size: 2vw !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text strong {
  font-weight: 700;
  font-size: 4vw;
  text-transform: uppercase !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta-ga .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta {
  height: 62vw !important;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container {
  top: -18% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-small-title {
  font-size: 3.5vw !important;
  width: 84% !important;
  float: left !important;
  position: absolute !important;
  text-align: right !important;
  color: #ffc7f8 !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-title {
  font-size: 3.5vw !important;
  color: #000 !important;
  text-align: right;
  right: -20%;
  position: relative;
  margin-top: 2% !important;
  font-weight: 400 !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-description {
  width: 100% !important;
  margin-top: 50%;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines {
  top: 83% !important;
  position: absolute;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p {
  background-color: #b1eafb;
  color: #000 !important;
  padding: 25px 23px;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p:hover {
  background-color: #000;
  color: #b1eafb !important;
}
.cms-venum-desciplines.cms-femme .bg-insta .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta2 {
  height: 64vw !important;
  z-index: 1;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines {
  left: 53% !important;
  top: 74% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .bluefoot-hightlight-top-left-position {
  top: 32% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description {
  position: absolute;
  left: 106%;
  top: 72%;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description p {
  color: #000;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginsta {
  color: #b1eafb;
  font-weight: 600;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginstaPink {
  color: #ffc7f8;
  font-weight: 600;
  text-transform: uppercase;
  left: 74% !important;
  margin-top: 67% !important;
  position: absolute;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
  color: #ffc7f8 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines {
  top: 75% !important;
  position: absolute;
  left: 60% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p:hover {
  background-color: #ffc7f8;
  color: #000 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p {
  background-color: #000;
  color: #ffc7f8 !important;
  padding: 25px 23px;
  text-transform: uppercase !important;
}
.cms-venum-desciplines.cms-femme .bg-insta2 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta3 {
  height: 64vw !important;
  z-index: 1;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .bluefoot-hightlight-top-left-position {
  top: 10% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description {
  position: absolute;
  left: 106%;
  top: 60%;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description p {
  color: #000;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .hchtaginsta {
  color: #b1eafb;
  font-weight: 600;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .hchtaginstaPink {
  color: #ffc7f8;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 2vw;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
  color: #ffc7f8 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta {
  margin-top: 106% !important;
  position: absolute;
  color: #000;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta .hchtaginstaPink {
  color: #ffc7f8;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .search-lines {
  top: 83% !important;
  position: absolute;
  color: #fff;
  background-color: #ffc7f8;
  padding: 30px 23px;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .search-lines .search-text {
  font-size: 1.8vw !important;
  color: #000 !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .bg-insta3 .titleG {
  font-size: 4.5vw;
  color: #000;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 33% 5% 0 !important;
  text-align: right;
  line-height: 5vw;
}
.cms-venum-desciplines.cms-femme .bg-insta4 {
  height: 64vw !important;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines {
  left: 49% !important;
  top: 12% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container.bluefoot-hightlight-middle-center-position {
  top: 26% !important;
  left: 56% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines {
  top: 12% !important;
  position: absolute;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p {
  background-color: #b1eafb;
  color: #000 !important;
  padding: 25px 23px;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p:hover {
  background-color: #000;
  color: #b1eafb !important;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text:hover {
  color: #8a8a8a;
}
.cms-venum-desciplines.cms-femme .bg-insta4 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .slick-slide img {
  width: 98%;
}
.cms-venum-desciplines.cms-femme .slider-button a {
  color: #000;
  background-color: #b1eafb;
  padding: 5px 40px;
  font-size: 2vw;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .slider-button a:hover {
  color: #b1eafb;
  background-color: #000;
}
.cms-venum-desciplines.cms-femme .bg-insta5 {
  height: 62vw !important;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines {
  left: 23% !important;
  top: 78% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container {
  top: 10% !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-small-title {
  font-size: 3.5vw !important;
  width: 84% !important;
  float: left !important;
  position: absolute !important;
  text-align: right !important;
  color: #ffc7f8 !important;
  font-weight: 400 !important;
  font-style: italic !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-title {
  font-size: 3.5vw !important;
  color: #000 !important;
  text-align: right;
  right: -20%;
  position: relative;
  margin-top: 2% !important;
  font-weight: 400 !important;
  font-style: italic;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-description {
  width: 100% !important;
  margin-top: 41%;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines {
  top: 78% !important;
  position: absolute;
  left: 23%;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text {
  font-size: 1.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p:hover {
  background-color: #ffc7f8;
  color: #000 !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p {
  background-color: #000;
  color: #ffc7f8 !important;
  padding: 25px 23px;
  text-transform: uppercase !important;
}
.cms-venum-desciplines.cms-femme .bg-insta5 .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-femme .subject {
  float: left;
  width: 100%;
  margin: 0%;
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .subject .icon-insta {
  cursor: pointer;
  position: absolute;
  width: 100%;
  bottom: 80%;
  z-index: 1;
}
.cms-venum-desciplines.cms-femme .subject .icon-plus {
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 80%;
  bottom: 0;
}
.cms-venum-desciplines.cms-femme .subject .titleG {
  font-size: 4.5vw;
  color: #000;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 0 5% 0;
}
.cms-venum-desciplines.cms-femme .subject .titleGPink {
  font-size: 4.5vw;
  color: #ffc7f8;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding: 0 0 5% 0;
}
.cms-venum-desciplines.cms-femme .subject .title-zoom {
  font-size: 3vw;
  color: #8a8a8a;
  text-align: right;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  padding-right: 19px;
  background: url("../images/cms_pages/like.png") no-repeat;
  background-size: 29%;
  background-position: left;
}
.cms-venum-desciplines.cms-femme .subject .title-zoom2 {
  font-size: 1.5vw;
  color: #8a8a8a;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.cms-venum-desciplines.cms-femme .subject .title-zoom2:hover {
  color: #000000;
}
.cms-venum-desciplines.cms-femme .subject .title-htag {
  font-size: 1.6vw;
  color: #8a8a8a;
  font-style: italic;
  text-transform: uppercase;
  padding: 20px 20px;
  background: url("../images/cms_pages/buttom-insta.png") no-repeat;
  background-color: #FFF;
  background-position: right;
}
.cms-venum-desciplines.cms-femme .subject .title-htag a {
  color: #8a8a8a;
}
.cms-venum-desciplines.cms-femme .subject .title-htag a:hover {
  color: #000;
}
.cms-venum-desciplines.cms-femme .subject .title-htag strong {
  font-weight: 600;
}
.cms-venum-desciplines.cms-femme .subject .top-insta {
  background: url("../images/cms_pages/top-insta.png") no-repeat;
  height: 99px;
  width: 100%;
  background-color: #FFF;
  background-size: 100%;
}
.cms-venum-desciplines.cms-femme .zoomin {
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .zoomin.radius {
  border-radius: 50%;
  height: 19vw;
}
.cms-venum-desciplines.cms-femme .zoomin img {
  transform-origin: 50% 65%;
  transition: transform 5s, filter 3s ease-in-out;
  z-index: 3;
}
.cms-venum-desciplines.cms-femme .zoomin:hover img {
  transform: scale(1.5);
  z-index: 3;
  border: 3px solid transparent;
}
.cms-venum-desciplines.cms-femme .radius:hover {
  border: 3px solid #ffc7f8;
}
.cms-venum-desciplines.cms-femme .subject .header {
  margin: 8px 0px;
}
.cms-venum-desciplines.cms-femme .subject .header .date,
.cms-venum-desciplines.cms-femme .subject .header .category {
  margin: 0px;
  clear: none;
  width: 50%;
}
.cms-venum-desciplines.cms-femme .subject .header .date i,
.cms-venum-desciplines.cms-femme .subject .header .category i {
  margin-right: 5px;
  color: #333;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.cms-venum-desciplines.cms-femme .subject .header .date {
  float: left;
  text-align: left;
}
.cms-venum-desciplines.cms-femme .subject .header .category {
  float: right;
  text-align: right;
}
.cms-venum-desciplines.cms-femme .subject .icon {
  position: absolute;
  top: -20px;
  left: 50%;
  left: calc(30%);
}
.cms-venum-desciplines.cms-femme .subject .icon i {
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 150%;
  border-radius: 50%;
  text-align: center;
  padding: 7px;
}
.cms-venum-desciplines.cms-femme .subject .category-color {
  height: 7px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.cms-venum-desciplines.cms-femme .subject.design .category-color,
.cms-venum-desciplines.cms-femme .subject.design .icon i {
  background: #c0392b;
}
.cms-venum-desciplines.cms-femme .subject.development .category-color,
.cms-venum-desciplines.cms-femme .subject.development .icon i {
  background: #16a085;
}
.cms-venum-desciplines.cms-femme .subject.photography .category-color,
.cms-venum-desciplines.cms-femme .subject.photography .icon i {
  background: #2980b9;
}
.cms-venum-desciplines.cms-femme .subject.development:hover .header i {
  color: #16a085;
}
.cms-venum-desciplines.cms-femme .subject.design:hover .header i {
  color: #c0392b;
}
.cms-venum-desciplines.cms-femme .subject.photography:hover .header i {
  color: #2980b9;
}
.cms-venum-desciplines.cms-femme .subject .title {
  margin: 12px 0px;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
}
.cms-venum-desciplines.cms-femme .subject .content {
  margin-bottom: 8px;
}
.cms-venum-desciplines.cms-femme .subject .enrole {
  position: relative;
  color: #333;
  padding: 5px 12px;
  cursor: pointer;
  float: right;
  display: inline-block;
  border: solid 1px #ccc;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.cms-venum-desciplines.cms-femme .subject .enrole:hover,
.cms-venum-desciplines.cms-femme .subject .enrole:active {
  background: #222;
  color: #fff;
}
.cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position {
  top: -16% !important;
}
.cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines.cms-femme .ba-slider {
  position: relative;
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .ba-slider img {
  max-width: min-content !important;
}
.cms-venum-desciplines.cms-femme .ba-slider img {
  display: block;
  width: 100%;
}
.cms-venum-desciplines.cms-femme .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  overflow: hidden;
}
.cms-venum-desciplines.cms-femme .handle {
  /* Thin line seperator */
  position: absolute;
  left: 40%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.cms-venum-desciplines.cms-femme .handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
}
.cms-venum-desciplines.cms-femme .draggable2:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  .cms-venum-desciplines.cms-femme {
    /*animation element*/
    /*3 grid layout*/
    /*3 grid layout*/
    /*3 grid layout*/
    /*3 grid layout*/
    /*bounce up animation for the subject*/
    /*subject icon at top*/
    /*Category color / icon color*/
    /*hovering over subject*/
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row {
    margin: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row .discipline-container .hightlight-container {
    margin: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row.with-media-background.bg-cover {
    background-image: url("../images/cms_pages/bg1M.png") !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-row.with-media-background.cover2 {
    background-image: url("../images/cms_pages/BG2mobile.jpg") !important;
    background-size: contain !important;
  }
  .cms-venum-desciplines.cms-femme .bg-cover {
    background-image: url("../images/bg1M.png") !important;
    background-repeat: no-repeat;
    background-size: contain !important;
  }
  .cms-venum-desciplines.cms-femme .cover2 {
    background-image: url("../images/BG2mobile.jpg") !important;
    background-size: contain !important;
    background-repeat: no-repeat;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:after,
  .cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow:before {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-slider .slick-arrow {
    color: #ccc;
    font-size: 39px !important;
  }
  .cms-venum-desciplines.cms-femme .cf:before,
  .cms-venum-desciplines.cms-femme .cf:after {
    content: " ";
    display: table;
  }
  .cms-venum-desciplines.cms-femme .cf:after {
    clear: both;
  }
  .cms-venum-desciplines.cms-femme .container:last-of-type {
    padding-top: 0px;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup1 {
    position: relative;
    width: 100%;
    margin: 0%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup1:nth-of-type(1n-0) {
    margin: 0%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup2 {
    position: relative;
    width: 48.9%;
    margin: 0%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-1) {
    margin: 0%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup2:nth-of-type(2n-0) {
    margin: 0%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup3 {
    position: relative;
    width: 48.9%;
    margin: 0%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-0) {
    margin: 0%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup3:nth-of-type(2n-1) {
    margin: 0%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4 {
    position: relative;
    width: 19%;
    margin: 0% 1.33 2.66% 1.33%;
    float: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-3) {
    width: 19%;
    margin: 0% 1.375% 2.75% 5%;
    clear: left;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-2) {
    width: 19%;
    margin: 0% 1.375% 2.75% 1.375%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-1) {
    width: 19%;
    margin: 0% 1.375% 2.75% 1.375%;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-0) {
    width: 19%;
    margin: 0% 0% 2.75% 1.375%;
    clear: right;
  }
  .cms-venum-desciplines.cms-femme .bounce-up .subject {
    opacity: 0;
    -moz-transition: all 3s ease-out;
    -webkit-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cms-venum-desciplines.cms-femme .bounce-up.in-view .subject {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga {
    height: 139vw !important;
    z-index: 2;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .image-block {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .hightlight-container {
    width: 48% !important;
    float: right;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .hightlight-container .hightlight-description {
    margin-top: 22%;
    margin-right: 18%;
    margin-bottom: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines {
    top: 83% !important;
    position: absolute;
    color: #000 !important;
    text-align: left !important;
    font-size: 2vw !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text {
    color: #000 !important;
    text-align: left !important;
    font-size: 2vw !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-lines .search-text strong {
    font-weight: 700;
    font-size: 5vw;
    text-transform: uppercase !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta-ga .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta {
    height: 62vw !important;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .image-block {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container {
    margin-top: -26% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-small-title {
    font-size: 3.5vw !important;
    width: 84% !important;
    float: left !important;
    position: absolute !important;
    text-align: right !important;
    color: #ffc7f8 !important;
    font-weight: 400 !important;
    font-style: italic !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-title {
    font-size: 3.5vw !important;
    color: #000 !important;
    text-align: right;
    position: relative;
    margin-top: 2% !important;
    font-weight: 400 !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .hightlight-container .hightlight-description {
    width: 100% !important;
    margin-top: 18%;
    margin-left: 10%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines {
    top: 83% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p {
    background-color: #b1eafb;
    color: #000 !important;
    padding: 13px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-lines .search-text p:hover {
    background-color: #000;
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 {
    height: 75vw !important;
    z-index: 1;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .bluefoot-hightlight-top-left-position {
    top: 32% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container {
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description {
    position: absolute;
    left: 106%;
    top: 60%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description p {
    color: #000;
    font-size: 1vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginsta {
    color: #b1eafb;
    font-weight: 600;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .hchtaginstaPink {
    color: #ffc7f8;
    font-weight: 600;
    text-transform: uppercase;
    left: 74% !important;
    margin-top: 67% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 600;
    font-style: italic;
    text-align: center;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description {
    width: 100% !important;
    font-size: 3vw !important;
    margin-left: 11%;
    margin-top: -77%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description .titleGinstaPink {
    color: #ffc7f8 !important;
    font-weight: 600 !important;
    font-style: italic !important;
    text-transform: uppercase;
    font-size: 6.5vw;
    margin-top: 10%;
    position: absolute;
    right: 1%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description .titleGinsta {
    margin-top: 10%;
    text-align: right;
    float: right;
    position: absolute;
    width: 83%;
    font-weight: 600 !important;
    font-style: italic !important;
    text-transform: uppercase;
    font-size: 6.5vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description p {
    position: absolute;
    width: 90%;
    top: 51%;
    margin: 5% 0% auto;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .hightlight-container .hightlight-description .hchtaginsta {
    position: absolute;
    bottom: 2%;
    color: #b1eafb;
    font-weight: 600;
    margin: 5% 5% auto;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines {
    top: 57% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p:hover {
    background-color: #ffc7f8;
    color: #000 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-lines .search-text p {
    padding: 13px;
    background-color: #000;
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta2 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 {
    height: 60vw !important;
    z-index: 1;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .bluefoot-hightlight-top-left-position {
    top: 10% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description {
    position: absolute;
    left: 106%;
    top: 60%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description p {
    color: #000;
    font-size: 1vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .hchtaginsta {
    color: #b1eafb;
    font-weight: 600;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .descriptioninsta {
    margin-top: -10% !important;
    position: absolute;
    color: #000;
    padding: 0 2%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .descriptioninsta .hchtaginstaPink {
    color: #ffc7f8;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 2vw;
    font-weight: 600;
    font-style: italic;
    text-align: center;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .right-hightlight-description .titleGinsta .titleGinstaPink {
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description {
    width: 100% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .container {
    margin-top: -71%;
    margin-left: -7%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta {
    margin-top: -10% !important;
    position: absolute;
    color: #000;
    padding: 0 4%;
    font-size: 3.5vw;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .hightlight-container .hightlight-description .descriptioninsta .hchtaginstaPink {
    color: #ffc7f8;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .search-lines {
    top: 83% !important;
    position: absolute;
    color: #fff;
    background-color: #ffc7f8;
    padding: 3% 4%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .search-lines .search-text {
    font-size: 2.8vw !important;
    color: #000 !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .bg-insta3 .titleG {
    font-size: 4.5vw;
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 33% 5% 0 !important;
    text-align: right;
    line-height: 23px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 {
    height: 64vw !important;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container {
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container.bluefoot-hightlight-middle-center-position {
    top: 26% !important;
    left: 56% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .hightlight-container .hightlight-description {
    width: 100% !important;
    margin-left: 98%;
    margin-top: -150%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines {
    top: -25% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p {
    background-color: #ffc7f8;
    color: #000 !important;
    padding: 13px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-lines .search-text p:hover {
    background-color: #000;
    color: #ffc7f8 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta4 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .slider-button a {
    color: #000;
    background-color: #b1eafb;
    padding: 5px 40px;
    font-size: 3vw;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .slider-button a:hover {
    color: #b1eafb;
    background-color: #000;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 {
    height: 107vw !important;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container {
    top: 10% !important;
    width: 47% !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-small-title {
    font-size: 5.5vw !important;
    width: 43% !important;
    float: left !important;
    position: absolute !important;
    text-align: right !important;
    color: #ffc7f8 !important;
    font-weight: 400 !important;
    font-style: italic !important;
    top: -26px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-title {
    font-size: 5.5vw !important;
    color: #000 !important;
    text-align: right;
    right: -32%;
    position: relative;
    margin-top: -190.1% !important;
    font-weight: 400 !important;
    font-style: italic;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-description {
    width: 100% !important;
    margin-top: -97%;
    margin-left: 71%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .hightlight-container .hightlight-description .container {
    margin-top: 198%;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines {
    top: 75% !important;
    position: absolute;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text {
    font-size: 3.8vw !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-left: 0 !important;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p:hover {
    background-color: #ffc7f8;
    color: #000 !important;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-lines .search-text p {
    background-color: #000;
    color: #ffc7f8 !important;
    padding: 13px;
  }
  .cms-venum-desciplines.cms-femme .bg-insta5 .search-icon {
    display: none;
  }
  .cms-venum-desciplines.cms-femme .subject {
    float: left;
    width: 100%;
    margin: 0% 1.33% 2.66% 1.33%;
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .subject .icon-plus {
    cursor: pointer;
    position: absolute;
    width: 26%;
    bottom: 0%;
    left: 75%;
  }
  .cms-venum-desciplines.cms-femme .subject .titleG {
    font-size: 6.1vw;
    color: #000;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
  }
  .cms-venum-desciplines.cms-femme .subject .titleGPink {
    font-size: 4.5vw;
    color: #ffc7f8;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding: 0 0 5% 0;
  }
  .cms-venum-desciplines.cms-femme .subject .title-zoom {
    font-size: 3vw;
    color: #8a8a8a;
    text-align: right;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-right: 19px;
    background: url("../images/cms_pages/like.png") no-repeat;
    background-size: 35%;
  }
  .cms-venum-desciplines.cms-femme .subject .title-zoom2 {
    font-size: 3.5vw;
    color: #8a8a8a;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
  }
  .cms-venum-desciplines.cms-femme .subject .title-zoom2:hover {
    color: #000000;
  }
  .cms-venum-desciplines.cms-femme .subject .title-htag {
    font-size: 3.6vw;
    color: #8a8a8a;
    font-style: italic;
    text-transform: uppercase;
    padding: 8px 0 2px 10px;
    background: url("../images/cms_pages/buttom-instaM.jpg") no-repeat;
    background-size: cover;
    height: 100%;
  }
  .cms-venum-desciplines.cms-femme .subject .title-htag strong {
    font-weight: 600;
  }
  .cms-venum-desciplines.cms-femme .subject .top-insta {
    background: url("../images/cms_pages/top-instaM.jpg") no-repeat;
    height: 35px;
    width: 100%;
    background-color: #FFF;
    background-size: 100%;
  }
  .cms-venum-desciplines.cms-femme .zoomin {
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .zoomin.radius {
    border-radius: 50%;
  }
  .cms-venum-desciplines.cms-femme .zoomin img {
    transform-origin: 50% 65%;
    transition: transform 5s, filter 3s ease-in-out;
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .zoomin:hover img {
    transform: scale(1.5);
    z-index: 3;
  }
  .cms-venum-desciplines.cms-femme .subject .header {
    margin: 8px 0px;
  }
  .cms-venum-desciplines.cms-femme .subject .header .date,
  .cms-venum-desciplines.cms-femme .subject .header .category {
    margin: 0px;
    clear: none;
    width: 50%;
  }
  .cms-venum-desciplines.cms-femme .subject .header .date i,
  .cms-venum-desciplines.cms-femme .subject .header .category i {
    margin-right: 5px;
    color: #333;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .cms-venum-desciplines.cms-femme .subject .header .date {
    float: left;
    text-align: left;
  }
  .cms-venum-desciplines.cms-femme .subject .header .category {
    float: right;
    text-align: right;
  }
  .cms-venum-desciplines.cms-femme .subject .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    left: calc(30%);
  }
  .cms-venum-desciplines.cms-femme .subject .icon i {
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 150%;
    border-radius: 50%;
    text-align: center;
    padding: 7px;
  }
  .cms-venum-desciplines.cms-femme .subject .category-color {
    height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .cms-venum-desciplines.cms-femme .subject.design .category-color,
  .cms-venum-desciplines.cms-femme .subject.design .icon i {
    background: #c0392b;
  }
  .cms-venum-desciplines.cms-femme .subject.development .category-color,
  .cms-venum-desciplines.cms-femme .subject.development .icon i {
    background: #16a085;
  }
  .cms-venum-desciplines.cms-femme .subject.photography .category-color,
  .cms-venum-desciplines.cms-femme .subject.photography .icon i {
    background: #2980b9;
  }
  .cms-venum-desciplines.cms-femme .subject.development:hover .header i {
    color: #16a085;
  }
  .cms-venum-desciplines.cms-femme .subject.design:hover .header i {
    color: #c0392b;
  }
  .cms-venum-desciplines.cms-femme .subject.photography:hover .header i {
    color: #2980b9;
  }
  .cms-venum-desciplines.cms-femme .subject .title {
    margin: 12px 0px;
    border-bottom: dashed 1px #ccc;
    padding-bottom: 10px;
  }
  .cms-venum-desciplines.cms-femme .subject .content {
    margin-bottom: 8px;
  }
  .cms-venum-desciplines.cms-femme .subject .enrole {
    position: relative;
    color: #333;
    padding: 5px 12px;
    cursor: pointer;
    float: right;
    display: inline-block;
    border: solid 1px #ccc;
    -moz-transition: all 400ms linear;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .cms-venum-desciplines.cms-femme .subject .enrole:hover,
  .cms-venum-desciplines.cms-femme .subject .enrole:active {
    background: #222;
    color: #fff;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position {
    top: -13% !important;
  }
  .cms-venum-desciplines.cms-femme .bluefoot-hightlight-top-right-position .hightlight-description {
    width: 100% !important;
  }
  .cms-venum-desciplines.cms-femme .ba-slider {
    position: relative;
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .ba-slider img {
    max-width: min-content !important;
  }
  .cms-venum-desciplines.cms-femme .ba-slider img {
    display: block;
    width: 100%;
  }
  .cms-venum-desciplines.cms-femme .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    overflow: hidden;
  }
  .cms-venum-desciplines.cms-femme .handle {
    /* Thin line seperator */
    position: absolute;
    left: 40%;
    top: 0;
    bottom: 0;
    width: 4px;
    margin-left: -2px;
    background: rgba(0, 0, 0, 0.5);
    cursor: ew-resize;
  }
  .cms-venum-desciplines.cms-femme .handle:after {
    /* Big orange knob  */
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    content: '\21d4';
    color: white;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
  }
  .cms-venum-desciplines.cms-femme .draggable2:after {
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    line-height: 48px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) and screen and (max-width: 678px) {
  .cms-venum-desciplines.cms-femme .main-container {
    margin: 20px 15px;
  }
  .cms-venum-desciplines.cms-femme .buttomtoup4,
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-1),
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-2),
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-3),
  .cms-venum-desciplines.cms-femme .buttomtoup4:nth-of-type(4n-0) {
    width: 100%;
    margin: 0px 0px 30px 0px;
  }
}
.cms-venum-desciplines.cms-coco .page-wrapper .ns-next.coco {
  display: block;
}
.cms-venum-desciplines.cms-coco .page-wrapper .logo {
  background-image: url(../images/logo/logo_venum_euro_white.svg);
  height: 50px;
  background-repeat: no-repeat;
  width: 175px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .logo img {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .banner-content {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .venum-free-sheeping-msg {
  background: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .venum-free-sheeping-msg a {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .venum-free-sheeping-msg a span {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper {
  border-top: 1px solid #131313;
  background-color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper div.no-link {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper #first-child .first-child,
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper #first-child .level2 > a {
  border-right: 3px solid #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper .level1 > a {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search {
  background: #000 !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form input {
  background-color: #131313;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions button,
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions .action-gift {
  background-color: #131313;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation {
  background: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 > .level-top {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 .submenu a {
  color: #ccc;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 .submenu a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 .submenu a:hover {
  color: #ccc;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .header {
  border-bottom: 1px solid #000;
  background-color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .nav-sections {
  background: #000;
  border-bottom: 1px solid #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .new-venum-footer-container {
  background-color: #000 !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .new-venum-footer-container .new-venum-footer-row {
  color: #fff !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .new-venum-footer-container .new-venum-footer-row .venum-footer-logo {
  background-image: url(../images/logo/new-venum-footer-logo_black.png);
  height: 65px;
  width: 65px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .new-venum-footer-container .new-venum-footer-row .venum-footer-logo img {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .new-venum-footer-container .new-venum-footer-row .footer.links a {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  background: #fff;
  color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.bluefoot-row.with-media-background {
  background-position-y: 58%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer {
  height: 44vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines {
  top: 56% !important;
  left: 81% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container.bluefoot-video-top-left-position {
  left: 10%;
  width: 80%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .hightlight-description {
  width: 30vw;
  float: right;
  color: #735f53;
  font-family: 'Rokkitt', serif;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .hightlight-description h3 {
  font-family: 'Domine Bold';
  font-size: 2.2vw;
  text-align: right;
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .video-block {
  float: left;
  width: 40vw;
  border: 1px solid #c58f77;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed {
  right: 0;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .hightlight-small-title {
  font-family: 'Domine Bold';
  font-size: 2.2vw;
  text-align: right;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .search-lines {
  top: 103% !important;
  position: absolute;
  left: 42% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  text-transform: !important;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container.first {
  top: 0;
  left: 0;
  z-index: 3;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container.next {
  top: -16%;
  left: 19%;
  z-index: 2;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container.last {
  top: -28%;
  left: 38%;
  z-index: 1;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container {
  box-shadow: none;
  width: 30%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .bg-hightlight {
  background-image: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .bg-hightlight .hightlight-container {
  top: 0;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-small-title {
  font-size: 1.3vw;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  padding-top: 18% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines {
  top: 72% !important;
  left: 14.5% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  text-transform: !important;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-small-title {
  padding-top: 30px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.img_highlight .hightlight-container {
  width: 43%;
  margin-left: -8%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-title {
  font-size: 2.2vw;
  font-family: 'Domine Bold';
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-small-title {
  font-size: 2.2vw;
  font-family: 'Domine Bold';
  padding-bottom: 50px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description {
  color: #735f53;
  font-family: 'Rokkitt', serif;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container.superposed .search-lines {
  top: 101% !important;
  position: absolute;
  left: 73% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container.superposed .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 4vw;
  text-transform: uppercase !important;
  padding: 13px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-small-title {
  color: #FFF;
  text-transform: none;
  font-family: 'Domine Bold';
  padding-bottom: 27px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description {
  color: #735f53;
  font-family: 'Rokkitt', serif;
  margin-bottom: 30px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .video-block {
  border-top: 1px solid #c58f77;
  border-bottom: 1px solid #c58f77;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .hightlight-description {
  color: #735f53;
  font-family: 'Rokkitt', serif;
  padding-top: 27px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .hightlight-description h3 {
  font-family: 'Domine Bold';
  color: #FFF;
  font-size: 5.7vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container {
  height: 70vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container.first {
  top: 13vw;
  left: 0;
  z-index: 3;
  position: absolute;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container.next {
  top: 3%;
  left: 27%;
  z-index: 2;
  position: absolute;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container.last {
  top: -1%;
  left: 54%;
  z-index: 1;
  position: absolute;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container {
  box-shadow: none;
  width: 30%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container {
  box-shadow: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container .athlete-details {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines {
  height: 170vw;
  padding-top: 5%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  top: 13vw;
  left: 5vw;
  right: 0;
  text-align: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  color: #F1FFEB;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .hightlight-container {
  height: 173vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .hightlight-container .hightlight-description {
  background-color: #000;
  opacity: 1;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines {
  top: 92% !important;
  left: 73% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 4vw;
  text-transform: uppercase !important;
  padding: 13px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-title {
  color: #FFF;
  font-size: 5.7vw;
  font-family: 'Domine Bold';
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-small-title {
  padding-top: 0vw !important;
  text-transform: uppercase;
  font-size: 5vw;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.video-description-left .video-section .search-lines {
  top: 82% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.video-description-left .video-block {
  margin-top: 7%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer {
  background-position: 32%;
  background-size: 72%;
  height: 44vw;
  background-repeat: no-repeat;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .search-lines {
  top: 79% !important;
  left: 78% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  text-transform: !important;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container {
  width: 79%;
  top: 10%;
  left: 16%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches {
  height: 45vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .img img {
  max-width: none !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1 {
  position: absolute;
  z-index: 4;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
  top: 10%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2 {
  top: 13%;
  z-index: 3;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3 {
  position: absolute;
  top: 22%;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4 {
  position: absolute;
  top: 29%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5 {
  position: absolute;
  top: 41%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .num-img {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4 .img {
  margin-left: -60px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 {
  right: -35px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 + .text-hover {
  visibility: hidden;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover .img {
  margin-left: -60px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4 + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover {
  visibility: hidden;
  position: absolute;
  color: #FFF;
  font-size: 50px;
  top: 0;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche {
  width: 70%;
  float: left;
  padding-top: 6%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .title-couche {
  font-size: 1.4vw;
  text-transform: uppercase;
  width: 54%;
  padding-bottom: 50px;
  text-align: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .content-couche {
  font-size: 1.2vw;
  width: 55%;
  color: #735f53;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .five {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 22%;
  margin-left: -102px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number5 {
  padding-top: 8vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .four {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 18%;
  margin-left: -102px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number4 {
  padding-top: 6vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .three {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 17%;
  margin-left: -124px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number3 {
  padding-top: 6vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .two {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 16%;
  margin-left: -124px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number2 {
  padding-top: 5vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .one {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 13%;
  margin-left: -124px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number1 {
  padding-top: 4vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 136vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer.video-description-left {
  height: 169vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer.video-description-left .search-lines {
  top: 98% !important;
  left: 71% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .search-lines {
  top: 95% !important;
  left: 71% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 4vw;
  text-transform: uppercase !important;
  padding: 13px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container {
  width: 100%;
  top: 10%;
  left: 16%;
  margin: 0;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .img img {
  max-width: none !important;
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1 {
  position: absolute;
  z-index: 4;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  float: left;
  left: 12vw;
  top: 52vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2 {
  top: 43vw;
  z-index: 3;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3 {
  position: absolute;
  top: 34vw;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4 {
  position: absolute;
  top: 25vw;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5 {
  position: absolute;
  top: 16vw;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .num-img {
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 5px 15px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover .num-img {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4 .num-img {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4 .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4 .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4 .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 .num-img {
  background-color: transparent;
  color: #fff;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 + .text-hover {
  display: none;
  visibility: hidden;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover .img {
  margin-left: -60px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4 + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover {
  visibility: hidden;
  position: absolute;
  color: #FFF;
  font-size: 50px;
  top: 0;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche {
  width: 100%;
  float: left;
  padding-top: 72%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .title-couche {
  font-size: 5.5vw;
  text-transform: uppercase;
  padding-left: 5%;
  text-align: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .content-couche {
  font-size: 4vw;
  width: 90%;
  margin: 5% auto;
  background-color: #000;
  opacity: 0.8;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position {
  position: relative;
  height: 40vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .five {
  width: 20vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -87%;
  margin-right: 23%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number5 {
  padding-top: 8vw;
  font-size: 4vw;
  top: -258%;
  position: relative;
  left: 78%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .four {
  width: 24vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -105%;
  margin-right: 19%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number4 {
  padding-top: 6vw;
  font-size: 4vw;
  top: -301%;
  position: relative;
  left: 80%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .three {
  width: 25vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -105%;
  margin-right: 19%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number3 {
  padding-top: 6vw;
  font-size: 4vw;
  top: -302%;
  position: relative;
  left: 80%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .two {
  width: 21vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -100%;
  margin-right: 23%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number2 {
  padding-top: 5vw;
  font-size: 4vw;
  top: -287%;
  position: relative;
  left: 80%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .one {
  width: 20vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -98%;
  margin-right: 26%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.slider-coco .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number1 {
  padding-top: 4vw;
  font-size: 4vw;
  top: -275%;
  position: relative;
  left: 75%;
  float: left;
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 10ms linear;
  -webkit-transition: all 10ms linear;
  -o-transition: all 10ms linear;
  transition: all 2000ms linear 1s;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top1 {
  opacity: 0;
  -moz-transition: all 20ms linear;
  -webkit-transition: all 20ms linear;
  -o-transition: all 20ms linear;
  transition: all 2000ms linear 1.5s;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top1.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top2 {
  opacity: 0;
  -moz-transition: all 30ms linear;
  -webkit-transition: all 30ms linear;
  -o-transition: all 30ms linear;
  transition: all 2000ms linear 2s;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top3 {
  opacity: 0;
  -moz-transition: all 30ms linear;
  -webkit-transition: all 30ms linear;
  -o-transition: all 30ms linear;
  transition: all 2000ms linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top3.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@keyframes moveOutLeft {
  0% {
    transform: scale(0.75) translateX(0%);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translateX(-150%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
  }
}
@keyframes moveOutRight {
  0% {
    transform: scale(0.75) translateX(0%);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translateX(150%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
  }
}
@keyframes moveToP5Left {
  from {
    transform: scale(0.75) translateX(100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
@keyframes moveToP4Left {
  from {
    transform: scale(0.75) translateX(100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP3Left {
  from {
    transform: scale(0.85) translateX(100%);
  }
  to {
    transform: scale(1) translateX(0);
  }
}
@keyframes moveToP2Left {
  from {
    transform: scale(1) translateX(100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP1Left {
  from {
    transform: scale(0.85) translateX(100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
@keyframes moveToP1Right {
  from {
    transform: scale(0.75) translateX(-100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
@keyframes moveToP2Right {
  from {
    transform: scale(0.75) translateX(-100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP3Right {
  from {
    transform: scale(0.85) translateX(-100%);
  }
  to {
    transform: scale(1) translateX(0);
  }
}
@keyframes moveToP4Right {
  from {
    transform: scale(1) translateX(-100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP5Right {
  from {
    transform: scale(0.85) translateX(-100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container {
  background-color: #000 !important;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row {
  color: #fff !important;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .venum-footer-logo {
  background-image: url(../images/logo/new-venum-footer-logo_black.png);
  height: 65px;
  width: 65px;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .venum-footer-logo img {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .footer.links a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  background: #fff;
  color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper {
  background-color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .fas {
  color: #666;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .logo {
  background-image: url(../images/logo/logo_venum_euro_white.svg);
  height: 50px;
  background-repeat: no-repeat;
  width: 175px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .logo img {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .venum-free-sheeping-msg {
  background: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .venum-free-sheeping-msg a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .venum-free-sheeping-msg a span {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper {
  border-top: 1px solid #131313;
  background-color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper div.no-link {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper #first-child .first-child,
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper #first-child .level2 > a {
  border-right: 3px solid #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper .level1 > a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search {
  background: #000 !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form input {
  background-color: #131313;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions button,
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions .action-gift {
  background-color: #131313;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation {
  background: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 > .level-top {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 .submenu a {
  color: #ccc;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 .submenu a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 .submenu a:hover {
  color: #ccc;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .header {
  border-bottom: 1px solid #000;
  background-color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .nav-sections {
  background: #000;
  border-bottom: 1px solid #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .new-venum-footer-container {
  background-color: #000 !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .new-venum-footer-container .new-venum-footer-row {
  color: #fff !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .new-venum-footer-container .new-venum-footer-row .venum-footer-logo {
  background-image: url(../images/logo/new-venum-footer-logo_black.png);
  height: 65px;
  width: 65px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .new-venum-footer-container .new-venum-footer-row .venum-footer-logo img {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .new-venum-footer-container .new-venum-footer-row .footer.links a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  background: #fff;
  color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct {
  height: 460px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div img {
  width: 400px;
  transition: width 1s;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.hideLeft img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.hideRight img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.prev img {
  width: 300px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.prevLeftSecond img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.next img {
  width: 300px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection div.nextRightSecond img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection #product-top {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection .text--hide #product-top {
  display: block;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct #carouselcollection .text--hide #product-top .imgproduct-top {
  background-image: url(../images/cms_pages/panier.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  top: -72px;
  z-index: 1;
  right: -236px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct .buttons {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct .buttons #prev,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.collectionproduct .buttons #next {
  background-color: transparent;
  border: 0;
  color: #7c572b;
  font-size: 18px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position {
  width: 70%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-block {
  width: 45%;
  float: right;
  margin-top: -77px;
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .hightlight-description {
  float: left;
  width: 45%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-title {
  width: 45%;
  font-size: 3.4vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .hightlight-description {
  font-size: 1.9vw;
  font-weight: 600;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-small-title {
  font-size: 1.3vw;
  text-align: right;
  position: absolute;
  top: 65px;
  color: #666;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-nav {
  top: 12vw;
  right: 16vw;
  text-align: right;
  height: 20%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-nav label {
  background-color: transparent;
  border: 1px solid #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position {
  background-color: #00000088;
  padding: 25px;
  width: 27%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-title {
  text-align: right;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-small-title {
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel input {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .carousel-nav {
  top: 15vw;
  left: 29vw;
  text-align: left;
  height: 3%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift {
  margin: 3vw 0;
  border: 1px solid #fff !important;
  color: #7c572b;
  text-transform: uppercase;
  position: relative;
  z-index: 100000;
  width: 50%;
  right: 24%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button:hover,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift:hover {
  border: 1px solid #7c572b !important;
  color: #FFF;
  background-color: #7c572b !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options {
  left: 25%;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option {
  float: left;
  width: 6%;
  color: #7c572b;
  background-color: #000;
  border: 0;
  cursor: pointer;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option.selected {
  color: #FFF;
  cursor: pointer;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description .product-item-inner .product-item-actions {
  padding-left: 40%;
  margin-top: 16%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description .product-item-inner .product-item-actions .actions-primary {
  border: 1px solid #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-position: top;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.desktop-renderer.product-list {
  height: 40vw;
  background: url("../images/cms_pages/pbg-img.jpg") no-repeat;
  background-position: bottom;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-left .video-section .video-container .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-left .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-left .video-section .video-container .hightlight-description {
  color: #FFF;
  padding-top: 13%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-left .video-section .video-container .video-title {
  color: #FFF;
  font-size: 7.4vw;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 55%;
  margin: 0 13% auto;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-right .video-section .video-container .hightlight-description {
  font-size: 6vw;
  font-weight: 600;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-right .video-section .video-container .video-small-title {
  font-size: 5.3vw;
  text-align: right;
  position: absolute;
  top: 93%;
  right: 10%;
  color: #666;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-right .video-section .video-container .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.video-description-right .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines {
  height: 115vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  left: inherit;
  top: 61vw;
  right: 9%;
  height: 20%;
  position: absolute;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-nav label {
  background-color: transparent;
  border: 1px solid #FFF;
  width: 10px;
  height: 10px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: 15% 1%;
  background-size: 264%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position {
  background-color: #00000088;
  width: 80%;
  margin: 0% 5% auto;
  margin-top: 52%;
  padding: 5%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-title {
  text-align: right;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-small-title {
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.5vw;
  padding: 15px 0 !important;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-description {
  text-align: justify;
  width: 100%;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options {
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option {
  float: left;
  width: 20%;
  color: #7c572b;
  background-color: #000;
  border: 0;
  cursor: pointer;
  font-size: 4vw;
  padding: 0;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option.selected {
  color: #FFF;
  cursor: pointer;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines {
  height: 130vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel input {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .carousel-nav {
  top: 80vw;
  left: 11vw;
  text-align: left;
  height: 3%;
  position: absolute;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position {
  position: absolute;
  top: 71vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position form {
  width: 80%;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-left: 18vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift {
  margin: 5vw 0;
  border: 1px solid #fff !important;
  color: #7c572b;
  text-transform: uppercase;
  position: relative;
  z-index: 100000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button:hover,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift:hover {
  color: #FFF;
  border: 1px solid #7c572b !important;
  background-color: #7c572b !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
  font-size: 6vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 5vw 0 0;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
  font-size: 5.5vw;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: 73% 1% !important;
  background-size: 196% !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .discipline-container.mobile-renderer.product-list {
  height: 55vw;
  margin-top: -13%;
}
[data-element='main'][data-content-type='column'][data-appearance='full-height'].bloc-talents {
  padding: 0 !important;
  margin: 0 !important;
}
[data-content-type='row'][data-appearance='full-width'].bg-static-block > .row-full-width-inner > .pagebuilder-column-group {
  max-width: 1280px !important;
  margin: 0 15% auto;
}
[data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
  max-width: 100% !important;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 100% !important;
}
.more {
  display: none;
}
p {
  margin-bottom: 0 !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.hideme {
  opacity: 0.1;
}
.cms-venum-desciplines {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.cms-venum-desciplines [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
  margin: 0 !important;
}
.cms-venum-desciplines .cover {
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width {
  max-width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns {
  margin-top: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block {
  background-size: cover !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block h5 {
  font-size: 90px !important;
  font-weight: 500 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-title {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 100;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-small-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-description {
  text-align: justify;
  font-weight: 200;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 23px;
  padding: 30px 0 50px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-xl-description {
  font-weight: 600 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-xl-description a {
  color: #000;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-xl-description a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs {
  max-width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .tobottom .fas,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .tobottom .fas {
  color: #000 !important;
  font-size: 36px !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper.with-media-background,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs.with-media-background {
  background-position-y: 0 !important;
  background-size: cover !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper.with-media-background .bluefoot-column-12,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs.with-media-background .bluefoot-column-12 {
  padding: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .title_page h1,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .title_page h1 {
  font-size: 4.8vw;
  color: #000;
  font-weight: 400;
  padding-left: 1%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs {
  padding: 0 18px !important;
  width: 100% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs.more .discipline-container.desktop-renderer {
  height: 30vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight {
  background-image: url(../images/cms_pages/bg-hightlight2.png);
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-title {
  line-height: 6vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title {
  font-size: 2.3vw !important;
  padding-top: 4vw !important;
  left: 71% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer .hightlight-title {
  font-size: 7vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure {
  position: relative;
  padding-top: 24%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure img {
  box-shadow: -1px -1px 20px 1px #d9d9d9;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1.5vw;
  text-transform: uppercase;
  max-width: 2000px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-small-title {
  font-weight: 300;
  font-size: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title {
  font-weight: 200;
  font-size: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .right-detail {
  float: right;
  width: 100%;
  top: 0;
  position: relative;
  text-align: right;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 7vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a {
  color: #000;
  font-size: 7vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs .hightlight-title {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure img {
  box-shadow: -1px -1px 20px 1px #d9d9d9;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1vw;
  text-transform: uppercase;
  max-width: 1200px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .hightlight-small-title {
  font-weight: 400;
  line-height: 0px;
  font-size: 1.5vw;
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .hightlight-Xsmall-title {
  font-weight: 200;
  font-size: 1.5vw;
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .left-detail {
  float: left;
  width: 90%;
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .right-detail {
  float: right;
  width: 10%;
  top: 0;
  position: relative;
  text-align: right;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 4vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption h4 a {
  color: #000;
  font-size: 3.5vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj {
  max-width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .tobottom .fas {
  color: #000 !important;
  font-size: 36px !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj.with-media-background {
  background-position-y: 0 !important;
  background-size: cover !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj.with-media-background .bluefoot-column-12 {
  padding: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-textarea.title_page {
  color: #020EBA;
  font-size: 5.7vw;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-image: url(../images/cms_pages/COUTURES_HAUT2.png);
  background-position: center;
  background-size: cover;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .title_page h1 {
  font-size: 4.8vw;
  color: #000;
  font-weight: 400;
  padding-left: 1%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover {
  padding: 0 18px !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover.more .discipline-container.desktop-renderer {
  height: 30vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .title_page,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .title_page {
  color: #FFF;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-image: url(../images/cms_pages/COUTURES_BAS.png);
  background-position: bottom;
  background-size: cover;
  height: 20vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight {
  background-image: url(../images/cms_pages/bg-hightlight2.png);
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight .hightlight-title {
  line-height: 6vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title {
  font-size: 2.3vw !important;
  padding-top: 4vw !important;
  left: 71% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer .hightlight-title {
  font-size: 7vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure {
  position: relative;
  text-align: center;
  margin-bottom: 44% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1.5vw;
  text-transform: uppercase;
  max-width: 2000px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .hightlight-small-title {
  font-weight: 400;
  font-size: 5vw;
  padding: 5% 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title {
  font-weight: 400;
  font-size: 3vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .img-color img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .img-color img {
  display: initial;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .right-detail {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 7vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 a {
  color: #000;
  font-size: 7vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover .hightlight-title {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover {
  transition: 3s ease;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover .overlay,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover:hover .overlay,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover:hover .overlay {
  opacity: 1;
  transition: 3s ease;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover:hover .hov,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover:hover .hov {
  opacity: 0;
  transition: 1s ease;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption {
  position: absolute;
  color: #000;
  bottom: -5vw;
  text-transform: uppercase;
  max-width: 1200px;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .hightlight-small-title {
  font-weight: 400;
  line-height: 0px;
  font-size: 1.5vw;
  color: #FFF;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding: 12% 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .hightlight-Xsmall-title {
  font-size: 1.3vw;
  color: #fff;
  background-color: #020EBA;
  padding: 5px;
  font-weight: 500;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .left-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .right-detail,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .right-detail {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption h4,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 4vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption h4 a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption h4 a {
  color: #000;
  font-size: 3.5vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom h2 {
  font-weight: 600;
  font-size: 33px;
  white-space: nowrap;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom h3 {
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom .product-item-name a {
  color: #000;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom .product-item-info {
  width: 99% !important;
  margin-bottom: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom .product-item-info .startprice {
  position: relative;
  padding-left: 0;
  text-align: right;
  width: 50%;
  float: left;
  padding-top: 1px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom .product-item-info .price-final_price {
  text-align: left !important;
  color: #000;
  width: 25%;
  position: relative;
  float: left;
  padding-left: 5px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom .product-item-info .price-container .price {
  color: red;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .block-productcustom .product-item-info li.item {
  margin-bottom: 10px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row {
  margin: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row.with-media-background {
  background-position-y: 96%;
  background-repeat: no-repeat;
  background-size: contain;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row.with-media-background.cover {
  background-position: center;
  background-size: contain !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row.with-media-background.bg-cover {
  background-position-y: 0 !important;
  background-size: contain !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row.with-media-background.cover2 {
  background-position-y: 0 !important;
  background-size: cover;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row.cover .bluefoot-textarea .arrow-down {
  width: 0px;
  height: 0px;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 35px solid #e7e7e7;
  margin: auto;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .full-screen {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .full-screen .video-section {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .full-screen .video-section .video-container {
  width: 100%;
  margin: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .full-screen .video-section .video-container .video-block {
  height: 44vw;
  border: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container {
  width: 45.4%;
  right: 4.5%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .video-block {
  height: 28vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description {
  height: 26vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .venum-lines {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container {
  top: 7%;
  width: 90%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .hightlight-description {
  width: 39vw;
  float: left;
  padding-top: 1.5vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .video-block {
  float: right;
  width: 45vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section .video-container {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section .video-container .video-block {
  height: 44vw;
  border: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description {
  height: 26vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container {
  width: 90%;
  top: 0;
  left: 5%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container .left-hightlight-description {
  float: left;
  width: 46%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container .right-hightlight-description {
  float: right;
  width: 46%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right {
  height: 55vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container {
  width: 38%;
  top: 37%;
  right: 8%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 7.1vw;
  white-space: nowrap;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-description {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left {
  height: 45vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container {
  width: 40%;
  top: 40%;
  left: 7%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 4.8vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-description {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-link {
  padding-left: 19%;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 1.3vw;
  text-transform: uppercase;
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-link a {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-link a:hover {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #666 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-top {
  height: 66vw;
  top: 65px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-title {
  position: absolute;
  top: 0;
  font-size: 5.8vw;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-small-title {
  padding: 7vw 0 1vw;
  font-size: 1.5vw;
  font-weight: 300;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-link a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .bg-hightlight-description {
  float: right;
  position: absolute;
  right: -130%;
  top: 39vw;
  width: 100% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .bg-hightlight-description strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-title {
  position: absolute;
  top: -3vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title {
  width: 100% !important;
  font-size: 3.3vw;
  padding: 1vw 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .image-block {
  margin-top: 14vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer {
  display: block;
  text-align: initial !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines {
  top: 46% !important;
  left: 39% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines .search-icon {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines .search-text {
  text-align: center;
  background-color: #03224c;
  padding: 10px 14px;
  font-size: 3vw;
  font-weight: 700;
  text-transform: uppercase !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section {
  position: absolute;
  top: 36vw;
  margin: 0 9% auto;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section .video-container .video-block .icon-play {
  left: 42%;
  padding-top: 29%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section .venum-lines {
  visibility: hidden;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation {
  height: 87vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .venum-lines img {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines {
  top: -44% !important;
  position: absolute;
  left: 25%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text {
  font-size: 3.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
  text-transform: uppercase;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text p {
  background-color: #ffc7f8;
  color: #000 !important;
  padding: 13px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text p:hover {
  background-color: #000;
  color: #ffc7f8 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-icon {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container {
  width: 92%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .hightlight-description {
  position: relative;
  margin-top: -86%;
  text-align: center;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .video-block {
  margin-top: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .video-title {
  font-size: 3vw;
  color: #000;
  text-align: justify;
  text-transform: lowercase;
  position: absolute;
  margin-top: 56%;
  padding: 0 4% 0 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container {
  width: 100%;
  margin: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .video-block {
  height: 60vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .hightlight-description {
  padding: 5%;
  margin: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section .video-container {
  width: 100%;
  margin: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section .video-container .video-block {
  height: 44vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bottom-description .hightlight-container .hightlight-description img {
  display: none !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 13.4vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-link {
  display: none;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left {
  background-color: #fff;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container {
  height: 156vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-title {
  line-height: 8vw !important;
  width: 50px;
  padding-left: 2%;
  float: left !important;
  left: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description {
  opacity: 1 !important;
  text-align: center;
  padding: 0 3% 15% 3% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link {
  padding-left: 24% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link {
  right: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  border: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover {
  color: #666;
  text-decoration: underline;
  border: 0 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container {
  height: 168vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description {
  padding: 5% 5% 15% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-title {
  line-height: 8vw !important;
  width: 28%;
  padding-right: 2%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container.hightlight-left-mobile {
  height: 75vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title {
  color: #fff;
  width: 50%;
  left: 25%;
  top: 12%;
  position: absolute;
  text-align: center;
  font-size: 9vw !important;
  line-height: 12vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container {
  height: 198vw !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .image-block img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .image-block img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .image-block img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .image-block img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .image-block img,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .image-block img {
  position: absolute;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container {
  position: relative;
  height: 172vw;
  margin: 0;
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link {
  padding-left: 30%;
  font-weight: 600;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 3vw;
  text-transform: uppercase;
  color: #000 !important;
  bottom: 0;
  position: absolute;
  padding-bottom: 20px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link a {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link a:hover {
  border: 2px solid #666;
  padding: 5px 20px;
  color: #666 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description {
  background-color: #fff;
  opacity: 0.8;
  padding: 5%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description p strong,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description a,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.9vw;
  float: right;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description a:hover,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-title {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  color: #FFF;
  font-size: 8.7vw;
  font-weight: 400;
  line-height: 7vw;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-xsmall-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-xsmall-title {
  font-weight: 200;
  font-size: 6.7vw;
  padding-right: 11px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-small-title {
  font-size: 5vw;
  padding-bottom: 15px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines-slide {
  top: 68% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-video {
  top: 40% !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines {
  top: 50%;
  position: absolute;
  left: 70%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-text,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .fa {
  float: left;
  font-size: 2vw;
  line-height: 2.3vw;
  text-transform: capitalize !important;
  text-align: right;
  margin-left: 3px;
  color: #FFF;
  font-weight: bold;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-text .fa-rotate-90,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon .fa-rotate-90,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .fa .fa-rotate-90 {
  font-size: 14px;
  transform: rotate(90deg) !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .black-text {
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-black-text,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon {
  color: #000 !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-white-text,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon {
  color: #FFF !important;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container {
  width: 90%;
  margin: 5% 5% auto;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-small-title {
  color: #000;
  font-size: 7vw;
  font-weight: 100;
  margin-bottom: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-title {
  margin-top: 0;
  color: #000;
  font-size: 11.4vw;
  font-weight: 100;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-title {
  margin-top: 0;
  color: #000;
  font-size: 12.7vw;
  font-weight: 100;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-description {
  font-size: 4vw;
  color: #000;
  text-align: justify;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-small-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-small-title {
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-title,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-title {
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-description,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-description {
  color: #000;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block {
  height: 50vw;
  position: relative;
  border: 1px solid #000;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block .bg-play,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block .bg-play {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block .icon-play,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block .icon-play {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 47%;
  right: 0;
  width: 50px;
  padding-top: 25%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block .icon-play i,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block .icon-play i {
  font-size: 50px;
  font-style: normal;
  color: #fff;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .venum-lines,
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .venum-lines {
  margin: 21px 0;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container {
  overflow: hidden;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container {
  position: relative;
  box-shadow: 1px 2px 5px #4c4b4b;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-details {
  background: #fbfbfb;
  margin-top: -5px;
  padding: 10px 15px;
  text-align: center;
  text-transform: capitalize;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-details .arrow {
  height: 1px;
  background: #000;
  margin: 10px auto;
  width: 70%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container hr {
  border: 0;
  border-top: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 70%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image {
  position: relative;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image img {
  width: 100%;
}
.cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image .discover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
  padding: 0 15px;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video .modal-inner-wrap {
  margin: 40px auto!important;
  height: auto !important;
  min-height: auto !important;
  width: 100% !important;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-title {
  font-size: 28px;
}
.cms-venum-desciplines .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-content {
  padding: 1px;
}
.cms-venum-desciplines .bluefoot-video-iframe {
  width: 100%;
  margin: 0 auto;
}
.page-footer .widget.block {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cms-venum-desciplines .title_page h1 {
    font-size: 11.8vw !important;
    padding-top: 20px;
    text-align: right;
    padding-right: 5%;
  }
  .cms-venum-desciplines .bluefoot-row.with-media-background {
    background-size: cover !important;
  }
  .cms-venum-desciplines .cover .block-parallax .img-parallax {
    visibility: hidden;
  }
  .cms-venum-desciplines .block-parallax .content-parallax .description-parallax .content-description .block-prodcust {
    float: none;
    width: 100%;
    height: 205px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-venum-desciplines .bluefoot-video-iframe {
    width: 100%;
    margin: 0 auto;
    height: 500px;
  }
}
@media only screen and (min-width: 1780px) {
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-small-title,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-small-title,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-small-title,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-small-title {
    font-size: 2.5vw;
    width: 68%;
  }
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-title,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-title,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-title,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-title {
    font-size: 4.5vw;
  }
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .ombre,
  .cms-venum-desciplines .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .ombre {
    text-shadow: black 0.1em 0.1em 0.2em;
  }
}
#bloc {
  height: 200px;
  z-index: 1000000;
  position: fixed;
  right: -97px;
}
#bloc #fix-menu {
  position: absolute;
  right: 20%;
  top: 25%;
  z-index: 1000000;
  opacity: 0.9;
  transition: right 1s, transform 1s;
  white-space: nowrap;
}
#bloc #fix-menu li {
  border-bottom: 1px solid #ccc;
  list-style: none none;
  padding: 7px 0;
  background-color: #fff;
  opacity: 0.9;
  width: 118px;
  padding-left: 10px;
  margin-bottom: 0 !important;
  margin-left: -40px;
}
#bloc #fix-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 21px;
}
#bloc #fix-menu li a:hover {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding-left: 21px;
}
#bloc:hover #fix-menu {
  right: 100%;
  transform: translateX(-57%);
}
.bluefoot-entity {
  margin-bottom: 0 !important;
}
.bluefoot-entity.cover-center-h2 {
  position: absolute;
  top: 72vw;
  left: 34%;
  color: white;
  text-shadow: 0 0 2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  font-size: 4vw;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 600;
}
.bluefoot-entity.cover-center-h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.bluefoot-entity.content-table {
  position: absolute;
  top: 88vw;
  left: 27%;
}
.bluefoot-entity.content-table table {
  border: 0;
  color: #FFF;
  font-size: 1.5vw;
  text-transform: uppercase;
  width: 47vw !important;
  font-weight: 600;
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.block-parallax .content-parallax {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}
.block-parallax .content-parallax p {
  font-size: 19px;
}
.block-parallax .content-parallax h2 {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
.block-parallax .content-parallax h3 {
  text-transform: uppercase;
}
.block-parallax .content-parallax .description-parallax {
  padding: 50px 15%;
}
.block-parallax .content-parallax .description-parallax .content-description .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
}
.block-parallax .content-parallax .description-parallax .content-description .s-title {
  text-transform: uppercase;
}
.block-parallax .content-parallax .description-parallax .content-description .block-prodcust {
  float: left;
  width: 33%;
  height: 205px;
}
.block-parallax .img-parallax {
  width: 100vmax;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1023px) {
  .block-productcustom .db-product-slider2 .slick-track {
    position: initial;
  }
  .block-productcustom .product-item-info {
    border-left: 1px solid #ccc;
  }
  .block-productcustom .product-item-info.border-rightcustom {
    border-right: 1px solid #ccc;
  }
  .block-productcustom .both-productcustom {
    clear: both;
  }
  .block-productcustom .slick-dots {
    display: none !important;
  }
  .block-productcustom .slick-list {
    margin: 0 10% !important;
  }
  .block-productcustom .slick-list .startprice {
    position: relative;
    padding-left: 0;
    text-align: right;
    width: 50%;
    float: left;
    padding-top: 1px;
  }
  .block-productcustom .slick-list .price-final_price {
    text-align: left !important;
    color: #000;
    width: 25%;
    position: relative;
    float: left;
    padding-left: 5px;
  }
  .block-productcustom .slick-slide:hover {
    background: url("../images/cms_pages/pg-img.jpg") no-repeat;
    background-position-y: -42px;
    background-position-x: 91%;
    background-size: 87%;
    transition: all 0.5s ease-out;
  }
}
@media only screen and (max-width: 1024px) {
  .bluefoot-entity.cover-center-h2 {
    position: absolute;
    top: 152vw;
    left: 26%;
    color: white;
    text-shadow: 0 0 2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    font-size: 5vw;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
  }
  .bluefoot-entity.cover-center-h3 {
    font-weight: 700;
    text-transform: uppercase;
  }
  .bluefoot-entity.content-table {
    top: 168vw !important;
  }
  .bluefoot-entity.content-table table {
    font-size: 2.8vw !important;
    font-weight: 600;
  }
  .block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2 .slick-dots .slick-active {
    color: #000;
    background-color: #000;
  }
  .block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2 .slick-dots li {
    background-color: #ccc;
  }
}
.block-productcustom .bluefoot-html .load {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 49%;
  margin-top: 13%;
}
.block-productcustom .bluefoot-html .load div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: orangered;
  animation: load 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.block-productcustom .bluefoot-html .load div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.block-productcustom .bluefoot-html .load div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.block-productcustom .bluefoot-html .load div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes load {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
.block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2.hidden {
  visibility: hidden;
}
.venum-home .bluefoot-row.bluefoot-structural.whats-new .swatch-attribute-options {
  display: none;
}
.hidden#loading {
  background-color: #000;
  width: 100%;
  height: 100%;
  background: url(../images/db-laoder.gif);
  position: inherit;
  background-repeat: no-repeat;
  background-position: center top;
}
.hidden#loading .item.product {
  visibility: hidden !important;
}
.hidden#loading .slick-slide:hover {
  visibility: hidden !important;
}
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroller {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadezone {
  0% {
    margin-left: 0%;
  }
  33.3% {
    margin-left: -100%;
  }
  66.6% {
    margin-left: -200%;
  }
  99.9% {
    margin-left: -300%;
  }
}
@keyframes fadeitm {
  0% {
    margin-left: 0%;
  }
  33.3% {
    margin-left: -100%;
  }
  66.6% {
    margin-left: -200%;
  }
  99.9% {
    margin-left: -300%;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0.3;
  }
  33.333% {
    opacity: 0.5;
  }
  66.666% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.cms-venum-desciplines.cms-coco .css-carousel-m {
  position: relative;
}
.cms-venum-desciplines.cms-coco .css-carousel-m input[name="carousel"] {
  display: none;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 1000000;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next,
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next {
  right: 20px;
  z-index: 50;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  left: 20px;
  z-index: 10;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 150vw;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  text-align: center !important;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-nav .ns-prev label {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: 95% 18%;
  background-size: 182%;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-small-title {
  padding-top: 342px !important;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-title {
  text-align: center;
}
.cms-venum-desciplines.cms-coco .css-carousel-m .carousel-slides {
  width: 100%;
  overflow: hidden;
  animation: fadeIn2 20s infinite;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  /* Safari 4.0 - 8.0 */
  animation-timing-function: ease;
}
.cms-venum-desciplines.cms-coco .css-carousel-m .carousel-slides .carousel-inner {
  width: 300%;
  animation: fadeitm 60s infinite;
  animation-timing-function: steps(1, end);
}
.cms-venum-desciplines.cms-coco .css-carousel-m .carousel-slides .carousel-item {
  float: left;
  width: 33.3%;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .css-carousel-m #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.cms-venum-desciplines.cms-coco .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m {
  height: 100%;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-slides,
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-inner,
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item {
  height: 100%;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.cms-venum-desciplines.cms-coco .slider-disciplines .css-carousel-m .carousel-item .credit a:hover {
  text-decoration: none;
}
.cms-venum-desciplines.cms-newcollection .css-carousel {
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .css-carousel input[name="carousel"] {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-nav label {
  display: inline-block;
  margin: 0 7px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #000;
  BORDER: 1px solid #FFFF;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-1:checked ~ .carousel-nav label[for="carousel2-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-1:checked ~ .carousel-nav label[for="carousel2M-1"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-2:checked ~ .carousel-nav label[for="carousel2-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-2:checked ~ .carousel-nav label[for="carousel2M-2"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-3:checked ~ .carousel-nav label[for="carousel2-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-3:checked ~ .carousel-nav label[for="carousel2M-3"] {
  background-color: #fff;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-slides .carousel-inner {
  width: 300%;
  animation: fadezone 30s infinite linear;
  animation-timing-function: steps(1, end);
}
.cms-venum-desciplines.cms-newcollection .css-carousel .carousel-slides .carousel-item {
  float: left;
  width: 33.3%;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  -webkit-animation: fadein 6s ease-in-out -4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out -4s infinite alternate;
  animation: fadein 6s ease-in-out -4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  -webkit-animation: fadein 6s ease-in-out 0s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 0s infinite alternate;
  animation: fadein 6s ease-in-out 0s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .css-carousel #carousel2M-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  -webkit-animation: fadein 6s ease-in-out 4s infinite alternate;
  -moz-animation: fadein 6s ease-in-out 4s infinite alternate;
  animation: fadein 6s ease-in-out 4s infinite alternate;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 150vw;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  text-align: center !important;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: 95% 18%;
  background-size: 182%;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-small-title {
  padding-top: 342px !important;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .mobile-renderer .slider-disciplines .css-carousel .carousel-slides .hightlight-title {
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel {
  height: 100%;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-slides,
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-inner,
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item {
  height: 100%;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: right;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.cms-venum-desciplines.cms-newcollection .slider-disciplines .css-carousel .carousel-item .credit a:hover {
  text-decoration: none;
}
.css-carousel {
  position: relative;
}
.css-carousel input[name="carousel"] {
  display: none;
}
.css-carousel .carousel-nav {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.css-carousel .carousel-nav label {
  display: inline-block;
  margin: 0 7px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background-color: #666666;
}
.css-carousel #carousel-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.css-carousel #carouselM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.css-carousel #carousel-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.css-carousel #carouselM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.css-carousel #carousel-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.css-carousel #carouselM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.css-carousel #carousel-4:checked ~ .carousel-nav label[for="carousel-4"] {
  background-color: #fff;
}
.css-carousel #carouselM-4:checked ~ .carousel-nav label[for="carouselM-4"] {
  background-color: #fff;
}
.css-carousel .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.css-carousel .carousel-slides .carousel-inner {
  width: 400%;
  -webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  -o-transition: margin 1s;
  transition: margin 1s;
}
.css-carousel .carousel-slides .carousel-item {
  float: left;
  width: 25%;
}
.css-carousel #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
}
.css-carousel #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
}
.css-carousel #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
}
.css-carousel #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
}
.css-carousel #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
}
.css-carousel #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
}
.css-carousel #carousel-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
}
.css-carousel #carouselM-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
}
.slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.slider-disciplines .css-carousel {
  height: 100%;
}
.slider-disciplines .css-carousel .hightlight-container {
  z-index: 1;
}
.slider-disciplines .css-carousel .carousel-slides,
.slider-disciplines .css-carousel .carousel-inner,
.slider-disciplines .css-carousel .carousel-item {
  height: 100%;
}
.slider-disciplines .css-carousel .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.slider-disciplines .css-carousel .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.slider-disciplines .css-carousel .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.slider-disciplines .css-carousel .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.slider-disciplines .css-carousel .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.slider-disciplines .css-carousel .carousel-item .credit a:hover {
  text-decoration: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper {
  background-color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .ns-next.coco {
  display: block;
}
.cms-venum-desciplines.cms-coco .page-wrapper .slider-coco .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .video-block {
  margin-top: 7%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .slider-coco .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines {
  top: 82% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .logo {
  background-image: url(../images/logo/logo_venum_euro_white.svg);
  height: 50px;
  background-repeat: no-repeat;
  width: 175px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .logo img {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .banner-content {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .venum-free-sheeping-msg {
  background: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .venum-free-sheeping-msg a {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .venum-free-sheeping-msg a span {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper {
  border-top: 1px solid #131313;
  background-color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper div.no-link {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper #first-child .first-child,
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper #first-child .level2 > a {
  border-right: 3px solid #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper .level1 > a {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search {
  background: #000 !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form input {
  background-color: #131313;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions button,
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .block.block-search form .actions .action-gift {
  background-color: #131313;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation {
  background: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 > .level-top {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 .submenu a {
  color: #ccc;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 .submenu a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .navigation .level0 .submenu a:hover {
  color: #ccc;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .header {
  border-bottom: 1px solid #000;
  background-color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .page-header .nav-sections {
  background: #000;
  border-bottom: 1px solid #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content {
  background-color: #000 !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content [data-content-type='row'][data-appearance='full-width']:nth-child(2) {
  background-color: #000000 !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content .new-venum-footer-row {
  color: #fff !important;
  background-color: #000000 !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content .new-venum-footer-row .venum-footer-logo {
  background-image: url(../images/logo/new-venum-footer-logo_black.png);
  height: 65px;
  width: 65px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content .new-venum-footer-row .venum-footer-logo img {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content .new-venum-footer-row .footer.links a {
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .db-footer-content .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  background: #fff;
  color: #000;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row.bluefoot-row.with-media-background {
  background-position-y: 58%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer {
  height: 44vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines {
  top: 56% !important;
  left: 81% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container.bluefoot-video-top-left-position {
  left: 10%;
  width: 80%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .hightlight-description {
  width: 30vw;
  float: right;
  color: #735f53;
  font-family: 'Rokkitt', serif;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .hightlight-description h3 {
  font-family: 'Domine Bold';
  font-size: 2.2vw;
  text-align: right;
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .video-block {
  float: left;
  width: 40vw;
  border: 1px solid #c58f77;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.video-description-left .video-section .video-container .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed {
  right: 0;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .hightlight-small-title {
  font-family: 'Domine Bold';
  font-size: 2.2vw;
  text-align: right;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .search-lines {
  top: 103% !important;
  position: absolute;
  left: 42% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  text-transform: !important;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container.superposed .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container.first {
  top: 0;
  left: 0;
  z-index: 3;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container.next {
  top: -16%;
  left: 19%;
  z-index: 2;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container.last {
  top: -28%;
  left: 38%;
  z-index: 1;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .superposed-images-container .box-container .athletes-container {
  box-shadow: none;
  width: 30%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .bg-hightlight {
  background-image: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .bg-hightlight .hightlight-container {
  top: 0;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-small-title {
  font-size: 1.3vw;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  padding-top: 18% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines {
  top: 72% !important;
  left: 14.5% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  text-transform: !important;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-small-title {
  padding-top: 30px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer.img_highlight .hightlight-container {
  width: 43%;
  margin-left: -8%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-title {
  font-size: 2.2vw;
  font-family: 'Domine Bold';
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-small-title {
  font-size: 2.2vw;
  font-family: 'Domine Bold';
  padding-bottom: 50px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description {
  color: #735f53;
  font-family: 'Rokkitt', serif;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container.superposed .search-lines {
  top: 101% !important;
  position: absolute;
  left: 73% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container.superposed .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 4vw;
  text-transform: uppercase !important;
  padding: 13px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-small-title {
  color: #FFF;
  text-transform: none;
  font-family: 'Domine Bold';
  padding-bottom: 27px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description {
  color: #735f53;
  font-family: 'Rokkitt', serif;
  margin-bottom: 30px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .video-block {
  border-top: 1px solid #c58f77;
  border-bottom: 1px solid #c58f77;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .hightlight-description {
  color: #735f53;
  font-family: 'Rokkitt', serif;
  padding-top: 27px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .video-section .video-container .hightlight-description h3 {
  font-family: 'Domine Bold';
  color: #FFF;
  font-size: 5.7vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container {
  height: 70vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container.first {
  top: 13vw;
  left: 0;
  z-index: 3;
  position: absolute;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container.next {
  top: 3%;
  left: 27%;
  z-index: 2;
  position: absolute;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container.last {
  top: -1%;
  left: 54%;
  z-index: 1;
  position: absolute;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container {
  box-shadow: none;
  width: 30%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container {
  box-shadow: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .superposed-images-container .box-container .athletes-container .athlete-details {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines {
  height: 170vw;
  padding-top: 5%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  top: 13vw;
  left: 5vw;
  right: 0;
  text-align: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  color: #F1FFEB;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .hightlight-container {
  height: 173vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .carousel-inner .carousel-item .hightlight-container .hightlight-description {
  background-color: #000;
  opacity: 1;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines {
  top: 92% !important;
  left: 73% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 4vw;
  text-transform: uppercase !important;
  padding: 13px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-title {
  color: #FFF;
  font-size: 5.7vw;
  font-family: 'Domine Bold';
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .discipline-container.mobile-renderer .slider-disciplines .css-carousel-m .carousel-slides .hightlight-small-title {
  padding-top: 0vw !important;
  text-transform: uppercase;
  font-size: 5vw;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.video-description-left .video-section .video-container .video-block {
  margin-top: 7%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.video-description-left .video-section .search-lines {
  top: 82% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer {
  background-position: 32%;
  background-size: 72%;
  height: 44vw;
  background-repeat: no-repeat;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .search-lines {
  top: 79% !important;
  left: 78% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 1.65vw;
  text-transform: !important;
  padding: 21px;
  background: -webkit-linear-gradient(#c58f77, #502c12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .search-lines .search-text:hover {
  color: #f9e4cd;
  border: 1px solid #f9e4cd;
  font-size: 1.65vw;
  padding: 21px;
  background: -webkit-linear-gradient(#502c12, #f9e4cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container {
  width: 79%;
  top: 10%;
  left: 16%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches {
  height: 45vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .img img {
  max-width: none !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1 {
  position: absolute;
  z-index: 4;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
  top: 10%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2 {
  top: 13%;
  z-index: 3;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3 {
  position: absolute;
  top: 22%;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4 {
  position: absolute;
  top: 29%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5 {
  position: absolute;
  top: 41%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: right;
  right: 0;
  width: 40%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .num-img {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4 .img {
  margin-left: -60px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 {
  right: -35px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 + .text-hover {
  visibility: hidden;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover .img {
  margin-left: -60px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche4 + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche1:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche2:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche3:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .couche5:hover + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover {
  visibility: hidden;
  position: absolute;
  color: #FFF;
  font-size: 50px;
  top: 0;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche {
  width: 70%;
  float: left;
  padding-top: 6%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .title-couche {
  font-size: 1.4vw;
  text-transform: uppercase;
  width: 54%;
  padding-bottom: 50px;
  text-align: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .content-couche {
  font-size: 1.2vw;
  width: 55%;
  color: #735f53;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .five {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 22%;
  margin-left: -102px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number5 {
  padding-top: 8vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .four {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 18%;
  margin-left: -102px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number4 {
  padding-top: 6vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .three {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 17%;
  margin-left: -124px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number3 {
  padding-top: 6vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .two {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 16%;
  margin-left: -124px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number2 {
  padding-top: 5vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .one {
  width: 10vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: left;
  margin-top: 13%;
  margin-left: -124px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.desktop-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number1 {
  padding-top: 4vw;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 136vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer.video-description-left {
  height: 169vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer.video-description-left .search-lines {
  top: 98% !important;
  left: 71% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .search-icon {
  display: none;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .search-lines {
  top: 95% !important;
  left: 71% !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .search-lines .search-text {
  color: #c58f77;
  border: 1px solid #c58f77;
  font-size: 4vw;
  text-transform: uppercase !important;
  padding: 13px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container {
  width: 100%;
  top: 10%;
  left: 16%;
  margin: 0;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .img img {
  max-width: none !important;
  display: none !important;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1 {
  position: absolute;
  z-index: 4;
  -webkit-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
  float: left;
  left: 12vw;
  top: 52vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2 {
  top: 43vw;
  z-index: 3;
  position: absolute;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3 {
  position: absolute;
  top: 34vw;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4 {
  position: absolute;
  top: 25vw;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5 {
  position: absolute;
  top: 16vw;
  z-index: 2;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  float: left;
  left: 12vw;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .num-img {
  border: 1px solid #FFF;
  border-radius: 50%;
  padding: 5px 15px;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4:hover .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover .num-img {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4 .num-img {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4 .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4 .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4 .num-img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 .num-img {
  background-color: transparent;
  color: #fff;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover ~ .couche4 + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover ~ .couche4 + .text-hover {
  display: none;
  visibility: hidden;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4:hover .img,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover .img {
  margin-left: -60px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche4 + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche1:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche2:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche3:hover + .text-hover,
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .couche5:hover + .text-hover {
  position: relative;
  visibility: visible;
  color: #FFF;
  font-size: 50px;
  animation: show-overlap 3s linear infinite alternate;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover {
  visibility: hidden;
  position: absolute;
  color: #FFF;
  font-size: 50px;
  top: 0;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche {
  width: 100%;
  float: left;
  padding-top: 72%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .title-couche {
  font-size: 5.5vw;
  text-transform: uppercase;
  padding-left: 5%;
  text-align: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .description-couche .content-couche {
  font-size: 4vw;
  width: 90%;
  margin: 5% auto;
  background-color: #000;
  opacity: 0.8;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position {
  position: relative;
  height: 40vw;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .five {
  width: 20vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -87%;
  margin-right: 23%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number5 {
  padding-top: 8vw;
  font-size: 4vw;
  top: -258%;
  position: relative;
  left: 78%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .four {
  width: 24vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -105%;
  margin-right: 19%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number4 {
  padding-top: 6vw;
  font-size: 4vw;
  top: -301%;
  position: relative;
  left: 80%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .three {
  width: 25vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -105%;
  margin-right: 19%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number3 {
  padding-top: 6vw;
  font-size: 4vw;
  top: -302%;
  position: relative;
  left: 80%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .two {
  width: 21vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -100%;
  margin-right: 23%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number2 {
  padding-top: 5vw;
  font-size: 4vw;
  top: -287%;
  position: relative;
  left: 80%;
  float: left;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .one {
  width: 20vw;
  height: 1px;
  background-color: #FFF;
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  float: right;
  margin-top: -98%;
  margin-right: 26%;
}
.cms-venum-desciplines.cms-coco .page-wrapper .bluefoot-row .slider-coco .row-full-width-inner .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description .couches .text-hover .position .number1 {
  padding-top: 4vw;
  font-size: 4vw;
  top: -275%;
  position: relative;
  left: 75%;
  float: left;
}
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}
.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 1000ms linear;
  -webkit-transition: all 1000ms linear;
  -o-transition: all 1000ms linear;
  transition: all 1000ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}
.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 10ms linear;
  -webkit-transition: all 10ms linear;
  -o-transition: all 10ms linear;
  transition: all 2000ms linear 1s;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top1 {
  opacity: 0;
  -moz-transition: all 20ms linear;
  -webkit-transition: all 20ms linear;
  -o-transition: all 20ms linear;
  transition: all 2000ms linear 1.5s;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top1.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top2 {
  opacity: 0;
  -moz-transition: all 30ms linear;
  -webkit-transition: all 30ms linear;
  -o-transition: all 30ms linear;
  transition: all 2000ms linear 2s;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top2.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.animation-element.slide-top3 {
  opacity: 0;
  -moz-transition: all 30ms linear;
  -webkit-transition: all 30ms linear;
  -o-transition: all 30ms linear;
  transition: all 2000ms linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}
.animation-element.slide-top3.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
@keyframes moveOutLeft {
  0% {
    transform: scale(0.75) translateX(0%);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translateX(-150%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
  }
}
@keyframes moveOutRight {
  0% {
    transform: scale(0.75) translateX(0%);
    opacity: 1;
  }
  50% {
    transform: scale(0.5) translateX(150%);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
  }
}
@keyframes moveToP5Left {
  from {
    transform: scale(0.75) translateX(100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
@keyframes moveToP4Left {
  from {
    transform: scale(0.75) translateX(100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP3Left {
  from {
    transform: scale(0.85) translateX(100%);
  }
  to {
    transform: scale(1) translateX(0);
  }
}
@keyframes moveToP2Left {
  from {
    transform: scale(1) translateX(100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP1Left {
  from {
    transform: scale(0.85) translateX(100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
@keyframes moveToP1Right {
  from {
    transform: scale(0.75) translateX(-100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
@keyframes moveToP2Right {
  from {
    transform: scale(0.75) translateX(-100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP3Right {
  from {
    transform: scale(0.85) translateX(-100%);
  }
  to {
    transform: scale(1) translateX(0);
  }
}
@keyframes moveToP4Right {
  from {
    transform: scale(1) translateX(-100%);
  }
  to {
    transform: scale(0.85) translateX(0);
  }
}
@keyframes moveToP5Right {
  from {
    transform: scale(0.85) translateX(-100%);
  }
  to {
    transform: scale(0.75) translateX(0);
  }
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct {
  height: 460px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div img {
  width: 400px;
  transition: width 1s;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.hideLeft img {
  width: 200px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.hideRight img {
  width: 200px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.prev img {
  width: 300px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.prevLeftSecond img {
  width: 200px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.next img {
  width: 300px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection div.nextRightSecond img {
  width: 200px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection #product-top {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection .text--hide #product-top {
  display: block;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct #carouselcollection .text--hide #product-top .imgproduct-top {
  background-image: url(../images/cms_pages/panier.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  top: -72px;
  z-index: 1;
  right: -236px;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct .buttons {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct .buttons #prev,
.cms-venum-desciplines.cms-coco .discipline-container.collectionproduct .buttons #next {
  background-color: transparent;
  border: 0;
  color: #7c572b;
  font-size: 18px;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position {
  width: 70%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-block {
  width: 45%;
  float: right;
  margin-top: -77px;
  border: 0;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .hightlight-description {
  float: left;
  width: 45%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-title {
  width: 45%;
  font-size: 3.4vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .hightlight-description {
  font-size: 1.9vw;
  font-weight: 600;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-small-title {
  font-size: 1.3vw;
  text-align: right;
  position: absolute;
  top: 65px;
  color: #666;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-nav {
  top: 12vw;
  right: 16vw;
  text-align: right;
  height: 20%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-nav label {
  background-color: transparent;
  border: 1px solid #FFF;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position {
  background-color: #00000088;
  padding: 25px;
  width: 27%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-title {
  text-align: right;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-small-title {
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel input {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .carousel-nav {
  top: 15vw;
  left: 29vw;
  text-align: left;
  height: 3%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button,
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift {
  margin: 3vw 0;
  border: 1px solid #fff !important;
  color: #7c572b;
  text-transform: uppercase;
  position: relative;
  z-index: 100000;
  width: 50%;
  right: 24%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button:hover,
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift:hover {
  border: 1px solid #7c572b !important;
  color: #FFF;
  background-color: #7c572b !important;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options {
  left: 25%;
  position: relative;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option {
  float: left;
  width: 6%;
  color: #7c572b;
  background-color: #000;
  border: 0;
  cursor: pointer;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option.selected {
  color: #FFF;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description .product-item-inner .product-item-actions {
  padding-left: 40%;
  margin-top: 16%;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description .product-item-inner .product-item-actions .actions-primary {
  border: 1px solid #FFF;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-position: top;
}
.cms-venum-desciplines.cms-coco .discipline-container.desktop-renderer.product-list {
  height: 40vw;
  background: url("../images/cms_pages/pbg-img.jpg") no-repeat;
  background-position: bottom;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-left .video-section .video-container .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-left .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-left .video-section .video-container .hightlight-description {
  color: #FFF;
  padding-top: 13%;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-left .video-section .video-container .video-title {
  color: #FFF;
  font-size: 7.4vw;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 55%;
  margin: 0 13% auto;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-right .video-section .video-container .hightlight-description {
  font-size: 6vw;
  font-weight: 600;
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-right .video-section .video-container .video-small-title {
  font-size: 5.3vw;
  text-align: right;
  position: absolute;
  top: 93%;
  right: 10%;
  color: #666;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-right .video-section .video-container .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.video-description-right .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines {
  height: 115vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  left: inherit;
  top: 61vw;
  right: 9%;
  height: 20%;
  position: absolute;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-nav label {
  background-color: transparent;
  border: 1px solid #FFF;
  width: 10px;
  height: 10px;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: 15% 1%;
  background-size: 264%;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position {
  background-color: #00000088;
  width: 80%;
  margin: 0% 5% auto;
  margin-top: 52%;
  padding: 5%;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-title {
  text-align: right;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-small-title {
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.5vw;
  padding: 15px 0 !important;
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-description {
  text-align: justify;
  width: 100%;
  color: #FFF;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options {
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option {
  float: left;
  width: 20%;
  color: #7c572b;
  background-color: #000;
  border: 0;
  cursor: pointer;
  font-size: 4vw;
  padding: 0;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option.selected {
  color: #FFF;
  cursor: pointer;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines {
  height: 130vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel input {
  display: none;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .carousel-nav {
  top: 80vw;
  left: 11vw;
  text-align: left;
  height: 3%;
  position: absolute;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position {
  position: absolute;
  top: 71vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position form {
  width: 80%;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-left: 18vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button,
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift {
  margin: 5vw 0;
  border: 1px solid #fff !important;
  color: #7c572b;
  text-transform: uppercase;
  position: relative;
  z-index: 100000;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button:hover,
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift:hover {
  color: #FFF;
  border: 1px solid #7c572b !important;
  background-color: #7c572b !important;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
  font-size: 6vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 5vw 0 0;
  text-align: center;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
  font-size: 5.5vw;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: 73% 1% !important;
  background-size: 196% !important;
}
.cms-venum-desciplines.cms-coco .discipline-container.mobile-renderer.product-list {
  height: 55vw;
  margin-top: -13%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct {
  height: 460px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div img {
  width: 400px;
  transition: width 1s;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.hideLeft img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.hideRight img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.prev {
  z-index: 5;
  left: 30%;
  transform: translateY(50px) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.prev img {
  width: 300px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.prevLeftSecond {
  z-index: 4;
  left: 15%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.prevLeftSecond img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.next {
  z-index: 5;
  left: 70%;
  transform: translateY(50px) translateX(-50%);
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.next img {
  width: 300px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.nextRightSecond {
  z-index: 4;
  left: 85%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection div.nextRightSecond img {
  width: 200px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection #product-top {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection .text--hide #product-top {
  display: block;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct #carouselcollection .text--hide #product-top .imgproduct-top {
  background-image: url(../images/cms_pages/panier.png);
  background-repeat: no-repeat;
  width: 62px;
  height: 62px;
  position: absolute;
  top: -72px;
  z-index: 1;
  right: -236px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct .buttons {
  position: relative;
  z-index: 1;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct .buttons #prev,
.cms-venum-desciplines.cms-newcollection .discipline-container.collectionproduct .buttons #next {
  background-color: transparent;
  border: 0;
  color: #7c572b;
  font-size: 18px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position {
  width: 70%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-block {
  width: 45%;
  float: right;
  margin-top: -77px;
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .hightlight-description {
  float: left;
  width: 45%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .video-title {
  width: 45%;
  font-size: 3.4vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-left .video-section .bluefoot-video-top-left-position .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .hightlight-description {
  font-size: 1.9vw;
  font-weight: 600;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-small-title {
  font-size: 1.3vw;
  text-align: right;
  position: absolute;
  top: 65px;
  color: #666;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .video-block .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.video-description-right .video-section .bluefoot-video-top-left-position .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-nav {
  top: 12vw;
  right: 16vw;
  text-align: right;
  height: 20%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-nav label {
  background-color: transparent;
  border: 1px solid #FFF;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position {
  background-color: #00000088;
  padding: 25px;
  width: 27%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-title {
  text-align: right;
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-small-title {
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel input {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .carousel-nav {
  top: 15vw;
  left: 29vw;
  text-align: left;
  height: 3%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button,
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift {
  margin: 3vw 0;
  border: 1px solid #fff !important;
  color: #7c572b;
  text-transform: uppercase;
  position: relative;
  z-index: 100000;
  width: 50%;
  right: 24%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button:hover,
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift:hover {
  border: 1px solid #7c572b !important;
  color: #FFF;
  background-color: #7c572b !important;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options {
  left: 25%;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option {
  float: left;
  width: 6%;
  color: #7c572b;
  background-color: #000;
  border: 0;
  cursor: pointer;
  font-size: 1vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option.selected {
  color: #FFF;
  cursor: pointer;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description .product-item-inner .product-item-actions {
  padding-left: 40%;
  margin-top: 16%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description .product-item-inner .product-item-actions .actions-primary {
  border: 1px solid #FFF;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.single-product .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-position: top;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.desktop-renderer.product-list {
  height: 40vw;
  background: url("../images/cms_pages/pbg-img.jpg") no-repeat;
  background-position: bottom;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-left .video-section .video-container .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-left .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-left .video-section .video-container .hightlight-description {
  color: #FFF;
  padding-top: 13%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-left .video-section .video-container .video-title {
  color: #FFF;
  font-size: 7.4vw;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: 55%;
  margin: 0 13% auto;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-right .video-section .video-container .hightlight-description {
  font-size: 6vw;
  font-weight: 600;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-right .video-section .video-container .video-small-title {
  font-size: 5.3vw;
  text-align: right;
  position: absolute;
  top: 93%;
  right: 10%;
  color: #666;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-right .video-section .video-container .video-block {
  border: 0;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.video-description-right .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines {
  height: 115vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-nav {
  left: inherit;
  top: 61vw;
  right: 9%;
  height: 20%;
  position: absolute;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-nav label {
  background-color: transparent;
  border: 1px solid #FFF;
  width: 10px;
  height: 10px;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: 15% 1%;
  background-size: 264%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position {
  background-color: #00000088;
  width: 80%;
  margin: 0% 5% auto;
  margin-top: 52%;
  padding: 5%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-title {
  text-align: right;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-small-title {
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 3.5vw;
  padding: 15px 0 !important;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item .hightlight-container.bluefoot-hightlight-top-right-position .hightlight-description {
  text-align: justify;
  width: 100%;
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options {
  text-align: center;
  position: relative;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option {
  float: left;
  width: 20%;
  color: #7c572b;
  background-color: #000;
  border: 0;
  cursor: pointer;
  font-size: 4vw;
  padding: 0;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .swatch-attribute-options .swatch-option.selected {
  color: #FFF;
  cursor: pointer;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 45px 0px;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-description {
  text-align: justify;
  width: 100%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines {
  height: 130vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel input {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .carousel-nav {
  top: 80vw;
  left: 11vw;
  text-align: left;
  height: 3%;
  position: absolute;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position {
  position: absolute;
  top: 71vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position form {
  width: 80%;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title {
  font-size: 2vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  padding-left: 18vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button,
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift {
  margin: 5vw 0;
  border: 1px solid #fff !important;
  color: #7c572b;
  text-transform: uppercase;
  position: relative;
  z-index: 100000;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title button:hover,
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .quote-details-items .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .cart.table-wrapper .actions-toolbar > .action:hover,
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .action-gift:hover {
  color: #FFF;
  border: 1px solid #7c572b !important;
  background-color: #7c572b !important;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-title .price-box .price {
  color: #fff;
  text-align: center;
  font-size: 6vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5vw;
  padding: 5vw 0 0;
  text-align: center;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .bluefoot-hightlight-top-left-position .hightlight-small-title .product-item-name a {
  color: #fff;
  font-size: 5.5vw;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.single-product .slider-disciplines .css-carousel .carousel-slides .carousel-inner .carousel-item {
  background-repeat: no-repeat;
  background-position: 73% 1% !important;
  background-size: 196% !important;
}
.cms-venum-desciplines.cms-newcollection .discipline-container.mobile-renderer.product-list {
  height: 55vw;
  margin-top: -13%;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container {
  background-color: #000 !important;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row {
  color: #fff !important;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .venum-footer-logo {
  background-image: url(../images/logo/new-venum-footer-logo_black.png);
  height: 65px;
  width: 65px;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .venum-footer-logo img {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .footer.links a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .new-venum-footer-container .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  background: #fff;
  color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper {
  background-color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .fas {
  color: #666;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .logo {
  background-image: url(../images/logo/logo_venum_euro_white.svg);
  height: 50px;
  background-repeat: no-repeat;
  width: 175px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .logo img {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .venum-free-sheeping-msg {
  background: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .venum-free-sheeping-msg a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .venum-free-sheeping-msg a span {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper {
  border-top: 1px solid #131313;
  background-color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper div.no-link {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper #first-child .first-child,
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper #first-child .level2 > a {
  border-right: 3px solid #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper .level1 > a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .category-wrapper .level1 > a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search {
  background: #000 !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form input {
  background-color: #131313;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions button,
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions .quote-details-items .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions .cart.table-wrapper .actions-toolbar > .action,
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .block.block-search form .actions .action-gift {
  background-color: #131313;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation {
  background: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 > .level-top {
  color: #FFF !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 .submenu a {
  color: #ccc;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 .submenu a span {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .navigation .level0 .submenu a:hover {
  color: #ccc;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .header {
  border-bottom: 1px solid #000;
  background-color: #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .page-header .nav-sections {
  background: #000;
  border-bottom: 1px solid #000;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content {
  background-color: #000 !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content [data-content-type='row'][data-appearance='full-width']:nth-child(2) {
  background-color: #000000 !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content .new-venum-footer-row {
  color: #fff !important;
  background-color: #000000 !important;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content .new-venum-footer-row .venum-footer-logo {
  background-image: url(../images/logo/new-venum-footer-logo_black.png);
  height: 65px;
  width: 65px;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content .new-venum-footer-row .venum-footer-logo img {
  display: none;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content .new-venum-footer-row .footer.links a {
  color: #FFF;
}
.cms-venum-desciplines.cms-newcollection .page-wrapper .db-footer-content .new-venum-footer-row .new-venum-news-letter .form.subscribe .input-container .actions .button {
  background: #fff;
  color: #000;
}
.ns-next.coco {
  display: none;
}
.desktop-renderer .bg-hightlight-left .hightlight-container .image-block .photos {
  display: block;
  position: relative;
  top: 33%;
  width: 100%;
  padding-bottom: 60%;
  border: none;
  overflow: hidden;
}
.desktop-renderer .bg-hightlight-left .hightlight-container .image-block .photos .slide {
  transition: 500ms ease all;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(2);
}
.desktop-renderer .bg-hightlight-left .hightlight-container .image-block .photos .slide.active {
  transform: scale(1);
  opacity: 1;
  top: 0;
  transition: 500ms ease all;
}
.desktop-renderer .bg-hightlight-left .hightlight-container .image-block .text-slider {
  bottom: 0;
  right: 3%;
  font-size: 1vw;
  color: #fff;
  position: absolute;
}
.mobile-renderer.bg-hightlight-left .image-block .photos {
  display: block;
  position: relative;
  top: 33%;
  width: 100%;
  padding-bottom: 60%;
  border: none;
  overflow: hidden;
}
.mobile-renderer.bg-hightlight-left .image-block .photos .slide {
  transition: 500ms ease all;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(2);
}
.mobile-renderer.bg-hightlight-left .image-block .photos .slide.active {
  transform: scale(1);
  opacity: 1;
  top: 0;
  transition: 500ms ease all;
}
.mobile-renderer.bg-hightlight-left .image-block .text-slider {
  bottom: 0;
  right: 3%;
  font-size: 1vw;
  color: #fff;
  position: absolute;
}
@keyframes glisse {
  0% {
    margin-left: 0%;
  }
  12.5% {
    margin-left: -100%;
  }
  25% {
    margin-left: -200%;
  }
  37.5% {
    margin-left: -300%;
  }
  50% {
    margin-left: -400%;
  }
  62.5% {
    margin-left: -500%;
  }
  75% {
    margin-left: -600%;
  }
  87.5% {
    margin-left: -700%;
  }
  100% {
    margin-left: -800%;
  }
}
@keyframes fade {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
.css-carousel-m {
  position: relative;
}
.css-carousel-m input[name="carousel"] {
  display: none;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 1000000;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next,
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next {
  right: 20px;
  z-index: 50;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  left: 20px;
  z-index: 10;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  bottom: 6%;
  left: 0;
  right: -19px;
  text-align: center;
  position: absolute;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next,
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next {
  right: 20px;
  z-index: 50;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  right: 45px;
  z-index: 10;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  cursor: pointer;
  color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.mobile-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.css-carousel-m #carousel-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.css-carousel-m #carousel-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.css-carousel-m #carousel-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.css-carousel-m #carousel-4:checked ~ .carousel-nav label[for="carousel-4"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-4:checked ~ .carousel-nav label[for="carouselM-4"] {
  background-color: #fff;
}
.css-carousel-m #carousel-5:checked ~ .carousel-nav label[for="carousel-5"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-5:checked ~ .carousel-nav label[for="carouselM-5"] {
  background-color: #fff;
}
.css-carousel-m #carousel-6:checked ~ .carousel-nav label[for="carousel-6"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-6:checked ~ .carousel-nav label[for="carouselM-6"] {
  background-color: #fff;
}
.css-carousel-m #carousel-7:checked ~ .carousel-nav label[for="carousel-7"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-7:checked ~ .carousel-nav label[for="carouselM-7"] {
  background-color: #fff;
}
.css-carousel-m #carousel-8:checked ~ .carousel-nav label[for="carousel-8"] {
  background-color: #fff;
}
.css-carousel-m #carouselM-8:checked ~ .carousel-nav label[for="carouselM-8"] {
  background-color: #fff;
}
.css-carousel-m .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.css-carousel-m .carousel-slides .carousel-inner {
  width: 800%;
  /*animation: glisse 60s steps(1) infinite alternate;*/
  /*animation: glisse 60s infinite linear;
    animation-timing-function: steps(1, end);*/
  /*-webkit-transition: margin 1s;
    -moz-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s;*/
  animation: glisse 60s infinite linear;
  animation-timing-function: steps(1, end);
}
.css-carousel-m .carousel-slides .carousel-item {
  float: left;
  width: 12.5%;
}
.css-carousel-m #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-5:checked ~ .carousel-slides .carousel-inner {
  margin-left: -400%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-5:checked ~ .carousel-slides .carousel-inner {
  margin-left: -400%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-6:checked ~ .carousel-slides .carousel-inner {
  margin-left: -500%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-6:checked ~ .carousel-slides .carousel-inner {
  margin-left: -500%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-7:checked ~ .carousel-slides .carousel-inner {
  margin-left: -600%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-7:checked ~ .carousel-slides .carousel-inner {
  margin-left: -600%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carousel-8:checked ~ .carousel-slides .carousel-inner {
  margin-left: -700%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.css-carousel-m #carouselM-8:checked ~ .carousel-slides .carousel-inner {
  margin-left: -700%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.slider-disciplines .css-carousel-m {
  height: 100%;
}
.slider-disciplines .css-carousel-m .carousel-slides,
.slider-disciplines .css-carousel-m .carousel-inner,
.slider-disciplines .css-carousel-m .carousel-item {
  height: 100%;
}
.slider-disciplines .css-carousel-m .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.slider-disciplines .css-carousel-m .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.slider-disciplines .css-carousel-m .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.slider-disciplines .css-carousel-m .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.slider-disciplines .css-carousel-m .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.slider-disciplines .css-carousel-m .carousel-item .credit a:hover {
  text-decoration: none;
}
@keyframes glissee {
  0% {
    margin-left: 0%;
  }
  20% {
    margin-left: -100%;
  }
  40% {
    margin-left: -200%;
  }
  60% {
    margin-left: -300%;
  }
  80% {
    margin-left: -400%;
  }
  100% {
    margin-left: -500%;
  }
}
@keyframes fadee {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
.css-carousel-m2 {
  position: relative;
}
.css-carousel-m2 input[name="carousel2"] {
  display: none;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next,
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next {
  right: 20px;
  z-index: 50;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev {
  left: 20px;
  z-index: 10;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.desktop-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav {
  bottom: 6%;
  left: 0;
  right: -19px;
  text-align: center;
  position: absolute;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next,
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next {
  right: 5%;
  z-index: 50;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev {
  right: 45px;
  z-index: 10;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  color: #000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
}
.mobile-renderer .slider-disciplines .css-carousel-m2 .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.css-carousel-m2 #carousel2-1:checked ~ .carousel-nav label[for="carousel2-1"] {
  background-color: #fff;
}
.css-carousel-m2 #carouselM2-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.css-carousel-m2 #carousel2-2:checked ~ .carousel-nav label[for="carousel2-2"] {
  background-color: #fff;
}
.css-carousel-m2 #carouselM2-2:checked ~ .carousel-nav label[for="carouselM2-2"] {
  background-color: #fff;
}
.css-carousel-m2 #carousel2-3:checked ~ .carousel-nav label[for="carousel2-3"] {
  background-color: #fff;
}
.css-carousel-m2 #carouselM2-3:checked ~ .carousel-nav label[for="carouselM2-3"] {
  background-color: #fff;
}
.css-carousel-m2 #carousel2-4:checked ~ .carousel-nav label[for="carousel2-4"] {
  background-color: #fff;
}
.css-carousel-m2 #carouselM2-4:checked ~ .carousel-nav label[for="carouselM2-4"] {
  background-color: #fff;
}
.css-carousel-m2 #carousel2-5:checked ~ .carousel-nav label[for="carousel2-5"] {
  background-color: #fff;
}
.css-carousel-m2 #carouselM2-5:checked ~ .carousel-nav label[for="carouselM2-5"] {
  background-color: #fff;
}
.css-carousel-m2 .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.css-carousel-m2 .carousel-slides .carousel-inner {
  width: 500%;
  /*animation: glissee 60s steps(1) infinite alternate;*/
  /*animation: glissee 60s infinite linear;
  animation-timing-function: steps(1, end);*/
  /*-webkit-transition: margin 1s;
  -moz-transition: margin 1s;
  -o-transition: margin 1s;
  transition: margin 1s;*/
  animation: glissee 60s infinite linear;
  animation-timing-function: steps(1, end);
}
.css-carousel-m2 .carousel-slides .carousel-item {
  float: left;
  width: 20%;
}
.css-carousel-m2 #carousel2-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel2-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel2-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel2-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel2-5:checked ~ .carousel-slides .carousel-inner {
  margin-left: -400%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-5:checked ~ .carousel-slides .carousel-inner {
  margin-left: -400%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel2-6:checked ~ .carousel-slides .carousel-inner {
  margin-left: -500%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-6:checked ~ .carousel-slides .carousel-inner {
  margin-left: -500%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel-7:checked ~ .carousel-slides .carousel-inner {
  margin-left: -600%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-7:checked ~ .carousel-slides .carousel-inner {
  margin-left: -600%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carousel-8:checked ~ .carousel-slides .carousel-inner {
  margin-left: -700%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.css-carousel-m2 #carouselM2-8:checked ~ .carousel-slides .carousel-inner {
  margin-left: -700%;
  animation: fadee 8s infinite;
  -webkit-animation: fadee 8s infinite;
}
.slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.slider-disciplines .css-carousel-m2 {
  height: 100%;
}
.slider-disciplines .css-carousel-m2 .carousel-slides,
.slider-disciplines .css-carousel-m2 .carousel-inner,
.slider-disciplines .css-carousel-m2 .carousel-item {
  height: 100%;
}
.slider-disciplines .css-carousel-m2 .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.slider-disciplines .css-carousel-m2 .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.slider-disciplines .css-carousel-m2 .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.slider-disciplines .css-carousel-m2 .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.slider-disciplines .css-carousel-m2 .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.slider-disciplines .css-carousel-m2 .carousel-item .credit a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .slider-disciplines {
    height: auto;
  }
}
.bloc-talents {
  /*.mobile-renderer{
          .slider-disciplines{
            .css-carousel-m {
              .carousel-nav{
                bottom: 6%;
                left: 0;
                right: -19px;
                text-align: center;
                position: absolute;
                .ns-next,.ns-prev {
                  position: absolute;
                  top: 50%;
                  width: 50px;
                  height: 50px;
                  color:#fff;
                  cursor:pointer;
                }
                .ns-next {
                  right: 20px;
                  z-index: 50;
                  i {
                    &.fa {
                      font-size: 29px !important;
                      color: #000;
                      cursor: pointer;
                      width: 40px;
                      height: 40px;
                      position: absolute;
                      display: block;
                      z-index: 100;
                    }
                  }
                  label {
                    display: inline-block;
                    margin: -7px -24px;
                    width: 45px;
                    height: 45px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    cursor: pointer;
                  }
                }
                .ns-prev {
                  right: 45px;
                  z-index: 10;
                  i {
                    &.fa {
                      font-size: 29px !important;
                      cursor: pointer;
                      color:#000;
                      width: 40px;
                      height: 40px;
                      position: absolute;
                      display: block;
                      z-index: 100;
                    }
                  }
                  label {
                    display: inline-block;
                    margin: -7px -21px;
                    width: 45px;
                    height: 45px;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    cursor: pointer;

                  }
                }
              }
            }
          }
        }
      */
}
@keyframes glisse {
  0% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}
@keyframes fade {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}
.bloc-talents .css-carousel-m {
  position: relative;
}
.bloc-talents .css-carousel-m input[name="carousel"] {
  display: none;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  z-index: 1000000;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next,
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next {
  right: 20px;
  z-index: 50;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-next label {
  display: inline-block;
  margin: -7px -24px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev {
  left: 20px;
  z-index: 10;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev i.fa {
  font-size: 29px !important;
  color: #fff;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}
.bloc-talents .desktop-renderer .slider-disciplines .css-carousel-m .carousel-nav .ns-prev label {
  display: inline-block;
  margin: -7px -21px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}
.bloc-talents .css-carousel-m #carousel-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-4:checked ~ .carousel-nav label[for="carousel-4"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-4:checked ~ .carousel-nav label[for="carouselM-4"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-5:checked ~ .carousel-nav label[for="carousel-5"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-5:checked ~ .carousel-nav label[for="carouselM-5"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-6:checked ~ .carousel-nav label[for="carousel-6"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-6:checked ~ .carousel-nav label[for="carouselM-6"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-7:checked ~ .carousel-nav label[for="carousel-7"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-7:checked ~ .carousel-nav label[for="carouselM-7"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousel-8:checked ~ .carousel-nav label[for="carousel-8"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carouselM-8:checked ~ .carousel-nav label[for="carouselM-8"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m .carousel-slides {
  width: 100%;
  overflow: hidden;
}
.bloc-talents .css-carousel-m .carousel-slides .carousel-inner {
  width: 400%;
  /*animation: glisse 60s steps(1) infinite alternate;*/
  /*animation: glisse 60s infinite linear;
    animation-timing-function: steps(1, end);*/
  /*-webkit-transition: margin 1s;
    -moz-transition: margin 1s;
    -o-transition: margin 1s;
    transition: margin 1s;*/
  animation: glisse 60s infinite linear;
  animation-timing-function: steps(1, end);
}
.bloc-talents .css-carousel-m .carousel-slides .carousel-item {
  float: left;
  width: 25%;
}
.bloc-talents .css-carousel-m #carousel-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-1:checked ~ .carousel-slides .carousel-inner {
  margin-left: 0%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-2:checked ~ .carousel-slides .carousel-inner {
  margin-left: -100%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-3:checked ~ .carousel-slides .carousel-inner {
  margin-left: -200%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-4:checked ~ .carousel-slides .carousel-inner {
  margin-left: -300%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-5:checked ~ .carousel-slides .carousel-inner {
  margin-left: -400%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-5:checked ~ .carousel-slides .carousel-inner {
  margin-left: -400%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-6:checked ~ .carousel-slides .carousel-inner {
  margin-left: -500%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-6:checked ~ .carousel-slides .carousel-inner {
  margin-left: -500%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-7:checked ~ .carousel-slides .carousel-inner {
  margin-left: -600%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-7:checked ~ .carousel-slides .carousel-inner {
  margin-left: -600%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carousel-8:checked ~ .carousel-slides .carousel-inner {
  margin-left: -700%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .css-carousel-m #carouselM-8:checked ~ .carousel-slides .carousel-inner {
  margin-left: -700%;
  animation: fade 8s infinite;
  -webkit-animation: fade 8s infinite;
}
.bloc-talents .slider-disciplines {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  height: 44vw;
}
.bloc-talents .slider-disciplines .css-carousel-m {
  height: 100%;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-slides,
.bloc-talents .slider-disciplines .css-carousel-m .carousel-inner,
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item {
  height: 100%;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item .center {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  position: relative;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item .center .title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 70px;
  height: 100px;
  letter-spacing: 10px;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item .credit {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-size: 14px;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item .credit a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-item .credit a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .bloc-talents .slider-disciplines {
    height: auto;
  }
}
.bloc-talents .css-carousel-m #carousell-1:checked ~ .carousel-nav label[for="carousel-1"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-1:checked ~ .carousel-nav label[for="carouselM-1"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-2:checked ~ .carousel-nav label[for="carousel-2"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-2:checked ~ .carousel-nav label[for="carouselM-2"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-3:checked ~ .carousel-nav label[for="carousel-3"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-3:checked ~ .carousel-nav label[for="carouselM-3"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-4:checked ~ .carousel-nav label[for="carousel-4"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-4:checked ~ .carousel-nav label[for="carouselM-4"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-5:checked ~ .carousel-nav label[for="carousel-5"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-5:checked ~ .carousel-nav label[for="carouselM-5"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-6:checked ~ .carousel-nav label[for="carousel-6"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-6:checked ~ .carousel-nav label[for="carouselM-6"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-7:checked ~ .carousel-nav label[for="carousel-7"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-7:checked ~ .carousel-nav label[for="carouselM-7"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousell-8:checked ~ .carousel-nav label[for="carousel-8"] {
  background-color: #fff;
}
.bloc-talents .css-carousel-m #carousellM-8:checked ~ .carousel-nav label[for="carouselM-8"] {
  background-color: #fff;
}
.bloc-talents .slider-disciplines .css-carousel-m .carousel-slides {
  height: 150% !important;
}
[data-element='main'][data-content-type='column'][data-appearance='full-height'].bloc-talents {
  padding: 0 !important;
  margin: 0 !important;
}
[data-content-type='row'][data-appearance='full-width'].bg-static-block > .row-full-width-inner > .pagebuilder-column-group {
  max-width: 1280px !important;
  margin: 0 15% auto;
}
[data-content-type=row][data-appearance=full-width] > .row-full-width-inner {
  max-width: 100% !important;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 100% !important;
}
.more {
  display: none;
}
p {
  margin-bottom: 0 !important;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.hideme {
  opacity: 0.1;
}
.cms-venum-ufc {
  font-family: 'Roboto Condensed' !important;
}
.cms-venum-ufc [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  padding: 0 !important;
  margin: 0 !important;
}
.cms-venum-ufc .cover {
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
.cms-venum-ufc .page-wrapper .page-main-full-width {
  max-width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns {
  margin-top: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block {
  background-size: cover !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block h5 {
  font-size: 90px !important;
  font-weight: 500 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-title {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 100;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-small-title {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-description {
  text-align: justify;
  font-weight: 200;
  font-family: 'Roboto Condensed';
  font-size: 23px;
  padding: 30px 0 50px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-xl-description {
  font-weight: 600 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-xl-description a {
  color: #000;
  text-decoration: underline;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .columns .bg-static-block .hightlight-xl-description a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs {
  max-width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .tobottom .fas,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .tobottom .fas {
  color: #000 !important;
  font-size: 36px !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper.with-media-background,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs.with-media-background {
  background-position-y: 0 !important;
  background-size: cover !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper.with-media-background .bluefoot-column-12,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs.with-media-background .bluefoot-column-12 {
  padding: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .title_page h1,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .title_page h1 {
  font-size: 4.8vw;
  color: #000;
  font-weight: 400;
  padding-left: 1%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs {
  padding: 0 18px !important;
  width: 100% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs.more .discipline-container.desktop-renderer,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs.more .discipline-container.desktop-renderer {
  height: 30vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight {
  background-image: url(../images/cms_pages/bg-hightlight2.png);
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-title {
  line-height: 6vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title {
  font-size: 2.3vw !important;
  padding-top: 4vw !important;
  left: 71% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer .hightlight-title {
  font-size: 7vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
  position: absolute;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure {
  position: relative;
  padding-top: 24%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure img,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure img,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure img {
  box-shadow: -1px -1px 20px 1px #d9d9d9;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1.5vw;
  text-transform: uppercase;
  max-width: 2000px;
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-small-title {
  font-weight: 300;
  font-size: 15px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title {
  font-weight: 200;
  font-size: 15px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .right-detail {
  float: right;
  width: 100%;
  top: 0;
  position: relative;
  text-align: right;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: absolute;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 7vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a {
  color: #000;
  font-size: 7vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .discipline-container.mobile-renderer figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs .hightlight-title {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure {
  position: relative;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure img,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure img,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure img {
  box-shadow: -1px -1px 20px 1px #d9d9d9;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1vw;
  text-transform: uppercase;
  max-width: 1200px;
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .hightlight-small-title {
  font-weight: 400;
  line-height: 0px;
  font-size: 1.5vw;
  color: #000;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .hightlight-Xsmall-title {
  font-weight: 200;
  font-size: 1.5vw;
  color: #000;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .left-detail {
  float: left;
  width: 90%;
  position: relative;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption .right-detail {
  float: right;
  width: 10%;
  top: 0;
  position: relative;
  text-align: right;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 4vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption h4 a {
  color: #000;
  font-size: 3.5vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-wrapper .bloc-jobs figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .jobs .bloc-jobs figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj {
  max-width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .tobottom .fas {
  color: #000 !important;
  font-size: 36px !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj.with-media-background {
  background-position-y: 0 !important;
  background-size: cover !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj.with-media-background .bluefoot-column-12 {
  padding: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-textarea.title_page {
  color: #020EBA;
  font-size: 5.7vw;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-image: url(../images/cms_pages/COUTURES_HAUT2.png);
  background-position: center;
  background-size: cover;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .title_page h1 {
  font-size: 4.8vw;
  color: #000;
  font-weight: 400;
  padding-left: 1%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover {
  padding: 0 18px !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column.more .discipline-container.desktop-renderer,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover.more .discipline-container.desktop-renderer {
  height: 30vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .title_page,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .title_page {
  color: #FFF;
  font-size: 4vw;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  background-image: url(../images/cms_pages/COUTURES_BAS.png);
  background-position: bottom;
  background-size: cover;
  height: 20vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight {
  background-image: url(../images/cms_pages/bg-hightlight2.png);
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight .hightlight-title {
  line-height: 6vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.desktop-renderer .bg-hightlight .hightlight-small-title {
  font-size: 2.3vw !important;
  padding-top: 4vw !important;
  left: 71% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer .hightlight-title {
  font-size: 7vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
  position: absolute;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure {
  position: relative;
  text-align: center;
  margin-bottom: 44% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption {
  position: absolute;
  color: #000;
  bottom: 1.5vw;
  text-transform: uppercase;
  max-width: 2000px;
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .hightlight-small-title {
  font-weight: 400;
  font-size: 5vw;
  padding: 5% 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .hightlight-Xsmall-title {
  font-weight: 400;
  font-size: 3vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .img-color img,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .img-color img {
  display: initial;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .right-detail {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: absolute;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 7vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 a {
  color: #000;
  font-size: 7vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .discipline-container.mobile-renderer figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .discipline-container.mobile-renderer figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover .hightlight-title {
  font-size: 2.5vw;
  font-weight: 100;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  margin: 30px 0 0 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure {
  position: relative;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover {
  transition: 3s ease;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover .overlay,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 1s ease;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover:hover .overlay,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover:hover .overlay {
  opacity: 1;
  transition: 3s ease;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure .imgg-hover:hover .hov,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure .imgg-hover:hover .hov {
  opacity: 0;
  transition: 1s ease;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption {
  position: absolute;
  color: #000;
  bottom: -5vw;
  text-transform: uppercase;
  max-width: 1200px;
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .hightlight-small-title {
  font-weight: 400;
  line-height: 0px;
  font-size: 1.5vw;
  color: #FFF;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding: 12% 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .hightlight-Xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .hightlight-Xsmall-title {
  font-size: 1.3vw;
  color: #fff;
  background-color: #020EBA;
  padding: 5px;
  font-weight: 500;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .left-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .left-detail {
  float: left;
  width: 100%;
  position: relative;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption .right-detail,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption .right-detail {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption h4,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption h4 {
  float: right;
  width: 100%;
  padding-right: 34px;
  text-align: right;
  font-size: 4vw;
  font-weight: 200;
  line-height: 6px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption h4 a,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption h4 a {
  color: #000;
  font-size: 3.5vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bluefoot-column figure figcaption h4 a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .Bjj .bloc-hover figure figcaption h4 a:hover {
  color: #666;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom h2 {
  font-weight: 600;
  font-size: 33px;
  white-space: nowrap;
  text-transform: uppercase;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom h3 {
  text-transform: uppercase;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom .product-item-name a {
  color: #000;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom .product-item-info {
  width: 99% !important;
  margin-bottom: 15px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom .product-item-info .startprice {
  position: relative;
  padding-left: 0;
  text-align: right;
  width: 50%;
  float: left;
  padding-top: 1px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom .product-item-info .price-final_price {
  text-align: left !important;
  color: #000;
  width: 25%;
  position: relative;
  float: left;
  padding-left: 5px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom .product-item-info .price-container .price {
  color: red;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .block-productcustom .product-item-info li.item {
  margin-bottom: 10px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row {
  margin: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row.with-media-background {
  background-position-y: 96%;
  background-repeat: no-repeat;
  background-size: contain;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row.with-media-background.cover {
  background-position: center;
  background-size: contain !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row.with-media-background.bg-cover {
  background-position-y: 0 !important;
  background-size: contain !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row.with-media-background.cover2 {
  background-position-y: 0 !important;
  background-size: cover;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row.cover .bluefoot-textarea .arrow-down {
  width: 0px;
  height: 0px;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 35px solid #e7e7e7;
  margin: auto;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .full-screen {
  height: 44vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .full-screen .video-section {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .full-screen .video-section .video-container {
  width: 100%;
  margin: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .full-screen .video-section .video-container .video-block {
  height: 44vw;
  border: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container {
  position: relative;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container {
  width: 45.4%;
  right: 4.5%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .video-block {
  height: 28vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description {
  height: 26vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .venum-lines {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container {
  top: 7%;
  width: 90%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .hightlight-description {
  width: 39vw;
  float: left;
  padding-top: 1.5vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.video-description .video-section .video-container .video-block {
  float: right;
  width: 45vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen {
  height: 44vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section .video-container {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.full-screen .video-section .video-container .video-block {
  height: 44vw;
  border: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description {
  height: 26vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container {
  width: 90%;
  top: 0;
  left: 5%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container .left-hightlight-description {
  float: left;
  width: 46%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bottom-description .hightlight-container .right-hightlight-description {
  float: right;
  width: 46%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right {
  height: 55vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container {
  width: 38%;
  top: 37%;
  right: 8%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 7.1vw;
  white-space: nowrap;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-description {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-right .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left {
  height: 45vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container {
  width: 40%;
  top: 40%;
  left: 7%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 4.8vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-description {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-link {
  padding-left: 19%;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed';
  font-size: 1.3vw;
  text-transform: uppercase;
  color: #000 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-link a {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #000 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer .bg-left .hightlight-container .hightlight-link a:hover {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #666 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-top {
  height: 66vw;
  top: 65px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-title {
  position: absolute;
  top: 0;
  font-size: 5.8vw;
  text-transform: uppercase;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-small-title {
  padding: 7vw 0 1vw;
  font-size: 1.5vw;
  font-weight: 300;
  text-transform: uppercase;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-link a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .bg-hightlight-description {
  float: right;
  position: absolute;
  right: -130%;
  top: 39vw;
  width: 100% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .bg-hightlight-description strong {
  font-weight: 600;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-description {
  width: 100% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-title {
  position: absolute;
  top: -3vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title {
  width: 100% !important;
  font-size: 3.3vw;
  padding: 1vw 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.desktop-renderer.bg-hightlight-left .hightlight-container .image-block {
  margin-top: 14vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer {
  display: block;
  text-align: initial !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines {
  top: 46% !important;
  left: 39% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines .search-icon {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .search-lines .search-text {
  text-align: center;
  background-color: #03224c;
  padding: 10px 14px;
  font-size: 3vw;
  font-weight: 700;
  text-transform: uppercase !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section {
  position: absolute;
  top: 36vw;
  margin: 0 9% auto;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section .video-container .video-block .icon-play {
  left: 42%;
  padding-top: 29%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.cover-center .video-section .venum-lines {
  visibility: hidden;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation {
  height: 87vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .venum-lines img {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines {
  top: -44% !important;
  position: absolute;
  left: 25%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text {
  font-size: 3.8vw !important;
  font-weight: 700 !important;
  font-style: italic;
  margin-left: 0 !important;
  text-transform: uppercase;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text p {
  background-color: #ffc7f8;
  color: #000 !important;
  padding: 13px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-lines .search-text p:hover {
  background-color: #000;
  color: #ffc7f8 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .search-icon {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container {
  width: 92%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .hightlight-description {
  position: relative;
  margin-top: -86%;
  text-align: center;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .video-block {
  margin-top: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .venum-lines {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-animation .video-container .video-title {
  font-size: 3vw;
  color: #000;
  text-align: justify;
  text-transform: lowercase;
  position: absolute;
  margin-top: 56%;
  padding: 0 4% 0 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container {
  width: 100%;
  margin: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .video-block {
  height: 60vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .venum-lines {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.video-description .video-section .video-container .hightlight-description {
  padding: 5%;
  margin: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen {
  height: 44vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section .video-container {
  width: 100%;
  margin: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.full-screen .video-section .video-container .video-block {
  height: 44vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bottom-description .hightlight-container .hightlight-description img {
  display: none !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-title {
  font-weight: 400;
  font-size: 13.4vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-link {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bgg-hightlight-left .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left {
  background-color: #fff;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container {
  height: 156vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-title {
  line-height: 8vw !important;
  width: 50px;
  padding-left: 2%;
  float: left !important;
  left: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description {
  opacity: 1 !important;
  text-align: center;
  padding: 0 3% 15% 3% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link {
  padding-left: 24% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link {
  right: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  border: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover {
  color: #666;
  text-decoration: underline;
  border: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container {
  height: 168vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description {
  padding: 5% 5% 15% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-title {
  line-height: 8vw !important;
  width: 28%;
  padding-right: 2%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container.hightlight-left-mobile {
  height: 75vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title {
  color: #fff;
  width: 50%;
  left: 25%;
  top: 12%;
  position: absolute;
  text-align: center;
  font-size: 9vw !important;
  line-height: 12vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container {
  height: 198vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .image-block img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .image-block img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .image-block img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .image-block img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .image-block img,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .image-block img {
  position: absolute;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container {
  position: relative;
  height: 172vw;
  margin: 0;
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link {
  padding-left: 30%;
  font-weight: 600;
  font-family: 'Roboto Condensed';
  font-size: 3vw;
  text-transform: uppercase;
  color: #000 !important;
  bottom: 0;
  position: absolute;
  padding-bottom: 20px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link a {
  border: 2px solid #000;
  padding: 5px 20px;
  color: #000 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-link a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-link a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-link a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-link a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-link a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-link a:hover {
  border: 2px solid #666;
  padding: 5px 20px;
  color: #666 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description {
  background-color: #fff;
  opacity: 0.8;
  padding: 5%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description p strong,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description p strong,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description p strong,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description p strong,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description p strong,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description p strong {
  font-weight: 600;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description a,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.9vw;
  float: right;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-description a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-description a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-description a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-description a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-description a:hover,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-description a:hover {
  color: #666;
  text-decoration: underline;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-title {
  position: absolute;
  top: 20px;
  right: 0;
  text-align: right;
  color: #FFF;
  font-size: 8.7vw;
  font-weight: 400;
  line-height: 7vw;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-xsmall-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-xsmall-title {
  font-weight: 200;
  font-size: 6.7vw;
  padding-right: 11px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-right .hightlight-container .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-hightlight-left .hightlight-container .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .bg-hightlight .hightlight-container .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-right .hightlight-container .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.bg-left .hightlight-container .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer.right-hightlight .hightlight-container .hightlight-small-title {
  font-size: 5vw;
  padding-bottom: 15px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description blockquote::before {
  content: open-quote;
  font-size: 7vw;
  font-family: Oswald, Arial, "lucida grande", sans-serif !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description blockquote::after {
  content: close-quote;
  font-size: 7vw;
  float: right;
  font-family: Oswald, Arial, "lucida grande", sans-serif !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description blockquote {
  quotes: "“" "”" "‘" "’";
  margin: 0 !important;
  font-style: normal !important;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-size: 4vw;
  color: #000 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container.mobile-renderer .hightlight-container .hightlight-description blockquote .auteur {
  font-weight: 100 !important;
  font-size: 3.3vw !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines-slide {
  top: 68% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-video {
  top: 40% !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines {
  top: 50%;
  position: absolute;
  left: 70%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-text,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .fa {
  float: left;
  font-size: 2vw;
  line-height: 2.3vw;
  text-transform: capitalize !important;
  text-align: right;
  margin-left: 3px;
  color: #FFF;
  font-weight: bold;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-text .fa-rotate-90,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon .fa-rotate-90,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .fa .fa-rotate-90 {
  font-size: 14px;
  transform: rotate(90deg) !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .black-text {
  color: #000 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-black-text,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon {
  color: #000 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-white-text,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .search-lines .search-icon {
  color: #FFF !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container {
  margin: 0 !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container {
  margin: 5% 5% auto;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-small-title {
  color: #000;
  font-size: 7vw;
  font-weight: 100;
  margin-bottom: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-title {
  margin-top: 0;
  color: #000;
  font-size: 11.4vw;
  font-weight: 100;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-title {
  margin-top: 0;
  color: #000;
  font-size: 6.5vw;
  font-weight: 400;
  text-transform: uppercase;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-description {
  font-size: 4vw;
  color: #000;
  text-align: justify;
  font-weight: 200;
  font-family: 'Roboto Condensed';
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-description blockquote::before,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-description blockquote::before {
  content: open-quote;
  font-size: 7vw;
  font-family: Oswald, Arial, "lucida grande", sans-serif !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-description blockquote::after,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-description blockquote::after {
  content: close-quote;
  font-size: 7vw;
  float: right;
  font-family: Oswald, Arial, "lucida grande", sans-serif !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-description blockquote,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-description blockquote {
  quotes: "“" "”" "‘" "’";
  margin: 0 !important;
  font-style: normal !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-small-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-small-title {
  color: #000;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-title,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-title {
  color: #000;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-description,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-description {
  color: #000;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-description blockquote::before,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-description blockquote::before {
  content: open-quote;
  font-size: 7vw;
  font-family: Oswald, Arial, "lucida grande", sans-serif !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-description blockquote::after,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-description blockquote::after {
  content: close-quote;
  font-size: 7vw;
  float: right;
  font-family: Oswald, Arial, "lucida grande", sans-serif !important;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container.black-text .hightlight-description blockquote,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container.black-text .hightlight-description blockquote {
  quotes: "“" "”" "‘" "’";
  margin: 0 !important;
  font-style: normal !important;
  font-weight: 700;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block {
  height: 50vw;
  position: relative;
  border: 1px solid #000;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block .bg-play,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block .bg-play {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block .icon-play,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block .icon-play {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 47%;
  right: 0;
  width: 50px;
  padding-top: 25%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-block .icon-play i,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-block .icon-play i {
  font-size: 50px;
  font-style: normal;
  color: #fff;
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .venum-lines,
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .venum-lines {
  display: none;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container {
  overflow: hidden;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container {
  position: relative;
  box-shadow: 1px 2px 5px #4c4b4b;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-details {
  background: #fbfbfb;
  margin-top: -5px;
  padding: 10px 15px;
  text-align: center;
  text-transform: capitalize;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-details .arrow {
  height: 1px;
  background: #000;
  margin: 10px auto;
  width: 70%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container hr {
  border: 0;
  border-top: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 70%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image {
  position: relative;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image img {
  width: 100%;
}
.cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .superposed-images-container .box-container .athletes-container .athlete-image .discover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cms-venum-ufc .modals-wrapper .modal-popup.venum-video.modal-slide {
  left: 0;
  padding: 0 15px;
}
.cms-venum-ufc .modals-wrapper .modal-popup.venum-video .modal-inner-wrap {
  margin: 40px auto!important;
  height: auto !important;
  min-height: auto !important;
  width: 100% !important;
}
.cms-venum-ufc .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-title {
  font-size: 28px;
}
.cms-venum-ufc .modals-wrapper .modal-popup.venum-video .modal-inner-wrap .modal-content {
  padding: 1px;
}
.cms-venum-ufc .bluefoot-video-iframe {
  width: 100%;
  margin: 0 auto;
}
.page-footer .widget.block {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cms-venum-ufc [data-content-type='db-image-with-video'] {
    padding-bottom: 25px !important;
  }
  .cms-venum-ufc .title_page h1 {
    font-size: 11.8vw !important;
    padding-top: 20px;
    text-align: right;
    padding-right: 5%;
  }
  .cms-venum-ufc .bluefoot-row.with-media-background {
    background-size: cover !important;
  }
  .cms-venum-ufc .cover .block-parallax .img-parallax {
    visibility: hidden;
  }
  .cms-venum-ufc .block-parallax .content-parallax .description-parallax .content-description .block-prodcust {
    float: none;
    width: 100%;
    height: 205px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-venum-ufc .bluefoot-video-iframe {
    width: 100%;
    margin: 0 auto;
    height: 500px;
  }
}
@media only screen and (min-width: 1780px) {
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-small-title,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-small-title,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-small-title,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-small-title {
    font-size: 2.5vw;
    width: 68%;
  }
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .video-title,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .video-title,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .hightlight-title,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .hightlight-title {
    font-size: 4.5vw;
  }
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .video-container .ombre,
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row .discipline-container .hightlight-container .ombre {
    text-shadow: black 0.1em 0.1em 0.2em;
  }
}
#bloc {
  height: 200px;
  z-index: 1000000;
  position: fixed;
  right: -97px;
}
#bloc #fix-menu {
  position: absolute;
  right: 20%;
  top: 25%;
  z-index: 1000000;
  opacity: 0.9;
  transition: right 1s, transform 1s;
  white-space: nowrap;
}
#bloc #fix-menu li {
  border-bottom: 1px solid #ccc;
  list-style: none none;
  padding: 7px 0;
  background-color: #fff;
  opacity: 0.9;
  width: 118px;
  padding-left: 10px;
  margin-bottom: 0 !important;
  margin-left: -40px;
}
#bloc #fix-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 21px;
}
#bloc #fix-menu li a:hover {
  color: #666;
  font-size: 16px;
  font-weight: 600;
  padding-left: 21px;
}
#bloc:hover #fix-menu {
  right: 100%;
  transform: translateX(-57%);
}
.bluefoot-entity {
  margin-bottom: 0 !important;
}
.bluefoot-entity.cover-center-h2 {
  position: absolute;
  top: 72vw;
  left: 34%;
  color: white;
  text-shadow: 0 0 2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  font-size: 4vw;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-weight: 600;
}
.bluefoot-entity.cover-center-h3 {
  font-weight: 700;
  text-transform: uppercase;
}
.bluefoot-entity.content-table {
  position: absolute;
  top: 88vw;
  left: 27%;
}
.bluefoot-entity.content-table table {
  border: 0;
  color: #FFF;
  font-size: 1.5vw;
  text-transform: uppercase;
  width: 47vw !important;
  font-weight: 600;
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.block-parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.block-parallax .content-parallax {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 0;
  font-size: 20px;
}
.block-parallax .content-parallax p {
  font-size: 19px;
}
.block-parallax .content-parallax h2 {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
}
.block-parallax .content-parallax h3 {
  text-transform: uppercase;
}
.block-parallax .content-parallax .description-parallax {
  padding: 50px 15%;
}
.block-parallax .content-parallax .description-parallax .content-description .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 36px;
}
.block-parallax .content-parallax .description-parallax .content-description .s-title {
  text-transform: uppercase;
}
.block-parallax .content-parallax .description-parallax .content-description .block-prodcust {
  float: left;
  width: 33%;
  height: 205px;
}
.block-parallax .img-parallax {
  width: 100vmax;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
  transition: all 0.5s ease-out;
}
@media only screen and (min-width: 1023px) {
  .block-productcustom .db-product-slider2 .slick-track {
    position: initial;
  }
  .block-productcustom .product-item-info {
    border-left: 1px solid #ccc;
  }
  .block-productcustom .product-item-info.border-rightcustom {
    border-right: 1px solid #ccc;
  }
  .block-productcustom .both-productcustom {
    clear: both;
  }
  .block-productcustom .slick-dots {
    display: none !important;
  }
  .block-productcustom .slick-list {
    margin: 0 10% !important;
  }
  .block-productcustom .slick-list .startprice {
    position: relative;
    padding-left: 0;
    text-align: right;
    width: 50%;
    float: left;
    padding-top: 1px;
  }
  .block-productcustom .slick-list .price-final_price {
    text-align: left !important;
    color: #000;
    width: 25%;
    position: relative;
    float: left;
    padding-left: 5px;
  }
  .block-productcustom .slick-slide:hover {
    background: url("../images/cms_pages/pg-img.jpg") no-repeat;
    background-position-y: -42px;
    background-position-x: 91%;
    background-size: 87%;
    transition: all 0.5s ease-out;
  }
}
@media only screen and (max-width: 1024px) {
  .bluefoot-entity.cover-center-h2 {
    position: absolute;
    top: 152vw;
    left: 26%;
    color: white;
    text-shadow: 0 0 2px #000, 0 0 10px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 15px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
    font-size: 5vw;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
  }
  .bluefoot-entity.cover-center-h3 {
    font-weight: 700;
    text-transform: uppercase;
  }
  .bluefoot-entity.content-table {
    top: 168vw !important;
  }
  .bluefoot-entity.content-table table {
    font-size: 2.8vw !important;
    font-weight: 600;
  }
  .block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2 .slick-dots .slick-active {
    color: #000;
    background-color: #000;
  }
  .block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2 .slick-dots li {
    background-color: #ccc;
  }
}
.block-productcustom .bluefoot-html .load {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  left: 49%;
  margin-top: 13%;
}
.block-productcustom .bluefoot-html .load div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 13px;
  background: orangered;
  animation: load 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.block-productcustom .bluefoot-html .load div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}
.block-productcustom .bluefoot-html .load div:nth-child(2) {
  left: 26px;
  animation-delay: -0.12s;
}
.block-productcustom .bluefoot-html .load div:nth-child(3) {
  left: 45px;
  animation-delay: 0;
}
@keyframes load {
  0% {
    top: 6px;
    height: 51px;
  }
  50%,
  100% {
    top: 19px;
    height: 26px;
  }
}
.block-productcustom .bluefoot-static-block .bluefoot-row .bluefoot-product-list .db-product-slider2.hidden {
  visibility: hidden;
}
.venum-home .bluefoot-row.bluefoot-structural.whats-new .swatch-attribute-options {
  display: none;
}
.hidden#loading {
  background-color: #000;
  width: 100%;
  height: 100%;
  background: url(../images/db-laoder.gif);
  position: inherit;
  background-repeat: no-repeat;
  background-position: center top;
}
.hidden#loading .item.product {
  visibility: hidden !important;
}
.hidden#loading .slick-slide:hover {
  visibility: hidden !important;
}
.cms-venum-ufc .full-center-image .discipline-container.mobile-renderer {
  margin-bottom: 56%;
}
.cms-venum-ufc .full-center-image .discipline-container.mobile-renderer .hightlight-container {
  position: absolute;
  top: 58%;
  margin: 5%;
  background-color: #000;
  color: #fff !important;
  padding: 5%;
}
.cms-venum-ufc .full-center-image .discipline-container.mobile-renderer .hightlight-container .hightlight-title {
  color: #fff !important;
  font-size: 6.5vw !important;
}
.cms-venum-ufc .full-center-image .discipline-container.mobile-renderer .hightlight-container .hightlight-description {
  color: #fff !important;
}
.cms-venum-ufc .center-image .discipline-container.mobile-renderer .image-block,
.cms-venum-ufc .right-image .discipline-container.mobile-renderer .image-block {
  margin: 0 5% auto;
}
@media only screen and (min-width: 1024px) {
  .cms-venum-ufc.page-layout-cms-full-width .page-wrapper .page-main-full-width .bluefoot-row.full-left-image {
    margin-bottom: 3% !important;
  }
  .cms-venum-ufc .page-wrapper .page-main-full-width .ufc .discipline-container.desktop-renderer {
    height: 43vw !important;
  }
  .cms-venum-ufc .bluefoot-product-list .block-title {
    background: none !important;
    text-align: left !important;
  }
  .cms-venum-ufc .bluefoot-product-list .block-title h4 {
    font-size: 1vw !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: unset;
    text-transform: uppercase;
    padding: 0 0 0 10px !important;
    position: relative;
    margin-bottom: 1px;
  }
  .cms-venum-ufc .apparel_size {
    display: none;
  }
  .cms-venum-ufc .product-item-info {
    width: 100% !important;
  }
  .cms-venum-ufc .bluefoot-product-list .db-product-slider .product-item-info {
    max-width: 100% !important;
    font-family: 'Roboto Condensed' !important;
  }
  .cms-venum-ufc .bluefoot-product-list .slick-list {
    margin: 0 0 4% -0.1% !important;
  }
  .cms-venum-ufc .bluefoot-product-list .product-item-name a {
    color: #000 !important;
  }
  .cms-venum-ufc .bluefoot-product-list .price-final_price {
    position: relative !important;
    margin-top: -23px !important;
  }
  .cms-venum-ufc .bluefoot-product-list .price-final_price .price-container .price {
    color: #000 !important;
  }
  .cms-venum-ufc .bluefoot-full-width {
    width: 70% !important;
    height: 2.2vw !important;
  }
  .cms-venum-ufc .bluefoot-full-width .product.name.product-item-name {
    width: 100% !important;
    text-align: left !important;
  }
  .cms-venum-ufc .product-image-container {
    width: 560px !important;
  }
  .cms-venum-ufc .product-image-container .product-image-wrapper {
    padding-bottom: calc(120%) !important;
  }
  .cms-venum-ufc .product-image-container .product-image-wrapper img {
    width: 100% !important;
    max-width: 560px !important;
  }
  .cms-venum-ufc .slick-dots {
    margin-top: -3% !important;
    bottom: auto !important;
    width: 97% !important;
  }
  .cms-venum-ufc .slick-initialized .slick-slide {
    margin: 0 !important;
    padding: 0 0.23vw !important;
  }
  .cms-venum-ufc .push1-container {
    position: relative !important;
  }
  .cms-venum-ufc .text-left .driver-title {
    left: 10px !important;
  }
  .cms-venum-ufc .text-left .driver-title h3 {
    text-shadow: none !important;
    font-family: 'Roboto Condensed' !important;
  }
  .cms-venum-ufc .text-left .driver-title a {
    background: none !important;
    color: #fff;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: none !important;
  }
  .cms-venum-ufc .text-left .driver-title a span {
    font-family: 'Roboto Condensed' !important;
  }
  .cms-venum-ufc .text-left .driver-title a:hover {
    background: none !important;
  }
  .cms-venum-ufc .text-left {
    background: #FFF !important;
    display: inline-block !important;
  }
  .cms-venum-ufc .text-left img {
    -moz-transition: opacity 0.9s !important;
    -webkit-transition: opacity 0.9s !important;
    -o-transition: opacity 0.9s !important;
    transition: opacity 0.9s !important;
    vertical-align: top !important;
  }
  .cms-venum-ufc .text-left img:hover {
    opacity: 0.7 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-venum-ufc .full-center-image-mobile .discipline-container.mobile-renderer {
    margin-bottom: 5% !important;
  }
  .cms-venum-ufc .page-wrapper .page-main-full-width .bluefoot-row.full-center-image {
    margin: 5% 0 15% !important;
  }
  .cms-venum-ufc [data-content-type='row'][data-appearance='full-bleed'] {
    padding: 0px !important;
  }
  .cms-venum-ufc .push-mobile {
    margin: 0 !important;
  }
  .cms-venum-ufc .discipline-container.mobile-renderer.carousel-item .image-block {
    margin-bottom: -6%;
  }
  .cms-venum-ufc .product-item-details .bluefoot-full-width {
    text-align: left;
    width: 77%;
    height: 80px;
  }
  .cms-venum-ufc .product-item-name a {
    color: #000 !important;
  }
  .cms-venum-ufc .price-final_price {
    position: relative !important;
    margin-top: -41px !important;
  }
  .cms-venum-ufc .price-final_price .price-container .price {
    color: #000 !important;
  }
  .cms-venum-ufc .text-left {
    background: #FFF !important;
    display: inline-block !important;
  }
  .cms-venum-ufc .text-left img {
    -moz-transition: opacity 0.9s !important;
    -webkit-transition: opacity 0.9s !important;
    -o-transition: opacity 0.9s !important;
    transition: opacity 0.9s !important;
    vertical-align: top !important;
  }
  .cms-venum-ufc .text-left img:hover {
    opacity: 0.7 !important;
  }
  .cms-venum-ufc .bluefoot-product-list .block-title {
    background: none !important;
    text-align: left !important;
  }
  .cms-venum-ufc .bluefoot-product-list .block-title h4 {
    font-size: 4vw !important;
    font-family: 'Roboto Condensed' !important;
    font-weight: unset;
    text-transform: uppercase;
    padding: 0 0 0 10px !important;
    position: relative;
    margin-bottom: 1px;
  }
  .cms-venum-ufc .push1-container {
    margin-bottom: -53px !important;
  }
  .cms-venum-ufc .apparel_size {
    display: none;
  }
  .cms-venum-ufc .driver-title {
    position: relative;
    color: #FFF !important;
    top: -23% !important;
    width: 90% !important;
    padding-left: 20px !important;
    left: initial !important;
  }
  .cms-venum-ufc .driver-title .button {
    font-size: 20px !important;
    font-weight: 300 !important;
    width: 100% !important;
    height: 5px !important;
  }
  .cms-venum-ufc .driver-title h3 {
    text-align: left;
    text-shadow: none !important;
    margin-left: 0 !important;
    color: #FFF !important;
    font-family: 'Roboto Condensed' !important;
  }
  .cms-venum-ufc .driver-title a {
    background: none !important;
    color: #fff;
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: none !important;
    border: 0 !important;
  }
  .cms-venum-ufc .driver-title a span {
    font-family: 'Roboto Condensed' !important;
  }
  .cms-venum-ufc .driver-title a:hover {
    background: none !important;
  }
  .cms-venum-ufc .slick-dots {
    position: relative !important;
    bottom: 11px !important;
  }
  .cms-venum-ufc .bluefoot-product-list .db-product-slider .product-item-info {
    width: 230px !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 380px) {
  .cms-venum-ufc .bluefoot-product-list .db-product-slider .product-item-info {
    width: 97% !important;
  }
}
.cms-venum-ufc .product-image-wrapper {
  padding-bottom: calc(120%) !important;
}
.cms-venum-ufc .driver-title .button {
  font-size: 20px !important;
  font-weight: 300 !important;
  width: 100% !important;
}
.cms-venum-ufc a.link-text {
  color: #fff !important;
}
.db-font {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.active-border {
  border-color: #ff0000;
  border-style: solid;
  border-width: 0 0 0 5px;
  color: #ff0000;
}
.home-slider p {
  text-align: center;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.button.colissimo-next,
button.colissimo-next:hover,
button.colissimo-next:active,
button.colissimo-next:visited,
.quote-details-items .actions-toolbar > .action.colissimo-next:hover,
.quote-details-items .actions-toolbar > .action.colissimo-next:active,
.quote-details-items .actions-toolbar > .action.colissimo-next:visited,
.cart.table-wrapper .actions-toolbar > .action.colissimo-next:hover,
.cart.table-wrapper .actions-toolbar > .action.colissimo-next:active,
.cart.table-wrapper .actions-toolbar > .action.colissimo-next:visited,
.action-gift.colissimo-next:hover,
.action-gift.colissimo-next:active,
.action-gift.colissimo-next:visited {
  z-index: 900 !important;
}
.panel {
  background-color: #000000;
}
body {
  font-family: helveticaneue-light, helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
}
h1,
h2,
h3,
h4 {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.page-header,
.page-footer,
.toolbar-sorter.sorter.sort-by,
.toolbar.toolbar-products .field.limiter,
.sidebar.sidebar-main,
.block-title,
.opc-progress-bar-item > span,
.step-title,
.title {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.venum-fullwidth .page-wrapper .page-main {
  max-width: 100%;
}
.venum-fullwidth .page-wrapper .page-main .columns {
  margin-top: 0%;
}
.venum-fullwidth .page-wrapper .page-main .columns .column.main {
  width: 100%;
}
.amscroll-navbar {
  background: #000000 !important;
}
.rev_slider_wrapper {
  display: block;
  margin-bottom: 30px !important;
}
.customer-review-block {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  margin-left: auto;
}
.customer-review-block .block-title.title {
  color: #333333;
  margin: 40px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.customer-review-block .block-title.title strong {
  margin-top: 0;
  font-size: 22px;
  padding: 0 30px 20px;
  background: #fff;
  display: inline-block;
}
.message.global.cookie {
  width: 250px;
  border-radius: 5px;
  background: #f0f0f0 !important;
  z-index: 999999999 !important;
}
.crosssell .actions-primary,
.related .actions-primary {
  width: 100%;
}
.action.primary,
form .actions-toolbar .primary button,
form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
form .actions-toolbar .primary .action-gift {
  background: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0;
  font-weight: 400;
  border-color: #000000;
  font-family: Oswald, Arial, lucida grande, sans-serif;
  transition: all .3s ease 0s;
}
.action.primary:hover,
form .actions-toolbar .primary button:hover,
form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:hover,
form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
form .actions-toolbar .primary .action-gift:hover {
  transition: all .3s ease 0s;
  background: #ff0000 !important;
  border-color: #ff0000 !important;
}
.cart-container .form-cart .action.continue {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: none;
}
.field-tooltip .field-tooltip-content {
  border: 1px solid #000000;
  color: #000000;
}
button,
.quote-details-items .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  border-radius: 0;
  font-family: Oswald, Arial, lucida grande, sans-serif;
  transition: all .3s ease 0s;
}
button:hover,
.quote-details-items .actions-toolbar > .action:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover {
  transition: all .3s ease 0s;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="link"],
input[type="number"],
select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="link"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000000;
  font-weight: normal;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="link"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
select:-moz-placeholder {
  color: #000000;
  font-weight: normal;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="link"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
select::-moz-placeholder {
  color: #000000;
  font-weight: normal;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="link"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000000;
  font-weight: normal;
}
textarea {
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: url(../images/db-laoder.gif) no-repeat center 40%;
  display: none;
}
.column.main {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.column.main .block {
  margin-bottom: 0;
}
.column.main .products {
  margin: 0 0 30px;
}
.page-wrapper .breadcrumbs {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  border-bottom: 1px solid #666666;
  margin: 0;
  padding: 0 10px;
  max-width: 100%;
}
.page-wrapper .breadcrumbs .items {
  margin: 0 auto;
}
.page-wrapper .breadcrumbs .items .item {
  color: #333333;
}
.page-wrapper .breadcrumbs .items .item a {
  color: #333333;
}
.page-wrapper .breadcrumbs .items .item strong {
  color: #ff0000;
}
.page-wrapper .breadcrumbs .items .item a,
.page-wrapper .breadcrumbs .items .item strong {
  font-size: 10px;
}
.page-wrapper .breadcrumbs .items .item:first-child:after,
.page-wrapper .breadcrumbs .items .item:not(:last-child):after {
  font-size: 18px;
  line-height: 21px;
  content: '/';
}
.page-wrapper .nav-sections .navigation .parent .level-top .level0.has-active.ui-menu-item > .level-top:not(.ui-state-active),
.page-wrapper .nav-sections .navigation .level0.active.ui-menu-item > .level-top:not(.ui-state-active) {
  border-color: #ff0000;
  border-style: solid;
  border-width: 0 0 0 5px;
  color: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .has-active > .level-top {
  color: #ff0000;
  border: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top {
  color: #000000;
  border-color: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top span {
  font-size: 17px;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:hover,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:active,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:focus {
  color: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:hover:after,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:active:after,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:focus:after {
  color: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item > .level-top:after {
  top: -12px;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a {
  font-size: 17px;
  font-weight: 400;
  color: #b5b5b5;
  text-transform: uppercase;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a span {
  font-size: 17px;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a:hover,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a:active,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu li a:focus {
  color: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu .level1.submenu li.active > a,
.page-wrapper .nav-sections .navigation .level0.ui-menu-item .level0.submenu.ui-menu .level1.active > a {
  border-color: #ff0000;
  border-style: solid;
  border-width: 0 0 0 5px;
  color: #ff0000;
}
.page-wrapper .nav-sections .navigation .level0.ui-menu-item.active .level0.submenu.ui-menu .all-category .ui-state-focus {
  border-color: #ff0000;
  border-style: solid;
  border-width: 0 0 0 5px;
  color: #ff0000;
}
.page-wrapper .page.messages .message,
.page-wrapper .message.info,
.page-wrapper .message.alert {
  color: #000000;
  font-size: 15px;
}
.logo {
  display: block;
  margin: 0 0 0 60px;
}
.logo img {
  width: 155px;
  display: block;
}
.nav-toggle {
  left: 0;
}
.header.content {
  border: none;
  position: relative;
  background: #ffffff;
  z-index: 12;
  justify-content: space-between;
  padding: 0;
}
.header.content li {
  list-style: none;
  margin-top: 5px;
  text-align: center;
}
.nav-toggle {
  top: 0;
}
.nav-toggle:before,
.nav-toggle:hover:before {
  font-size: 32px;
  color: #fff;
  padding: 0px 7px;
}
.button-area {
  float: right;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.button-area .my-account-label {
  height: 15px;
}
.button-area .switcher .options ul.dropdown {
  border: 1px solid black;
}
.button-area .switcher .options ul.dropdown li {
  border-bottom: 1px solid #000000;
}
.button-area .switcher .options ul.dropdown li a {
  min-width: 100px;
  display: block;
  padding: 3px 20px!important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
}
.button-area .switcher .options ul.dropdown:before,
.button-area .switcher .options ul.dropdown:after {
  left: 34px;
}
.button-area .switcher .options:hover ul.dropdown {
  display: block;
}
.button-area .switcher:not(.venum-countries) .options ul.dropdown li a {
  text-transform: uppercase;
}
.modals-wrapper .modal-popup.modal-slide {
  left: 10px;
}
.modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
  margin: 100px auto;
  height: auto;
  min-height: auto;
}
.modals-wrapper .modal-popup {
  pointer-events: auto !important;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-header {
  min-height: 50px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.2rem;
  padding-top: 2rem;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-title {
  border-bottom: none;
  display: block;
  text-transform: uppercase;
  text-align: left;
  font-size: 24px;
}
.page-products .column.main .page-title-wrapper {
  text-align: left;
  width: 60%;
}
.page-products .column.main .page-title-wrapper h1 {
  color: #222;
  text-transform: uppercase;
  padding: 20px 20px 0 0;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 0;
}
.page-products .column.main .page-title-wrapper h2 {
  color: #222;
  text-transform: uppercase;
  padding: 0 20px 0;
  font-size: 30px;
  font-weight: 400;
  text-align: left;
}
.modal-popup.modal-slide .modal-inner-wrap form label.label,
.modal-popup.modal-slide .modal-inner-wrap form legend.label {
  width: 100%;
  text-align: left;
}
.field-tooltip .field-tooltip-action {
  margin-top: 30px;
}
.onestepcheckout-index-index .checkout-shipping-address .amazon-button-container {
  display: none;
}
@media (min-width: 480px) {
  .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 428px;
  }
}
@media (max-width: 367px) {
  .page-wrapper .header.content .logo {
    margin: 10px auto!important;
  }
}
@media (max-width: 420px) {
  .modals-wrapper .modal-popup .modal-inner-wrap .ui-dialog-content:before {
    background-color: #fff;
  }
  .modals-wrapper .modal-popup .modal-inner-wrap .ui-dialog-content .flag.first:before {
    width: 110px;
    height: 55px;
  }
  .modals-wrapper .modal-popup .modal-inner-wrap .ui-dialog-content .flag.seconde:before {
    width: 110px;
    height: 55px;
  }
  .modals-wrapper .modal-popup.modal-slide .modal-inner-wrap {
    margin-right: 10px;
  }
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.venum-member-txt {
  white-space: nowrap;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
}
@media only screen and (min-width: 767px) {
  body .page-wrapper .header.content .my-link-account.sign-in {
    margin-top: unset;
    margin-right: 38px;
  }
  body .page-wrapper .venum-member-txt.txt {
    display: inline;
  }
  body .page-wrapper .fa-user:before {
    content: none;
  }
  body .page-wrapper .logo img {
    height: auto;
  }
}
@media only screen and (max-width: 1025px) {
  body .page-wrapper .fa-user:before {
    content: "\f007";
  }
  body .page-wrapper .venum-member-txt {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .page-wrapper .page-header .my-link-account .my-account .venum-member-txt {
    display: none;
  }
}
.product-info-main.active-size-guide .size-guide-heading .icon-close {
  right: 19px;
  top: 12px;
}
.product-info-main.active-size-guide .size-guide-heading .icon-close:after {
  color: #000000;
  content: "\ea0f";
  font-family: 'dragonbleu';
  font-size: 18px;
}
.toolbar.toolbar-products {
  padding: 0;
  margin-bottom: 0;
}
.toolbar.toolbar-products .field.limiter {
  display: block;
  clear: both;
  float: right;
  padding: 10px 2px 0 0;
  margin-bottom: 10px;
}
.toolbar.toolbar-products .field.limiter .label {
  text-transform: uppercase;
  color: #000000;
  font-size: 16px;
}
.toolbar.toolbar-products .pages {
  display: none;
  float: right;
  clear: both;
  margin: 5px 3px;
}
.toolbar.toolbar-products .pages .item {
  font-size: 14px;
  line-height: 28px;
}
.toolbar.toolbar-products .pages li.current {
  border-color: #ff0000;
}
.toolbar.toolbar-products .pages li.current strong.page {
  color: #ff0000;
  font-size: 14px;
  line-height: 26px;
}
.toolbar.toolbar-products .pages ul li {
  display: inline;
  float: left;
  width: 25px;
  height: 25px;
  border: 1px solid #f3f4f6;
  margin: 0px 1px;
  padding: 2px 1px;
  font-weight: normal;
}
.toolbar.toolbar-products .pages a.page {
  border-color: #ff0000;
  color: #000000;
}
.toolbar.toolbar-products .pages .action {
  border: none;
}
.toolbar.toolbar-products .pages .action.next:before {
  font-size: 20px;
  content: url(../images/arrow_right.jpg);
  margin: -6px 0 0 -33px;
}
.toolbar.toolbar-products .pages .action.previous:before {
  font-size: 20px;
  content: url(../images/arrow_left.jpg);
  margin: -5px 0 0 -10px;
}
.products.wrapper ~ .toolbar.toolbar-products .pages {
  float: right;
}
.toolbar-sorter.sorter.sort-by {
  width: 100%;
  float: left;
  text-align: left;
}
.toolbar-sorter.sorter.sort-by .sort-label {
  display: none;
}
.toolbar-sorter.sorter.sort-by ul {
  float: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.toolbar-sorter.sorter.sort-by ul li {
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin-right: 0;
  margin-bottom: 4px;
  list-style: none;
}
.toolbar-sorter.sorter.sort-by ul li:nth-child(odd) {
  padding-right: 2px;
}
.toolbar-sorter.sorter.sort-by ul li:nth-child(even) {
  padding-left: 2px;
}
.toolbar-sorter.sorter.sort-by ul li a.selected {
  background-color: #000000;
  color: #ffffff;
}
.toolbar-sorter.sorter.sort-by ul li a.selected:after {
  content: 'x';
  margin-left: 4px;
  float: right;
}
.toolbar-sorter.sorter.sort-by ul li a {
  box-sizing: border-box;
  display: block;
  float: left;
  text-decoration: none;
  width: 100%;
  background-color: #e8e9ec;
  color: #000000;
  text-align: center;
  line-height: initial;
  font-size: 15px;
  text-transform: uppercase;
  padding: 4px 10px 3px 10px;
}
.products.wrapper.grid.products-grid li.item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
  text-align: center;
  min-height: 41px;
}
.products.wrapper.grid.products-grid li.item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name a.product-item-link {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  padding: 5px 0 0;
  margin: 0px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.products.wrapper.grid.products-grid li.item.product.product-item .product-item-info .product.details.product-item-details .product-item .price-box .price {
  color: #000000;
}
.column.main .products {
  display: contents;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li .amxnotif-block {
  margin-top: 10px;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li .amxnotif-block .notification-container {
  width: 100%;
  display: block;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li .amxnotif-block .notification-container .input-fields.fieldset {
  width: 100%;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li .amxnotif-block .notification-container .actions-toolbar.amxnotif_guest_action {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.page-wrapper .breadcrumbs {
  border: 0;
}
.flag,
.product-availability-out-of-stock {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  display: inline-block;
  float: none;
  clear: none;
  width: auto;
  height: auto;
  margin: 0 0 3px;
  padding: 5px 10px;
  white-space: nowrap;
  color: #fff;
  margin: 2% 3px 3px -4px;
}
.price-box .price {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #000;
}
.product-availability-in-stock {
  display: none;
}
.delivery-date {
  text-align: right;
  padding: 0 2%;
}
.delivery-heading-custom {
  visibility: hidden;
}
.swatch-attribute-selected-option {
  display: none;
}
.fotorama__stage,
.fotorama__nav {
  padding: 20px 0;
}
.swatch-attribute .swatch-attribute-label {
  display: none;
}
.slick-dots li button:before,
.slick-dots li .quote-details-items .actions-toolbar > .action:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before,
.slick-dots li .quote-details-items .actions-toolbar > .action:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before,
.slick-dots li .action-gift:before {
  top: -7px !important;
  font-size: 42px !important;
  content: '_' !important;
  line-height: 0px !important;
}
.product-reviews-summary {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  margin: 0 auto;
  float: right;
  padding: 0;
  width: 70%;
  margin-top: -5px;
  text-align: right;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 1.6rem;
}
.product-reviews-summary .reviews-actions a {
  color: #000;
}
.product-reviews-summary .reviews-actions .link_review {
  text-decoration: underline;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  left: 0;
  margin: 0 !important;
}
.product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000;
}
.product-reviews-summary .rating-summary .count-review {
  display: inline-block;
  margin-right: 0;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}
.gallery-placeholder-desktop {
  display: none;
}
.gallery-placeholder-mobile {
  display: block;
}
.fotorama__arr {
  display: block !important;
}
.fotorama__arr .fotorama__arr__arr {
  display: block !important;
}
.fotorama-item .fotorama__caption {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
.fotorama__thumb-border {
  border: 1px solid #000000!important;
}
.fotorama__nav-wrap .fotorama__active .fotorama__dot {
  background-color: #000000;
  border-color: #000000;
}
.fotorama__nav.fotorama__nav--thumbs {
  text-align: center;
}
.messages.success-add-product {
  position: fixed;
  z-index: 99;
  right: 0;
  width: 100%;
  text-align: center;
  top: 0;
}
.messages.success-add-product .message.success > *:first-child:before,
.messages.success-add-product .message.notice > *:first-child:before {
  position: relative;
  top: 5px;
}
.customer-review-block .block-title.title {
  margin: 49px 17px 0 !important;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  font-size: 1vw;
}
.customer-review-block .block-title.title strong {
  position: relative;
  top: -19px;
}
.fieldset .review-legend.legend {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
  font-size: 16px;
}
.column.main .block.upsell .block-title.title,
.column.main .block.related .block-title.title {
  margin: 5px 17px 0 !important;
  font-size: 22px !important;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
.column.main {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
}
.column.main .block.upsell,
.column.main .block-title.title,
.column.main .block.related {
  padding-top: 3px !important;
  top: -26px;
  background: 0 !important;
  position: relative;
  border-top: 1px solid #000;
}
.column.main .item.product.product-item.push-product-1 .product.details.product-item-details.push {
  margin: 0 23px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .item.product.product-item.push-product-2 .product-item-info .product-top-info,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .item.product.product-item.push-product-1 .product-item-info .product-top-info {
  margin: 0 4px !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .item.product.product-item.push-product-3.image .product-item-info .product-top-info {
  margin: 0 4px !important;
}
.column.main .products.wrapper.grid.products-grid .product-item {
  height: auto;
}
.column.main .products.wrapper.grid.products-grid .product-item.push-product-3 {
  width: 100%;
}
.column.main .products.wrapper.grid.products-grid .product-item.push-product-3 .product-item-info.is-available.push-product {
  height: 40vw;
}
.column.main .products.wrapper.grid.products-grid .product-item.push-product-2 .product-item-info.is-available.push-product {
  height: 40vw;
}
.column.main .products.wrapper.grid.products-grid .product.details.product-item-details.push {
  z-index: 999;
  position: absolute;
  left: 0px;
  margin: 0 35px;
  text-align: left;
  bottom: 0;
  display: list-item;
  cursor: pointer;
}
.column.main .products.wrapper.grid.products-grid .product.details.product-item-details.push.without-button {
  bottom: 11% !important;
}
.column.main .products.wrapper.grid.products-grid .product.details.product-item-details .product-push.name {
  font-size: 17px;
  line-height: 24px;
  font-weight: 600;
  color: #002653;
  cursor: pointer;
}
.column.main .products.wrapper.grid.products-grid .product.details.product-item-details .product-push.description {
  font-size: 14px;
  line-height: 15px;
  font-family: auto;
  font-weight: 600;
  color: #002653;
  cursor: pointer;
}
.column.main .products.wrapper.grid.products-grid .product.details.product-item-details .product-push.link {
  font-size: 11.5px;
  color: #fff;
  background: #4396c8;
  border-radius: 20px;
  padding: 8px 24px;
  line-height: 84px;
  font-weight: 600;
}
.column.main .products.wrapper.grid.products-grid .product.details.product-item-details .product.name.product-item-name {
  text-align: left;
  height: 36px;
  overflow: hidden;
  min-height: 45px;
}
.column.main .products.wrapper.grid.products-grid .product-item {
  margin-bottom: 15px;
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-1 .product-image-wrapper.video-push-product-1,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-2 .product-image-wrapper.video-push-product-1,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-wrapper.video-push-product-1 {
  padding-bottom: calc(120% - -20px) !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-1 .product-image-wrapper.video-push-product-2,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-2 .product-image-wrapper.video-push-product-2,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-wrapper.video-push-product-2 {
  padding-bottom: calc(57% - -51px) !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-1 .product-image-wrapper.video-push-product-3,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-2 .product-image-wrapper.video-push-product-3,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-wrapper.video-push-product-3 {
  padding-bottom: calc(38% - -25px) !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-1 .product-image-wrapper.video-push-product-3 .product-image-photo.push-video,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-2 .product-image-wrapper.video-push-product-3 .product-image-photo.push-video,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-wrapper.video-push-product-3 .product-image-photo.push-video {
  width: 100% !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-1 .product-image-wrapper {
  padding-bottom: calc(120% - -27px) !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-2 .product-image-container {
  width: 100% !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-2 .product-image-wrapper {
  padding-bottom: calc(57% - -52px) !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-container {
  width: 100% !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-wrapper {
  padding-bottom: calc(38% - -30px) !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info {
  position: relative;
  text-align: center;
  width: 100%;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .push-video {
  height: 100%;
  object-fit: initial;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-image-container.video-push-product-1,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-image-container.video-push-product-2,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-image-container.video-push-product-3 {
  width: 100% !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-image-photo {
  bottom: auto;
  height: 100%;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info.is-available.push-product {
  position: relative;
  height: auto;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info.push-product .product-top-info .flag {
  display: none !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-top-info {
  height: 25px;
  margin: 0 25px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-top-info .flag {
  height: 18px;
  padding: 2px 6px 0 6px;
  text-align: center;
  display: block;
  float: left;
  margin-right: 2px;
  margin-top: 2px;
  z-index: 10;
  position: relative;
  text-transform: uppercase;
  font-size: 9pt;
  padding-top: 2px;
  color: #fff;
  margin-right: 5px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-top-info .product-image-photo {
  bottom: 78px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-top-info .product-reviews-summary.short {
  margin: 0;
  z-index: 100;
  float: right;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-top-info .product-reviews-summary.short .rating-summary {
  margin: 0;
  width: 91px;
  height: 22px;
  font-size: 0;
  left: 0;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  float: right;
  margin-right: 5px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-color-number {
  text-align: left;
  color: #666666;
  font-weight: 400;
  font-size: 13px;
  height: 0px;
  float: right;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-color-number.is-review {
  width: 65%;
  margin-bottom: 0px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-color-number .color-border.border {
  border-bottom: 1px solid #cccccc;
  float: right;
  margin-bottom: 5px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-item-photo.unavailable-stock {
  position: relative;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .product-item-photo.unavailable-stock img {
  opacity: 0.4;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group {
  overflow: hidden;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color {
  display: none;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next {
  top: 40%;
  height: 15px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev.slick-disabled,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next.slick-disabled {
  display: none !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev:before,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next:before,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev:after,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #000;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev:hover,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next:hover {
  border: none;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-track {
  margin: 0 5px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev {
  left: -20px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-prev:before {
  content: '\f053';
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next {
  right: -20px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .slick-next:before {
  content: '\f054';
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options.slick-slider {
  margin: -17px auto;
  width: 51.3%;
  padding-left: 0px;
  right: 12px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option {
  margin: 5px 10px 5px 2px;
  width: 50px !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option.image {
  background-size: contain !important;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .product-item-actions {
  display: block;
  margin: 0 22px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute:not(.color),
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .product-item-actions .tocart {
  display: none;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute:not(.color).color,
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .product-item-actions .tocart.color {
  display: block;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .stock.unavailable {
  color: #fff;
  height: 18px;
  background-color: #9E9E9E;
  padding: 2px 6px 0;
  text-align: center;
  display: block;
  float: left;
  font-size: 9pt;
  z-index: 10;
  text-transform: uppercase;
  margin: 0 3px;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .actions-primary {
  width: 100%;
  display: block;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .actions-primary:hover {
  color: #000000;
}
.column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group.hide-color .swatch-attribute {
  display: none;
}
.column.main .page-layout-1column .product.media {
  width: 100%;
}
.column.main .product-info-all {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column.main .product-info-all .product-info-main {
  margin: 5% auto;
  width: 90%;
  padding: 0 20px;
}
.column.main .product-info-all .product-info-main .action.primary.customize {
  width: 100%;
  margin-top: 10px;
}
.column.main .product-info-all .product-info-main #availability-configurable {
  display: inline-block;
}
.column.main .product-info-all .product-info-main #availability-configurable .product-availability-out-of-stock {
  background: #b5b5b5;
  color: #fff;
}
.column.main .product-info-all .product-info-main .product-brand {
  color: #000000;
  text-transform: uppercase;
  float: left;
}
.column.main .product-info-all .product-info-main .product-brand .brand-heading {
  padding-top: 10px;
  font-weight: 400;
}
.column.main .product-info-all .product-info-main .product-reviews-summary {
  width: 51%;
  text-align: right;
  margin: 0;
  float: right;
}
.column.main .product-info-all .product-info-main .delivery-heading {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
}
.column.main .product-info-all .product-info-main .delivery-heading-custom {
  visibility: hidden;
}
.column.main .product-info-all .product-info-main .delivery-date,
.column.main .product-info-all .product-info-main .reward-points {
  color: #333333;
  text-transform: initial;
  margin-top: 5px;
  text-align: right;
}
.column.main .product-info-all .product-info-main .delivery-date .delivry-heading,
.column.main .product-info-all .product-info-main .reward-points .delivry-heading,
.column.main .product-info-all .product-info-main .delivery-date .reward-points-heading,
.column.main .product-info-all .product-info-main .reward-points .reward-points-heading {
  font-size: 14px;
}
.column.main .product-info-all .product-info-main .delivery-date .delivry-heading p,
.column.main .product-info-all .product-info-main .reward-points .delivry-heading p,
.column.main .product-info-all .product-info-main .delivery-date .reward-points-heading p,
.column.main .product-info-all .product-info-main .reward-points .reward-points-heading p {
  line-height: 20px;
}
.column.main .product-info-all .product-info-main .amxnotif-block label {
  color: #000000;
}
.column.main .product-info-all .product-info-main .actions-toolbar.amxnotif_guest_action {
  margin-left: 0;
  display: block;
  max-width: 66%;
}
.column.main .product-info-all .product-info-main .actions-toolbar.amxnotif_guest_action .primary {
  width: 100%;
}
.column.main .product-info-all .product-info-main .actions-toolbar.amxnotif_guest_action .primary .action {
  width: 100%;
}
.column.main .product-info-all .product-info-main .article_type {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
  font-size: 1vw;
}
.column.main .product-info-all .product-info-main .price-box {
  margin-top: 0;
}
.column.main .product-info-all .product.media .fotorama__thumb-border {
  border: 1px solid #000000;
}
.column.main .product-info-all .product.media .fotorama__caption__wrap {
  display: none;
  color: #002653;
  font-weight: 400;
  text-transform: uppercase;
}
.column.main .product-info-all .product-info-price .price-box {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
  line-height: 1.1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: absolute;
  float: right;
}
.column.main .product-info-all .product-info-price .price-box .special-price,
.column.main .product-info-all .product-info-price .price-box .old-price {
  margin: 0 5px 0 0;
}
.column.main .product-info-all .product-info-price .price-box .price {
  font-size: 1.3em;
  line-height: 1.6em;
  color: #000;
  font-weight: 700;
}
.column.main .product-info-all .product-info-price .price-box .old-price {
  color: #ff0000;
  order: 5;
}
.column.main .product-info-all .product-info-price .price-box .old-price .price {
  color: #ff0000 !important;
}
.column.main .product-info-all .product-info-price .price-box .availability-configurable-in-stock,
.column.main .product-info-all .product-info-price .price-box .product-availability-out-of-stock {
  font-size: 1.3em;
  text-transform: uppercase;
  padding: 7px 6px;
  order: 10;
}
.column.main .product-info-all .product-info-price .price-box .availability-configurable-in-stock .product-availability-out-of-stock,
.column.main .product-info-all .product-info-price .price-box .product-availability-out-of-stock .product-availability-out-of-stock {
  color: #000;
}
.column.main .product-info-all .product-info-price .price-box .availability-configurable-in-stock .product-availability-in-stock,
.column.main .product-info-all .product-info-price .price-box .product-availability-out-of-stock .product-availability-in-stock {
  display: none;
}
.column.main .product-info-all .product-options-wrapper {
  overflow: hidden;
  text-transform: uppercase;
}
.column.main .product-info-all .product-options-bottom,
.column.main .product-info-all .product-add-form {
  /*border-bottom: 1px solid #b3b3b3; */
  overflow: hidden;
}
.column.main .product-info-all .product-options-bottom .box-tocart,
.column.main .product-info-all .product-add-form .box-tocart {
  display: block;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty,
.column.main .product-info-all .product-add-form .box-tocart .field.qty {
  float: left;
  padding-right: 0;
  margin-top: -26px;
  width: 30%;
  box-sizing: border-box;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty label,
.column.main .product-info-all .product-add-form .box-tocart .field.qty label {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  visibility: hidden;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty .qty_area,
.column.main .product-info-all .product-add-form .box-tocart .field.qty .qty_area {
  position: relative;
  height: 30px;
  background: 0 0;
  border: 1px solid #000000;
  color: #000000;
  width: 85px;
  float: left;
  border-radius: 2px;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty .qty_area input,
.column.main .product-info-all .product-add-form .box-tocart .field.qty .qty_area input {
  border: medium none;
  display: block;
  float: left;
  height: 100%;
  margin: 0;
  text-align: center;
  width: 71%;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty .qty_area .arrow_action,
.column.main .product-info-all .product-add-form .box-tocart .field.qty .qty_area .arrow_action {
  background: none repeat scroll 0 0 transparent;
  float: right;
  height: 100%;
  width: 29%;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty .qty_area .arrow_action > div,
.column.main .product-info-all .product-add-form .box-tocart .field.qty .qty_area .arrow_action > div {
  background: #000000;
  height: 50%;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty .qty_area .arrow_action .cart_add_number,
.column.main .product-info-all .product-add-form .box-tocart .field.qty .qty_area .arrow_action .cart_add_number {
  display: block;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}
.column.main .product-info-all .product-options-bottom .box-tocart .field.qty .qty_area .arrow_action .cart_minus_number,
.column.main .product-info-all .product-add-form .box-tocart .field.qty .qty_area .arrow_action .cart_minus_number {
  text-transform: uppercase;
  width: 100%;
  float: left;
  cursor: pointer;
  color: #fff;
  display: block;
}
.column.main .product-info-all .product-options-bottom .box-tocart swatch-attribute-label .availability-configurable,
.column.main .product-info-all .product-add-form .box-tocart swatch-attribute-label .availability-configurable {
  float: left;
  color: #ff5501;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 22px 0 0 15px;
  width: calc(100% - 120px);
  box-sizing: border-box;
}
.column.main .product-info-all .product-options-bottom .box-tocart label.stock,
.column.main .product-info-all .product-add-form .box-tocart label.stock {
  margin-left: 12px;
}
.column.main .product-info-all .product-options-bottom .box-tocart .availability-configurable-in-stock,
.column.main .product-info-all .product-add-form .box-tocart .availability-configurable-in-stock {
  font-size: 14px;
  text-transform: initial;
  font-weight: 400;
  box-sizing: border-box;
}
.column.main .product-info-all .product-options-bottom .box-tocart .actions,
.column.main .product-info-all .product-add-form .box-tocart .actions {
  display: block;
  margin-top: -6px;
  float: right;
  width: 65%;
  box-sizing: border-box;
}
.column.main .product-info-all .product-options-bottom .box-tocart .actions .action.primary,
.column.main .product-info-all .product-add-form .box-tocart .actions .action.primary {
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  font-size: 1em;
  padding: 4px 0;
}
.column.main .product-info-all .bundle-options-container {
  overflow: hidden;
}
.column.main .product-info-all .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: 100%;
  padding: 10px 20px;
}
.column.main .product-info-all .bundle-options-container .bundle-options-wrapper .product-options-wrapper .legend.title {
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.column.main .product-info-all .bundle-options-container .bundle-options-wrapper .product-options-wrapper .action.back {
  background: #ff0000;
  text-transform: uppercase;
  border: 1px solid #ff0000;
  border-radius: 0;
  color: #fff;
}
.column.main .product-info-all .bundle-options-container .bundle-options-wrapper .product-options-wrapper .option .label {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  text-align: justify;
}
.column.main .product-info-all .bundle-options-container .bundle-options-wrapper .product-options-wrapper .option .options-list {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: justify;
}
.column.main .product-info-all .bundle-options-container .bundle-options-wrapper .product-options-wrapper .option .options-list .price-notice {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: justify;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary {
  width: 100%;
  background: none;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .title {
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin: 12px 0 20px 0;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .product-image-container,
.column.main .product-info-all .bundle-options-container .block-bundle-summary .available.stock,
.column.main .product-info-all .bundle-options-container .block-bundle-summary .product.name {
  display: none;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .price-container .price {
  font-size: 3.8rem;
  color: #002653;
  font-weight: 400;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 15px;
  border-bottom: 1px solid #000000;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li {
  margin-bottom: 20px;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li .label {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-align: justify;
}
.column.main .product-info-all .bundle-options-container .block-bundle-summary .bundle-summary .bundle.items li div {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  text-align: justify;
}
.column.main .product.info.detailed {
  overflow: hidden;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
  color: #000;
  margin-bottom: 0;
}
.column.main .product.info.detailed:last-of-type {
  margin-bottom: 10px;
  margin-top: -17px;
}
.column.main .product.info.detailed .product-details-container {
  max-width: 100%;
  margin: 0 auto;
}
.column.main .product.info.detailed .product-details-container .product__description {
  width: 100%;
  border-bottom: 1px solid #b3b3b3;
  overflow: hidden;
  padding: 20px 0 0 ;
}
.column.main .product.info.detailed .product__description {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 40px 0 0;
}
.column.main .product.info.detailed .product__description .description p {
  text-align: justify;
  margin: 0;
}
.column.main .product.info.detailed .product__description .description p:last-of-type {
  margin-bottom: 20px;
}
.column.main .product.info.detailed .product__description .block__title {
  text-transform: uppercase;
  color: #333333;
}
.column.main .product.info.detailed .product__description .block__title.description_title {
  font-size: 22px;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  cursor: pointer;
  margin-top: 0;
}
.column.main .product.info.detailed .product__description .block__title.description_title .fas {
  float: right;
  color: #000;
  font-size: 14px !important;
}
.column.main .product.info.detailed .product__description .apercu-block-product-description {
  padding-bottom: 20px;
  display: none;
}
.column.main .product.info.detailed .product__description ul {
  margin-bottom: 0;
  padding-left: 0;
}
.column.main .product.info.detailed .product__description ul li {
  list-style: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
  padding-right: 5%;
}
.column.main .product.info.detailed .product__description ul li:before {
  margin: 0 0.5em 0 -1em;
  font-family: 'Font Awesome 5 Free';
  color: #333333;
  content: "\f0da";
  font-weight: 700;
  margin-left: 0;
}
.column.main .product.info.detailed .product__description .product-values {
  display: block;
  padding-bottom: 20px;
}
.column.main .product.info.detailed .product__description .product.attribute {
  width: 100%;
  overflow: hidden;
}
.column.main .product.info.detailed .product__description .product.attribute .training-intensity {
  text-align: center;
  margin-bottom: 5%;
}
.column.main .product.info.detailed .product__description .product.attribute .training-intensity .label-container {
  float: left;
  box-sizing: border-box;
  width: 25%;
  font-size: 14px;
  padding: 2px;
  text-align: center;
}
.column.main .product.info.detailed .product__description .product.attribute .training-intensity .label-container .label {
  color: #000;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.column.main .product.info.detailed .product__description .product.attribute .training-intensity .label-container .label.selected {
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}
.column.main .product.info.detailed .product.data.items > .item.title > .switch {
  background: #fff;
  font-size: 17px;
  line-height: 50px;
  font-weight: 400;
  color: #000000;
  border-bottom: none;
  border-right: none;
  border-left: none;
  border-color: #000000;
  padding: 0px 20px 5px 20px;
  text-transform: uppercase;
}
.column.main .product.info.detailed .product.data.items > .item.title > .switch .counter:before {
  content: '(';
}
.column.main .product.info.detailed .product.data.items > .item.title > .switch .counter:after {
  content: ')';
}
.column.main .product.info.detailed .product.data.items > .item.title > .switch:after {
  content: '+';
  float: right;
}
.column.main .product.info.detailed .product.data.items > .item.title.active > .switch {
  color: #ff0000;
}
.column.main .product.info.detailed .product.data.items > .item.title.active > .switch:after {
  content: '-';
  float: right;
}
.column.main .product.info.detailed .product.data.items > .item.content {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  border: none;
}
.column.main .product.info.detailed .product.data.items > .item.content #Rating_rating_label {
  display: none;
}
.column.main .product.info.detailed .product.data.items > .item.content .review-field-ratings .label {
  width: 30%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 5px 0 20px;
  float: left;
}
.column.main .product.info.detailed .product.data.items > .item.content .review-field-ratings .control {
  width: 70%;
}
.column.main .product.info.detailed .product.data.items > .item.content .field:not(.review-field-ratings,.review-control-vote) label,
.column.main .product.info.detailed .product.data.items > .item.content .field:not(.review-field-ratings,.review-control-vote) .control {
  width: 100%;
}
.column.main .product.info.detailed .product.data.items .actions-toolbar {
  margin-left: 0;
}
.column.main .product.info.detailed .actions-toolbar {
  margin-left: 20%;
}
.column.main .product.info.detailed .primary.actions-primary {
  width: 100%;
}
.column.main .product.info.detailed .primary.actions-primary .action.submit.primary {
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  color: #ffffff;
}
.column.main .product.info.detailed .data.table.additional-attributes {
  width: 100%;
}
.column.main .product.info.detailed .data.table.additional-attributes tr .col.label,
.column.main .product.info.detailed .data.table.additional-attributes tr .col.data {
  padding: 10px 5px 5px 0;
}
.column.main .review-list {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
}
.column.main .review-list .block-content {
  padding-left: 15px;
  padding-right: 15px;
}
.column.main .review-list .review-details {
  font-size: 14px;
}
.column.main .review-list .review-details strong {
  font-weight: 700;
}
.column.main .review-list .rating-label {
  font-size: 15px;
  font-weight: 600;
}
.column.main .review-list .rating-summary .rating-result > span:before {
  color: #000;
}
.column.main .review-add {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 100%;
}
.column.main .review-add .review-form-actions .actions-primary {
  width: 100%;
}
.column.main .review-add .review-form-actions .actions-primary button.action.submit.primary,
.column.main .review-add .review-form-actions .actions-primary .quote-details-items .actions-toolbar > .action.action.submit.primary,
.column.main .review-add .review-form-actions .actions-primary .cart.table-wrapper .actions-toolbar > .action.action.submit.primary,
.column.main .review-add .review-form-actions .actions-primary .action-gift.action.submit.primary {
  width: 100%;
  color: #fff;
}
.column.main .review-add .message.info {
  background: none;
  padding-left: 0;
  text-align: center;
}
.column.main .review-add .message.info a {
  color: #000;
  text-decoration: underline;
}
.column.main .review-add .message.info > *:first-child:before {
  content: ' ';
}
.column.main .review-add .review-control-vote label:before {
  color: #000;
}
.column.main .block.related .block-title.title {
  color: #333333;
  margin: 40px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.column.main .block.related .block-title.title strong {
  margin-top: 0;
  font-size: 22px;
  padding: 0 30px 20px;
  background: #fff;
  display: inline-block;
}
.column.main .block.related .block-actions .action.select {
  background: #ff0000;
  text-transform: uppercase;
  border: 1px solid #ff0000;
  border-radius: 0;
  color: #ffffff;
}
.column.main .block.related .block-actions .action.select:hover {
  background: #000000;
  border-color: #000000;
}
.column.main .block.related .block-content.content .products-grid.products-related {
  text-align: center;
}
.column.main .block.related .block-content.content .products-grid.products-related .price-box.price-final_price {
  text-align: center;
}
.column.main .block.upsell .block-title.title {
  color: #333333;
  margin: 40px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.column.main .block.upsell .block-title.title strong {
  margin-top: 0;
  font-size: 22px;
  padding: 0 30px 20px;
  background: #fff;
  display: inline-block;
}
.column.main .block.upsell .block-content.content {
  text-align: center;
}
.column.main .block.upsell .block-content.content .products-grid.products-upsell .price-box.price-final_price {
  text-align: center;
  color: #000000;
}
.column.main .block.upsell .block-content.content .products-grid.products-upsell .price-box.price-final_price .product-item-info .price-box.price-final_price .special-price {
  display: inline;
  color: #000000;
}
.column.main .block.upsell .block-content.content .products-grid.products-upsell .price-box.price-final_price .product-item-info .price-box.price-final_price .old-price {
  color: #ff0000;
}
.column.main .bottom-product-info {
  display: block;
  overflow: hidden;
  z-index: 999;
}
.column.main .bottom-product-info .price-box.price-final_price {
  text-align: left !important;
  width: 5% !important;
  margin: 0 21px !important;
  float: left !important;
}
.column.main .bottom-product-info.price-width .price-box.price-final_price {
  width: 50% !important;
}
.column.main .product.details.product-item-details .fa-search {
  color: #666 !important;
  font-size: 14px !important;
  transform: rotate(90deg) !important;
  float: right;
  padding: 0 45px 0 0;
}
.column.main .product.details.product-item-details .price-box.price-final_price {
  text-align: right;
  color: #000000;
  margin: 0 10px;
}
.column.main .product.details.product-item-details .price-box.price-final_price .special-price {
  display: inline;
  color: #000000;
  margin-left: 0;
}
.column.main .product.details.product-item-details .price-box.price-final_price .old-price {
  color: #ff0000;
  text-decoration: none;
}
.column.main .product.details.product-item-details .price-box.price-final_price .old-price .price {
  text-decoration: line-through;
}
.column.main .block.upsell .block-content.content .products.list.items.product-items,
.column.main .block.related .block-content.content .products.list.items.product-items {
  margin-left: 0;
  margin-top: -51px;
}
.column.main .venum-lookbook.desktop_product_lookbook {
  display: none;
}
.column.main .venum-lookbook.mobile_product_lookbook {
  display: block;
  padding-top: 50px;
}
.column.main .venum-lookbook .lookbook-container {
  float: none;
}
.column.main .venum-lookbook .lookbook-container .block-title.title {
  color: #333333;
  margin: 40px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.column.main .venum-lookbook .lookbook-container .block-title.title strong {
  margin-top: 0;
  font-size: 22px;
  padding: 0 30px 20px;
  background: #fff;
  display: inline-block;
}
.column.main .venum-lookbook .lookbook-container .block-title.title {
  max-width: 1440px;
  margin: 40px auto 20px;
  margin-left: auto;
}
.column.main .venum-lookbook .lookbook-container .block-title.title strong {
  font-size: 26px;
}
.column.main .venum-lookbook .lookbook-container .mgs-lookbook-container {
  float: none;
}
.column.main .venum-lookbook .lookbook-container .mgs-lookbook-container .pin__image img {
  width: 100%;
}
.venum-review-container {
  color: #585858;
  padding-left: 25px;
  padding-right: 25px;
}
.venum-review-container .block-title.title {
  color: #333333;
  margin: 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 15px;
  font-weight: 400;
  text-align: center;
  border: 0;
  margin: 0 0 30px;
}
.venum-review-container .block-title.title strong {
  text-transform: uppercase;
  padding: 0 30px 12px;
  background: #fff;
  font-size: 26px;
  line-height: 1.1;
}
.venum-review-container .primary.actions-primary {
  width: 100%;
}
.venum-review-container .primary.actions-primary button,
.venum-review-container .primary.actions-primary .quote-details-items .actions-toolbar > .action,
.venum-review-container .primary.actions-primary .cart.table-wrapper .actions-toolbar > .action,
.venum-review-container .primary.actions-primary .action-gift {
  color: #fff;
  background-color: #721817 !important;
  border-color: #721817 !important;
  width: 100%;
}
.venum-review-container .primary.actions-primary button:hover,
.venum-review-container .primary.actions-primary .quote-details-items .actions-toolbar > .action:hover,
.venum-review-container .primary.actions-primary .cart.table-wrapper .actions-toolbar > .action:hover,
.venum-review-container .primary.actions-primary .action-gift:hover {
  border: none;
  background-color: #551211 !important;
  border-color: #551211 !important;
}
.venum-review-container .primary.actions-primary button span,
.venum-review-container .primary.actions-primary .quote-details-items .actions-toolbar > .action span,
.venum-review-container .primary.actions-primary .cart.table-wrapper .actions-toolbar > .action span,
.venum-review-container .primary.actions-primary .action-gift span {
  color: #fff;
  text-transform: uppercase;
}
.category-view {
  max-width: 1440px;
  margin: 0 auto;
  text-align: justify;
  color: gray;
  border-top: 1px gray solid;
  padding-top: 40px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
}
.sub-description-top {
  text-align: justify;
  margin: 15px 0;
}
.fotorama__caption .fotorama__caption__wrap {
  display: none;
}
.page-product-configurable .product-sizeguide {
  display: none;
}
a.fancybox_sizeguide {
  color: #000000;
  text-decoration: underline;
  font-size: 12px;
  font-family: Oswald, Arial, lucida grande, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.product-info-main h1,
.product-info-main h2,
.product-info-main h3,
.product-info-main h4 {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  color: #000;
}
.product-info-main .product-reviews-summary {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 5px;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: #000;
}
.product-info-main .product-reviews-summary .reviews-actions .link_review {
  text-decoration: underline;
}
.product-info-main .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 5px;
  margin: 0 -10px 0 0 !important;
}
.product-info-main .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000;
}
.product-info-main .alert.stock.link-stock-alert a {
  color: #000;
}
.product-info-main .swatch-attribute {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  overflow: hidden;
  float: left;
}
.product-info-main .swatch-attribute .swatch-attribute-options,
.product-info-main .swatch-attribute.size .swatch-attribute-options {
  margin: 15px 5px 5px;
}
.product-info-main .swatch-attribute .swatch-attribute-options .swatch-option,
.product-info-main .swatch-attribute.size .swatch-attribute-options .swatch-option {
  padding: 5px !important;
}
.product-info-main .swatch-attribute .swatch-attribute-options .swatch-option.selected:not(.disabled),
.product-info-main .swatch-attribute.size .swatch-attribute-options .swatch-option.selected:not(.disabled) {
  outline: 1px solid #000000;
  padding: 5px !important;
}
.product-info-main .swatch-attribute[class$="size"],
.product-info-main .swatch-attribute.apparel_size,
.product-info-main .swatch-attribute.size,
.product-info-main .swatch-attribute.accessories_size,
.product-info-main .swatch-attribute.bags_size,
.product-info-main .swatch-attribute.belts_size,
.product-info-main .swatch-attribute.gis_size,
.product-info-main .swatch-attribute.gloves_size,
.product-info-main .swatch-attribute.hats_size,
.product-info-main .swatch-attribute.masks_size,
.product-info-main .swatch-attribute.pads_size,
.product-info-main .swatch-attribute.protection_size,
.product-info-main .swatch-attribute.punching_bags_size,
.product-info-main .swatch-attribute.punching_size,
.product-info-main .swatch-attribute.ropes_size,
.product-info-main .swatch-attribute.shoes_size {
  width: 70%;
  float: left;
  margin-top: 9px;
}
.product-info-main .product_no_mobile_version {
  display: block;
  font-size: 14px;
  font-weight: 600;
  float: left;
  width: 30%;
  box-sizing: border-box;
  margin: 15px 0;
  text-align: right;
}
.product-info-main .amxnotif-block {
  margin: 20px 0;
}
.product-info-main .amxnotif-block .input-fields {
  width: 100%;
}
.product-info-main .amxnotif-block .actions-toolbar.amxnotif_guest_action {
  max-width: 100% !important;
}
.product-info-main .notification-container {
  width: 100%;
}
.product-info-main .notification-container .amxnotif_guest_action {
  width: 100%;
}
.product-info-main .notification-container .amxnotif_guest_action button.submit,
.product-info-main .notification-container .amxnotif_guest_action .quote-details-items .actions-toolbar > .action.submit,
.product-info-main .notification-container .amxnotif_guest_action .cart.table-wrapper .actions-toolbar > .action.submit,
.product-info-main .notification-container .amxnotif_guest_action .action-gift.submit {
  padding: 10px 17px;
}
.block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item,
.block.related .block-content.content .products.list.items.product-items li.item.product.product-item,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item {
  margin: 20px 0!important;
  padding-left: 0;
  max-width: 90% !important;
}
.block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info,
.block.related .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info {
  padding: 0 10px 15px;
  box-shadow: none;
  max-width: 100% !important;
}
.block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container,
.block.related .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container {
  width: 100% !important;
}
.block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper,
.block.related .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: 120% !important;
}
.block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-item-name,
.block.related .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-item-name,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-item-name,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-item-name {
  text-align: left !important;
  margin: 0;
  line-height: 14px !important;
  min-height: 45px;
}
.block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .price-box.price-final_price,
.block.related .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .price-box.price-final_price,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .price-box.price-final_price,
.block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .price-box.price-final_price {
  text-align: left;
}
.columns {
  margin-top: 1%;
}
.catalog-product-view .column.main .block.upsell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper,
.catalog-product-view .column.main .block.related .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper,
.catalog-product-view .column.main .block.crosssell .block-content.content .products.list.items.product-items li.item.product.product-item .product-item-info .product-image-container .product-image-wrapper {
  padding-bottom: calc(100% - 50px) !important;
}
.catalog-product-view .column.main .page-title-wrapper,
.page-products .column.main .page-title-wrapper {
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  text-align: left !important;
  padding: 10px 15px 0;
}
.catalog-product-view .column.main .page-title-wrapper .flag,
.page-products .column.main .page-title-wrapper .flag,
.catalog-product-view .column.main .page-title-wrapper .product-availability-out-of-stock,
.page-products .column.main .page-title-wrapper .product-availability-out-of-stock {
  display: inline-block;
  float: none;
  clear: none;
  width: auto;
  height: auto;
  margin: 0 0 3px;
  padding: 5px 10px;
  white-space: nowrap;
  color: #fff;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary,
.page-products .column.main .page-title-wrapper .product-reviews-summary {
  width: 100%;
  text-align: right;
  margin: 0;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary .reviews-actions,
.page-products .column.main .page-title-wrapper .product-reviews-summary .reviews-actions {
  display: inline-block;
  font-size: 1.6rem;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary .reviews-actions a,
.page-products .column.main .page-title-wrapper .product-reviews-summary .reviews-actions a {
  color: #000;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary .rating-summary,
.page-products .column.main .page-title-wrapper .product-reviews-summary .rating-summary {
  display: inline-block;
  left: 5px;
}
.catalog-product-view .column.main .page-title-wrapper .product-reviews-summary .rating-summary .rating-result > span:before,
.page-products .column.main .page-title-wrapper .product-reviews-summary .rating-summary .rating-result > span:before {
  color: #000;
}
.catalog-product-view .column.main .page-title-wrapper .article_type,
.page-products .column.main .page-title-wrapper .article_type {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif;
}
.catalog-product-view .column.main .page-title-wrapper .catalog-product-view .page-title,
.page-products .column.main .page-title-wrapper .catalog-product-view .page-title {
  font-family: Oswald Light, Arial, lucida grande, sans-serif !important;
  color: #000000;
  font-weight: 400;
  text-align: left;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  padding: 0 !important;
  line-height: 1;
}
.catalog-product-view .column.main .page-title-wrapper .catalog-product-view .page-title span,
.page-products .column.main .page-title-wrapper .catalog-product-view .page-title span {
  font-size: 5vw !important;
}
.catalog-product-view .column.main .page-title-wrapper .price-box,
.page-products .column.main .page-title-wrapper .price-box {
  font-family: Oswald ExtraLight, Arial, lucida grande, sans-serif !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 0;
}
.catalog-product-view .column.main .page-title-wrapper .price-box .price,
.page-products .column.main .page-title-wrapper .price-box .price {
  font-size: 24px;
  line-height: 4rem;
  color: #000;
  font-weight: 700;
}
.catalog-product-view .column.main .page-title-wrapper .price-box .old-price,
.page-products .column.main .page-title-wrapper .price-box .old-price {
  color: #ff0000;
  order: 5;
  margin: 0 5px 0 0;
}
.catalog-product-view .column.main .page-title-wrapper .price-box .old-price .price,
.page-products .column.main .page-title-wrapper .price-box .old-price .price {
  color: #ff0000;
}
.catalog-product-view .column.main .page-title-wrapper .price-box .special-price,
.page-products .column.main .page-title-wrapper .price-box .special-price {
  display: block;
  margin: 0 5px 0 0;
}
.catalog-product-view .column.main .page-title-wrapper .price-box .availability-configurable-in-stock,
.page-products .column.main .page-title-wrapper .price-box .availability-configurable-in-stock,
.catalog-product-view .column.main .page-title-wrapper .price-box .product-availability-out-of-stock,
.page-products .column.main .page-title-wrapper .price-box .product-availability-out-of-stock {
  font-size: 24px;
  text-transform: uppercase;
  padding: 4px 6px;
  order: 10;
}
.catalog-product-view .column.main .page-title-wrapper .price-box .availability-configurable-in-stock .product-availability-in-stock,
.page-products .column.main .page-title-wrapper .price-box .availability-configurable-in-stock .product-availability-in-stock,
.catalog-product-view .column.main .page-title-wrapper .price-box .product-availability-out-of-stock .product-availability-in-stock,
.page-products .column.main .page-title-wrapper .price-box .product-availability-out-of-stock .product-availability-in-stock,
.catalog-product-view .column.main .page-title-wrapper .price-box .availability-configurable-in-stock .product-availability-out-of-stock,
.page-products .column.main .page-title-wrapper .price-box .availability-configurable-in-stock .product-availability-out-of-stock,
.catalog-product-view .column.main .page-title-wrapper .price-box .product-availability-out-of-stock .product-availability-out-of-stock,
.page-products .column.main .page-title-wrapper .price-box .product-availability-out-of-stock .product-availability-out-of-stock {
  color: #000;
}
.page-product-bundle .product.info.detailed:last-of-type {
  margin-top: 0px !important;
}
.page-product-bundle .product-info-stock-sku {
  overflow: hidden;
}
.page-product-bundle .product-info-stock-sku .price-box .old-price .price {
  color: #ff0000 !important;
}
.page-product-bundle .bundle-options-container .bundle-options-wrapper .product-options-wrapper {
  width: auto !important;
}
.page-product-bundle .bundle-options-container .block-bundle-summary .price-container .price {
  width: 100%;
  float: left;
  min-height: 80px !important;
  font-size: 3.5rem !important;
  color: #000000 !important;
  font-weight: 700 !important;
}
.page-product-bundle .bundle-summary .subtitle {
  overflow: hidden;
}
.catalog-product-view .columns,
.page-products .columns {
  margin: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options.slick-slider {
    width: 56%;
  }
  .column.main .item.product.product-item.push-product-1 .product.details.product-item-details .push {
    margin: 0 29px !important;
  }
  .column.main .item.product.product-item.push-product-1 .product.details.product-item-details .product-push.product-push.link {
    padding: 8px 18px !important;
    line-height: 69px !important;
  }
}
@media only screen and (max-width: 640px) {
  .column.main .products.wrapper.grid.products-grid .product-item {
    height: auto;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-2 {
    width: 100% !important;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 640px) {
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-2 {
    width: 65.6666%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .column.main .products.wrapper.grid.products-grid .product-item {
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-2 {
    width: 50% !important;
    padding-right: 40px;
    padding-left: 36px;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 {
    width: 75% !important;
    padding-right: 36px;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3.image {
    padding-left: 36px;
  }
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .push-product-3 .product-image-wrapper.video-push-product-3 .product-image-photo.push-video {
    width: 100% !important;
    margin: 0 21px;
  }
  .item.product.product-item.push-product-3.video .product-item-info .product-top-info {
    margin: 0 25px !important;
  }
  .item.product.product-item.push-product-3.video .product.details.product-item-details.push {
    margin: 0 51px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 {
    width: 100% !important;
    padding-right: 23px;
    padding-left: 42px;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 .product-item-info .product-top-info {
    margin: 0 4px !important;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-2 {
    padding-right: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3,
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-2 {
    padding-left: 27px !important;
  }
}
@media only screen and (max-width: 767px) {
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 {
    padding-left: 34px;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-2 {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 367px) {
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-1 .product.details.product-item-details.push {
    margin: 0 31px;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-1 .product.details.product-item-details .product-push.description {
    font-weight: 400;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-1 .product.details.product-item-details .product-push.product-push.link {
    padding: 3px 10px;
    line-height: 69px;
    font-weight: 400;
  }
  .column.main .products.wrapper.grid.products-grid .product-item.push-product-3 .product.details.product-item-details .product-push.product-push.link {
    padding: 5px 12px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 1280px) {
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option {
    width: 40px !important;
  }
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute .swatch-attribute-options .swatch-option {
    height: 18px;
    min-width: 24px;
  }
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute .swatch-attribute-options .swatch-option.image {
    height: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-products .products-grid .product-item {
    margin: 0 0 15px 0px;
    padding: 0 15px;
    width: 25%;
    margin-left: 0 !important;
  }
  .column.main .products.wrapper.grid.products-grid .product-item {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 1440px) {
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option {
    width: 38px !important;
  }
  .column.main .products.wrapper.grid.products-grid .list.items.product-items .product-item-info .uncover-swatch-group .swatch-attribute.color .swatch-attribute-options .swatch-option.image {
    height: 38px !important;
  }
}
@media only screen and (max-width: 540px) {
  .fotorama__arr--prev .fotorama__arr__arr,
  .fotorama__arr--next .fotorama__arr__arr,
  .fotorama__arr {
    display: none !important;
  }
}
.my-cart {
  display: none;
  font-size: 0.85em;
  font-weight: 600;
}
.button-area .minicart-wrapper2 {
  position: relative;
  width: 40px;
  text-align: center;
  margin: 0 10px 0 0;
}
.button-area .minicart-wrapper2 a:hover {
  text-decoration: none;
}
.button-area .minicart-wrapper2 .action.show-my-cart {
  text-decoration: none;
  height: 100%;
  top: 0;
  padding-top: 0;
  box-sizing: border-box;
  color: #cccccc;
}
.button-area .minicart-wrapper2 .action.showcart.show-my-cart .counter.qty {
  background: none;
  line-height: 0;
  display: initial;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.button-area .minicart-wrapper2 .counter.qty:hover {
  background: #f3f4f6;
}
.button-area .minicart-wrapper2 .counter.qty .counter-number-no-mobile {
  display: none;
}
.button-area .minicart-wrapper2 .counter.qty .counter-number-mobile {
  display: inline-block;
}
.button-area .minicart-wrapper2 .counter.qty .counter-number.counter-number-mobile {
  color: #000000;
}
.button-area .minicart-wrapper2 .counter.qty .counter-number.counter-number-mobile.active {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 25px;
  bottom: 0;
  right: 0;
  background: #ff0000;
  height: 1px;
  width: 10px;
  padding: 7px 3px;
  font-size: 10px;
  border-radius: 10px;
  font-weight: 900;
}
.button-area .minicart-wrapper2 .action.showcart::before,
.button-area .minicart-wrapper2 .action.showcart.active::before,
.button-area .minicart-wrapper2 .action.showcart.active:hover::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '';
  font-size: 2.2em;
  color: #ff0000 !important;
}
.button-area .minicart-wrapper2 .icon {
  display: inline-block;
  width: 1.9em;
  height: 1.9em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.block-minicart {
  margin-bottom: 0;
}
.modals-wrapper .modal-popup .modal-inner-wrap {
  border: 1px solid #000000;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-header {
  background-color: #000000;
  color: #ffffff !important;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #ffffff !important;
}
.action-secondary.action-dismiss {
  background: #ff0000;
  color: #fff;
  border: 1px solid #ff0000;
}
.action-primary.action-accept {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
.minicart-wrapper.minicart-wrapper2 button,
.minicart-wrapper.minicart-wrapper2 .quote-details-items .actions-toolbar > .action,
.minicart-wrapper.minicart-wrapper2 .cart.table-wrapper .actions-toolbar > .action,
.minicart-wrapper.minicart-wrapper2 .action-gift {
  border-radius: 0;
  background: #3b8d00;
  border: 1px solid #ffffff;
  color: #fff;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty {
  padding: 0;
  border: 1px solid #000000;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty:after,
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty:before {
  right: 10px;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .block-content > .actions > .primary .action.primary {
  font-size: 16px;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .items-total {
  float: none;
  background: #e7e7e7;
  margin: 0;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  overflow: hidden;
  font-size: 14px;
  color: #000000;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .block-content > .actions {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 0 20px;
  text-transform: none;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .block-content > .actions a {
  color: #000000;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .subtotal {
  display: list-item;
  margin: 10px 10px 0px;
  text-align: right;
  overflow: hidden;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .subtotal .label {
  float: left;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .subtotal .amount.price-container .price {
  float: right;
}
.minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty:before {
  border-color: transparent transparent #e8e8e8 transparent !important;
}
.minicart-wrapper.minicart-wrapper2 .product .actions {
  margin: 5px 16px 0;
}
.minicart-wrapper.minicart-wrapper2 .action.close:before {
  color: #000000 !important;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper {
  border: 1px solid #ccc;
  margin: 0 !important;
  max-height: calc(100vh - 380px);
}
.minicart-wrapper.minicart-wrapper2 .action.primary {
  background: none repeat scroll 0 0 #349800;
  border: medium none;
  color: #FFFFFF;
  margin-top: 10px;
  width: 100%;
  z-index: 999;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items {
  font-weight: normal;
  overflow: hidden;
  padding: 0 10px 0 20px;
  position: relative;
  text-align: left;
  margin-bottom: -6px;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-image-container {
  min-width: 85px;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-image-container .product-image-wrapper .product-image-photo {
  float: left;
  width: auto !important;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item-name a {
  color: #000000 !important;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product > .product-item-photo {
  margin-top: 10px;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item {
  padding: 15px 0;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item-pricing .price-container .price-excluding-tax {
  text-align: right;
  font-size: 16px;
  margin: 5px 10px 0;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item-name {
  margin: 0 20px 0 ;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item-details {
  padding-left: 0;
  margin: 0;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item-details .product .content {
  margin-left: 80px;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .product-item-details .details-qty {
  display: table;
  padding-left: 0;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .update-cart-item {
  display: block;
  margin: 5px 0 0 25px;
}
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .action.edit:before,
.minicart-wrapper.minicart-wrapper2 .minicart-items-wrapper .minicart-items .action.delete:before {
  color: #000000 !important;
}
.action.primary.tocart {
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty:after,
  .minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty:before {
    right: 15px;
  }
  .minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .block-content > .actions > .primary .action.primary {
    font-size: 20px;
  }
  .minicart-wrapper.minicart-wrapper2 .block-minicart.block.empty .block-content > .actions {
    font-size: 24px;
  }
  .minicart-wrapper.minicart-wrapper2 .product .actions {
    margin: -25px 0 0;
  }
  .minicart-items .product-item-name a {
    font-size: 18px;
  }
  .minicart-items .update-cart-item {
    display: inline-block;
    margin: 0;
  }
}
@media only screen and (max-width: 367px) {
  .minicart-wrapper.minicart-wrapper2 .block-minicart {
    width: 300px;
  }
}
.checkout-cart-index {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.checkout-cart-index .all-main-content .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.checkout-cart-index .all-main-content .page-title-wrapper .page-title {
  font-size: 3rem;
  text-align: left;
}
.cart-container .sidebar-info {
  overflow: hidden;
}
.cart-container .sidebar-info .separator {
  margin: 0 -30px;
  padding: 20px 0;
  background: #fff;
}
.cart-container .sidebar-info .title {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}
.cart-container .sidebar-info .text {
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
  text-align: justify;
}
.cart-container .sidebar-info .help a,
.cart-container .sidebar-info .verifyliv a {
  text-transform: none;
  color: #339900;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
.cart-container .sidebar-info .help a:hover,
.cart-container .sidebar-info .verifyliv a:hover {
  text-decoration: none;
}
.cart-container .cart-summary {
  width: 100%;
  color: #000000;
  font-family: helveticaneue-light, helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
}
.cart-container .cart-summary .summary.title,
.cart-container .cart-summary .block.shipping .title,
.cart-container .cart-summary .block.discount .title,
.cart-container .cart-summary .block.giftcard .title {
  margin-bottom: 0;
  padding: 0;
  border-top: none;
  border-bottom: 1px solid #000000;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  text-transform: none;
}
.cart-container .cart-summary .summary.title:after,
.cart-container .cart-summary .block.shipping .title:after,
.cart-container .cart-summary .block.discount .title:after,
.cart-container .cart-summary .block.giftcard .title:after {
  top: 5px;
  font-weight: 400;
  color: #000000;
}
.cart-container .cart-summary a.multicheckout span {
  color: #9d211f;
}
.cart-container .cart-summary a.multicheckout span:hover {
  color: #5d1412;
  text-decoration: underline;
}
.cart-container .cart-summary .checkout.methods.items.checkout-methods-items .action.primary.checkout {
  background: #ff0000;
  font-size: 2.3rem !important;
  color: #ffffff;
  text-transform: none;
  border: 1px solid #ff0000;
  border-radius: 0;
  font-size: 1.2rem;
  transition: all .3s ease 0s;
}
.cart-container .cart-summary .checkout.methods.items.checkout-methods-items .action.primary.checkout:before {
  font-size: 1.8em;
}
.cart-container .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary {
  width: 100%;
}
.cart-container .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary .action.apply.primary,
.cart-container .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary .action.add.primary {
  background: #ff0000;
  color: #ffffff;
  text-transform: none;
  border: 1px solid #ff0000;
  border-radius: 0;
  font-size: 1.6rem;
  transition: all .3s ease 0s;
  width: 100%;
}
.cart-container .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary .action.apply.primary:before,
.cart-container .cart-summary .block.discount .fieldset.coupon .actions-toolbar .primary .action.add.primary:before {
  font-size: 1.8em;
}
.cart-container .all-cart-content .form-cart {
  width: 100%;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .items thead + .item {
  border-top: 1px solid #666666;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .items > .item {
  border-bottom: 1px solid #666666;
  position: relative;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .product-item-details .product-item-name a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .product-item-details .item-options {
  color: #000000;
  font-size: 16px;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .product-item-details .item-options dt {
  font-style: normal;
  font-weight: normal;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .product-item-details .item-options dd {
  margin: 0 0 6px 5px;
  font-weight: 400;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .product-item-details .item-options .upper {
  text-transform: uppercase;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .product-item-details .item-options .capitalize {
  text-transform: capitalize;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.price,
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.subtotal,
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.qty,
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.item {
  color: #585858;
  width: auto !important;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.price .price-excluding-tax,
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.qty .price-excluding-tax,
.cart-container .all-cart-content .form-cart .cart.table-wrapper .col.item .price-excluding-tax {
  font-size: 18px;
  font-weight: 400;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .item-info .col.item {
  padding: 25px 0 10px 100px;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .item-info .col.item .product-item-photo {
  max-width: 90px;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .item-info .col.item .product-item-photo img {
  margin-top: 20px;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty label {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty .qty_area {
  position: relative;
  height: 30px;
  background: 0 0;
  border: 2px solid #666666;
  color: #000000;
  width: 55px;
  float: right;
  border-radius: 2px;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty .qty_area input {
  border: medium none;
  display: block;
  float: left;
  height: 100%;
  margin: 0;
  text-align: center;
  width: 71%;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty .qty_area .arrow_action {
  background: none repeat scroll 0 0 transparent;
  float: right;
  height: 100%;
  width: 29%;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty .qty_area .arrow_action > div {
  background: #666666;
  height: 50%;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty .qty_area .arrow_action .cart_add_number {
  display: block;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #ebebeb;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .cart.item .col.qty .field.qty .qty_area .arrow_action .cart_minus_number {
  text-transform: none;
  width: 100%;
  float: left;
  cursor: pointer;
  color: #fff;
  display: block;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .item-actions .actions-toolbar {
  text-align: left;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .item-actions .actions-toolbar .action {
  border: none;
  background: none;
  text-transform: none;
  color: #585858;
  font-size: 14px;
  padding: 0;
  font-weight: 400;
  text-decoration: underline;
  -moz-text-decoration-color: #000000;
  text-decoration-color: #000000;
  margin: 10px 2px;
  clear: both;
  border-radius: 0;
}
.cart-container .all-cart-content .form-cart .cart.table-wrapper .item-actions .actions-toolbar .action:not(:last-of-type) {
  border-right: 2px solid #666666;
  padding-right: 5px;
}
.cart-container .all-cart-content .form-cart .cart.main.actions .action.continue {
  color: #000000;
  background: none;
  border: none;
}
.cart-container .all-cart-content .form-cart .cart.main.actions .action.continue:before {
  font-family: 'Font Awesome 5 Free';
  color: #333333;
  content: "\f0da";
  font-weight: 900;
  font-size: 16px;
}
.cart-container .all-cart-content .form-cart .cart.main.actions .action.update {
  background: none repeat scroll 0 0 #000000;
  color: #ffffff;
  text-transform: none;
  border: 1px solid #000000;
  border-radius: 0;
  font-size: 1.2rem;
  transition: all .3s ease 0s;
  display: inline;
}
.cart-container .all-cart-content .form-cart .cart.main.actions .action.update:before {
  font-size: 1.8em;
}
.cart-container .all-cart-content .form-cart .cart.main.actions .action.clear {
  background-color: #e5e5e5;
  color: #676767;
  text-transform: none;
  border: 1px solid #e5e5e57;
  display: inline;
}
.cart-container .all-cart-content .abs-shopping-cart-items-mobile .action.update,
.cart-container .all-cart-content .abs-shopping-cart-items-mobile .action.clear,
.cart-container .all-cart-content .cart-container .form-cart .action.update,
.cart-container .all-cart-content .cart-container .form-cart .action.clear {
  display: inline;
}
.cart-container .all-cart-content .crosssell {
  margin-top: 30px;
}
.cart-container .all-cart-content .crosssell .block-title.title {
  color: #333333;
  margin: 40px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.cart-container .all-cart-content .crosssell .block-title.title strong {
  margin-top: 0;
  font-size: 22px;
  padding: 0 30px 20px;
  background: #fff;
  display: inline-block;
}
.cart-container .all-cart-content .crosssell .checkout-action-primary {
  display: none;
}
.cart-container .checkout-bottom-form {
  display: block;
  border-top: 1px solid #000;
}
.cart-container .checkout-bottom-form .checkout {
  margin-top: 10px;
}
.freeship {
  font-size: 18px;
  background-color: #f5f5f5;
  padding: 5px 10px;
  display: block;
  text-align: center;
}
.freeship.no_active {
  color: #e02b27;
}
.freeship.active {
  color: #339900;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 28, 2018, 11:57:26 AM
    Author     : yassinbelhajsalah
*/
.sub-description-top {
  color: gray;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  clear: both;
}
.footer.content {
  position: relative;
  clear: both;
  display: block;
  text-align: center;
  margin-top: 0;
  padding: 0;
  background: #666666;
  border-top: none;
  max-width: 100% !important;
}
.footer.content a {
  cursor: pointer;
}
.footer.content .language-block {
  float: left;
  padding: 0 15px;
}
.footer.content .language-block .prite-faded {
  color: #FFF;
  font-size: 12px;
  padding: 0 10px 0 0;
  cursor: pointer;
}
.footer.content .language-block .prite-faded:hover,
.footer.content .language-block .prite-faded:active {
  color: #4396c8;
}
.footer.content .footer.links {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.footer.content .footer.links .nav.item {
  display: inline;
  float: none;
  padding: 0 10px;
  margin: 0;
  border-right: 1px solid #FFF;
  font-size: 12px;
  font-weight: 400;
}
.footer.content .footer.links .nav.item:last-of-type {
  border: none;
}
.footer.content .footer.links .nav.item a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.footer.content .footer.links .nav.item a:hover {
  text-decoration: none;
  color: #ff0000;
}
.footer.content .copyright {
  margin: 13px 5px;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
}
.footer.content .links {
  margin-bottom: 5px !important;
}
.footer.content .links .widget.block {
  margin: 10px 0 0;
}
body.account {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.my-link-account a {
  color: #000;
}
.my-link-account a:hover {
  text-decoration: none;
}
.my-link-account .my-account {
  display: block;
  text-decoration: none;
  width: 50px;
  text-align: center;
  font-size: 0.85em;
  font-weight: 600;
  color: #cccccc;
  box-sizing: border-box;
  padding-bottom: 0;
  padding-top: 0;
}
.my-link-account .my-account .txt {
  display: none;
}
.my-link-account .my-account .icon {
  display: inline-block;
  width: 2.1em;
  height: 2.1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.account .all-main-content .sidebar.sidebar-main {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.account .all-main-content .account-nav .content.account-nav-content {
  background: linear-gradient(to bottom, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
}
.account .all-main-content .account-nav .content.account-nav-content li {
  text-transform: uppercase;
}
.account .all-main-content .account-nav .content.account-nav-content li.nav.item {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}
.account .all-main-content .account-nav .content.account-nav-content li.nav.item .delimiter {
  border-top: 1px solid #000000;
}
.account .all-main-content .account-nav .content.account-nav-content li.nav.item a:active,
.account .all-main-content .account-nav .content.account-nav-content li.nav.item a:hover {
  color: #ff0000;
}
.account .all-main-content .account-nav .content.account-nav-content li.nav.item a,
.account .all-main-content .account-nav .content.account-nav-content li.nav.item strong {
  color: #000000;
}
.account .all-main-content .account-nav .content.account-nav-content li.item.current a,
.account .all-main-content .account-nav .content.account-nav-content li.item.current strong {
  border-color: #000000;
  font-weight: 700;
  color: #ff0000;
}
.account .all-main-content .account-nav .content.account-nav-content li.authorization-link {
  list-style: none;
}
.account .all-main-content .account-nav .content.account-nav-content li.authorization-link a {
  border-left: 3px solid transparent;
  display: block;
  padding: 5px 18px 5px 15px;
  text-decoration: none;
  color: #000000;
}
.account .all-main-content .account-nav .content.account-nav-content li.authorization-link a:hover {
  color: #ff0000;
  background: #e8e8e8;
}
.account .all-main-content .columns .column.main .block .block-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.account .all-main-content .columns .column.main .block .block-title .action.edit,
.account .all-main-content .columns .column.main .block .block-title .action.more {
  float: right;
  text-decoration: none;
}
.account .all-main-content .columns .column.main .block .block-content {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.account .all-main-content .columns .column.main .block .block-content .box {
  background: #f0f0f0;
  padding: 15px 20px;
}
.account .all-main-content .columns .column.main .block .block-content .box .box-title {
  display: inline-block;
  margin: 0 0 5px;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
}
.account .all-main-content .columns .column.main .block .block-content .box .box-content {
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.account .all-main-content .actions-toolbar .primary button.action.primary,
.account .all-main-content .actions-toolbar .primary .quote-details-items .actions-toolbar > .action.action.primary,
.account .all-main-content .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action.action.primary,
.account .all-main-content .actions-toolbar .primary .action-gift.action.primary {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
  padding: 0 17px;
}
.account .all-main-content .actions-toolbar .primary a.action.primary {
  height: 40px;
  font-size: 16px;
  border-radius: 0;
}
.account .all-main-content .actions-toolbar .secondary .action.back {
  margin-top: 0;
  padding: 8px 0;
  font-size: 16px;
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-decoration: none;
}
.account .all-main-content form fieldset .legend {
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin: 0 0 25px;
  padding-bottom: 15px;
  margin-left: 0;
  width: 100%;
}
.account .all-main-content form fieldset .field label {
  color: #000000;
  text-align: left;
}
.account .all-main-content form fieldset .field .control input[type="text"],
.account .all-main-content form fieldset .field .control input[type="email"],
.account .all-main-content form fieldset .field .control input[type="password"],
.account .all-main-content form fieldset .field .control input[type="link"],
.account .all-main-content form fieldset .field .control input[type="number"],
.account .all-main-content form fieldset .field .control select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
.account .all-main-content form fieldset .field .control input[type="text"]::-webkit-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="email"]::-webkit-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="password"]::-webkit-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="link"]::-webkit-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="number"]::-webkit-input-placeholder,
.account .all-main-content form fieldset .field .control select::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.account .all-main-content form fieldset .field .control input[type="text"]:-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="email"]:-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="password"]:-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="link"]:-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="number"]:-moz-placeholder,
.account .all-main-content form fieldset .field .control select:-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.account .all-main-content form fieldset .field .control input[type="text"]::-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="email"]::-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="password"]::-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="link"]::-moz-placeholder,
.account .all-main-content form fieldset .field .control input[type="number"]::-moz-placeholder,
.account .all-main-content form fieldset .field .control select::-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.account .all-main-content form fieldset .field .control input[type="text"]:-ms-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="email"]:-ms-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="password"]:-ms-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="link"]:-ms-input-placeholder,
.account .all-main-content form fieldset .field .control input[type="number"]:-ms-input-placeholder,
.account .all-main-content form fieldset .field .control select:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.account .all-main-content form .newsletters-description {
  color: #000000;
}
.account .all-main-content form .newsletters-description .title {
  text-transform: uppercase;
}
.account .all-main-content form .newsletters-description .txt {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.account .all-main-content form .subscription-input:before {
  padding: 20px 15px 0 0;
  width: 100%;
}
.account .all-main-content form .newsletters-actions {
  margin-left: 0 !important;
}
.page-print.account.sales-order-print .logo {
  margin: 0 auto;
  text-align: center;
}
.page-print.account.sales-order-print .logo img {
  margin: 0 auto;
  text-align: center;
}
.ui-datepicker {
  width: calc(100% - 30px);
  z-index: 1 !important;
}
.order-links {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  margin-bottom: 20px;
}
.order-details-items.invoice .print,
.order-details-items.shipments .print,
.order-details-items.creditmemo .print,
.order-details-items.invoice .track,
.order-details-items.shipments .track,
.order-details-items.creditmemo .track {
  margin-left: 0 !important;
}
.order-details-items.invoice .print span,
.order-details-items.shipments .print span,
.order-details-items.creditmemo .print span,
.order-details-items.invoice .track span,
.order-details-items.shipments .track span,
.order-details-items.creditmemo .track span {
  background-color: #000000;
  color: #fff;
  padding: 5px;
}
.order-details-items.invoice .track span,
.order-details-items.shipments .track span,
.order-details-items.creditmemo .track span {
  background-color: #ff0000;
}
.order-details-items.invoice .order-title .print {
  margin-left: 25px !important;
}
.customer-account-login .all-main-content .page-title-wrapper,
.customer-account-create .all-main-content .page-title-wrapper,
.customer-account-forgotpassword .all-main-content .page-title-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.customer-account-login .all-main-content .page-title-wrapper .page-title,
.customer-account-create .all-main-content .page-title-wrapper .page-title,
.customer-account-forgotpassword .all-main-content .page-title-wrapper .page-title {
  font-size: 3rem;
  text-align: left;
}
.account.sales-order-view .all-main-content {
  color: #000000;
}
.account.sales-order-view .all-main-content .page.messages {
  margin-bottom: 10px;
}
.account.sales-order-view .all-main-content .order-status {
  font-size: 18px;
}
.account.sales-order-view .all-main-content .order-links,
.account.sales-order-view .all-main-content .table:not(.cart):not(.totals) > thead > tr > th,
.account.sales-order-view .all-main-content .table:not(.cart):not(.totals) tfoot > tr:first-child th,
.account.sales-order-view .all-main-content .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  border-color: #000000;
}
.account.sales-order-view .all-main-content .actions {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}
.account.sales-order-view .all-main-content .actions .action:not(:last-of-type) {
  padding-right: 5px;
}
.account.sales-order-view .all-main-content .actions .action {
  font-size: 18px;
  font-weight: 400;
}
.account.sales-order-view .all-main-content .actions .action span {
  color: #fff;
  padding: 5px;
}
.account.sales-order-view .all-main-content .actions .action.order span {
  background-color: #ff0000;
}
.account.sales-order-view .all-main-content .actions .action.return span {
  background-color: #000000;
}
.account.sales-order-view .all-main-content .actions .action.print span {
  background-color: #ccc;
  color: #000;
}
.login-container {
  margin: 80px 0;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.login-container .block.block-customer-login {
  padding: 25px 25px 0;
  box-sizing: border-box;
}
.login-container .block.block-customer-login .block-content {
  font-family: helveticaneue-light, helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
  font-size: 14px;
}
.login-container .block.block-customer-login .block-title {
  font-size: 20px;
  text-transform: uppercase;
}
.login-container .block.block-customer-login .fieldset:after {
  margin-left: 0;
  text-align: left;
  color: #a94442;
}
.login-container .block.block-customer-login .field.note {
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  text-align: justify;
}
.login-container .block.block-customer-login .field.email label,
.login-container .block.block-customer-login .field.password label,
.login-container .block.block-customer-login .field.captcha label {
  color: #585858;
}
.login-container .block.block-customer-login .field.email .control input[type="text"],
.login-container .block.block-customer-login .field.password .control input[type="text"],
.login-container .block.block-customer-login .field.captcha .control input[type="text"],
.login-container .block.block-customer-login .field.email .control input[type="email"],
.login-container .block.block-customer-login .field.password .control input[type="email"],
.login-container .block.block-customer-login .field.captcha .control input[type="email"],
.login-container .block.block-customer-login .field.email .control input[type="password"],
.login-container .block.block-customer-login .field.password .control input[type="password"],
.login-container .block.block-customer-login .field.captcha .control input[type="password"],
.login-container .block.block-customer-login .field.email .control input[type="link"],
.login-container .block.block-customer-login .field.password .control input[type="link"],
.login-container .block.block-customer-login .field.captcha .control input[type="link"],
.login-container .block.block-customer-login .field.email .control input[type="number"],
.login-container .block.block-customer-login .field.password .control input[type="number"],
.login-container .block.block-customer-login .field.captcha .control input[type="number"],
.login-container .block.block-customer-login .field.email .control select,
.login-container .block.block-customer-login .field.password .control select,
.login-container .block.block-customer-login .field.captcha .control select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
.login-container .block.block-customer-login .field.email .control input[type="text"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="text"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="text"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="email"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="email"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="email"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="password"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="password"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="password"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="link"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="link"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="link"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="number"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="number"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="number"]::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.email .control select::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.password .control select::-webkit-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control select::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.login-container .block.block-customer-login .field.email .control input[type="text"]:-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="text"]:-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="text"]:-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="email"]:-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="email"]:-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="email"]:-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="password"]:-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="password"]:-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="password"]:-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="link"]:-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="link"]:-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="link"]:-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="number"]:-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="number"]:-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="number"]:-moz-placeholder,
.login-container .block.block-customer-login .field.email .control select:-moz-placeholder,
.login-container .block.block-customer-login .field.password .control select:-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control select:-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.login-container .block.block-customer-login .field.email .control input[type="text"]::-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="text"]::-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="text"]::-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="email"]::-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="email"]::-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="email"]::-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="password"]::-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="password"]::-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="password"]::-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="link"]::-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="link"]::-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="link"]::-moz-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="number"]::-moz-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="number"]::-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="number"]::-moz-placeholder,
.login-container .block.block-customer-login .field.email .control select::-moz-placeholder,
.login-container .block.block-customer-login .field.password .control select::-moz-placeholder,
.login-container .block.block-customer-login .field.captcha .control select::-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.login-container .block.block-customer-login .field.email .control input[type="text"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="text"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="text"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="email"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="email"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="email"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="password"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="password"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="password"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="link"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="link"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="link"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.email .control input[type="number"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.password .control input[type="number"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control input[type="number"]:-ms-input-placeholder,
.login-container .block.block-customer-login .field.email .control select:-ms-input-placeholder,
.login-container .block.block-customer-login .field.password .control select:-ms-input-placeholder,
.login-container .block.block-customer-login .field.captcha .control select:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.login-container .block.block-customer-login .field.email .control.captcha-image,
.login-container .block.block-customer-login .field.password .control.captcha-image,
.login-container .block.block-customer-login .field.captcha .control.captcha-image {
  text-align: center;
}
.login-container .block.block-customer-login .field.email .control.captcha-image img,
.login-container .block.block-customer-login .field.password .control.captcha-image img,
.login-container .block.block-customer-login .field.captcha .control.captcha-image img {
  margin: 10px auto;
}
.login-container .block.block-customer-login .field.email .control.captcha-image .captcha-reload,
.login-container .block.block-customer-login .field.password .control.captcha-image .captcha-reload,
.login-container .block.block-customer-login .field.captcha .control.captcha-image .captcha-reload {
  border-color: #000000;
  color: #000000;
}
.login-container .block.block-customer-login .field.password {
  margin-bottom: 0;
}
.login-container .block.block-customer-login .field.choice:before {
  width: 100%;
}
.login-container .block.block-customer-login .field.choice input {
  margin-left: 15%;
}
.login-container .block.block-customer-login .actions-toolbar {
  margin-left: 0;
}
.login-container .block.block-customer-login .actions-toolbar .action.remind span {
  color: #989898;
}
.login-container .block.block-customer-login .actions-toolbar .secondary {
  margin-bottom: 15px;
  text-align: left;
}
.login-container .block.block-customer-login .actions-toolbar .primary button,
.login-container .block.block-customer-login .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.login-container .block.block-customer-login .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.login-container .block.block-customer-login .actions-toolbar .primary .action-gift {
  font-size: 20px;
  border-radius: 0;
  color: #fff;
  background-color: #9d211f !important;
  border-color: #881d1b !important;
}
.login-container .block.block-new-customer {
  box-sizing: border-box;
  padding: 25px 25px 25px;
}
.login-container .block.block-new-customer .block-title {
  font-size: 20px;
  text-transform: uppercase;
}
.login-container .block.block-new-customer .block-content {
  font-family: helveticaneue-light, helvetica neue light, helvetica neue, Helvetica, Arial, lucida grande, sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #585858;
  text-align: justify;
}
.login-container .block.block-new-customer .block-content .actions-toolbar .primary a.create {
  font-size: 20px;
  border-radius: 0;
  cursor: pointer;
  color: #fff;
  background-color: #9d211f !important;
  border-color: #881d1b !important;
}
.password.forget .fieldset {
  margin: 0 0 10px;
}
.password.forget .fieldset .field.note {
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  text-align: justify;
}
.password.forget .fieldset .field.email label,
.password.forget .fieldset .field.captcha label {
  color: #000000;
}
.password.forget .fieldset .field.email .control input[type="text"],
.password.forget .fieldset .field.captcha .control input[type="text"],
.password.forget .fieldset .field.email .control input[type="email"],
.password.forget .fieldset .field.captcha .control input[type="email"],
.password.forget .fieldset .field.email .control input[type="password"],
.password.forget .fieldset .field.captcha .control input[type="password"],
.password.forget .fieldset .field.email .control input[type="link"],
.password.forget .fieldset .field.captcha .control input[type="link"],
.password.forget .fieldset .field.email .control input[type="number"],
.password.forget .fieldset .field.captcha .control input[type="number"],
.password.forget .fieldset .field.email .control select,
.password.forget .fieldset .field.captcha .control select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
.password.forget .fieldset .field.email .control input[type="text"]::-webkit-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="text"]::-webkit-input-placeholder,
.password.forget .fieldset .field.email .control input[type="email"]::-webkit-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="email"]::-webkit-input-placeholder,
.password.forget .fieldset .field.email .control input[type="password"]::-webkit-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="password"]::-webkit-input-placeholder,
.password.forget .fieldset .field.email .control input[type="link"]::-webkit-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="link"]::-webkit-input-placeholder,
.password.forget .fieldset .field.email .control input[type="number"]::-webkit-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="number"]::-webkit-input-placeholder,
.password.forget .fieldset .field.email .control select::-webkit-input-placeholder,
.password.forget .fieldset .field.captcha .control select::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.password.forget .fieldset .field.email .control input[type="text"]:-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="text"]:-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="email"]:-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="email"]:-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="password"]:-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="password"]:-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="link"]:-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="link"]:-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="number"]:-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="number"]:-moz-placeholder,
.password.forget .fieldset .field.email .control select:-moz-placeholder,
.password.forget .fieldset .field.captcha .control select:-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.password.forget .fieldset .field.email .control input[type="text"]::-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="text"]::-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="email"]::-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="email"]::-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="password"]::-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="password"]::-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="link"]::-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="link"]::-moz-placeholder,
.password.forget .fieldset .field.email .control input[type="number"]::-moz-placeholder,
.password.forget .fieldset .field.captcha .control input[type="number"]::-moz-placeholder,
.password.forget .fieldset .field.email .control select::-moz-placeholder,
.password.forget .fieldset .field.captcha .control select::-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.password.forget .fieldset .field.email .control input[type="text"]:-ms-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="text"]:-ms-input-placeholder,
.password.forget .fieldset .field.email .control input[type="email"]:-ms-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="email"]:-ms-input-placeholder,
.password.forget .fieldset .field.email .control input[type="password"]:-ms-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="password"]:-ms-input-placeholder,
.password.forget .fieldset .field.email .control input[type="link"]:-ms-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="link"]:-ms-input-placeholder,
.password.forget .fieldset .field.email .control input[type="number"]:-ms-input-placeholder,
.password.forget .fieldset .field.captcha .control input[type="number"]:-ms-input-placeholder,
.password.forget .fieldset .field.email .control select:-ms-input-placeholder,
.password.forget .fieldset .field.captcha .control select:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.password.forget .fieldset .field.email .control .captcha-reload,
.password.forget .fieldset .field.captcha .control .captcha-reload {
  float: none;
  width: 100%;
  height: 40px;
  font-size: 20px;
  background: #ff0000;
  color: #fff;
  border-radius: 0;
  border-color: #ff0000;
  margin-top: 10px;
}
.password.forget .fieldset .field.email .control .captcha-img,
.password.forget .fieldset .field.captcha .control .captcha-img {
  margin: 0 auto;
}
.password.forget .actions-toolbar .primary button,
.password.forget .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.password.forget .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.password.forget .actions-toolbar .primary .action-gift {
  height: 40px;
  font-size: 20px;
  border-radius: 0;
}
.password.forget .actions-toolbar .secondary a {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  margin-top: 0;
  padding: 5px;
  font-size: 20px;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
form.create.account .field {
  margin: 0 0 20px;
}
form.create.account .fieldset {
  margin: 0;
}
form.create.account .create.info .legend,
form.create.account .create.account .legend {
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
  margin: 0 0 25px;
  padding-bottom: 15px;
  margin-left: 0;
  width: 100%;
}
form.create.account .create.info label,
form.create.account .create.account label {
  color: #000000;
  text-align: left;
}
form.create.account .create.info input[type="text"],
form.create.account .create.account input[type="text"],
form.create.account .create.info input[type="email"],
form.create.account .create.account input[type="email"],
form.create.account .create.info input[type="password"],
form.create.account .create.account input[type="password"],
form.create.account .create.info input[type="link"],
form.create.account .create.account input[type="link"],
form.create.account .create.info input[type="number"],
form.create.account .create.account input[type="number"],
form.create.account .create.info select,
form.create.account .create.account select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
form.create.account .create.info input[type="text"]::-webkit-input-placeholder,
form.create.account .create.account input[type="text"]::-webkit-input-placeholder,
form.create.account .create.info input[type="email"]::-webkit-input-placeholder,
form.create.account .create.account input[type="email"]::-webkit-input-placeholder,
form.create.account .create.info input[type="password"]::-webkit-input-placeholder,
form.create.account .create.account input[type="password"]::-webkit-input-placeholder,
form.create.account .create.info input[type="link"]::-webkit-input-placeholder,
form.create.account .create.account input[type="link"]::-webkit-input-placeholder,
form.create.account .create.info input[type="number"]::-webkit-input-placeholder,
form.create.account .create.account input[type="number"]::-webkit-input-placeholder,
form.create.account .create.info select::-webkit-input-placeholder,
form.create.account .create.account select::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
form.create.account .create.info input[type="text"]:-moz-placeholder,
form.create.account .create.account input[type="text"]:-moz-placeholder,
form.create.account .create.info input[type="email"]:-moz-placeholder,
form.create.account .create.account input[type="email"]:-moz-placeholder,
form.create.account .create.info input[type="password"]:-moz-placeholder,
form.create.account .create.account input[type="password"]:-moz-placeholder,
form.create.account .create.info input[type="link"]:-moz-placeholder,
form.create.account .create.account input[type="link"]:-moz-placeholder,
form.create.account .create.info input[type="number"]:-moz-placeholder,
form.create.account .create.account input[type="number"]:-moz-placeholder,
form.create.account .create.info select:-moz-placeholder,
form.create.account .create.account select:-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
form.create.account .create.info input[type="text"]::-moz-placeholder,
form.create.account .create.account input[type="text"]::-moz-placeholder,
form.create.account .create.info input[type="email"]::-moz-placeholder,
form.create.account .create.account input[type="email"]::-moz-placeholder,
form.create.account .create.info input[type="password"]::-moz-placeholder,
form.create.account .create.account input[type="password"]::-moz-placeholder,
form.create.account .create.info input[type="link"]::-moz-placeholder,
form.create.account .create.account input[type="link"]::-moz-placeholder,
form.create.account .create.info input[type="number"]::-moz-placeholder,
form.create.account .create.account input[type="number"]::-moz-placeholder,
form.create.account .create.info select::-moz-placeholder,
form.create.account .create.account select::-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
form.create.account .create.info input[type="text"]:-ms-input-placeholder,
form.create.account .create.account input[type="text"]:-ms-input-placeholder,
form.create.account .create.info input[type="email"]:-ms-input-placeholder,
form.create.account .create.account input[type="email"]:-ms-input-placeholder,
form.create.account .create.info input[type="password"]:-ms-input-placeholder,
form.create.account .create.account input[type="password"]:-ms-input-placeholder,
form.create.account .create.info input[type="link"]:-ms-input-placeholder,
form.create.account .create.account input[type="link"]:-ms-input-placeholder,
form.create.account .create.info input[type="number"]:-ms-input-placeholder,
form.create.account .create.account input[type="number"]:-ms-input-placeholder,
form.create.account .create.info select:-ms-input-placeholder,
form.create.account .create.account select:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
form.create.account .choice.newsletter label {
  color: #000000;
  text-align: left;
}
form.create.account .actions-toolbar .primary button,
form.create.account .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
form.create.account .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
form.create.account .actions-toolbar .primary .action-gift {
  float: right;
  width: auto;
  height: 40px;
  font-size: 20px;
  border-radius: 0;
  color: #fff;
  background-color: #9d211f !important;
  border-color: #881d1b !important;
}
form.create.account .actions-toolbar .secondary a {
  display: inline-block;
  font-family: Oswald, Arial, lucida grande, sans-serif;
  margin-top: 0;
  padding: 5px;
  font-size: 20px;
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
}
.block-authentication .actions-toolbar > .primary .action:hover {
  line-height: 2.2rem;
  padding: 14px 17px;
  font-size: 2.3rem;
  background: #000000;
}
@media only screen and (min-width: 1280px) {
  .ui-datepicker {
    width: 28%;
  }
}
.modal-popup.modal-slide .modal-inner-wrap .modal-header,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer {
  border-bottom: 1px solid #000000;
  color: #000000;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close:before,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer .action-close:before,
.modal-popup.modal-slide .modal-inner-wrap .modal-header .action-close:hover:before,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer .action-close:hover:before {
  color: #000000;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-header button,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer button,
.modal-popup.modal-slide .modal-inner-wrap .modal-header .quote-details-items .actions-toolbar > .action,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer .quote-details-items .actions-toolbar > .action,
.modal-popup.modal-slide .modal-inner-wrap .modal-header .cart.table-wrapper .actions-toolbar > .action,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer .cart.table-wrapper .actions-toolbar > .action,
.modal-popup.modal-slide .modal-inner-wrap .modal-header .action-gift,
.modal-popup.modal-slide .modal-inner-wrap .modal-footer .action-gift {
  border-radius: 0;
}
.modal-popup.modal-slide .modal-inner-wrap .modal-footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.modal-popup.modal-slide .modal-inner-wrap form {
  margin-top: 40px;
}
.modal-popup.modal-slide .modal-inner-wrap form label.label,
.modal-popup.modal-slide .modal-inner-wrap form legend.label {
  color: #000000;
}
.modal-popup.modal-slide .modal-inner-wrap form input[type="text"],
.modal-popup.modal-slide .modal-inner-wrap form input[type="email"],
.modal-popup.modal-slide .modal-inner-wrap form input[type="password"],
.modal-popup.modal-slide .modal-inner-wrap form input[type="link"],
.modal-popup.modal-slide .modal-inner-wrap form input[type="number"],
.modal-popup.modal-slide .modal-inner-wrap form select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
.modal-popup.modal-slide .modal-inner-wrap form input[type="text"]::-webkit-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="email"]::-webkit-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="password"]::-webkit-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="link"]::-webkit-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="number"]::-webkit-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form select::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.modal-popup.modal-slide .modal-inner-wrap form input[type="text"]:-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="email"]:-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="password"]:-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="link"]:-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="number"]:-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form select:-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.modal-popup.modal-slide .modal-inner-wrap form input[type="text"]::-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="email"]::-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="password"]::-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="link"]::-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="number"]::-moz-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form select::-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.modal-popup.modal-slide .modal-inner-wrap form input[type="text"]:-ms-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="email"]:-ms-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="password"]:-ms-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="link"]:-ms-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form input[type="number"]:-ms-input-placeholder,
.modal-popup.modal-slide .modal-inner-wrap form select:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.modal-popup.modal-slide .modal-inner-wrap form .field-tooltip .field-tooltip-action:before {
  color: #cccccc;
}
form .actions-toolbar .primary button,
form .actions-toolbar .secondary button,
form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
form .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action,
form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
form .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action,
form .actions-toolbar .primary .action-gift,
form .actions-toolbar .secondary .action-gift {
  background: #ff0000;
  border: none;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  padding: 8px 17px;
}
form .actions-toolbar .primary button:hover,
form .actions-toolbar .secondary button:hover,
form .actions-toolbar .primary .quote-details-items .actions-toolbar > .action:hover,
form .actions-toolbar .secondary .quote-details-items .actions-toolbar > .action:hover,
form .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action:hover,
form .actions-toolbar .secondary .cart.table-wrapper .actions-toolbar > .action:hover,
form .actions-toolbar .primary .action-gift:hover,
form .actions-toolbar .secondary .action-gift:hover {
  border-radius: 0;
  border: none;
  font-size: 16px;
  padding: 8px 17px;
}
.checkout-index-index button span,
.checkout-index-index .quote-details-items .actions-toolbar > .action span,
.checkout-index-index .cart.table-wrapper .actions-toolbar > .action span,
.checkout-index-index .action-gift span {
  font-size: 14px;
}
.checkout-index-index .checkout-header {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.checkout-index-index .checkout-header .logo {
  max-width: 75%;
  float: none;
  margin: 0 auto;
  padding-top: 10px;
}
.checkout-index-index .checkout-header .phone-header {
  padding-top: 20px;
  text-align: center;
}
.checkout-index-index .checkout-header .phone-header .phone {
  color: #000000;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
}
.checkout-index-index .checkout-header .phone-header .phone b {
  color: #ff0000;
  font-weight: 400;
  line-height: inherit;
}
.checkout-index-index .checkout-header .phone-header .cms {
  height: 0;
  visibility: hidden;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  background: linear-gradient(to bottom, #ebebeb 0%, rgba(206, 206, 206, 0.25) 100%);
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .title {
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .title:after {
  content: ' ';
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .opc-block-summary .items-in-cart > .title {
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary table td,
.checkout-index-index .all-main-content .checkout-container .opc-block-summary table th {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .product-item-details {
  color: #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .product-item-details .product-item-name {
  font-size: 14px;
  font-weight: 400;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .product-item-details .cart-price .price {
  font-size: 1.8rem;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .product-item-details .content .item-options {
  margin-left: 18px;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-summary .block.items-in-cart .minicart-items .product-item:not(:first-child) {
  border-color: #cccccc;
}
.checkout-index-index .all-main-content .checkout-container .opc-wrapper .shipping-address-item.selected-item {
  border-color: #000000;
  font-size: 16px;
  line-height: 22px;
  color: #585858;
  text-align: justify;
}
.checkout-index-index .all-main-content .checkout-container .opc-wrapper .shipping-address-item.selected-item:after {
  background: #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-wrapper .action.action-show-popup {
  background: #ff0000;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #ff0000;
  border-radius: 0;
  display: inline;
}
.checkout-index-index .all-main-content .checkout-container .opc-progress-bar-item._active:before {
  background: #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-progress-bar-item._active span:before {
  background: #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper {
  border-color: #000000;
  color: #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper .minicart-wrapper {
  position: relative;
  padding-top: 7px;
  width: 60px;
  text-align: center;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart {
  background: none;
  border-color: #fff;
  border-radius: 0;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
  background: none;
  border-color: #fff;
  border-radius: 0;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
  background: none;
  line-height: 0;
  display: initial;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #ff0000;
  display: inline-block;
  position: relative;
  top: -2px;
  min-width: 10px;
  padding: 3px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ff0000;
  border-radius: 10px;
  left: -25px;
}
.checkout-index-index .all-main-content .checkout-container .opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f07a';
  font-size: 2.2em;
  color: #000000 !important;
}
.checkout-index-index .all-main-content .checkout-container form input[type="text"],
.checkout-index-index .all-main-content .checkout-container form input[type="email"],
.checkout-index-index .all-main-content .checkout-container form input[type="password"],
.checkout-index-index .all-main-content .checkout-container form input[type="link"],
.checkout-index-index .all-main-content .checkout-container form input[type="number"],
.checkout-index-index .all-main-content .checkout-container form select {
  height: 40px;
  border: 1px solid #cccccc;
  padding-left: 10px;
  margin-bottom: 8px;
  color: #000000;
}
.checkout-index-index .all-main-content .checkout-container form input[type="text"]::-webkit-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="email"]::-webkit-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="password"]::-webkit-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="link"]::-webkit-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="number"]::-webkit-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form select::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.checkout-index-index .all-main-content .checkout-container form input[type="text"]:-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="email"]:-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="password"]:-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="link"]:-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="number"]:-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form select:-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.checkout-index-index .all-main-content .checkout-container form input[type="text"]::-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="email"]::-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="password"]::-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="link"]::-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="number"]::-moz-placeholder,
.checkout-index-index .all-main-content .checkout-container form select::-moz-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.checkout-index-index .all-main-content .checkout-container form input[type="text"]:-ms-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="email"]:-ms-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="password"]:-ms-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="link"]:-ms-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form input[type="number"]:-ms-input-placeholder,
.checkout-index-index .all-main-content .checkout-container form select:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 600;
}
.checkout-index-index .all-main-content .checkout-container form .field-tooltip .field-tooltip-action:before {
  color: #000000;
}
.checkout-index-index .all-main-content .checkout-container form .note {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.checkout-index-index .all-main-content .checkout-container form .note,
.checkout-index-index .all-main-content .checkout-container form .action.remind,
.checkout-index-index .all-main-content .checkout-container form td {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: justify;
  padding-bottom: 5px;
  padding-top: 15px;
}
.checkout-index-index .all-main-content .checkout-container form .note.col-method input,
.checkout-index-index .all-main-content .checkout-container form .action.remind.col-method input,
.checkout-index-index .all-main-content .checkout-container form td.col-method input {
  cursor: pointer;
}
.checkout-index-index .all-main-content .checkout-container form .note.col-carrier-render,
.checkout-index-index .all-main-content .checkout-container form .action.remind.col-carrier-render,
.checkout-index-index .all-main-content .checkout-container form td.col-carrier-render {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  border-top: none;
  padding-bottom: 5px;
  padding-top: 0;
  font-size: 13px;
}
.checkout-index-index .all-main-content .checkout-container form .payment-method-title {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: justify;
}
.checkout-index-index .all-main-content .checkout-container form .payment-method-title .label {
  cursor: pointer;
}
.checkout-index-index .all-main-content .checkout-container form .payment-method {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: justify;
}
.checkout-index-index .all-main-content .checkout-container form .payment-method .payment-method-title {
  border-top: 1px solid #000000;
}
.checkout-index-index .all-main-content .checkout-container form .payment-method .payment-method-content > .actions-toolbar > .primary .action.primary {
  font-size: 16px;
  padding: 8px 17px;
}
.checkout-index-index .all-main-content .checkout-container form .payment-option-title.field.choice {
  font-size: 16px;
  line-height: 22px;
  color: #ff0000;
}
.checkout-index-index .all-main-content .checkout-container form .payment-option-title.field.choice .action.action-toggle:after {
  color: #000000;
  font-weight: 400;
}
.checkout-index-index .all-main-content .checkout-container .step-title {
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 1px solid #000000;
}
.checkout-index-index .all-main-content .checkout-container .actions-toolbar .primary button,
.checkout-index-index .all-main-content .checkout-container .actions-toolbar .primary .quote-details-items .actions-toolbar > .action,
.checkout-index-index .all-main-content .checkout-container .actions-toolbar .primary .cart.table-wrapper .actions-toolbar > .action,
.checkout-index-index .all-main-content .checkout-container .actions-toolbar .primary .action-gift {
  font-size: 16px;
  border-radius: 0;
  padding: 8px 17px;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-shipping-information {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-shipping-information .ship-to .shipping-information-title,
.checkout-index-index .all-main-content .checkout-container .opc-block-shipping-information .ship-via .shipping-information-title {
  color: #000000;
  border-color: #000000;
}
.checkout-index-index .all-main-content .checkout-container .opc-block-shipping-information .ship-to .shipping-information-title .action.action-edit:before,
.checkout-index-index .all-main-content .checkout-container .opc-block-shipping-information .ship-via .shipping-information-title .action.action-edit:before {
  color: #000000;
}
.opc-block-summary .actions-toolbar .secondary {
  border-color: #000000;
  text-align: center;
}
.opc-block-summary .actions-toolbar .secondary .checkout-view-cart {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.opc-block-summary .actions-toolbar .secondary .checkout-view-cart span {
  color: #000000;
}
.order-date,
.ship-date {
  display: none;
}
.page-products .columns {
  z-index: auto;
}
.page-products .columns .sidebar-main {
  margin-top: 10px;
  order: 0;
}
.block.filter .block-title.filter-title,
.block.filter .title {
  position: relative;
  font-size: 15px;
  background-color: #000000;
  color: #fff;
  height: 15px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
}
.block.filter .block-title.filter-title strong,
.block.filter .title strong {
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 10px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.block.filter .content .options dt {
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  color: #ff0000;
}
.block.filter .content .options ol.items {
  margin: 0px 0px 15px;
}
.block.filter .content .options ol.items li.item {
  margin: 0 0 8px;
  line-height: 14px;
  text-transform: uppercase;
}
.block.filter .content .options ol.items li.item a {
  padding: 0px 5px 0px 0px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.block.filter .content .options ol.items li.item a .count {
  color: #000;
}
.block.filter .block-content.filter-content .block-subtitle.filter-current-subtitle {
  color: #000000;
}
.block.filter .block-content.filter-content .block-subtitle.filter-subtitle {
  color: #000000;
}
.block.filter .block-content.filter-content .filter-current ol.items li.item {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
.block.filter .block-content.filter-content .filter-current ol.items li.item .block-label {
  float: left;
  width: 30%;
  box-sizing: border-box;
}
.block.filter .block-content.filter-content .filter-current ol.items li.item .block-label .filter-label {
  color: #666666;
}
.block.filter .block-content.filter-content .filter-current ol.items li.item .block-value {
  width: 70%;
  box-sizing: border-box;
  float: left;
  text-align: right;
}
.block.filter .block-content.filter-content .filter-current ol.items li.item .block-value .filter-value {
  font-weight: 400;
  color: #000000;
}
.block.filter .block-content.filter-content .filter-options {
  position: relative;
  border-right: medium none;
  float: left;
  height: auto;
  padding: 15px 10px 0;
  width: 100%;
  color: #cccccc;
  box-sizing: border-box;
}
.block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  cursor: pointer;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  color: #000000;
}
.block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
  content: '+';
  float: right;
  padding-right: 10px;
}
.block.filter .block-content.filter-content .filter-options .filter-options-item.active .filter-options-title:after {
  padding-right: 10px;
  content: '-';
}
.block.filter .block-content.filter-content .filter-options .filter-options-content .filter-search {
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content .filter-search::-webkit-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content .filter-search:-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content .filter-search::-moz-placeholder {
  color: #666666;
  font-weight: 400;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content .filter-search:-ms-input-placeholder {
  color: #666666;
  font-weight: 400;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content ol.items {
  margin: 0px 0px 15px;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content ol.items li.item {
  margin: 0 0 8px;
  line-height: 14px;
  text-transform: uppercase;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content ol.items li.item a {
  padding: 0px 5px 0px 0px;
  display: block;
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content ol.items li.item a .count {
  color: #666666;
}
.block.filter .block-content.filter-content .filter-options .filter-options-content .actions .action.show-more,
.block.filter .block-content.filter-content .filter-options .filter-options-content .actions .action.show-less {
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}
.block.filter .remove-item:after {
  font-size: 12px;
  line-height: inherit;
  background-color: #000;
  content: "\f00d";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  speak: none;
  float: right;
  margin: 2px 0 0 10px;
  padding: 0 5px;
  border-color: #000000;
  color: #fff;
}
.block.filter .block-actions.filter-actions {
  margin: 0;
  text-align: center;
}
.block.filter .block-actions.filter-actions .action.clear.filter-clear {
  background: #ff0000;
  padding: 3px 10px;
  color: #fff;
  border: 1px solid #ff0000;
  display: block;
  margin-top: 10px;
}
input[type=checkbox] {
  -border-radius: 4px;
  height: 15px;
  width: 15px;
  background: #fff;
  border: 1px solid #999;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f00c";
  display: block;
  color: #000000;
  font-size: 13px;
  position: absolute;
}
.block-search {
  float: left;
  z-index: 4;
  cursor: pointer;
  margin-top: 0px;
  padding-top: 10px;
  background: #ff0000;
  padding: 7px 10px 5px 12px;
  margin-left: 0;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl dd[role=option] {
  width: 100% !important;
}
.block-search form.minisearch input {
  font-size: 12px;
  outline: none;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  padding: 5px;
  height: 42px;
  line-height: 30px;
  margin-right: 12px;
}
.block-search form.minisearch input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.block-search form.minisearch input:-moz-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.block-search form.minisearch input::-moz-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.block-search form.minisearch input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.block-search form.minisearch .control {
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  width: calc(100% - 30px);
  background: #FFF;
  overflow: visible;
}
.block-search form.minisearch .label {
  float: none;
}
.block-search form.minisearch .label:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
  content: "\f002";
  font-size: 1.75em;
  cursor: pointer;
}
.block-search form.minisearch.processing.active .mobile-search-loading {
  display: block;
}
.block-search form.minisearch .mobile-search-loading {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
  top: 30px;
  right: 20px;
}
.block-search form.minisearch.processing .action.search .no-mobile-search-loading,
.block-search form.minisearch .action.search .no-mobile-search-loading {
  display: none;
}
.action.search {
  margin-top: 2%;
}
.swatch-attribute.swatch-layered .swatch-attribute-options .swatch-option,
.swatch-attribute.size.swatch-layered .swatch-attribute-options .swatch-option {
  border-color: #cccccc;
  background: none;
  color: #666666;
  font-weight: 300;
}
.swatch-attribute.swatch-layered .swatch-attribute-options .swatch-option:not(.text),
.swatch-attribute.size.swatch-layered .swatch-attribute-options .swatch-option:not(.text) {
  padding: 0;
  height: 20px;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
}
.swatch-attribute .swatch-attribute-selected-option,
.swatch-attribute.size .swatch-attribute-selected-option,
.swatch-attribute .swatch-attribute-label,
.swatch-attribute.size .swatch-attribute-label {
  color: #000000;
  font-weight: 700;
}
.swatch-attribute .swatch-attribute-options,
.swatch-attribute.size .swatch-attribute-options {
  margin: 5px 0 5px;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}
.swatch-attribute .swatch-attribute-options .swatch-option,
.swatch-attribute.size .swatch-attribute-options .swatch-option {
  border: 1px solid #dadada;
  cursor: pointer;
  height: 20px;
  margin: 0 10px 5px 0;
  max-width: 100%;
  min-width: 30px;
  overflow: hidden;
  padding: 1px 2px;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  display: inline-block;
  float: none;
  border: 1px solid #cccccc;
  color: #000;
  background: #fff;
  padding: 2px 8px;
}
.swatch-attribute .swatch-attribute-options .swatch-option.image,
.swatch-attribute.size .swatch-attribute-options .swatch-option.image,
.swatch-attribute .swatch-attribute-options .swatch-option.color,
.swatch-attribute.size .swatch-attribute-options .swatch-option.color {
  padding: 0;
  height: 50px;
  width: auto;
  background-size: 100% !important;
}
.swatch-attribute .swatch-attribute-options .swatch-option:not(.disabled):hover,
.swatch-attribute.size .swatch-attribute-options .swatch-option:not(.disabled):hover {
  outline: none;
  border: 1px solid #cccccc;
}
.swatch-attribute .swatch-attribute-options .swatch-option.selected:not(.disabled),
.swatch-attribute.size .swatch-attribute-options .swatch-option.selected:not(.disabled) {
  outline: 2px solid #000000;
}
.swatch-attribute .swatch-attribute-options .swatch-option.disabled,
.swatch-attribute.size .swatch-attribute-options .swatch-option.disabled {
  display: none;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.image,
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.color {
  height: 70px;
  width: 70px;
}
/*
.phone-header{
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  p {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 0.5em;
    strong {
      color:#007dc4
    }
  }
}
.promo{
  margin-left: 100px;
  color: #ffffff!important;
}*/
.icon {
  width: 4.5em;
  display: block;
  height: 5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin: 0 auto;
}
.reassurance {
  clear: both;
  padding: 0;
}
.reassurance .reassurance-container {
  padding: 30px 0 0;
  background: url('../images/arrow.png') repeat-x top center #ffffff;
  max-width: 1920px;
  margin: 0 auto;
}
.reassurance .reassurance-container txt {
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 100%;
}
.reassurance ul {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding: 0;
}
.reassurance ul li {
  display: inline-block;
  width: 32vw;
  text-align: center;
  float: none;
}
.reassurance ul li a:hover {
  text-decoration: none;
}
.reassurance ul li div {
  font-size: 13px;
  font-weight: normal;
  padding: 0;
  display: block;
  color: #000000;
  text-transform: uppercase;
}
.reassurance ul li div txt {
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 100%;
}
.reassurance .reassurance-container::after {
  display: block;
  clear: both;
  content: "";
}
.title-custom {
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 15px;
}
.db-footer-content {
  background: #000000;
}
.db-footer-content .venum-footer-container.footer-container {
  max-width: 1280px;
  margin: 0 auto;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions {
  position: relative;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions .button {
  clear: both;
  float: none;
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin: 15px auto 0;
  background: #FFF;
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  margin: 15px auto;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions .button:hover {
  background: #000000;
  color: #fff;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions input#newsletter {
  display: block;
  width: 100%;
  padding: 5px;
  border: 2px solid #fff;
  background: transparent;
  color: #000;
  border-radius: 0;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions input#newsletter::-webkit-input-placeholder {
  color: #747474;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions input#newsletter:-moz-placeholder {
  color: #747474;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions input#newsletter::-moz-placeholder {
  color: #747474;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .newsletter-form .input-container .actions input#newsletter:-ms-input-placeholder {
  color: #747474;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .footer-col .venum-block {
  color: #fff;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 15px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col .venum-block .block-title {
  font-size: 20px;
  margin: 10px 0;
}
.db-footer-content .venum-footer-container.footer-container .footer-col .venum-block .text-center {
  font-size: 14px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 {
  padding: 20px 0;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter {
  float: none;
  width: 80%;
  margin: 0 auto;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container {
  border: 1px solid #000000;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container input[type="email"] {
  margin-bottom: 0;
  border: none;
  font-style: italic;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container input[type="email"]::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container input[type="email"]:-moz-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container input[type="email"]::-moz-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container input[type="email"]:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col1 .venum-newsletter .input-container .actions .button {
  height: 40px;
  background: #ff0000;
  color: #fff;
  border-left: 1px solid #000000;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links {
  font-size: 36px;
  list-style: none;
  padding-left: 0;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links > li {
  display: inline-block;
  padding: 0 3px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links > li a {
  color: #fff;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links > li a .fa,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links > li a .fas,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links > li a fab {
  color: #ffffff;
  font-size: 20px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col2 .venum-block-social .social-links > li a em {
  font-style: normal;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 {
  padding: 0 20px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-contact-us p strong,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-block-wholsale p strong {
  color: #ff0000;
  font-size: 22px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-contact-us .wholsale-account-link,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-block-wholsale .wholsale-account-link {
  color: #fff;
  font-size: 16px;
}
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-contact-us .wholsale-account-link:hover,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-block-wholsale .wholsale-account-link:hover,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-contact-us .wholsale-account-link:visited,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-block-wholsale .wholsale-account-link:visited,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-contact-us .wholsale-account-link:focus,
.db-footer-content .venum-footer-container.footer-container .footer-col.footer-col3 .venum-block-wholsale .wholsale-account-link:focus {
  text-decoration: #fff;
}
@media only screen and (max-width: 1024px) {
  .db-footer-content .bluefoot-column-4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 640px) {
  .db-footer-content .bluefoot-column-4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 480px) {
  .db-footer-content .bluefoot-column-4 {
    width: 100%;
  }
}
.breadcrumbs {
  margin: 5px 0 2px;
}
.page-wrapper .breadcrumbs a {
  color: #ff0000;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-wrapper .breadcrumbs .items {
  font-size: 1.5rem;
}
.page-wrapper .breadcrumbs .item:not(:last-child):after {
  font-size: 24px;
  content: '/';
}
.page-wrapper .breadcrumbs .item:first-child:after {
  font-size: 24px;
  content: '|';
}
.page-wrapper .breadcrumbs strong {
  font-size: 14px;
  text-transform: uppercase;
}
.page-title-wrapper {
  text-align: center;
  text-transform: uppercase;
}
.page-title-wrapper .page-title {
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 0 5px 0;
}
.page-title-wrapper .page-title span {
  font-size: 26px;
  width: 100%;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.page-title-wrapper .page-sub-title {
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  text-align: center;
  margin-top: 0;
  padding: 0px;
}
.category-img-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.category-img-wrapper .category-img {
  width: 100%;
}
.category-img-wrapper .vertical-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.category-img-wrapper .vertical-wrapper .page-title-wrapper {
  margin: 3%;
  text-align: left;
  max-width: 100%;
  font-weight: 400;
}
.category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute {
  margin-bottom: 0;
}
.category-img-wrapper .vertical-wrapper .page-title-wrapper .page-title-absolute span {
  margin-bottom: 0;
  font-size: 4vw;
  color: #fff;
  text-align: center;
  font-weight: 400;
}
.category-img-wrapper .vertical-wrapper .page-title-wrapper .page-sub-title-absolute {
  text-align: left;
  font-size: 3vw;
  color: #fff;
  font-weight: normal;
  margin-top: 0.5rem;
  padding: 0px;
  font-weight: 400;
}
.page-wrapper .page-header {
  margin-bottom: 0;
}
.page-wrapper .venum-free-sheeping-msg {
  background-color: #ff0000;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.page-wrapper .venum-free-sheeping-msg .block-static-block.widget {
  margin-bottom: 0;
}
.page-wrapper .venum-free-sheeping-msg a {
  font-size: 14px;
  color: #FFFFFF;
}
.page-wrapper .venum-free-sheeping-msg a:hover {
  text-decoration: underline;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick_slider/slick.eot');
  src: url('../fonts/slick_slider/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick_slider/slick.ttf') format('truetype'), url('../fonts/slick_slider/slick.svg') format('svg');
}
.column.main .product-items {
  margin-left: 0;
}
.column.main .product-items .product-item.slick-slide {
  display: inline-block !important;
  margin: 0 auto;
}
.column.main .product-items .slick-list {
  margin: 0;
}
.column.main .product-items .slick-list .product-item-info {
  max-width: 95%;
}
.column.main .product-items .slick-track {
  margin: 0 auto;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  color: #000000;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
  z-index: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 0;
  z-index: 1;
}
[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}
.slick-prev:before {
  content: '←';
  color: #000000;
}
[dir='rtl'] .slick-prev:before {
  content: '→';
  color: #000000;
}
.slick-next {
  z-index: 1;
  right: 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}
.slick-next:before {
  content: '→';
  color: #000000;
}
[dir='rtl'] .slick-next:before {
  content: '←';
  color: #000000;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  box-shadow: none;
  cursor: pointer;
}
.slick-dots li button,
.slick-dots li .quote-details-items .actions-toolbar > .action,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action,
.slick-dots li .action-gift {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  border: 1px solid #c5c5c5;
}
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus,
.slick-dots li .action-gift:hover,
.slick-dots li .action-gift:focus {
  outline: none;
}
.slick-dots li button:active,
.slick-dots li .quote-details-items .actions-toolbar > .action:active,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:active,
.slick-dots li .action-gift:active {
  box-shadow: none !important;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li .quote-details-items .actions-toolbar > .action:hover:before,
.slick-dots li .quote-details-items .actions-toolbar > .action:focus:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:hover:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:focus:before,
.slick-dots li .action-gift:hover:before,
.slick-dots li .action-gift:focus:before {
  opacity: 1;
}
.slick-dots li button:before,
.slick-dots li .quote-details-items .actions-toolbar > .action:before,
.slick-dots li .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li .action-gift:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active .quote-details-items .actions-toolbar > .action:before,
.slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action:before,
.slick-dots li.slick-active .action-gift:before {
  opacity: .85;
  color: #000000;
}
[data-content-type='row'][data-appearance='contained'] {
  max-width: 100% !important;
}
@media (max-width: 820px) {
  [data-element='main'][data-content-type='column'] {
    width: 100% !important;
  }
}
.container-driver {
  position: relative;
  text-align: center;
  color: white;
}
.driver-title {
  position: absolute;
  left: auto;
  bottom: auto;
  text-transform: uppercase;
  width: 290px;
  float: right !important;
}
.top-right {
  right: 40px;
  top: 18px;
}
.top-center {
  right: 35%;
  top: 18px;
}
.top-left {
  left: 40px;
  top: 18px;
}
.middle-right {
  right: 40px;
  top: 70px;
}
.middle-center {
  right: 35%;
  top: 70px;
}
.middle-left {
  left: 40px;
  top: 70px;
}
.bottom-right {
  right: 40px;
  bottom: 18px;
}
.bottom-center {
  right: 35%;
  bottom: 18px;
}
.bottom-left {
  left: 40px;
  bottom: 18px;
}
.driver-title h3 {
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  padding: 0 0 5px;
  font-weight: 400;
  text-shadow: 1px 2px 3px #000;
}
.driver-title p {
  color: #fff;
  font-size: 16px;
  text-transform: initial;
  text-shadow: 1px 2px 3px #000;
  width: 90%;
  text-align: justify;
}
.driver-title .button {
  display: block;
  margin: 5px auto;
  max-width: 200px;
  padding: 10px 30px;
  color: #002653;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  transition: all .3s ease 0s;
}
.driver-title .button:hover {
  color: #fff;
  background-color: #002653;
}
.bluefoot-product-list .slick-list {
  margin: 0 0% 0 2%;
}
.bluefoot-product-list .db-product-slider .product-item-info {
  max-width: 90%;
}
.bluefoot-product-list .block-title {
  color: #000000;
  margin: 10px 0 0;
  padding: 0;
  background: url(../images/arrow.png) repeat-x center 20px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.bluefoot-product-list .block-title h4 {
  margin-top: 0;
  font-size: 26px;
  padding: 0 30px 12px;
  background: #fff;
  display: inline-block;
}
.bluefoot-product-list .product-item-name a {
  color: #002653;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  padding: 5px 0 0;
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
}
.bluefoot-product-list .price-container .price {
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
  color: #002653;
}
.text-left .driver-title {
  left: 10px;
  right: auto;
  bottom: 20px !important;
  text-align: left;
  top: auto;
}
.text-right .driver-title {
  right: 30px;
  left: auto;
  bottom: auto !important;
  text-align: left;
  top: 20px;
}
.text-left img,
.text-right img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: -10px;
}
.text-left .driver-title .button,
.text-right .driver-title .button {
  margin: 0;
  text-decoration: none;
}
.container-driver {
  overflow: hidden;
}
.container-driver:hover > img {
  transform: scale(1.05) translateZ(0);
  filter: brightness(0.5);
  -webkit-filter: brightness(0.5);
}
.bluefoot-slider {
  background: none;
}
.bluefoot-slider .slick-dots {
  opacity: 1;
}
.bluefoot-slider .slick-dots li.slick-active button,
.bluefoot-slider .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action,
.bluefoot-slider .slick-dots li.slick-active .cart.table-wrapper .actions-toolbar > .action,
.bluefoot-slider .slick-dots li.slick-active .action-gift {
  background: #ff0000;
}
.bluefoot-slider .slick-active {
  opacity: 1;
  visibility: visible;
}
.bluefoot-slider .slick-arrow {
  opacity: 1;
  background: none;
}
.bluefoot-slider .slick-arrow:after,
.bluefoot-slider .slick-arrow:before {
  color: #ff0000;
}
.bluefoot-slider .slick-arrow:before {
  opacity: 1;
}
.bluefoot-slider .slick-arrow.slick-disabled:before {
  opacity: .25;
}
@media (min-width: 1280px) {
  .push-center-text.text-left .driver-title {
    left: 20%;
  }
}
.push1-container {
  margin-bottom: 10px !important;
}
@media (max-width: 990px) {
  .driver-title .bluefoot-column-4 {
    width: 33.33333333%;
  }
  .driver-title .button {
    width: 145px;
  }
  .text-left .driver-title {
    width: 100%;
  }
  .push-center-text.text-left .driver-title {
    left: 20px;
  }
  .push-center-text.text-left .driver-title p {
    width: 80%;
  }
  .driver-title h3 {
    font-size: 30px;
  }
  .driver-title p {
    font-size: 13px;
  }
}
@media (max-width: 770px) {
  .bluefoot-column-4 {
    width: 100% !important;
  }
  .driver-title {
    position: initial;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    text-transform: uppercase;
    width: 100%;
    float: right !important;
  }
  .driver-title p {
    text-align: center;
    width: 100% !important;
  }
  .text-right .driver-title,
  .text-left .driver-title {
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    text-align: center;
  }
  .driver-title h3 {
    font-size: 28px;
    margin-top: 25px;
    margin-left: 5px;
    color: #000;
  }
  .driver-title p {
    color: #000;
    text-shadow: none;
  }
  .driver-title .button {
    background: none;
    font-size: 16px;
    border: 1px solid #002653;
    margin: auto !important;
  }
  .container-driver:hover {
    transform: none;
    filter: none;
    -webkit-filter: none;
  }
  .text-right img,
  .text-left img {
    transition: unset;
  }
}
.cms-access-plan .page-wrapper .page-main {
  max-width: 100%;
}
.cms-access-plan .page-wrapper .page-main #carousel_pub {
  height: 53vw;
  overflow: hidden;
}
.cms-access-plan .page-wrapper .page-main .core_content {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.cms-access-plan .page-wrapper .page-main .core_content .text_content .text_width {
  float: left;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.cms-access-plan .page-wrapper .page-main .core_content .text_content .text_width .text_title h3 {
  color: #000000;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
}
.cms-access-plan .page-wrapper .page-main .core_content .text_content .text_width .text_section p {
  width: 100%;
  color: #000000;
  font-size: 1.1em;
  text-align: justify;
}
.cms-access-plan .page-wrapper .page-main .core_content .text_content .text_width .sceau p {
  color: #000000;
  text-align: right;
  font-weight: bold;
  margin-top: 14%;
  font-size: 1.1em;
  text-transform: uppercase;
}
.cms-access-plan .page-wrapper .page-main .core_content .team_block {
  text-align: center;
  margin: 0 auto;
}
.cms-access-plan .page-wrapper .page-main .core_content .team_block .team_heading {
  background: url(../images/cms_pages/arrow.png) no-repeat center 15px;
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.cms-access-plan .page-wrapper .page-main .core_content .team_block .team_heading span {
  padding: 0 30px;
  background: #FFF;
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team {
  margin: 30px 0;
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content {
  margin: 0 auto;
  width: 100%;
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content:before {
  display: table;
  content: " ";
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content .team {
  float: left;
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content .team .team_pic img {
  width: 100%;
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content .team .team_name {
  height: 75px;
}
.cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content .team .team_name h3 span {
  color: #ff0000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
.cms-access-plan .page-wrapper .page-main .important {
  background: url(../images/cms_pages/dragon_fond_important2.jpg) no-repeat center;
  text-align: center;
  margin: 0 auto;
  padding: 1%;
  clear: both;
}
.cms-access-plan .page-wrapper .page-main .important h3 {
  margin: 10px 0 10px;
  color: #ff0000;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.cms-access-plan .page-wrapper .page-main .important p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.cms-access-plan .page-wrapper .page-main .important p b {
  color: #ff0000;
}
.cms-access-plan .page-wrapper .page-main .plan_down {
  float: left;
  background-color: #F2F4F6;
  padding: 15px 0px;
  width: 100%;
  margin: 30px 0;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction {
  float: left;
  box-sizing: border-box;
  padding: 0 15px;
  width: 50%;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction .block {
  margin-bottom: 0;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction .block .title span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction .text,
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction .container {
  color: #88898A;
  font-size: 12px;
  line-height: 18px;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction .direction_type {
  background-repeat: no-repeat;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction .direction_type p {
  position: relative;
  left: 35px;
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction #LME_largerMap span {
  color: #FFF;
  text-transform: uppercase;
  padding: 4px 0px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  background: #000000;
  margin: 15px 0px 6px;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction #LME_directions span {
  color: #FFF;
  text-transform: uppercase;
  padding: 4px 0px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-align: center;
  background: #ff0000;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction.second .direction_type {
  background-image: url(../images/cms_pages/icon_car.png);
  background-position: 0 5px;
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction.third .direction_type {
  background-image: url(../images/cms_pages/icon_metro.png);
}
.cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction.last .direction_type {
  background-image: url(../images/cms_pages/icon_mark.png);
}
.cms-club .text_row {
  margin: 0 0;
  padding: 0 15px;
  text-align: justify;
}
.cms-club .background_container_club {
  background-repeat: no-repeat;
  background-size: cover;
}
.cms-club .background_container_club .container_club {
  margin: 10px 0;
  padding: 15px 20px;
  position: relative;
}
.cms-club .background_container_club .container_club .heading_block {
  display: block;
  margin-bottom: 0;
}
.cms-club .background_container_club .container_club .block {
  display: block;
  margin-bottom: 0;
  padding: 15px 0px;
}
.cms-club .background_container_club .container_club .block_contact {
  width: 200px;
}
.cms-club .background_container_club .container_club ul {
  margin: 0;
  padding: 0;
}
.cms-club .background_container_club .container_club ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 12px;
  font-style: italic;
  *background: url(../images/cms_pages/arrow.jpg) no-repeat 0px 5px transparent;
  text-align: justify;
}
@media only screen and (max-width: 480px) {
  .cms-access-plan .page-wrapper .page-main .core_content .text_content .text_width {
    width: 100%;
  }
  .cms-access-plan .page-wrapper .page-main .core_content .team_block .team_heading {
    font-size: 18px;
  }
  .cms-access-plan .page-wrapper .page-main .core_content .team_block .team_heading span {
    padding: 0 10px;
  }
  .cms-access-plan .page-wrapper .page-main .core_content .plan_team .team_content .team {
    width: 100%;
  }
  .cms-access-plan .page-wrapper .page-main .plan_down .direction_content .direction {
    width: 100%;
  }
}
.page-header .logo {
  float: left;
}
.page-header .button-area {
  float: right;
  height: 45px;
}
.page-header ul.links li {
  margin: 0 !important;
}
.page-header ul.links li:not(.compare) a.my-top-link {
  margin: 0;
  float: none !important;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 0 10px;
  border-right: 1px solid #FFF !important;
  text-decoration: none;
  display: inline !important;
  font-weight: bold;
}
.page-header ul.links li:not(.compare) a.my-top-link:hover {
  color: #2ba6cb;
}
.page-header ul.links li:not(.compare):last-child a.my-top-link {
  border: none !important;
}
.page-header #switcher-language-trigger:after {
  font-weight: bold;
  display: none;
}
.block-search .search-autocomplete {
  left: 15px;
  right: 0;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list-title.title-term {
  border: 1px solid #000000;
  color: #fff;
  background: #000000;
  text-align: center;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .autocomplete-list-title.title-term:hover {
  border: 1px solid #000000;
  color: #fff;
  background: #000000;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl {
  border: 1px solid #000000;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl dd:not(:empty) {
  border: 1px solid #fff;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl dd:not(:empty) .amount {
  color: #ff0000;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl dd.selected {
  background: #fff;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl dt:not(:empty) {
  border: 1px solid #000000;
  color: #fff;
  background: #000000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result dl dt.selected {
  background: #fff;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .category-mini-crumb {
  color: #ff0000;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .price-box.price-final_price {
  display: inline;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .price-box.price-final_price .old-price,
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .price-box.price-final_price .special-price {
  display: inline;
}
.block-search .search-autocomplete .smile-elasticsuite-autocomplete-result .price-box.price-final_price .old-price {
  color: #ff0000;
}
form.minisearch.processing.active .mobile-search-loading {
  display: block;
}
form.minisearch .mobile-search-loading {
  position: absolute;
  display: none;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 15px;
  margin-top: -5px;
  top: 30px;
  right: 20px;
}
form.minisearch.processing .action.search .no-mobile-search-loading,
form.minisearch .action.search .no-mobile-search-loading {
  display: none;
}
.blackfriday-countdown {
  padding: 4px 7px;
  border-top: 1px solid #666666;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  font-family: Oswald Light, Arial, lucida grande, sans-serif;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
}
.blackfriday-countdown .countdown-timer {
  font-family: Oswald, Arial, lucida grande, sans-serif;
  margin: 3px 3px 0 3px;
}
.blackfriday-countdown strong {
  font-weight: normal;
  font-size: 19px;
  color: #ff0000;
  line-height: 19px;
}
.blackfriday-countdown .time-block {
  min-width: 20px;
  height: 25px;
  font-size: 17px;
  text-align: center;
  display: block;
  float: left;
  margin: 0 2px;
  background-color: #ff0000;
}
.blackfriday-countdown .cd-label {
  font-family: Arial, lucida grande, sans-serif;
  font-size: 10px;
  text-align: center;
}
.db-geolocation {
  text-transform: uppercase;
}
.db-geolocation .block_text {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.db-geolocation .seconde-url {
  font-family: Oswald, Arial, lucida grande, sans-serif;
}
.db-geolocation .seconde-url.choose-text {
  color: #ff0000;
}
.smile-es-range-slider {
  color: #666666 !important;
}
.smile-es-range-slider .ui-slider {
  margin: 5px 8px 5px 7px;
}
.smile-es-range-slider .ui-slider-handle {
  -webkit-border-radius: 0;
  width: 15px;
  height: 15px;
  background: #000000;
  cursor: pointer;
}
.smile-es-range-slider .actions-toolbar .action.primary.small {
  background: #000000;
  border: 1px solid #000000;
  border-radius: 0;
}
.customer__account {
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  padding-bottom: 28px;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 100px;
}
.customer__account .width-full {
  width: 100% !important;
}
.customer__account .venum_register_tip {
  line-height: 12px;
  height: 12px;
  color: #a6a6a6;
  margin-bottom: 16px;
  text-align: center;
  box-sizing: border-box;
}
.customer__account .venum_register_title {
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  color: #1b1a1a;
  margin-bottom: 26px;
}
.customer__account .venum_register_wrap {
  padding: 0 31px;
}
.customer__account .venum_register_wrap .venum_register_input {
  margin-bottom: 20px;
}
.customer__account .venum_register_wrap .venum_register_input input {
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  padding-left: 20px;
  box-sizing: border-box;
}
.customer__account .venum_register_wrap .venum_register_input input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.customer__account .venum_register_wrap .venum_register_controller .venum_register_btn {
  background-color: black;
  border-radius: 2px;
  height: 35px;
  border: none;
  box-shadow: none;
  color: white;
  text-align: center;
  line-height: 35px;
  margin-bottom: 48px;
  padding: 0;
  display: block;
  width: 100%;
}
.customer__account .venum_register_wrap .venum_register_link {
  color: #000;
  font-size: 14px;
}
.customer__account .venum_register_wrap .venum_register_link:hover {
  color: #1fa1da;
}
.customer__account .venum_register_wrap .venum_register_foot {
  text-align: center;
}
.venum_register_login,
.venum_register {
  width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.venum_register_login .venum_register_others,
.venum_register .venum_register_others {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.venum_register_login .venum_register_others .venum_register_forget a,
.venum_register .venum_register_others .venum_register_forget a,
.venum_register_login .venum_register_others .venum_register_wechat a,
.venum_register .venum_register_others .venum_register_wechat a {
  color: #000;
}
@media (max-width: 768px) {
  .customer__account {
    border: none;
    margin: 0;
  }
  .venum_register_login {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sign-login.customer__register__title {
    font-size: 42px;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
  .customer__register .venum-form-input {
    height: 32px !important;
  }
  .customer__register .fieldset {
    margin: 0;
  }
  .customer__register .fieldset.login.venum-login-fieldset {
    margin: 0 auto;
    width: 80%;
  }
  .customer__register p.center.serif-18 {
    font-size: 14px;
  }
  .customer__register .form-create-account p.center.serif-18 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .customer__register.form-create-account table tr {
    display: block;
  }
  .customer__register.form-create-account table tr:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .customer__register.form-create-account table tr:nth-child(1) td {
    margin: 16px 0px;
    margin-top: 0;
  }
  .customer__register.form-create-account table tr:nth-child(1) td:nth-child(2) {
    width: 56%;
    padding-right: 0;
  }
  .customer__register.form-create-account table tr:nth-child(1) .four-points {
    width: auto !important;
    padding: 0;
    padding-right: 10px;
  }
  .customer__register.form-create-account table tr:nth-child(4) {
    display: flex;
    justify-content: space-between;
  }
  .customer__register.form-create-account table tr td {
    display: block;
    padding: 0 10px;
    margin: 16px 0px;
    margin-top: 0;
  }
  .customer__register.form-create-account table tr td.half {
    width: 100% !important;
  }
  .customer__register.form-create-account table tr td.yzm {
    width: 100% !important;
  }
  .customer__register.form-create-account table tr td .actions-toolbar {
    margin-bottom: 10px;
  }
  .customer__register.form-create-account table tr td #get_yzm {
    height: 32px;
    line-height: 32px;
  }
  .customer__register .venum-blue-btn {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .customer__register .venum-toolbar {
    margin-bottom: 26px;
  }
}
.venum_register .field {
  margin-top: 10px;
  position: relative;
}
.venum_register .field #get_yzm {
  position: absolute;
  top: 7.5px;
  right: 10px;
  cursor: pointer;
}
.venum_register .field input {
  height: 35px;
  line-height: 35px;
}
.venum_register .field input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.venum_register .venum_register_controller .register {
  margin-top: 30px;
  margin-bottom: 48px;
  border-radius: 2px;
  color: white;
  text-align: center;
  line-height: 34px;
  height: 35px;
  width: 100%;
  padding: 0;
  border: none;
}
.venum_register .venum_register_controller .register:hover {
  padding: unset !important;
  background: black !important;
}
.venum_register .venum_register_controller .venum_register_link {
  font-size: 14px;
  color: #000;
}
.venum_register .venum_register_controller .actions-toolbar {
  margin-left: unset !important;
}
