/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";

@font-face {
  font-family: "Gotham";
  src: local("Gotham Book"), local("Gotham-Book"),
    url("../fonts/Gotham-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Book Italic"), local("Gotham-BookItalic"),
    url("../fonts/Gotham-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium"), local("Gotham-Medium"),
    url("../fonts/Gotham-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Medium Italic"), local("Gotham-MediumItalic"),
    url("../fonts/Gotham-MediumItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold"), local("Gotham-Bold"),
    url("../fonts/Gotham-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Bold Italic"), local("Gotham-BoldItalic"),
    url("../fonts/Gotham-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Black"), local("Gotham-Black"),
    url("../fonts/Gotham-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham";
  src: local("Gotham Black Italic"), local("Gotham-BlackItalic"),
    url("../fonts/Gotham-BlackItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: "Gotham", system-ui, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #4b4b4b;
  background: #fff;
  background-size: 100%;
}

body.page-index,
body.page-category,
body.page-product {
  background: #fff;
}

body.open-menu-fixed {
  height: 100%;
  overflow: hidden;
}

*,
*:hover,
*:focus,
*:active,
*:hover:focus,
*:hover:active,
*:active:focus {
  outline: none !important;
}

a {
  color: #000;
  text-decoration: none;
  transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #d41318;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
select,
.form-control-select,
select.form-control:not([size]):not([multiple]),
textarea {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #000;
  transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
select:focus,
.form-control-select:focus,
select.form-control:not([size]):not([multiple]):focus,
textarea:focus {
  border: 1px solid #000;
}

.form-control-select,
select.form-control:not([size]):not([multiple]) {
  padding: 0 45px 0 15px;
  background: #fff url("../images/icon-arrow-down-small.svg") right 10px center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea.form-control {
  min-height: 210px;
  height: auto;
  padding: 15px;
  background: #fff;
  border: 1px solid #b5b5b5;
  color: #000;
}

.form-control:disabled,
.form-control[readonly] {
  background: #eee !important;
  opacity: 0.5;
}

.input-group .input-group-btn.group-span-filestyle>.btn {
  margin: 0 0 0 15px;
  padding: 10px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.input-group .input-group-btn.group-span-filestyle>.btn:hover {
  background: #000;
  color: #fff;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  color: #4b4b4b;
}

.alert {
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

#module-gformbuilderpro-form #create_account_error,
#module-gformbuilderpro-form .success_box {
  margin: 20px 0 0;
}

.alert ul {
  margin: 0;
  display: inline-block;
}

.alert-warning {
  background-color: #fafafa;
  border-color: #000;
  color: #000;
}

.alert-danger {
  background-color: #fef7f7;
  border-color: #d8292e;
  color: #d41318;
}

.alert-danger:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-warning.svg") center no-repeat;
  background-size: 30px;
}

.alert-danger ol {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.alert-success,
.success_box {
  background-color: #e6fff1;
  border-color: #2bcd73;
  color: #16c764;
}

.success_box {
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 0;
}

.success_box #thankyou-page {
  display: inline-block;
}

.alert-success:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-check-green.svg") center no-repeat;
  background-size: 35px;
}

.gformbuilderpro_form #thankyou-page .alert-success {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #16c764;
}

.gformbuilderpro_form #thankyou-page .alert-success:before {
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-check-green.svg") center no-repeat;
  background-size: 35px;
}

.gformbuilderpro_form #thankyou-page .alert-success .close,
.success_box #thankyou-page>p {
  display: none;
}

#order-infos .box .button-primary {
  color: #d41318;
  border-bottom: 1px solid #d41318;
}

#order-infos .box .button-primary:hover {
  border-bottom: 1px solid transparent;
}

.ps-alert-success {
  padding: 0;
}

.ps-alert-success .item {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  background: #e6fff1;
  color: #16c764;
  border: 1px solid #2bcd73;
}

.ps-alert-success .item i {
  display: none;
}

.ps-alert-success .item p {
  padding: 0;
  background: none;
  color: #16c764;
}

.custom-checkbox {
  letter-spacing: -0.5px;
}

.custom-checkbox label {
  padding-left: 0;
  display: inline;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.custom-checkbox label.psgdpr_consent_message {
  padding-left: 0;
}

.custom-checkbox label.psgdpr_consent_message span+span {
  margin-bottom: 5px;
  padding-left: 35px;
  padding-top: 5px;
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkbox label a {
  margin: 0;
  display: inline-block;
}

.custom-checkbox label a:hover {
  color: #d41318;
}

.custom-checkbox.custom-checkbox__small-text label {
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkbox a {
  margin-left: 35px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #d41318;
  text-decoration: underline;
}

.custom-checkbox a:hover {
  text-decoration: none;
}

.custom-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 5px 0 0;
  padding: 0;
  left: 0;
  z-index: 3;
}

.custom-checkbox input[type="checkbox"]+span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: -5px 10px 0 0 !important;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #adadad;
}

body#category .custom-checkbox input[type="checkbox"]+span {
  border: 2px solid #fff !important;
  background: #000;
}

body#category .custom-checkbox input[type="checkbox"]:checked+span {
  border: 1px solid #d41318 !important;
  background: #d41318;
}

.custom-checkbox input[type="checkbox"]:checked+span {
  border: 1px solid #d41318 !important;
  background: #d41318;
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked {
  width: 20px;
  height: 20px;
  margin: -1px 0 0 -1px;
  padding: 1px;
  color: #fff;
  font-size: 0;
  text-align: center;
  background: url("../images/icon-check-white.svg") center no-repeat;
  background-size: 18px;
}

.form-group {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: left;
}

.form-group-top {
  align-items: flex-start;
}

.form-group hr {
  margin: 50px 0;
  border-top: 1px solid #dcdcdc;
}

.form-group .form-control:focus {
  border: 1px solid #000;
}

.form-group .form-control-label {
  margin: 15px 0 0;
  padding-top: 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: -0.5px;
}

body.page-order .form-group .form-control-label {
  margin: 0;
}

.form-group.form-group-top .form-control-label {
  margin: 0;
  padding-top: 7px;
}

.form-group .form-control-label.required:after {
  content: " *";
}

.form-group .input-group .input-group-btn>.btn[data-action="show-password"] {
  margin: 0 0 0 15px;
  padding: 10px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  background: #fff;
  color: #000;
  border: 2px solid #000;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.form-group .input-group .input-group-btn>.btn[data-action="show-password"]:hover {
  background: #000;
  color: #fff;
}

.form-info {
  margin-bottom: 70px;
}

.form-fieldset-title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
}

.form-control-comment {
  display: none;
}

.form-control-valign {
  padding-top: 0;
}

.form-footer {
  margin: 30px 0 0;
}

.form-footer .small-text {
  margin-top: 15px;
}

.globomenu .globomenu-target-text,
#header .header-top .globomenu.globomenu-main>li>a {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.globomenu .globomenu-grid-row .globomenu-target {
  padding: 5px 10px !important;
}

.login-form {
  margin: 0 0 30px;
}

.radio-checkbox-bl {
  padding-bottom: 15px;
}

.radio-checkbox-bl .custom-checkbox label {
  margin-bottom: 0;
}

.radio-inline {
  margin: 0 30px 0 0;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  letter-spacing: -0.5px;
}

.radio-inline:last-child {
  margin-right: 0;
}

.radio-inline .custom-radio,
.custom-radio {
  margin-right: 10px;
  border: 1px solid #b6b6b6;
  background: #fff;
}

.radio-inline .custom-radio input[type="radio"]:checked+span,
.custom-radio input[type="radio"]:checked+span {
  width: 20px;
  min-width: 20px;
  height: 20px;
  left: -1px;
  top: -1px;
  border: 6px solid #d41318;
  background: #fff;
}

.page-order-detail {
  font-size: 15px;
  color: #000;
}

.page-order-detail .box {
  box-shadow: none;
  border: 1px solid #dcdcdc;
}

.table .thead-default th {
  padding: 15px;
  font-size: 18px;
  line-height: 1.2;
  color: #000;
  vertical-align: top;
  background: #dedede;
}

.table tbody td,
.table tbody th {
  padding: 15px;
  font-size: 14px;
}

#anchor-after-category-info,
#anchor-after-article-info {
  position: relative;
  top: 5px;
  font-size: 0;
}

#anchor-after-article-info {
  position: relative;
  top: -50px;
}

#blockcart-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 100px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  overflow-y: auto;
}

#blockcart-modal .modal-dialog .modal-content {
  background: none;
  border: none;
  border-radius: 0;
}

#blockcart-modal .modal-dialog .modal-header {
  padding: 0;
  background: none;
  border: none;
}

#blockcart-modal .modal-dialog .modal-header .close {
  display: none;
}

#blockcart-modal .modal-dialog .modal-header .modal-title {
  margin: 0 0 40px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}

#blockcart-modal .modal-dialog .modal-header .modal-title i {
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
  font-size: 0;
  background: url("../images/icon-check-white.svg") center no-repeat;
  background-size: 30px;
}

.modal-backdrop.in {
  opacity: .5;
  z-index: 9999;
}

.modal-backdrop.fade.in {
  z-index: 0;
}

#blockcart-modal .modal-dialog .modal-body {
  padding: 0;
  background: none;
  color: #fff;
}

#blockcart-modal .modal-dialog .modal-body p {
  color: #fff;
}

#blockcart-modal .modal-dialog .modal-body .divide-right {
  border-right: 1px solid #2e2d2d;
}

#blockcart-modal .modal-dialog .modal-body .product-name {
  margin: 5px 0 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
}

#blockcart-modal .modal-dialog .modal-body .product-quantity {
  font-size: 18px;
  line-height: 26px;
}

#blockcart-modal .modal-dialog .modal-body .cart-products-count {
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 34px;
}

#blockcart-modal .modal-dialog .modal-body .cart-content {
  padding: 0;
}

#blockcart-modal .modal-dialog .modal-body .cart-product-price-info {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#blockcart-modal .modal-dialog .modal-body .cart-product-price-info.cart-product-price-info_total {
  margin: 20px 0 15px;
}

#blockcart-modal .modal-dialog .modal-body .cart-product-price-info .total-price {
  font-size: 22px;
  line-height: 34px;
}

#blockcart-modal .modal-dialog .modal-footer {
  padding: 0;
  border: none;
}

#blockcart-modal .modal-dialog .modal-footer .cart-content-btn {
  margin: 50px 0 0;
  font-size: 0;
}

#blockcart-modal .modal-dialog .modal-footer .cart-content-btn .btn-secondary {
  margin: 0 40px 0 0;
  padding: 10px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
  border: 2px solid #fff;
}

#blockcart-modal .modal-dialog .modal-footer .cart-content-btn .btn-secondary:hover {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

#content-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

#index #content-wrapper {
  max-width: none;
}

body.page-category #content-wrapper,
body#module-multiquiz-quiz #content-wrapper,
body.cms-article-page #content-wrapper {
  max-width: 100%;
}

.cms-article-page img {
  max-width: 100%;
  height: auto;
}

.cms-article-page iframe {
  max-width: 100%;
}

#footer,
body#checkout #footer {
  /*max-width: 1600px;*/
  margin: 200px auto 0;
  padding: 100px 0 0;
  background: #000;
  color: #fff;
}

body.page-index #footer {
  margin-top: 0;
}

#header {
  background: none;
}

#header a {
  color: #000;
}

#header a:hover {
  color: #d41318;
}

#header .logo.white-logo {
  display: none;
}

#header .header-nav,
body#checkout #header .header-nav {
  max-height: none;
  margin: 0;
  border: none;
  position: relative;
  z-index: 11;
  box-shadow: none;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

body#category #header .header-nav {
  background-color: #000;
}

body#checkout #header .header-nav {
  padding: 20px 0 0;
}

body.open-menu.opening-menu #header .header-nav {
  z-index: 2;
}

body.open-menu #header .header-nav,
body#checkout.open-menu #header .header-nav {
  z-index: 12;
}

#header .header-nav .register-new-product-link {
  margin-right: 40px;
}

#header .header-nav .register-new-product-link {
  padding: 4px 0;
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  vertical-align: top;
}

/*body.open-menu #header .header-nav .register-new-product-link {
              color: #fff;
          }*/
#header .header-nav .register-new-product-link:hover {
  color: #d41318;
}

#header .header-nav .register-new-product-link:before {
  background: url(../images/icon-register.svg) center no-repeat;
}

#header .header-nav .register-new-product-link:before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
}

/*body.open-menu #header .header-nav .register-new-product-link:before {
                  background: url(../images/icon-register-white.svg) center no-repeat;
              }*/
#header .header-top .blockcart {
  height: 30px;
  padding: 0;
  text-align: left;
  background: none;
}

#header .header-top .blockcart.cart-preview.active {
  background: none;
}

#header .header-top .blockcart .header {
  margin: 0;
  padding: 5px 0 0;
  cursor: pointer;
  position: relative;
}

#header .header-top .blockcart .header span {
  display: none;
}

#header .header-top .blockcart.active .header span.cart-products-count {
  width: 18px;
  height: 18px;
  padding: 0 3px;
  position: absolute;
  top: 3px;
  right: -5px;
  background: #d41318;
  border-radius: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  display: block;
  text-align: center;
}

#header .header-top .blockcart .header .shopping-cart {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 0;
  background: url("../images/icon-cart.svg") center no-repeat;
  background-size: 25px;
  vertical-align: top;
}

#header .header-nav #_desktop_contact_link #contact-link a,
body.open-menu #header .header-menu #_desktop_contact_link a,
#header.open-menu .header-menu #_desktop_contact_link a {
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
}

#header .header-nav #_desktop_contact_link #contact-link {
  margin: 0 30px 0 0;
  float: left;
}

#header .header-nav #_desktop_contact_link #contact-link a:before,
#header.open-menu .header-menu #_desktop_contact_link a:before,
body.open-menu #header .header-menu #_desktop_contact_link a:before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-address.svg") center no-repeat;
  background-size: cover;
}

#header .header-nav .container {
  width: 1430px;
}

#header .header-top .user-info {
  margin: 0;
}

#header .header-nav .user-info {
  margin: 0;
}

#header .header-top .user-info span,
#header .header-top .user-info .account {
  display: none;
}

#header .header-nav .user-info .material-icons {
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url("../images/icon-user.svg") center no-repeat;
  background-size: 25px;
}

#header .header-top .user-info .material-icons {
  width: 25px;
  height: 25px;
  font-size: 0;
  background: url("../images/icon-user.svg") center no-repeat;
  background-size: 25px;
}

#header .header-nav .blockcart .header {
  margin: 0;
  padding: 5px 0 0;
  cursor: pointer;
  position: relative;
}

#header .header-nav .blockcart {
  height: 30px;
  margin: 0 0 0 30px;
  padding: 0;
  text-align: left;
  background: none;
}

#header .header-top .user-info .logout {
  font-size: 14px;
}

#header .header-nav .user-info span,
#header .header-nav .user-info .account {
  display: none;
}

#header .header-nav .blockcart.cart-preview.active {
  background: none;
}

#header .header-nav .blockcart .header .shopping-cart {
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 0;
  background: url("../images/icon-cart.svg") center no-repeat;
  background-size: 25px;
  vertical-align: top;
}

#header .header-nav .blockcart .header span {
  display: none;
}

#header .header-nav .blockcart.active .header span.cart-products-count {
  width: 18px;
  height: 18px;
  padding: 0 3px;
  position: absolute;
  top: 3px;
  right: -5px;
  background: #d41318;
  border-radius: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  display: block;
  text-align: center;
}

#header .header-nav .language-selector {
  margin: 0 30px 0 0;
  float: left;
  color: #000;
}

#header .header-nav .language-selector .dropdown-backdrop {
  display: none;
}

#header .header-nav .language-selector .dropdown-menu {
  padding: 20px 0;
  top: calc(100% + 5px);
  background: #000;
  border: none;
  z-index: 99;
  font-size: 14px;
}

#header .header-nav .language-selector .dropdown-menu li a {
  padding: 7px 33px;
  display: block;
  color: #fff;
}

#header .header-nav .language-selector .dropdown-menu li a:hover,
#header .header-nav .language-selector .dropdown-menu li.current a {
  color: #d41318;
}

#header .header-nav .language-selector .btn-unstyle span {
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

#header .header-nav .language-selector .btn-unstyle:hover span,
#header .header-nav .language-selector .btn-unstyle:focus span,
#header .header-nav .language-selector .dropdown-menu a:hover,
#header .header-nav .language-selector .dropdown-menu a:focus,
#header .header-nav .language-selector.dropdown:hover .expand-more {
  color: #d41318;
}

/*#header .header-nav .language-selector .btn-unstyle:before,
#header.open-menu .header-menu #_desktop_language_selector button:before,
body.open-menu #header .header-menu #_desktop_language_selector button:before {
  content: "";
  width: 22px;
  height: 22px;
  margin: 0 2px 0 0;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-lang.svg") center no-repeat;
  background-size: cover;
}

#header.open-menu .header-menu #_desktop_language_selector button:before {
  background: url("../images/icon-lang-white.svg") center no-repeat !important;
  background-size: cover;
}

/*body.open-menu #header .header-menu #_desktop_language_selector button:before,
                  #header.open-menu .header-menu #_desktop_language_selector button:before,
                  body.open-menu #header .header-nav .language-selector .btn-unstyle:before{
                      background: url("../images/icon-lang-white.svg") center no-repeat;
                      background-size: cover;
                  }*/
#header .header-nav .language-selector .btn-unstyle span.expand-more,
#header.open-menu .header-menu #_desktop_language_selector button,
body.open-menu #header .header-menu #_desktop_language_selector button span.expand-more {
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}

#header .header-nav .language-selector .btn-unstyle i,
body.open-menu #header .header-menu #_desktop_language_selector button i {
  display: none;
}

#header .header-top #_desktop_contact_link #contact-link {
  float: left;
}

#header.open-menu .header-menu #_desktop_contact_link {
  line-height: 1;
}

#header .header-top #_desktop_contact_link #contact-link a,
body.open-menu #header .header-menu #_desktop_contact_link a,
#header.open-menu .header-menu #_desktop_contact_link a {
  font-size: 12px;
  line-height: 25px;
  display: inline-block;
}

body.open-menu #header .header-menu #_desktop_contact_link a,
#header.open-menu .header-menu #_desktop_contact_link a {
  color: #fff;
}

#header .header-top #_desktop_contact_link #contact-link a:hover {
  color: #d41318;
}

#header .header-top #_desktop_contact_link #contact-link a:before,
#header.open-menu .header-menu #_desktop_contact_link a:before,
body.open-menu #header .header-menu #_desktop_contact_link a:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon-address.svg") center no-repeat;
  background-size: cover;
}

#header.open-menu .header-menu #_desktop_contact_link a:before {
  background: url("../images/icon-address-white.svg") center no-repeat !important;
  background-size: cover;
}

#header .header-top {
  padding: 0;
  position: relative;
  z-index: 10;
  text-align: center;
}

#header .header-top>.container {
  position: static;
}

#header .header-top:after {
  content: "";
  display: table;
  clear: both;
}

#header .header-top .header-logo {
  width: 230px;
  margin: 0 0 0 -115px;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 201;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

#header .header-top .menu {
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0 0;
  display: block;
}

#header .header-top .menu>ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .header-top .menu>ul>li {
  width: 100%;
  margin: 0;
  text-align: left;
}

#header .header-top .menu>ul>li:nth-child(2) {
  margin: 0 200px 0 0;
}

#header .header-top .menu>ul>li:nth-child(3) {
  margin: 0 0 0 200px;
}

#header .header-top .menu>ul>li>a {
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #000;
}

#header .header-top .globo-hidden-menu-clearfix {
  padding: 0;
  position: static;
}

#header .header-top .globomenu.globomenu-main {
  padding: 0 15px;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: static;
}

#header .header-top .globomenu.globomenu-main>li {
  width: 100%;
  margin: 0;
  text-align: left;
  z-index: 200;
}

.globomenu.globomenu-main>li>ul {
  padding: 165px calc(50% - 570px) 20px;
}

#header .header-top .globomenu.globomenu-main>li.open {
  z-index: 199;
}

#header .menu-container {
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#header .menu-container>#menu-icons-container {
  display: flex;
  flex-direction: row;
  margin-right: 50px;
}

#header .menu-container>#menu-icons-container>div {
  margin-left: 10px;
}

#header .menu-container>#menu-logo-container {
  margin-left: 50px;
}

#header .header-top .globomenu.globomenu-main>li:nth-child(2) {
  margin: 0 200px 0 0;
}

#header .header-top .globomenu.globomenu-main>li:nth-child(3) {
  margin: 0 0 0 200px;
}

#header .header-top .globomenu.globomenu-main>li>a {
  padding: 45px 10px 65px !important;
  text-transform: uppercase;
  font-family: "Gotham", system-ui, sans-serif !important;
  border: none !important;
  background: none !important;
}

#header .header-top .globomenu.globomenu-main>li>a:hover,
#header .header-top .globomenu.globomenu-main>li.open>a {
  text-decoration: underline;
}

#header .header-top .globomenu.globomenu-main>li.open>a {
  z-index: 1003;
}

#header .header-top .globomenu.globomenu-main>li>a:hover span,
#header .header-top .globomenu.globomenu-main>li.open>a span {
  text-decoration: underline;
}

#header .header-top .globomenu.globomenu-main>li:hover>a {
  text-decoration: underline;
  background: none !important;
}

#header .header-top .globomenu.globomenu-main>li>ul {
  /* position: absolute;
  left: -100%;
  width: 100vw; */
  margin: 0;
  padding: 20px calc(50% - 570px) 20px;
  margin-top: 160px;
  box-shadow: none !important;
  border: none !important;
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  height: auto;
  max-height: none !important;
  opacity: 1;
  visibility: visible;
  background: #000 !important;
  top: -1000px;
  z-index: 1002;
  /*transition: all .5s ease-in-out;
                      -moz-transition: all .5s ease-in-out;
                      -webkit-transition: all .5s ease-in-out;
                      -o-transition: all .5s ease-in-out;*/
}

#header .header-top .globomenu.globomenu-main>li.open>ul {
  top: -50px !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child {
  width: 65%;
  padding: 0 15px !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child .globomenu-target {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child>ul {
  width: 100%;
  padding: 0 !important;
  border: none;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child>ul>li>a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child>ul>li>a:hover {
  text-decoration: underline !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child>ul>li>a span {
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:first-child>ul>li>a:hover span {
  text-decoration: underline !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:nth-child(2) {
  width: 25%;
  padding: 0 15px !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:nth-child(2)>ul {
  width: 100%;
  padding: 0 !important;
  border: none;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:nth-child(2)>ul>li>a {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:nth-child(2)>ul>li>a:hover {
  text-decoration: underline !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:nth-child(2)>ul>li>a span {
  color: #fff !important;
  text-transform: uppercase !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#header .header-top .globomenu.globomenu-main>li>ul>li:nth-child(2)>ul>li>a:hover span {
  text-decoration: underline !important;
}

body.page-category #header .logo,
body#module-multiquiz-quiz #header .logo,
body.cms-article-page #header .logo,
#header.open-menu .logo {
  display: none;
}

body.page-category #header .logo.white-logo,
body.cms-article-page #header .logo.white-logo,
body#module-multiquiz-quiz #header .logo.white-logo,
body.open-menu .logo.white-logo,
#header.open-menu .logo.white-logo {
  display: block;
}

body.page-category #header .header-top .user-info .material-icons,
body#module-multiquiz-quiz #header .header-top .user-info .material-icons,
body.cms-article-page #header .header-top .user-info .material-icons,
#header.open-menu .header-top .user-info .material-icons {
  background: url(../images/icon-user-white.svg) center no-repeat;
}

body.page-category #header .header-top .blockcart .header .shopping-cart,
body#module-multiquiz-quiz .header-top .blockcart .header .shopping-cart,
body.cms-article-page #header .header-top .blockcart .header .shopping-cart,
#header.open-menu .header-top .blockcart .header .shopping-cart {
  background: url(../images/icon-cart-white.svg) center no-repeat;
  background-size: 100%;
}

body.page-category #header .header-top #_desktop_contact_link #contact-link a,
body#module-multiquiz-quiz #header .header-top #_desktop_contact_link #contact-link a,
body.cms-article-page #header .header-top #_desktop_contact_link #contact-link a {
  color: #fff;
}

body.page-category #header .header-top #_desktop_contact_link #contact-link a:hover,
body#module-multiquiz-quiz #header .header-top #_desktop_contact_link #contact-link a:hover,
body.cms-article-page #header .header-top #_desktop_contact_link #contact-link a:hover {
  color: #d41318;
}

body.page-category #header .header-top #_desktop_contact_link #contact-link a:before,
body#module-multiquiz-quiz #header .header-top #_desktop_contact_link #contact-link a:before,
body.cms-article-page #header .header-top #_desktop_contact_link #contact-link a:before {
  background: url(../images/icon-address-white.svg) center no-repeat;
}

body.page-category #header .header-nav .language-selector,
body.cms-article-page #header .header-nav .language-selector {
  color: #fff;
}

body.page-category #header .header-nav .language-selector .btn-unstyle:before,
body#module-multiquiz-quiz #header .header-nav .language-selector .btn-unstyle:before,
body.cms-article-page #header .header-nav .language-selector .btn-unstyle:before {
  background: url(../images/icon-lang-white.svg) center no-repeat;
}

body.page-category #header .header-nav .language-selector .btn-unstyle span,
body.page-category #header .header-nav .register-new-product-link,
body#module-multiquiz-quiz #header .header-nav .language-selector .btn-unstyle span,
body#module-multiquiz-quiz #header .header-nav .register-new-product-link,
body.cms-article-page #header .header-nav .language-selector .btn-unstyle span,
body.cms-article-page #header .header-nav .register-new-product-link {
  color: #fff;
}

body.page-category #header .header-nav .register-new-product-link:before,
body#module-multiquiz-quiz #header .header-nav .register-new-product-link:before,
body.cms-article-page #header .header-nav .register-new-product-link:before {
  background: url(../images/icon-register-white.svg) center no-repeat;
}

body.page-category #header .header-nav .register-new-product-link:hover,
body.page-category #header .header-nav .language-selector .btn-unstyle:hover span,
body#module-multiquiz-quiz #header .header-nav .register-new-product-link:hover,
body#module-multiquiz-quiz #header .header-nav .language-selector .btn-unstyle:hover span,
body.cms-article-page #header .header-nav .register-new-product-link:hover,
body.cms-article-page #header .header-nav .language-selector .btn-unstyle:hover span {
  color: #d41318;
}

body.page-category #header .header-top .globomenu.globomenu-main>li>a,
body.page-category #header .header-top .globomenu.globomenu-main>li>a:hover,
body#module-multiquiz-quiz #header .header-top .globomenu.globomenu-main>li>a,
body#module-multiquiz-quiz #header .header-top .globomenu.globomenu-main>li>a:hover,
body.cms-article-page #header .header-top .globomenu.globomenu-main>li>a,
body.cms-article-page #header .header-top .globomenu.globomenu-main>li>a:hover,
body.page-category #header .header-top .globomenu.globomenu-main>li>a span,
body#module-multiquiz-quiz #header .header-top .globomenu.globomenu-main>li>a span,
body.cms-article-page #header .header-top .globomenu.globomenu-main>li>a span {
  color: #fff !important;
}

#stores .page-stores {
  width: 100%;
}

#stores .page-stores .store-item-container {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#stores .page-stores .store-item-container .store-description {
  width: 65%;
  padding: 0 30px 0 0;
  font-size: 18px;
  line-height: 30px;
}

#stores .page-stores .store-item-container .store-description .card-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

#stores .page-stores .store-item-container .store-description address {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
}

#stores .page-stores .store-item-container .store-description .store-item-footer.divide-top {
  margin-top: 20px;
  padding-top: 0;
  display: block;
}

#stores .page-stores .store-item-container .store-description .store-item-footer.divide-top .card-block {
  padding: 20px 0 0;
}

#stores .page-stores .store-item-container .store-description .store-item-footer.divide-top .card-block .icon-phone,
#stores .page-stores .store-item-container .store-description .store-item-footer.divide-top .card-block .icon-email {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 0;
  background: url("../images/icon-phone.svg") center no-repeat;
  background-size: 20px;
}

#stores .page-stores .store-item-container .store-description .store-item-footer.divide-top .card-block .icon-email {
  background: url("../images/icon-email.svg") center no-repeat;
  background-size: 20px;
}

#stores .page-stores .store-item-container .divide-left {
  width: 35%;
  padding: 0;
  border: none;
}

#stores .page-stores .store-item-container ul {
  font-size: 18px;
  line-height: 30px;
}

body.open-menu,
body.open-filter {
  /*overflow: hidden;*/
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

body.open-menu:after {
  z-index: 1000;
  opacity: 1;
}

body.open-menu #header {
  position: relative;
  z-index: 1001;
}

/*body.open-menu #header .logo {
              display: none;
          }
          body.open-menu #header .logo.white-logo {
              display: block;
          }
          body.open-menu #header .header-top .globomenu.globomenu-main .globomenu-item-level-0>.globomenu-target {
              color: #fff !important;
          }*/
body.opening-menu #header .header-logo {
  z-index: 1;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

body.opening-menu #header .header-top .globomenu.globomenu-main>li>a,
body.opening-menu #header .header-top .globomenu.globomenu-main>li {
  z-index: 1;
}

body.opening-menu #header .header-top .globomenu.globomenu-main>li.opening {
  z-index: 2;
}

#main .page-footer {
  margin: 0 0 20px;
}

.page-index #main .page-footer {
  margin: 0;
}

#main .page-footer .account-link+.account-link {
  display: none;
}

#main .page-footer .account-link span {
  font-size: 16px;
}

#main .page-footer .account-link i {
  font-size: 20px;
}

#order-details {
  padding: 40px 15px;
}

#order-details .card-title {
  margin: 0 0 25px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

#main .page-content {
  margin: 0 auto 100px;
  padding: 0;
  border: none;
  box-shadow: none;
}

#main .page-content h6 {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: normal;
}

#main .page-content.colissimo-toolbar {
  margin-bottom: 0;
  padding: 20px;
}

#main .colissimo-tracking-history .colissimo-tracking-history-content,
#main .colissimo-tracking-history .colissimo-tracking-history-header {
  padding: 20px;
}

#main .colissimo-shipments {
  color: #000;
}

.link-to-compare-wr {
  display: none;
}

body#product .link-to-compare-wr.show {
  display: block;
}

body#product .link-to-compare-wr.show .link-to-compare {
  line-height: 20px;
}

.link-to-compare {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #d41318;
  border-bottom: 1px solid #d41318;
}

.link-to-compare:hover {
  opacity: 0.8;
  border-bottom: 1px solid rgb(212, 19, 24, 0.8);
}

.page-category #products {
  margin: 0 auto;
}

.featured-products {
  margin: 100px 0 0;
}

.featured-products .products-section-title {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-align: left;
}

.page-category #products .products,
.featured-products .products {
  display: block;
  padding: 0px 200px 0px;
}

.page-category #products .product-miniature,
.featured-products .product-miniature {
  margin: 0;
  padding: 100px 0;
  border-bottom: 1px solid #dcdcdc;
}

.page-category #products .product-miniature:last-child,
.featured-products .product-miniature:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.page-category #products .product-miniature .thumbnail-container,
.featured-products .product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: none;
  background: none;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  text-align: center;
}

.page-category #products .product-miniature .thumbnail-container .row,
.featured-products .product-miniature .thumbnail-container .row {
  width: calc(100% + 30px);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  text-align: center;
}

.page-category #products .product-miniature .thumbnail-container img {
  mix-blend-mode: darken;
}

.page-category #products .product-miniature .thumbnail-container img,
.featured-products .product-miniature .thumbnail-container img {
  max-width: 100%;
  margin: 0;
  display: inline-block;
}

.page-category #products .product-miniature .product-flags,
.featured-products .product-miniature .product-flags {
  display: none;
}

.page-category #products .product-miniature .product-description,
.featured-products .product-miniature .product-description {
  width: 100%;
  height: auto !important;
  position: static;
  background: none;
  box-shadow: none;
}

.page-category #products .product-miniature .product-description .product-title,
.featured-products .product-miniature .product-description .product-title {
  margin: 0 0 35px;
  text-align: left;
  text-transform: uppercase;
}

.page-category #products .product-miniature .product-description .product-title a,
.featured-products .product-miniature .product-description .product-title a {
  text-align: left;
  font-size: 45px;
  font-weight: 900;
  line-height: 55px;
  color: #000;
}

.page-category.view-list #products .product-miniature .product-description .product-range {
  font-size: 45px;
}

.page-category #products .product-miniature .product-description .product-title a:hover,
.featured-products .product-miniature .product-description .product-title a:hover {
  color: #d41318;
}

.page-category #products .product-miniature .product-description .product-range {
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0 0;
}

.page-category #products .product-miniature .product-description .product-short-description,
.featured-products .product-miniature .product-description .product-short-description {
  margin: 0;
  text-align: left;
}

.page-category #products .product-miniature .product-description .product-short-description p {
  margin: 0;
}

.page-category #products .product-miniature .product-description .product-attributes,
.featured-products .product-miniature .product-description .product-attributes {
  margin: 0 0 40px;
  text-align: left;
  color: #000;
}

body.view-grid .attribute {
  display: none;
}

body.view-list .attribute {
  display: flex;
  align-items: center;
  margin-top: 27px;
}

body.view-list .attribute img {
  width: 25px;
}

body.view-list .attribute span {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 10px;
}

body.view-list .product-attributes.view-list {
  margin: 0 !important;
  padding: 0 !important;
}

body.view-list #add-to-compare-or-refuse {
  opacity: 1 !important;
}

.page-category #products .product-miniature .product-description .product-attributes .attribute img,
.featured-products .product-miniature .product-description .product-attributes .attribute img {
  width: 25px;
  height: auto;
  margin: 0 10px 0 0;
}

.page-category #products .product-miniature .product-description .product-attributes .attribute span,
.featured-products .product-miniature .product-description .product-attributes .attribute span {
  display: inline-block;
  padding: 0 0 6px;
  vertical-align: middle;
}

.page-category.view-list #products .product-miniature .product-price-action {
  margin: 40px 0 0;
}

.page-category #products .product-miniature .product-price-action .add-to-cart-or-refresh,
.featured-products .product-miniature .product-price-action .add-to-cart-or-refresh,
.page-category #products .product-miniature .product-price-action .product-link,
.featured-products .product-miniature .product-price-action .product-link {
  margin: 0 30px 0 0;
  float: left;
}

body.view-list .product-description .product-link-container {
  display: flex;
}

body.view-list .product-description .product-link {
  float: none !important;
}

.page-category #products .product-miniature .product-price-action .product-price-and-shipping,
.featured-products .product-miniature .product-price-action .product-price-and-shipping {
  margin: 0 0 42px;
  float: none;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-align: left;
}

.page-category.view-grid #products .product-miniature .product-price-action .product-price-and-shipping {
  font-size: 15px;
}

.page-category.view-list #products .product-miniature .product-price-action .product-price-and-shipping {
  display: flex;
}

.page-category #products .product-miniature .product-price-action .product-price-and-shipping .price {
  /*  display: flex;
  align-items: center; */
}

.page-category.view-grid #products .product-miniature .product-price-action .product-price-and-shipping .price {
  justify-content: center;
}

.page-category #products .product-miniature .product-price-action .product-price-and-shipping .label_refurbished_price {
  font-size: 20px;
  color: #808080;
  font-weight: 400;
  white-space: nowrap;
}

.page-category.view-grid #products .product-miniature .product-price-action .product-price-and-shipping .label_refurbished_price {
  font-size: 12px;
  margin-right: -2px;
}

.page-category #products .product-miniature .product-price-action .product-price-and-shipping .discount-percentage,
.featured-products .product-miniature .product-price-action .product-price-and-shipping .discount-percentage,
.page-category #products .product-miniature .product-price-action .product-price-and-shipping .discount-amount,
.featured-products .product-miniature .product-price-action .product-price-and-shipping .discount-amount {
  display: none;
}

.page-category #products .product-miniature .product-price-action .product-price-and-shipping .regular-price,
.featured-products .product-miniature .product-price-action .product-price-and-shipping .regular-price {
  margin: 0 0 0 5px;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  color: #000;
}

.page-category.view-grid #products .product-miniature .product-price-action .product-price-and-shipping .regular-price {
  font-size: 16px;
}

.page-category #products .product-miniature .product-description:after,
.featured-products .product-miniature .product-description:after {
  display: none;
}

.page-category #products .product-miniature .product-description .variant-links,
.featured-products .product-miniature .product-description .variant-links {
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
}

.page-category.view-list .product-description .variant-links {
  margin: 32px 0 0 0 !important;
}

.page-category.view-list .product-description .empty-variants .variant-links {
  display: none;
}

.page-category #products .product-miniature .product-description .variant-links a,
.featured-products .product-miniature .product-description .variant-links a {
  width: 14px;
  height: 14px;
  margin: 0;
  position: relative;
  border-radius: 30px;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
}

.page-category #products .product-miniature .product-description .variant-links a:not(:nth-last-child(2)),
.featured-products .product-miniature .product-description .variant-links a:not(:nth-last-child(2)) {
  margin: 0 8px 0 0;
}

.page-category.view-list #products .product-miniature .product-description .variant-links a:not(:nth-last-child(2)) {
  margin: 0 5px 0 0;
}

.page-category #products .product-miniature .product-description .variant-links a:hover,
.featured-products .product-miniature .product-description .variant-links a:hover {
  border: 1px solid #eee;
}

.page-category #products .product-miniature .product-description .variant-links a:hover:after,
.page-category #products .product-miniature .product-description .variant-links a.active-color:after,
.featured-products .product-miniature .product-description .variant-links a:hover:after,
.featured-products .product-miniature .product-description .variant-links a.active-color:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  bottom: -6px;
  left: 0;
  border: none;
  background: #000;
}

.page-category #products .product-miniature .highlighted-informations,
.featured-products .product-miniature .highlighted-informations {
  width: 100%;
  height: auto;
  padding: 0;
  position: static;
  box-shadow: none;
}

.page-category #products .product-miniature .highlighted-informations .quick-view,
.featured-products .product-miniature .highlighted-informations .quick-view {
  display: none;
}

.page-category #products .product-miniature .product-attributes,
.featured-products .product-miniature .product-attributes {
  padding: 20px 0 20px 0;
}

.label_name {
  font-size: 14px;
  font-weight: 400;
}

.page-category.view-grid #products .product-miniature .product-attributes #add-to-compare-or-refuse,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse {
  margin: 0;
  position: relative;
  opacity: 0;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare {
  display: block;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary {
  padding: 0 0 0 35px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
  background: none;
  color: #4b4b4b;
  opacity: 1;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary:before,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  background-color: #fff;
  border: 1px solid #b5b5b5;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary.active:after,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary.active:after {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  font-size: 0;
  color: #fff;
  border: none;
  box-shadow: none;
  background: #d41318 url("../images/icon-check-white.svg") center no-repeat;
  background-size: 22px;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .compare-link-page,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .compare-link-page {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  font-size: 0;
  color: #fff;
  border: none;
  box-shadow: none;
  background: #d41318 url("../images/icon-check-white.svg") center no-repeat;
  background-size: 18px;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .compare-link-page i,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .compare-link-page i {
  display: none;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice {
  margin: 20px 0 0;
  position: static;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger {
  padding: 10px 10px 10px 50px;
  position: relative;
  align-items: start;
  text-align: left;
  line-height: 24px;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger:before,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger:before {
  margin: -15px 0 0;
  position: absolute;
  top: 25px;
  left: 10px;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger .empty-comparator-js,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger .empty-comparator-js {
  text-decoration: none;
  color: #d41318;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #d41318;
}

.page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger .empty-comparator-js:hover,
.featured-products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .pop-up-notice .alert-danger .empty-comparator-js:hover {
  border-bottom: 1px solid transparent;
}

.page-category.view-grid #products .products {
  padding: 0 90px 30px;
  font-size: 0;
  display: flex;
}

.page-category.view-grid #products #product-accessories__header,
.page-cms .cmsslider__header {
  display: flex;
  justify-content: space-between;
  padding: 0 102px;
}

.page-cms .cmsslider__header {
  justify-content: end;
  padding: 24px 0 0 0;
}

.page-category.view-grid #products #product-accessories__header:after,
.page-cms .cmsslider__header:after {
  display: none;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav a,
.page-cms .cmsslider__header .cmsslider-nav a {
  border: 1px solid #D7D7D7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.page-cms .cmsslider__header .cmsslider-nav a {
  border: none;
  width: 48px;
  height: 48px;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav a:hover {
  background-color: #d41318;
  border-color: #d41318;
}

.page-cms .cmsslider__header .cmsslider-nav a:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav a.prev,
.page-cms .cmsslider__header .cmsslider-nav a.prev {
  margin-right: 5px;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav i,
.page-cms .cmsslider__header .cmsslider-nav i {
  color: #4B4B4B;
  font-size: 26px;
}

.page-cms .cmsslider__header .cmsslider-nav i {
  color: #4B4B4B;
  font-size: 30px;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav a.prev i {
  margin: 6px 0 0 5px;
}

.page-cms .cmsslider__header .cmsslider-nav a.prev i {
  margin: 9px 0 0 8px;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav a.next i {
  margin: 6px 0 0 6px;
}

.page-cms .cmsslider__header .cmsslider-nav a.next i {
  margin: 9px 0 0 9px;
}

.page-category.view-grid #products #product-accessories__header #crossselling-nav a:hover i {
  color: white;
}

.page-category.view-grid #products .product-accessories,
.page-cms .owl-cmsslider {
  overflow: hidden;
}

.page-category.view-grid #products .product-accessories .owl-stage,
.page-cms .owl-cmsslider .owl-stage {
  display: flex;
}

.page-category.view-grid #products .product-accessories .owl-item,
.page-cms .owl-cmsslider .owl-item {
  display: flex;
  flex-direction: row;
}

.page-category.view-grid #products .product-accessories .owl-nav,
.page-cms .owl-cmsslider .owl-nav {
  display: none !important;
}

.page-cms .owl-cmsslider {
  margin-bottom: 64px;
  width: 100vw;
}

.page-cms .owl-cmsslider article {
  display: flex;
  flex-direction: row;
  padding: 16px 0;
}

.page-cms .owl-cmsslider article .image-wrapper {
  margin-right: 24px;
}

.page-cms .owl-cmsslider article img {
  max-width: 320px !important;
}

.page-cms .owl-cmsslider article .content-wrapper {
  width: 355px !important;
  margin-right: 64px;
}

.page-cms .owl-cmsslider article h3 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 800;
}

.page-category.view-grid #products .product-accessories .product-attributes {
  padding: 10px 0;
}

.page-category.view-grid #products .products:after {
  content: "";
  display: table;
  clear: both;
}

.page-category.view-grid #products .product-miniature {
  padding: 0 12px 0;
  float: none;
  display: inline-block;
  border: none;
}

.page-category.view-grid #products .products:not(.product-accessories) .product-miniature {
  width: 33.33%;
}

.page-category.view-grid #products .product-miniature .thumbnail-container .thumbnail.product-thumbnail {
  transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
}

.page-category.view-grid #products .product-miniature:hover {
  mix-blend-mode: multiply;
}

.page-category.view-grid #products .product-miniature:hover .thumbnail-container .thumbnail.product-thumbnail {
  background-color: #fff;
}

.page-category.view-grid #products .product-miniature .thumbnail-container .row {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-category.view-grid #products .product-miniature .thumbnail-container .row>div {
  width: 100%;
  float: none;
}

.page-category.view-grid #products .product-miniature .thumbnail-container .product-thumbnail {
  margin: 0 0 8px;
  background-color: #f6f6f6
}

.page-category.view-grid #products .product-miniature .product-description .product-title {
  margin: 0 0 0px;
  text-align: center;
}

.page-category #products .product-miniature .product-description .refurbished_state {
  margin: 14px 0;
}

.page-category.view-list #products .product-miniature .product-description .refurbished_state {
  text-align: start;
}

.page-product .product-main .refurbished_state {
  text-align: center;
}

.page-category #products .product-miniature .product-description .refurbished_state span,
.page-product .product-main .refurbished_state span {
  font-size: 10px;
  line-height: 16px;
  font-weight: 600;
  color: #0078D4;
  padding: 8px;
  border-radius: 6px;
  background-color: #E1F1FF;
  text-transform: uppercase;
}

.page-product .product-main .refurbished_state span {
  padding: 8px;
}

.page-category.view-grid #products .product-miniature .product-description .product-title a {
  font-size: 16px;
  line-height: 20px;
}

.page-category.view-grid #products .product-miniature .product-description .product-short-description,
.page-category.view-grid #products .product-miniature .product-link {
  display: none;
}

.page-category.view-grid #products .product-miniature .product-description .product-price-action .product-price-and-shipping {
  margin: 5px 0 0;
  text-align: center;
}

.page-category.view-grid #products .product-miniature .product-description .product-attributes {
  margin: 0;
  padding: 0;
  text-align: center;
}

.page-category.view-grid #products .product-miniature .view-list {
  display: none;
}

.page-category.view-list #products .product-miniature .product-attributes.view-grid,
.page-category.view-grid #products .product-accessories .product-miniature .product-attributes #add-to-compare-or-refuse,
.page-category.view-grid #products .product-accessories .product-miniature .product-attributes .custom-category-block {
  display: none;
}

.page-category.view-grid #products .products:not(.product-accessories) .product-miniature .product-attributes #add-to-compare-or-refuse {
  transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  display: inline-block;
}

.page-category.view-grid #products .product-miniature .product-description .variant-links {
  margin: 8px 0 0;
  text-align: center;
  background: none;
  height: 45px;
}

.page-category #products .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0 0;
  padding: 0 80px;
  line-height: 22px;
  z-index: 6;
  background-color: white;
  position: relative;
}

.page-category #products .toolbar::before,
.page-category #products .toolbar::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #eaeaea;
  width: 10000px;
  left: -2000px;
  top: 0;
}

.page-category #products .toolbar::after {
  bottom: 0;
  top: auto;
}

.page-category #products .toolbar .filter-container .filter-label {
  font-size: 12px;
}

.page-category #products .toolbar .sticky-left-menu {
  display: flex;
  align-items: center;
  overflow-x: auto;
}

.container-full {
  width: 100%;
}

.sticky-menu {
  position: sticky;
  top: 104px;
  z-index: 5;
}

.sticky-menu.is-sticky {
  border-bottom: 1px solid #dcdcdc;
}

.page-category #products .toolbar .filter-list {
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  text-transform: uppercase;
  min-height: 65px;
}

.page-category #products .toolbar .filter-list>li:last-child {
  margin-right: 20px;
}

.page-category #products .toolbar .filter-list .filter-container {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: bold;
  cursor: default;
  white-space: nowrap;
  padding: 20px 0;
}

.page-category #products .toolbar .filter-list .filter-container .filter-label {
  display: flex;
  align-items: center;
}

.page-category #products .toolbar .filter-list .filter-container .filter-arrow:after {
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 10px;
  content: "\f078";
  -webkit-text-stroke: 1px white;
}

.page-category #products .toolbar .filter-list .filter-container:not(:nth-last-child(1)) .filter-arrow:after {
  margin: 0 35px 0 10px;
}

.page-category #products .toolbar .filter-list .filter-sub {
  display: none;
  background-color: #000;
  padding: 30px;
  position: absolute;
  top: 63px;
}

.page-category #products .toolbar .filter-list .filter-sub a:not(:hover) {
  color: #fff;
}

.page-category #products .toolbar .filter-list .filter-container:hover .filter-sub {
  display: block;
  z-index: 5;
}

.page-category #products .toolbar .filter-list .filter-sub .filter {
  margin: 10px 0;
}

.page-category #products .toolbar .view-modes {
  margin: 0 25px 0 0;
  float: left;
  border-right: 1px solid #dcdcdc;
}

.page-category #products .toolbar .view-modes .view-modes__title {
  margin: 0 30px 0 0;
  display: inline-block;
  color: #4b4b4b;
}

.page-category #products .toolbar .view-modes .view-modes__item {
  margin: 0 5px 0 0;
  font-family: FontAwesome;
  font-size: 22px;
  display: inline-block;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

.page-category #products .toolbar .view-modes .view-modes__item.view-modes__item_grid:after {
  color: #979797;
  content: "\f00a";
}

.page-category #products .toolbar .view-modes .view-modes__item.view-modes__item_grid.active:after {
  color: #000;
  content: "\f00a";
}

.page-category #products .toolbar .view-modes .view-modes__item.view-modes__item_list:after {
  color: #979797;
  content: "\f0c9";
  margin-right: 20px;
}

.page-category #products .toolbar .view-modes .view-modes__item.view-modes__item_list.active:after {
  color: #000;
  content: "\f0c9";
  margin-right: 20px;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info {
  margin: 0;
  display: flex;
  align-items: center;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info .compare-title {
  font-size: 14px;
  margin: 0 20px 0 0;
  display: inline-block;
  color: #4b4b4b;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info .compare-link {
  padding: 0 25px 0 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #d41318;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info.hidden .compare-link {
  top: 2px;
  color: #000;
  opacity: 0.2;
  cursor: default;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info .compare-link:hover {
  color: #000;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info .compare-link:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -5px 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 2;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #d41318;
  transform: rotate(-45deg);
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.page-category #products .toolbar #_desktop_compare #compare-header-info .compare-link:hover:after,
.page-category #products .toolbar #_desktop_compare #compare-header-info.hidden .compare-link:after {
  border-color: #000;
}

#products .product-accessories__title {
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  padding: 7px 0;
  color: #000;
}

#products .thumbnail-container:focus .product-description:after,
#products .thumbnail-container:hover .product-description:after,
.featured-products .thumbnail-container:focus .product-description:after,
.featured-products .thumbnail-container:hover .product-description:after,
.product-accessories .thumbnail-container:focus .product-description:after,
.product-accessories .thumbnail-container:hover .product-description:after,
.product-miniature .thumbnail-container:focus .product-description:after,
.product-miniature .thumbnail-container:hover .product-description:after {
  display: none;
}

.product-accessories .regular-price,
.product-miniature .regular-price {
  margin: 0 0 0 15px;
  font-weight: normal;
  color: #000;
}

#wrapper {
  padding: 0;
  background: none;
  box-shadow: none;
}

.active_filters {
  padding: 20px 80px 10px 80px;
  margin-bottom: 0;
  background: white;
  font-size: 0;
  z-index: 5;
}

.active_filters .active-filter-title {
  margin: 0 30px 10px 0;
  padding: 12px 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
}

.active_filters .filter-block {
  margin: 0 20px 10px 0;
  padding: 8px 15px 8px 20px;
  font-size: 10px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  box-shadow: none;
  color: #000;
  border: 2px solid #000;
  border-radius: 40px;
  white-space: nowrap;
}

.active_filters .filter-block .close {
  position: relative;
  top: 3px;
  margin: 0 0 0 5px;
  font-size: 15px;
  color: #000;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.active_filters .filter-block .close:hover {
  color: #d41318;
}

body.page-cms #main {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 15px;
}

body.page-cms.cms-id-13 #main {
  max-width: 100%;
  padding: 0;
}

body.page-cms.cms-article-page #main {
  max-width: 100%;
  padding: 0;
  overflow: hidden;
}

body.page-cms #main .page-header {
  margin: 0;
}

body.page-cms.cms-article-page #main .page-header {
  display: none;
}

body.page-cms #main .page-header h1 {
  margin: 80px 0;
  font-size: 65px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

body.page-cms #main .page-content {
  margin: 0 0 100px;
  padding: 0;
}

body.page-cms #main .page-content p {
  margin: 0 0 35px;
}

body.page-cms #main .page-content p:last-child {
  margin: 0;
}

body.page-cms #main .page-content h2 {
  margin: 50px 0 35px;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}

.page-cms .page-content h3 {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

.block-category,
.block-article {
  margin: -185px 0 0;
  padding: 0;
  position: relative;
  box-shadow: none;
  background: none;
  border: none;
}

.page-cms .block-article {
  height: 700px;
}

.block-category {
  margin: 64px 0 0;
}

.block-article {
  margin: -168px 0 50px;
}

.block-category .block-category__image,
.block-article .block-article__image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
  background: #fff center no-repeat;
  background-size: cover;
}

.page-cms .block-category .block-category__image,
.page-cms .block-article .block-article__image {
  height: 700px;
}

.block-category .block-category__image img,
.block-article .block-article__image img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.block-category .block-category__image span,
.block-article .block-article__image span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.block-category .block-category__content,
.block-article .block-article__content {
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-cms .block-category .block-category__content,
.page-cms .block-article .block-article__content {
  top: 190px;
  bottom: 100px;
  left: 20px;
  right: 20px;
  position: absolute;
}

.block-category .block-category__content .content-title,
.block-article .block-article__content .content-title {
  margin: 0 0 35px;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
}

.block-article .block-article__content .content-title {
  font-size: 65px;
  line-height: 70px;
  color: #fff;
}

.block-category .block-category__content .content-text,
.block-article .block-article__content .content-text {
  max-width: 825px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
}

.page-cms .block-category .block-category__content .content-text,
.page-cms .block-article .block-article__content .content-text {
  line-height: 30px;
}

.content-text h1 {
  font-size: 25px;
}

.block-article .block-article__content .content-text {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}

.block-category .block-category__content .content-text * {
  font-size: 20px !important;
  line-height: 30px !important;
  color: #4B4B4B !important;
}

.block-category .link-to-anchor,
.block-article .link-to-anchor {
  width: 24px;
  height: 24px;
  margin: 0 0 0 -12px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 3;
  cursor: pointer;
  font-size: 0;
  transform: rotate(-45deg);
  animation: bounce 1.2s ease infinite;
}

.block-category .link-to-anchor:before,
.block-article .link-to-anchor:before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}

.block-category .link-to-anchor:hover:before,
.block-article .link-to-anchor:hover:before {
  border-color: #d41318;
}

.cart-grid .cart-grid-body {
  margin-bottom: 30px;
  position: relative;
}

.cart-grid .cart-grid-body .card,
body.page-order-confirmation .card {
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
  background: none;
}

.cart-grid .cart-grid-body .link-style-2 {
  min-width: 300px;
}

.cart-grid .cart-grid-body .link-style-2:hover {
  color: #fff;
}

.cart-grid .cart-grid-body .link-style-2 .material-icons {
  display: none;
}

.cart-grid .cart-grid-body .cart-overview {
  padding: 0;
}

.cart-grid .cart-grid-body .cart-item {
  padding: 0 0 50px;
}

.cart-grid .cart-grid-body .cart-item+.cart-item {
  padding: 25px 0 50px;
  border-top: 1px solid #dcdcdc;
}

.cart-grid .cart-grid-body .cart-item .product-line-grid-left {
  width: 20%;
  float: left;
}

.cart-grid .cart-grid-body .cart-item .product-line-grid-body {
  width: 35%;
  float: left;
}

.cart-grid .cart-grid-body .cart-item .product-line-grid-right {
  width: 45%;
  float: left;
}

.cart-grid .cart-grid-body .cart-item .product-name {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
}

.cart-grid .cart-grid-body .cart-item .product-name a {
  color: #000;
}

.cart-grid .cart-grid-body .cart-item .product-name a:hover {
  color: #d41318;
}

.cart-grid .cart-grid-body .cart-item .product-attribute {
  font-size: 14px;
  line-height: 20px;
  color: #4b4b4b;
}

.cart-grid .cart-grid-body .cart-item .product-attribute .label,
.cart-grid .cart-grid-body .cart-item .product-attribute .value {
  color: #4b4b4b;
}

.cart-grid .cart-grid-body .cart-item .product-line-delete {
  padding: 0 15px 0 0;
}

.cart-grid .cart-grid-body .cart-item .product-price {
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  color: #000;
}

.cart-grid .cart-grid-body .cart-item .product-price strong {
  font-weight: 900;
}

.cart-grid .cart-grid-body .cart-item .cart-line-product-actions {
  line-height: 1;
}

.cart-grid .cart-grid-body .cart-item .cart-line-product-actions .remove-from-cart {
  margin: 0;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.cart-grid .cart-grid-body .cart-item .cart-line-product-actions .remove-from-cart:hover {
  opacity: 0.5;
}

/*                    .cart-grid .cart-grid-body .cart-item .cart-line-product-actions .remove-from-cart:hover .delete-button path{
                         transition: 300ms ease-in-out;
                         -moz-transition: 300ms ease-in-out;
                         -webkit-transition: 300ms ease-in-out;
                         -o-transition: 300ms ease-in-out;
                     }
                     .cart-grid .cart-grid-body .cart-item .cart-line-product-actions .remove-from-cart:hover .delete-button path.svg-1 {
                         stroke: #d41318;
                     }
                     .cart-grid .cart-grid-body .cart-item .cart-line-product-actions .remove-from-cart:hover .delete-button path.svg-2 {
                         fill: #d41318;
                     }*/
.cart-grid .cart-grid-body .cart-item .qty .input-group {
  min-width: 70px;
  height: 30px;
  position: relative;
  border: 2px solid #4b4b4b;
  border-radius: 30px;
  background: #4b4b4b;
  box-shadow: none;
  overflow: hidden;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group input {
  min-width: 35px;
  height: 26px;
  padding: 0 5px;
  font-size: 12px;
  text-align: center;
  border: none;
  background: #fff;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical {
  width: 30px;
  height: 26px;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn {
  width: 100%;
  height: 13px;
  padding: 0;
  position: relative;
  background: none;
  border: none;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn i {
  display: none;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn:before {
  content: "";
  position: absolute;
  left: 12px;
  border: 3px solid transparent;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
  top: 3px;
  border-bottom: 3px solid #fff;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-up:hover:before {
  border-bottom: 3px solid #d41318;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
  top: 5px;
  border-top: 3px solid #fff;
}

.cart-grid .cart-grid-body .cart-item .qty .input-group .input-group-btn-vertical .btn.bootstrap-touchspin-down:hover:before {
  border-top: 3px solid #d41318;
}

.cart-grid .cart-grid-right {
  position: relative;
}

.cart-grid .cart-grid-right:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17%;
  background: #dcdcdc;
}

.cart-grid .cart-grid-right .cart-summary {
  margin: 0;
  box-shadow: none;
  border: none;
}

.cart-grid .cart-grid-right .cart-summary .card-block,
body.page-order-confirmation .card .card-block {
  padding: 0;
}

.cart-grid .cart-grid-right .cart-summary .card-block .aeuc_scart {
  display: none;
}

.cart-grid .cart-grid-right .cart-summary .cart-voucher p {
  margin: 0;
}

.cart-grid .cart-grid-right .cart-summary .cart-voucher .promo-code-button {
  margin: 5px 0 20px;
  padding: 0;
  display: block;
  font-size: 16px;
}

.cart-grid .cart-grid-right .cart-summary .cart-voucher .promo-highlighted {
  margin: 0 0 15px;
  padding: 0;
  line-height: 30px;
}

.cart-grid .cart-grid-right .cart-summary .cart-voucher .promo-code {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  font-size: 0;
}

.cart-grid .cart-grid-right .cart-summary .cart-voucher .promo-code input {
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  padding: 0 10px;
  font-size: 14px;
  text-indent: 0;
  border: 1px solid #adadad;
}

.cart-grid .cart-grid-right .cart-summary .cart-voucher .promo-code button {
  width: 130px;
  padding: 15px 20px;
  text-transform: uppercase;
  vertical-align: top;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals {
  font-size: 14px;
  line-height: 20px;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line {
  padding: 0 0 15px;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .promo-discounts .cart-summary-line {
  padding: 0 0 30px;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .promo-discounts .cart-summary-line .label {
  width: 100%;
  margin: 0;
  display: block;
  text-align: left;
  color: #000;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .promo-discounts .cart-summary-line .code:hover {
  text-decoration: none;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line.cart-summary-line_number-products {
  padding: 0 0 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  color: #000;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line.cart-total .label {
  padding: 7px 0 0;
  display: inline-block;
  line-height: 20px;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-totals .cart-summary-line.cart-total .value {
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-actions {
  margin: 30px 0 0;
  padding: 0;
}

.cart-grid .cart-grid-right .cart-summary .cart-detailed-actions .btn {
  width: 100%;
}

.cart-grid #block-reassurance {
  margin: 35px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.cart-grid #block-reassurance ul {
  margin: 0;
}

.cart-grid #block-reassurance ul li {
  border: none;
}

.cart-grid #block-reassurance ul li .block-reassurance-item {
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
}

.cart-grid #block-reassurance ul li .block-reassurance-item span {
  padding: 0 0 0 50px;
  display: block;
}

.cart-grid #block-reassurance ul li .block-reassurance-item:before {
  content: "";
  width: 35px;
  height: 35px;
  float: left;
}

.cart-grid #block-reassurance ul li:nth-child(1) .block-reassurance-item:before {
  background: url("../images/icon-delivery-2.svg") center top no-repeat;
}

.cart-grid #block-reassurance ul li:nth-child(2) .block-reassurance-item:before {
  background: url("../images/icon-security.svg") center top no-repeat;
}

.cart-grid #block-reassurance ul li:nth-child(3) .block-reassurance-item:before {
  background: url("../images/icon-return-2.svg") center top no-repeat;
}

#main .page-header {
  margin: 0;
}

.cart-title,
.checkout-title,
#main .page-header h1 {
  margin: 80px 0;
  font-size: 65px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.cart-info {
  margin-top: 30px;
}

.cart-info__item {
  margin: 0 0 15px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

.cart-info__item .item-icon {
  width: 35px;
  float: left;
}

.cart-info__item .item-icon img {
  width: 100%;
  height: auto;
}

.cart-info__item .item-text {
  padding: 0 0 0 50px;
}

.compare-page {
  padding: 100px 0 0;
}

.compare-page .no-compare {
  margin: 0;
  padding: 60px 0;
  box-shadow: none;
  border-top: 1px solid #d8d8d8;
}

.compare-page .no-compare .no-compare-message {
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.compare-page .compare-go-back-link {
  margin: 0 0 40px;
  text-align: center;
}

.compare-page .compare-go-back-link a {
  padding: 0 0 0 25px;
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #d41318;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.compare-page .compare-go-back-link a:hover {
  color: #000;
}

.compare-page .compare-go-back-link a:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: -6px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  border-left: 2px solid #d41318;
  border-bottom: 2px solid #d41318;
  transform: rotate(45deg);
  border-radius: 0 0 0 2px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.compare-page .compare-go-back-link a:hover:after {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.compare-page .featured-products {
  margin: 0;
}

.compare-page .feature-compare {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.compare-page .feature-compare tbody {
  display: block;
}

.compare-page .feature-compare tr {
  display: flex;
  align-items: center;
  border-top: 1px solid #dcdcdc;
}

.compare-page .feature-compare tr.product_miniature_image {
  align-items: flex-start;
}

.compare-page .feature-compare tr.product_detail_name {
  border: none;
}

.compare-page .feature-compare tr.product_detail_name td {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

.compare-page .feature-compare tr td {
  width: 100%;
  padding: 30px 15px;
  font-size: 18px;
  line-height: 20px;
}

.compare-page .feature-compare tr td:first-child {
  padding: 30px 15px 30px 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

.compare-page .feature-compare tr td:last-child {
  padding: 30px 0 30px 15px;
}

.compare-page .feature-compare tr td+td {
  text-align: center;
}

.compare-page .feature-compare tr.product_detail_description td+td {
  font-size: 14px;
  text-align: left;
}

.compare-page .feature-compare tr.product_detail_description td+td p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

.compare-page .feature-compare tr.product_miniature_image td img {
  max-width: 100%;
  display: inline-block;
}

.compare-page .feature-compare tr.product_detail_price td+td {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.compare-page .feature-compare tr.product_detail_add_to_cart td {
  padding-top: 25px;
  padding-bottom: 25px;
}

.compare-page .feature-compare tr.product_detail_add_to_cart td .link-style-1 {
  width: 100%;
  max-width: 220px;
  padding: 15px;
}

.compare-page .feature-compare tr.product_detail_remove {
  border: none;
}

.compare-page .feature-compare tr.product_detail_remove td {
  padding-top: 0;
  padding-bottom: 0;
}

.compare-page .feature-compare tr.product_detail_remove td .remove-from-compare {
  width: 36px;
  height: 36px;
  position: static;
  display: inline-block;
  background: url("../images/icon-close-red.svg") center no-repeat;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.compare-page .feature-compare tr.product_detail_remove td .remove-from-compare:hover {
  opacity: 0.5;
}

.compare-page .feature-compare tr.product_detail_remove td .remove-from-compare i {
  display: none;
}

body.page-my-account,
body.page-identity {
  background: #fff;
}

.page-my-account #main .page-footer {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
}

.page-my-account #main .page-footer a {
  color: #d41318;
  text-decoration: none;
  border-bottom: 1px solid #d41318;
}

.page-my-account #main .page-footer a:hover {
  border-bottom: 1px solid transparent;
}

.page-my-account #content {
  margin: 0;
}

.page-my-account #content .links {
  margin: 0 0 30px;
}

.page-my-account #content .links>div {
  margin-bottom: 30px;
}

.page-my-account #content .links a {
  height: 100%;
  margin: 0;
  padding: 40px 20px;
  display: block;
  font-size: 20px;
  color: #000;
  border: 1px solid #b5b5b5;
}

.page-my-account #content .links a:hover {
  background: #f6f6f6;
}

.page-my-account #content .links a svg,
.page-my-account #content .links a img {
  width: 40px;
  height: 40px;
}

.page-my-account #content .links a span {
  margin-top: 23px;
  display: block;
  line-height: 20px;
}

.page-customer-account #main,
.page-addresses #main {
  margin-bottom: 50px;
}

.page-customer-account #content {
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  box-shadow: none;
  background: none;
  border: none;
}

.page-customer-account #content .register-form {
  margin-bottom: 20px;
}

.page-customer-account.page-authentication #content {
  max-width: 100%;
  padding: 0;
}

.page-customer-account.page-authentication #content .form-footer,
.page-customer-account.page-authentication #content .no-account {
  margin-top: 0;
  text-align: left !important;
}

.page-customer-account.page-authentication #content .form-control-submit {
  float: left !important;
}

.page-customer-account #content .forgot-password {
  margin: 0 -15px;
  padding-left: calc(25% + 22px);
  text-align: left;
  font-size: 16px;
}

#authentication .custom-checkbox label {
  padding-left: 31px !important;
}

#authentication .register-form>p {
  text-align: center;
}

.page-order-detail .form-footer {
  margin-bottom: 20px;
  text-align: left !important;
}

.page-order-detail #main .page-footer {
  margin-bottom: 50px;
}

.page-addresses .addresses-footer a {
  color: #000;
}

.page-addresses .addresses-footer a:hover {
  color: #d41318;
}

.cart-summary-line .label {
  margin: 0 10px 0 0;
}

body.page-order-confirmation .card {
  padding: 20px 0 0;
}

body.page-order-confirmation .card .confirmation-text {
  padding: 0 0 10px;
  font-size: 22px;
  line-height: 34px;
}

body.page-order-confirmation .card .confirmation-dop-text {
  padding: 60px 0 0;
  font-size: 18px;
  line-height: 30px;
  clear: both;
}

body.page-order-confirmation .card .confirmation-dop-text a {
  color: #d41318;
  border-bottom: 1px solid #d41318;
}

body.page-order-confirmation .card .confirmation-dop-text a:hover {
  border-bottom: 1px solid transparent;
}

body#checkout section.checkout-step,
body#checkout section.checkout-step:last-child {
  margin: 0 0 -1px;
  padding: 25px;
  box-shadow: none;
  border: 1px solid #dcdcdc;
}

body#checkout section.checkout-step .label,
body#checkout section.checkout-step label {
  font-size: 18px;
  color: #000;
  text-align: left;
}

body#checkout section.checkout-step .step-title {
  position: relative;
  font-size: 25px;
  line-height: 30px;
}

body#checkout section.checkout-step.-reachable.-complete .step-title {
  padding: 0 40px 0 0;
}

body#checkout section.checkout-step .step-title .done {
  width: 35px;
  height: 30px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 0;
  background: url("../images/icon-check.svg") center no-repeat;
  background-size: 36px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  width: 30px;
  height: 30px;
  margin: 0 33px 0 10px;
  font-size: 0;
  background: url("../images/icon-edit.svg") center no-repeat;
  background-size: 24px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit .edit {
  display: none;
}

body#checkout section.checkout-step .step-number {
  padding: 0;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: inline-block;
}

body#checkout section.checkout-step .step-number:after {
  content: " - ";
}

body#checkout section.checkout-step small,
body#checkout section.checkout-step p {
  color: #000;
}

body#checkout section.checkout-step .content {
  margin-top: 25px;
  padding: 0;
}

body#checkout section.checkout-step .content .nav {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

body#checkout section.checkout-step .content .nav-item {
  vertical-align: top;
}

body#checkout section.checkout-step .content .nav-item .nav-link {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #d41318;
  text-decoration: none;
  border-bottom: 1px solid #d41318;
}

body#checkout section.checkout-step .content .nav-item .nav-link.active {
  font-weight: 900;
}

body#checkout section.checkout-step .content .nav-item .nav-link.active,
body#checkout section.checkout-step .content .nav-item .nav-link:hover {
  border-bottom: 1px solid transparent;
}

body#checkout section.checkout-step .content .nav-item>span {
  font-size: 0;
}

body#checkout section.checkout-step .content .nav-item>span:before {
  content: "";
  width: 1px;
  height: 30px;
  display: inline-block;
  background: #dcdcdc;
}

body#checkout section.checkout-step .content form,
body#checkout section.checkout-step .content form#customer-form,
body#checkout section.checkout-step .content form#delivery-address,
body#checkout section.checkout-step .content form#invoice-address,
body#checkout section.checkout-step .content form#login-form {
  margin: 0;
}

body#checkout section.checkout-step .content form p {
  color: #000;
}

body#checkout section.checkout-step .content form#customer-form>section>p {
  display: none;
}

body#checkout section.checkout-step .content form .form-group {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body#checkout section.checkout-step .content form .form-group.alert-danger {
  margin: 0 15px 20px;
}

body#checkout section.checkout-step .content form .form-group .col-md-3 {
  width: 130px;
  min-width: 130px;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

body#checkout section.checkout-step .content form .form-group .col-md-6 {
  width: calc(100% - 130px);
  min-width: calc(100% - 130px);
  padding: 0;
}

body#checkout section.checkout-step .content form .form-group .col-md-6.col-sm-9 {
  width: 75%;
  min-width: 75%;
}

body#checkout section.checkout-step .content form .form-group .col-md-9 {
  width: calc(100% - 130px);
  min-width: calc(100% - 130px);
  margin-left: 130px;
  padding: 0;
}

body#checkout section.checkout-step .content form .form-group input[name="birthday"] {
  max-width: 230px;
}

body#checkout section.checkout-step .content form .form-group input[type="checkbox"] {
  height: 20px;
}

body#checkout section.checkout-step .content form .form-group .col-md-6+.col-md-3,
body#checkout section.checkout-step .content form .form-group .form-control-comment {
  display: none;
}

body#checkout section.checkout-step .content form .form-group .custom-checkbox input[type="checkbox"] {
  height: 20px;
  margin: 5px 0 0;
  left: 0;
}

body#checkout section.checkout-step .content form .form-group .custom-radio {
  margin-right: 5px;
}

body#checkout section.checkout-step .content form .btn-primary {
  min-width: 190px;
  margin: 0 0 20px;
}

body#checkout section.checkout-step .forgot-password {
  margin: 0 0 15px 130px;
}

body#checkout section.checkout-step .forgot-password a:hover {
  color: #d41318;
}

body#checkout section.checkout-step .address-selector {
  display: block;
}

body#checkout section#checkout-personal-information-step.checkout-step.-current.-reachable.-complete .content a,
body#checkout section.checkout-step#checkout-addresses-step form>p a {
  color: #d41318;
  border-bottom: 1px solid #d41318;
  text-decoration: none;
}

body#checkout section#checkout-personal-information-step.checkout-step.-current.-reachable.-complete .content a:hover,
body#checkout section.checkout-step#checkout-addresses-step form>p a:hover {
  border-bottom: 1px solid transparent;
}

body#checkout section.checkout-step .address-item {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #b5b5b5;
}

body#checkout section.checkout-step .address-item.selected {
  border: 1px solid #b5b5b5;
}

body#checkout section.checkout-step .address-item header {
  margin: 0;
}

body#checkout section.checkout-step hr {
  display: none;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  font-size: 0;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

body#checkout section.checkout-step .delete-address {
  background: url(../images/icon-delete.svg) center no-repeat;
  background-size: 24px;
}

body#checkout section.checkout-step .edit-address {
  background: url(../images/icon-edit.svg) center no-repeat;
  background-size: 24px;
}

body#checkout section.checkout-step .delete-address:hover,
body#checkout section.checkout-step .edit-address:hover {
  opacity: 0.5;
}

body#checkout section.checkout-step .delete-address i,
body#checkout section.checkout-step .edit-address i {
  display: none;
}

body#checkout section.checkout-step .address-item .address-footer {
  padding: 0;
  text-align: right;
  border: none;
}

body#checkout section.checkout-step .address-item .radio-block {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 0;
}

body#checkout section.checkout-step .address-item .custom-radio {
  margin: 0 15px 0 0;
  vertical-align: top;
}

body#checkout section.checkout-step .address-item .address {
  margin-left: 35px;
  font-size: 18px;
  line-height: 30px;
}

body#checkout section.checkout-step .address-item .address-alias {
  margin: 3px 0 15px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

body#checkout section.checkout-step #delivery {
  margin: 20px 0 35px;
}

body#checkout section.checkout-step #delivery label {
  margin: 0 0 20px;
}

body#checkout section.checkout-step #delivery textarea {
  min-height: 210px;
  margin: 0;
  padding: 10px;
}

body#checkout section.checkout-step .delivery-option {
  margin-bottom: 5px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  background: none;
}

body#checkout section.checkout-step .delivery-option .row {
  display: flex;
  align-items: center;
}

body#checkout section.checkout-step .delivery-option .col-sm-1 {
  width: 35px;
  margin: 0 30px 0 0;
  padding: 0 0 0 15px;
}

body#checkout section.checkout-step .delivery-option .col-sm-11 {
  width: calc(100% - 65px);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

body#checkout section.checkout-step .delivery-option .carrier-name,
body#checkout section.checkout-step .delivery-option .carrier-price {
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

body#checkout section.checkout-step .delivery-option .carrier-delay {
  font-size: 14px;
  line-height: 20px;
  color: #4b4b4b;
}

body#checkout section.checkout-step .payment-options .custom-radio {
  margin: 5px 25px 0 0;
}

body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option label {
  display: inline-block;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}

body#checkout section.checkout-step .payment-options .payment-option label,
body#checkout section.checkout-step .payment-options .payment-option [paypal-mark-container] {
  vertical-align: middle;
}

body#checkout section.checkout-step .payment-options .payment-option [paypal-mark-container] {
  display: inline-block !important;
  position: relative;
  top: -5px;
  left: 5px;
}

body#checkout section.checkout-step #conditions-to-approve {
  margin-bottom: 30px;
  padding-top: 5px;
}

body#checkout section.checkout-step #conditions-to-approve label {
  cursor: pointer;
}

body#checkout section.checkout-step #conditions-to-approve label a {
  color: #d41318;
  text-decoration: underline;
  font-weight: normal !important;
}

body#checkout section.checkout-step #conditions-to-approve label a:hover {
  text-decoration: none;
}

body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"],
body#checkout section.checkout-step #conditions-to-approve .custom-checkbox input[type="checkbox"]+span {
  margin-top: 3px !important;
}

body#checkout section.checkout-step #order-summary-content {
  display: none;
}

body#checkout section.checkout-step #payment-confirmation {
  margin: 0 0 20px;
  text-align: right;
}

body#checkout section.checkout-step #payment-confirmation .alert {
  margin: 20px 0 0;
  text-align: left;
}

body#checkout section.checkout-step #payment-confirmation .alert a {
  color: #000;
}

body#checkout section.checkout-step #payment-confirmation .alert a:hover {
  color: #d41318;
}

body#checkout .cancel-address {
  margin: 10px 20px 0 0;
  color: #000;
  text-decoration: none;
}

body#checkout .cancel-address:hover {
  color: #d41318;
}

body.page-cms.cms-id-29 #main {
  max-width: 1140px;
}

.contact-us-description {
  margin: -40px 0 50px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #d41318;
}

.contact-us-list {
  margin: 0 -15px;
  font-size: 0;
}

.contact-us-list .contact-us-item {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  display: inline-block;
  vertical-align: top;
}

.contact-us-list .contact-us-item2 {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  display: inline-block;
  vertical-align: top;
}

.contact-us-list .contact-us-item a,
.contact-us-list .contact-us-item2 a {
  padding: 40px 20px 20px;
  display: block;
  border: 1px solid #adadad;
  text-align: center;
  color: #000;
}

.contact-us-list .contact-us-item a:hover,
.contact-us-list .contact-us-item2 a:hover {
  background: #f6f6f6;
  color: #000;
}

.contact-us-list .contact-us-item .item-icon,
.contact-us-list .contact-us-item2 .item-icon {
  margin: 0 0 20px;
  display: block;
}

.contact-us-list .contact-us-item .item-info,
.contact-us-list .contact-us-item2 .item-info {
  min-height: 50px;
  display: block;
}

.contact-us-list .contact-us-item .item-title,
.contact-us-list .contact-us-item2 .item-title {
  margin: 0 0 5px;
  display: block;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-us-list .contact-us-item .item-text,
.contact-us-list .contact-us-item2 .item-text {
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.dealers-list .dealers-item {
  margin: 0 0 50px;
  padding: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}

.dealers-list .dealers-item .item-content {
  width: 65%;
  padding-right: 30px;
}

.dealers-list .dealers-item .item-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

.dealers-list .dealers-item .item-characteristics {
  width: 35%;
}

.dealers-list .dealers-item .item-characteristics ul {
  margin: 0;
}

.dealers-list .dealers-item .item-characteristics ul li {
  padding: 3px 0 5px 45px;
  background: url("../images/icon-check-green.svg") 0 0 no-repeat;
}

.dealers-map-bl {
  position: relative;
}

.dealers-map-bl #dealers-map-canvas {
  height: 700px;
  position: relative;
  z-index: 1;
}

.dealers-map-bl #dealers-map-canvas .current-marker {
  opacity: 1 !important;
  background: url("../images/map-marker-current.svg") center no-repeat;
}

.dealers-map-bl #dealers-map-canvas .current-marker img {
  display: none;
}

.dealers-map-bl .dealers-map-item {
  width: 40%;
  padding: 90px 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: #000;
  color: #fff;
  display: none;
}

.dealers-map-bl .dealers-map-item.current-dealer {
  display: block;
}

.dealers-map-bl .dealers-map-item .dealer-coord {
  display: none;
}

.dealers-map-bl .dealers-map-item .dealer-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 0;
  background: url(../images/icon-close-thin.svg) center no-repeat;
  background-size: 20px;
}

.dealers-map-bl .dealers-map-item .dealer-close:hover {
  opacity: 0.5;
}

.dealers-map-bl .dealers-map-item .dealer-name {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
}

.dealers-map-bl .dealers-map-item .dealer-contacts {
  margin: 20px 0 0;
}

.dealers-map-bl .dealers-map-item .dealer-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dealers-map-bl .dealers-map-item .dealer-contacts ul li {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}

.dealers-map-bl .dealers-map-item .dealer-contacts ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.dealers-map-bl .dealers-map-item .dealer-contacts ul li a:hover {
  opacity: 0.7;
}

.dealers-map-bl .dealers-map-item .dealer-contacts ul li .icon-phone,
.dealers-map-bl .dealers-map-item .dealer-contacts ul li .icon-email {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  display: inline-block;
  font-size: 0;
  background: url("../images/icon-phone-white.svg") center no-repeat;
  background-size: 20px;
}

.dealers-map-bl .dealers-map-item .dealer-contacts ul li .icon-email {
  background: url("../images/icon-email-white.svg") center no-repeat;
  background-size: 20px;
}

.dealers-map-bl .dealers-map-item .dealer-characteristics {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #3e3e3e;
}

.dealers-map-bl .dealers-map-item .dealer-characteristics ul {
  margin: 0;
}

.dealers-map-bl .dealers-map-item .dealer-characteristics ul li {
  padding: 3px 0 5px 45px;
  background: url("../images/icon-check-green.svg") 0 0 no-repeat;
}

.dealers-map-filters {
  margin: 0 0 50px;
  padding: 0 0 20px;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}

.dealers-map-filters .dealers-map-filters__item {
  margin: 0 30px 25px;
  padding: 0 0 0 45px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.dealers-map-filters .dealers-map-filters__item:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #b5b5b5 !important;
  background: #fff;
}

.dealers-map-filters .dealers-map-filters__item.active:before {
  border: 1px solid #d41318 !important;
  background: #d41318;
}

.dealers-map-filters .dealers-map-filters__item.active:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon-check-white.svg) center no-repeat;
  background-size: 18px;
}

.downloads-list {
  border-top: 1px solid #d8d8d8;
}

.downloads-list ul {
  margin: 0;
  padding: 0;
}

.downloads-list ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}

.downloads-list ul li a {
  padding: 20px 40px 20px 10px;
  display: block;
  position: relative;
  color: #d41318;
  background: url("../images/icon-download.svg") right 10px center no-repeat;
  background-size: 24px;
}

.downloads-list ul li a:hover {
  opacity: 0.5;
}

.eupopup-container-bottom {
  max-height: 100%;
  padding: 0;
  text-align: left;
  overflow-y: auto;
  top: 0;
  z-index: 99999;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  background: none !important;
}

.eupopup-container-bottom.close,
body.cms-id-7 .eupopup-container-bottom,
body.privacy-page .eupopup-container-bottom {
  display: none !important;
}

.eupopup-container-bottom:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.eupopup-container-bottom .eupopup-containe-content {
  padding: 50px 0 20px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.eupopup-container-bottom .eupopup-head {
  margin: 0 0 25px;
  padding: 0 30px 0 0;
  font-size: 0;
}

.eupopup-container-bottom .eupopup-head img {
  width: auto;
  height: 50px;
}

.eupopup-container-bottom .eupopup-body {
  font-size: 18px;
  line-height: 26px;
  color: #4b4b4b;
}

.eupopup-container-bottom .eupopup-body .eupopup-text {
  margin: 0 0 30px;
}

.eupopup-container-bottom .eupopup-body .eupopup-buttons {
  margin: 0 0 30px;
  padding: 0;
}

.eupopup-container-bottom .eupopup-body p:last-child {
  margin: 0;
}

.eupopup-container-bottom .eupopup-body .eupopup-learn-more {
  display: inline-block;
  text-decoration: none !important;
  color: #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
  line-height: 12px;
}

.eupopup-container-bottom .eupopup-body .eupopup-learn-more:hover {
  color: #4b4b4b !important;
  border-bottom: 1px solid transparent;
}

.eupopup-container-bottom .eupopup-body .eupopup-learn-more:focus {
  color: #4b4b4b !important;
}

.eupopup-container-bottom .eupopup-body .eupopup-button {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 25px;
  background: #d41318 !important;
  border: none !important;
}

.eupopup-container-bottom .eupopup-body .eupopup-button-secondary {
  width: 100%;
  padding: 10px 25px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #fff !important;
  border: 2px solid #d41318 !important;
  color: #d41318;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.eupopup-container-bottom .eupopup-body .eupopup-button-secondary:hover {
  background: #d41318 !important;
  color: #fff;
}

.eupopup-container-bottom .eupopup-closebutton {
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
  background: url("../images/icon-close-thin-black.svg") center no-repeat;
}

.eupopup-container-bottom .eupopup-closebutton:hover {
  opacity: 0.7;
}

.eupopup-container-bottom .eupopup-closebutton i {
  display: none;
}

.faq-questions {
  max-width: 200px;
}

.faq-questions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-questions ul li {
  margin: 0 0 15px;
  padding: 10px 0;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: #8d8d8d;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.faq-questions ul li.active,
.faq-questions ul li:hover {
  font-weight: bold;
  color: #000;
}

.faq-content {
  border-bottom: 1px solid #dcdcdc;
  display: none;
}

.faq-content.active {
  display: block;
}

.faq-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-content ul li {
  border-top: 1px solid #dcdcdc;
}

.faq-content ul li .content__title {
  padding: 30px 100px 23px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #000;
  cursor: pointer;
  position: relative;
}

.faq-content ul li .content__title:hover {
  opacity: 0.7;
}

.faq-content ul li .content__title:after {
  content: "";
  width: 15px;
  height: 15px;
  margin: -9px 0 0 0;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  border-radius: 0 0 0 2px;
}

.faq-content ul li .content__text {
  padding: 3px 0 20px 10px;
  display: none;
}

.faq-content ul li.open .content__text {
  display: block;
}

.footer-container {
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.footer-container .footer-copyright {
  padding: 30px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #808080;
  border-top: 1px solid #373737;
}

.footer-container .footer-copyright a {
  color: #808080;
  border-bottom: 1px solid #808080;
}

.footer-container .footer-copyright a:hover {
  border-bottom: 1px solid transparent;
}

.footer-info-list {
  padding: 50px 0 0;
}

.footer-info {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #808080;
}

.footer-info:nth-child(3n + 1) {
  clear: left;
}

.footer-info .footer-info__title {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.33;
  text-transform: uppercase;
  color: #fff;
}

.footer-info .footer-info__icon {
  height: 28px;
  margin: 0 0 20px;
  font-size: 0;
  line-height: 28px;
}

.footer-info .footer-info__icon img {
  display: inline-block;
  vertical-align: middle;
}

.footer-info .footer-info__content a {
  color: #808080;
}

.footer-info .footer-info__content a:hover {
  color: #fff;
}

.footer-info .footer-info__content .content-payments {
  margin: 10px 0 0;
  font-size: 10px;
  font-style: italic;
  font-weight: 900;
}

.footer-info .footer-info__content .content-payments span {
  margin: 0 5px;
}

.footer-info .footer-info__content .footer-social {
  margin: 0;
  font-size: 0;
}

.footer-info .footer-info__content .footer-social li {
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block;
}

.footer-info .footer-info__content .footer-social li a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.footer-info .footer-info__content .footer-social li a:hover {
  opacity: 0.5;
}

.footer-info .footer-info__content .footer-social li a.link-facebook {
  background: url("../images/icon-social-facebook-white.svg") center no-repeat;
}

.footer-info .footer-info__content .footer-social li a.link-twitter {
  background: url("../images/icon-social-twitter-white.svg") center no-repeat;
}

.footer-info .footer-info__content .footer-social li a.link-instagram {
  background: url("../images/icon-social-instagram-white.svg") center no-repeat;
}

/*                .footer-info .footer-info__content .footer-social li a:before {
                      font-family: FontAwesome;
                      font-size: 24px;
                      display: inline-block;
                      vertical-align: middle;
                  }
                  .footer-info .footer-info__content .footer-social li a.link-facebook:before {
                      content: '\f09a';
                  }
                  .footer-info .footer-info__content .footer-social li a.link-twitter:before {
                      content: '\f099';
                  }*/

.footer-logo {
  margin: 0 0 60px;
}

.footer-menu-list {
  padding: 0 0 30px;
  border-bottom: 1px solid #373737;
}

.footer-menu {}

.footer-menu .footer-menu__title {
  margin: 0 0 30px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.footer-menu .footer-menu__content {
  font-size: 14px;
  line-height: 20px;
}

.footer-menu .footer-menu__content ul {
  margin: 0;
}

.footer-menu .footer-menu__content ul li {
  margin: 0 0 15px;
}

.footer-menu .footer-menu__content ul li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  text-decoration: none;
}

.footer-menu .footer-menu__content ul li a:hover {
  color: #fff;
}

.forgotten-password {
  padding: 0;
}

.forgotten-password .send-renew-password-link {
  padding: 0;
}

.forgotten-password .form-fields .center-email-fields button {
  height: auto;
  cursor: pointer;
}

.forgotten-password .form-fields .center-email-fields label {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
}

.ga-allow-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  display: none;
}

.ga-allow-banner.open {
  display: block;
}

.ga-allow-banner .ga-allow-banner__content {
  width: 90%;
  max-height: 90%;
  max-width: 1110px;
  padding: 50px 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  border: 1px solid #ddd;
  color: #4b4b4b;
  overflow-y: auto;
}

.ga-allow-banner .ga-allow-banner__content .btn-primary {
  min-width: 150px;
  margin: 0 15px;
  cursor: pointer;
}

.ga-allow-banner .ga-allow-banner__content .btn-secondary {
  min-width: 150px;
  margin: 0 15px;
  padding: 10px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background: #fff !important;
  border: 2px solid #d41318 !important;
  color: #d41318;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
  cursor: pointer;
}

.ga-allow-banner .ga-allow-banner__content .btn-secondary:hover,
.ga-allow-banner .ga-allow-banner__content.deny .btn-secondary#deny-ga-service-js,
.ga-allow-banner .ga-allow-banner__content.allow .btn-secondary#allow-ga-service-js {
  background: #d41318 !important;
  color: #fff;
}

.ga-allow-banner .ga-allow-banner__content .content-left {
  padding-left: 10%;
  position: relative;
}

.ga-allow-banner .ga-allow-banner__content .content-left:before {
  content: "";
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
}

.ga-allow-banner .ga-allow-banner__content.allow .content-left:before {
  background: #2bcc7d;
}

.ga-allow-banner .ga-allow-banner__content.deny .content-left:before {
  background: #d41318;
}

.ga-allow-banner .ga-allow-banner__content .content-right {
  min-width: 360px;
  font-size: 0;
}

.ga-allow-banner .ga-allow-banner__content .content-title {
  margin: 0 0 20px;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}

.ga-allow-banner .ga-allow-banner__content .content-text {
  margin: 0 0 20px;
}

.ga-allow-banner .ga-allow-banner__content .content-links {
  font-size: 14px;
  line-height: 22px;
}

.ga-allow-banner .ga-allow-banner__content .content-links a {
  margin: 0 20px 0 0;
  display: inline-block;
  color: #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
}

.ga-allow-banner .ga-allow-banner__content .content-links a:hover {
  border-bottom: 1px solid transparent;
}

.ga-allow-banner .ga-allow-banner__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url("../images/icon-close-thin-black.svg") center no-repeat;
}

.ga-allow-banner .ga-allow-banner__close:hover {
  opacity: 0.7;
}

/*.globomenu .globomenu-item-layout-image_above>.globomenu-image {
      display: none;
  }*/

.home-banner {
  margin: 200px 0 0;
  position: relative;
  overflow: hidden;
}

.home-banner .home-banner__img {
  height: 730px;
  position: relative;
  z-index: 1;
}

.home-banner .home-banner__img img {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner .home-banner__content {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
}

.home-banner .home-banner__content .content-title {
  margin: 0 0 25px;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.home-banner .home-banner__content .content-text {
  margin: 0 0 30px;
  line-height: 26px;
}

.home-contacts {
  position: relative;
  overflow: hidden;
}

.home-contacts .home-contacts__img {
  height: 450px;
  position: relative;
  z-index: 1;
}

.home-contacts .home-contacts__img img {
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-contacts .home-contacts__content {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.home-contacts .home-contacts__content .content-title {
  max-width: 730px;
  margin: 0 auto 30px;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
}

.home-contacts .home-contacts__content .content-text {
  max-width: 730px;
  margin: 0 auto 20px;
  text-align: center;
}

.home-contacts .home-contacts__content .content-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.home-contacts .home-contacts__content .content-links ul li {
  margin: 0 10px;
  padding: 0;
  display: inline-block;
}

.home-contacts .home-contacts__content .content-links ul li a {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #000;
}

.home-contacts .home-contacts__content .content-links ul li a.link-facebook {
  background: url("../images/icon-social-facebook.svg") center no-repeat;
  background-size: 30px;
}

.home-contacts .home-contacts__content .content-links ul li a.link-twitter {
  background: url("../images/icon-social-twitter.svg") center no-repeat;
  background-size: 30px;
}

.home-contacts .home-contacts__content .content-links ul li a.link-instagram {
  background: url("../images/icon-social-instagram.svg") center no-repeat;
  background-size: 30px;
}

.home-contacts .home-contacts__content .content-links ul li a.link-linkedin {
  background: url("../images/icon-social-linkedin.svg") center no-repeat;
  background-size: 30px;
}

.home-contacts .home-contacts__content .content-links ul li a:hover {
  opacity: 0.5;
}

/*                    .home-contacts .home-contacts__content .content-links ul li a:before {
                          font-family: FontAwesome;
                          font-size: 24px;
                          display: inline-block;
                          vertical-align: middle;
                      }
                      .home-contacts .home-contacts__content .content-links ul li a.link-facebook:before {
                          content: '\f09a';
                      }
                      .home-contacts .home-contacts__content .content-links ul li a.link-twitter:before {
                          content: '\f099';
                      }
                      .home-contacts .home-contacts__content .content-links ul li a.link-instagram:before {
                          content: '\f16d';
                      }
                      .home-contacts .home-contacts__content .content-links ul li a.link-linkedin:before {
                          content: '\f0e1';
                      }*/

.home-custom-text {
  padding: 110px 0 100px;
  text-align: center;
}

.home-custom-text .custom-title {
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.14;
  text-transform: uppercase;
  color: #000;
}

.home-main-slider {
  height: 800px;
  /*margin: 0 0 40px;*/
  position: relative;
  overflow: hidden;
}

.home-main-slider .link-to-anchor {
  width: 24px;
  height: 24px;
  margin: 0 0 0 -12px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 3;
  cursor: pointer;
  font-size: 0;
  transform: rotate(-45deg);
}

.home-main-slider .link-to-anchor:before {
  content: "";
  width: 100%;
  height: 100%;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #fff;
  transition: 0.2s ease;
  display: block;
  transform-origin: 100% 0;
}

.home-main-slider .link-to-anchor:hover:before {
  border-color: #d41318;
}

.home-main-slider .home-main-slider__image {
  height: 100%;
  position: relative;
}

.home-main-slider .home-main-slider__image img {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.home-main-slider .home-main-slider__image span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.home-main-slider__skitrip {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-main-slider__skitrip_product {
  width: 350px;
}

.home-main-slider__skitrip_product img {
  width: 100%;
}

.home-main-slider__skitrip_text {}

.home-main-slider__skitrip_text_logo {
  display: inline-block;
  vertical-align: middle;
}

.home-main-slider__skitrip_text_logo img {
  width: 150px;
}

.home-main-slider__skitrip_text_title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  text-align: left;
}

.home-main-slider__skitrip_text_title h4 {
  margin: 0;
  font-size: 35px;
  font-weight: 100;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.home-main-slider__skitrip_text_title h3 {
  margin: 0 0 25px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.home-main-slider .home-main-slider__content {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home-main-slider .home-main-slider__content .slide-title h1 {
  margin: 0 0 25px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.home-main-slider .home-main-slider__content .slide-title h2 {
  margin: 0 0 25px;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

.home-main-slider .home-main-slider__content .slide-title h3 {
  margin: 0 0 25px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}

.home-main-slider .home-main-slider__content .slide-title h4 {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
  color: #fff;
}

.home-main-slider__formation {
  background-color: #f0f0f0;
  height: 100%;
  margin: 0 0 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-main-slider__formation__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home-main-slider__formation_text {
  max-width: 500px;
}

.home-main-slider__formation h4 {
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4b4b4b;
  margin-bottom: 40px;
}

.home-main-slider__formation_image {
  width: 800px;
}

.home-main-slider__formation_image img {
  width: 100%;
}

@media (max-width: 900px) {
  .home-main-slider__skitrip {
    display: block;
    position: relative;
    width: auto;
  }

  .home-main-slider__skitrip_text {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px;
  }

  .home-main-slider__skitrip_product {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    width: 250px;
  }

  .home-main-slider__skitrip_text_logo img {
    width: 100px;
  }

  .home-main-slider__skitrip_text_title h4,
  .home-main-slider__formation h4 {
    font-size: 25px;
  }

  .home-main-slider__skitrip_text_title h3 {
    font-size: 40px;
  }

  .home-main-slider__formation__content {
    display: block;
    position: relative;
    width: auto;
  }

  .home-main-slider__formation_image {
    width: 100%;
    text-align: center;
  }

  .home-main-slider__formation_image img {
    width: 80%;
  }

  .home-main-slider__formation_text {
    max-width: none;
    width: 100%;
    padding: 0 20px 40px;
    text-align: center;
  }
}

.link-style-1,
.btn-primary,
input[name="printCMSPage"] {
  padding: 15px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #d41318;
  color: #fff;
  border-radius: 30px;
  transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
  box-shadow: none;
  border: none;
}

input[name="printCMSPage"] {
  margin: 20px 0;
}

.link-style-1:active,
.link-style-1:focus,
.btn-primary:active,
.btn-primary:focus,
.link-style-1:active:focus,
.btn-primary:active:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  text-decoration: none;
  color: #fff;
  background: #d41318;
}

.link-style-1:hover,
.btn-primary:hover,
.link-style-1:active:hover,
.btn-primary:active:hover,
input[name="printCMSPage"]:hover {
  opacity: 0.7;
  color: #fff;
  background: #d41318;
}

.link-style-1 .material-icons,
.btn-primary .material-icons {
  display: none;
}

.btn-outline {
  padding: 15px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
  border: 2px solid #fff;
}

.btn-outline.btn-black {
  color: #000 !important;
  border-color: #000 !important;
}

.btn-outline.btn-black:hover,
.btn-outline.btn-black.selected {
  color: #d41318 !important;
  border-color: #d41318 !important;
}

.link-style-2 {
  padding: 10px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  background: #fff;
  color: #000 !important;
  border: 2px solid #000;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
}

.link-style-2:hover {
  background: #000;
  color: #fff !important;
}

.btn:disabled {
  opacity: 1 !important;
  background: #d8d8d8 !important;
}

.btn-dark,
.btn-dark:active:hover,
.btn-dark:disabled {
  background: #4b4b4b !important;
}

.main-page-blocks {
  margin-top: 200px;
}

.main-page-blocks .home-info-bl {
  margin: 0 auto;
  padding: 0 0 80px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-page-blocks:nth-child(2n + 1) .home-info-bl {
  flex-direction: row-reverse;
}

.main-page-blocks .home-info-bl .home-info__title {
  letter-spacing: -2px;
  text-transform: uppercase;
  color: #000;
  text-align: right;
}

.main-page-blocks .home-info-bl .home-info__text {
  margin-left: 8.333333%;
}

.main-page-blocks:nth-child(2n + 1) .home-info-bl .home-info__text {
  margin-left: 0;
  margin-right: 8.333333%;
}

.main-page-blocks:nth-child(2n + 1) .home-info-bl .home-info__title {
  width: 41.66667%;
}

.main-page-blocks .home-info-bl .home-info__title .content,
.main-page-blocks .home-info-bl .home-info__text .content {
  width: 100%;
  display: inline-block;
  text-align: left;
}

.main-page-blocks .home-info-bl .home-info__title .content h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
}

.main-page-blocks .home-info-bl .home-info__text .content p:last-child {
  margin: 0;
}

.main-page-blocks .home-info-bl .home-info__text .content a {
  text-decoration: none;
  color: #d41318;
  border-bottom: 1px solid #d41318;
}

.main-page-blocks .home-info-bl .home-info__text .content a:hover {
  border-bottom: 1px solid transparent;
}

.main-page-blocks .home-products-bl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.main-page-blocks:nth-child(2n + 1) .home-products-bl {
  flex-direction: row;
}

.main-page-blocks .home-products-bl .home-products__img {
  height: 860px;
  position: relative;
}

.main-page-blocks .home-products-bl .home-products__img span {
  min-width: 100%;
  min-height: 100%;
  width: 800px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}

.main-page-blocks .home-products-bl .home-products__img img {
  min-width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.main-page-blocks:nth-child(2n + 1) .home-products-bl .home-products__img img,
.main-page-blocks:nth-child(2n + 1) .home-products-bl .home-products__img span {
  right: auto;
  left: 0;
}

.main-page-blocks .home-products-bl .home-products__list {
  margin-left: 8.3333%;
}

.main-page-blocks:nth-child(2n + 1) .home-products-bl .home-products__list {
  margin-left: 0;
  margin-right: 8.333333%;
}

.main-page-blocks .home-products-bl .home-products__list .content {
  max-width: 500px;
  margin: 0 -20px;
  font-size: 0;
  display: block;
}

.main-page-blocks .home-products-bl .home-products__list .related-product {
  width: 50%;
  margin: 0 0 50px;
  padding: 0 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.main-page-blocks .home-products-bl .home-products__list .related-product.big-product {
  width: 100%;
}

.main-page-blocks .home-products-bl .home-products__list .related-product .product-name h3 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
}

.main-page-blocks .home-products-bl .home-products__list .related-product .product-name a {
  color: #000;
}

.main-page-blocks .home-products-bl .home-products__list .related-product .product-name a:hover {
  color: #d41318;
}

.main-page-blocks .home-products-bl .home-products__list .related-product .product-img {
  margin: 0 0 20px;
}

.main-page-blocks .home-products-bl .home-products__list .related-product .product-img img {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.page-addresses .address {
  padding: 20px;
  font-size: 18px;
  line-height: 30px;
  box-shadow: none;
  border: 1px solid #b5b5b5;
}

.page-addresses .address .address-body,
.page-addresses .address .address-footer {
  padding: 0;
  border: none;
}

.page-addresses .address .address-footer {
  text-align: right;
  font-size: 0;
  line-height: 1;
}

.page-addresses .address .address-footer a {
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 0;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.page-addresses .address .address-footer a:hover {
  opacity: 0.5;
}

.page-addresses .address .address-footer a[data-link-action="edit-address"] {
  background: url(../images/icon-edit.svg) center no-repeat;
  background-size: 24px;
}

.page-addresses .address .address-footer a[data-link-action="delete-address"] {
  background: url(../images/icon-delete.svg) center no-repeat;
  background-size: 24px;
}

.page-addresses .address .address-footer a span,
.page-addresses .address .address-footer a i {
  display: none;
}

.page-addresses .address .address-body h4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.page-contact #left-column {
  display: none;
}

.page-contact #content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  float: none;
}

.page-content.page-cms {
  text-align: left;
}

.page-not-found-content {
  margin-bottom: 100px;
  text-align: center;
}

.page-not-found-content h1 {
  margin: 80px 0;
  font-size: 65px;
  font-weight: 900;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.page-not-found-content .not-found-link {
  margin: 0 0 20px;
}

.page-not-found-content .not-found-link a {
  color: #d41318;
  border-bottom: 1px solid #d41318;
  text-decoration: none;
}

.page-not-found-content .not-found-link a:hover {
  border-bottom: 1px solid transparent;
}

/*.page-home .carousel {
      margin: 0 0 40px;
      box-shadow: none;
  }
      .page-home .carousel .direction {
          display: none;
      }
      .page-home .carousel .link-to-anchor {
          width: 24px;
          height: 24px;
          margin: 0 0 0 -12px;
          position: absolute;
          bottom: 40px;
          left: 50%;
          z-index: 3;
          cursor: pointer;
          font-size: 0;
          transform: rotate(-45deg);
      }
          .page-home .carousel .link-to-anchor:before {
              content: '';
              width: 100%;
              height: 100%;
              border-width: 0 0 2px 2px;
              border-style: solid;
              border-color: #fff;
              transition: .2s ease;
              display: block;
              transform-origin: 100% 0;
          }
          .page-home .carousel .link-to-anchor:hover:before {
              border-color: #d41318;
          }
      .page-home .carousel .carousel-inner {
          height: 800px;
          margin: 0;
      }
          .page-home .carousel .carousel-inner .carousel-item {
              position: relative;
          }
              .page-home .carousel .carousel-inner .carousel-item img {
                  width: auto;
                  min-width: 100%;
                  height: auto;
                  min-height: 100%;
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%);
              }
              .page-home .carousel .carousel-inner .carousel-item figure {
                  margin: 0;
              }
              .page-home .carousel .carousel-inner .carousel-item .caption-description {
                  position: absolute;
                  top: 20px;
                  left: 20px;
                  right: 20px;
                  bottom: 20px;
                  z-index: 2;
                  text-align: center;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  flex-direction: column;
              }
                  .page-home .carousel .carousel-inner .carousel-item .caption-description .slide-title {
                      margin: 0 0 25px;
                      font-size: 120px;
                      font-weight: 900;
                      line-height: 1;
                      text-transform: uppercase;
                      color: #fff;
                  }*/

.product-attributes .attribute {
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}

.product-attributes .attribute:last-child {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}

.product-attributes .attribute img {
  width: 20px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.product-attributes .attribute span {
  padding-top: 3px;
  display: inline-block;
  vertical-align: middle;
}

.product-main {
  margin: 30px 0 0;
  color: #000;
}

.product-main .product-text-slider {
  padding: 100px 0;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.product-main .product-text-slider .product-text-slider__text .text-title {
  max-width: 300px;
  margin: 0 0 35px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}

.product-main .product-text-slider .product-text-slider__carousel {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.product-main .product-text-slider .product-text-slider__carousel img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  display: block;
}

.product-main .product-text-slider .product-text-slider__carousel a {
  color: #5d5d5d;
}

.product-main .product-text-slider .product-text-slider__carousel a:hover {
  color: #d41318;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav {
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  left: -35px;
  right: -35px;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #000;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button.owl-prev {
  left: 0;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button.owl-next {
  right: 0;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button:hover {
  color: #d41318;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button span {
  display: none;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button:before {
  content: "\f015";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button.owl-prev:before {
  content: "\f053";
}

.product-main .product-text-slider .product-text-slider__carousel .owl-nav button.owl-next:before {
  content: "\f054";
}

.product-main h1.product-name {
  margin: 0 0 16px;
  text-align: left;
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  color: #000;
}

.product-main h1 .product-range {
  font-weight: 400;
}

.product-main.refurbished-product h1.product-name {
  margin: 0 !important;
}

.product-main.refurbished-product .attribute {
  margin-top: 52px !important;
}

.product-main .header_extra_info {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 8px 0 0;
}

.product-main .header_extra_info .guarantee_label {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
}

.product-main .product-category {
  margin: 0 0 8px;
  text-align: left;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
}

.product-main .product-page-attributes {
  margin: 0;
  font-size: 0;
}

.product-main .product-page-attributes .attribute {
  margin: 0;
  display: flex;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.product-main .product-page-attributes .attribute img {
  width: auto;
  height: 20px;
  margin: 0 10px 0 0;
}

.product-main .product-info-slider {
  margin: 80px 0;
}

.product-main .product-info-slider .product-info-slider__tabs {
  float: right;
}

.product-main .product-info-slider .product-info-slider__tabs ul {
  max-width: 160px;
  margin: 0;
}

.product-main .product-info-slider .product-info-slider__tabs ul li {
  margin: 0 0 35px;
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 20px;
  color: #c4c4c4;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.product-main .product-info-slider .product-info-slider__tabs ul li:last-child {
  margin: 0;
}

.product-main .product-info-slider .product-info-slider__tabs ul li:hover,
.product-main .product-info-slider .product-info-slider__tabs ul li.active {
  font-weight: 900;
  color: #000;
  border-bottom: 3px solid #000;
}

.product-main .product-info-slider .product-info-slider__images {
  height: 600px;
  position: relative;
}

.product-main .product-info-slider .product-info-slider__images span {
  min-width: 100%;
  min-height: 100%;
  width: 690px;
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-main .product-info-slider .product-info-slider__images img {
  display: none;
}

.product-main .modal-dialog .product-info-slider .product-info-slider__images img {
  display: block;
}

.product-main .modal-dialog.modal-lg {
  margin: 30px auto;
  max-width: 1440px;
}

.product-main .modal-dialog.modal-lg .modal-header {
  padding: 0 40px;
  border: unset;
}

.product-main .modal-dialog.modal-lg .modal-header .modal-title {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 50px 0;
}

.product-main .modal-dialog.modal-lg .modal-header .close {
  margin-top: -78px;
  opacity: 1;
  font-size: 40px;
  font-weight: 600;
}

.product-main .modal-dialog.modal-lg .modal-header .close:hover {
  opacity: 0.5;
}

.product-main .modal-dialog.modal-lg .modal-content .modal-body {
  padding: 0;
}

.product-main .modal-dialog.modal-lg .product-description-main {
  margin: 0;
}

.product-main .modal-dialog.modal-lg .product-description-main .range-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-main .modal-dialog.modal-lg .product-description-main h1 {
  font-size: 80px;
  line-height: 75px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 140px;
}

.product-main .modal-dialog.modal-lg .product-description-main h2 {
  font-size: 35px;
  line-height: 40px;
  max-width: 730px;
}

.product-main .modal-dialog.modal-lg .product-description-main p {
  line-height: 26px;
  margin: 0;
  max-width: 730px;
}

.product-main .modal-dialog.modal-lg .product-info-slider {
  margin: 90px 165px 50px 0;
  padding-top: 50px;
  max-width: 1275px;
}

.product-main .modal-dialog.modal-lg .product-info-slider .container {
  padding: 0;
}

.product-main .modal-dialog.modal-lg .product-info-slider .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__tabs {
  order: 3;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__tabs ul {
  max-width: none;
  width: 160px;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__images {
  padding-left: 15px;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__images img {
  max-width: 610px;
  height: auto;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts {
  margin: 0 95px 0 125px;
  position: unset;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts ul {
  width: 285px;
}

.product-main .product-info-slider .product-info-slider__texts ul li {
  max-width: none;
}

.product-main .modal-dialog.modal-lg .product-info-slider__tabs ul li {
  margin: 0 0 40px;
  padding: 0 0 10px;
}

.product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts ul li .slide-title {
  margin: 0 0 40px;
}

.product-main .product-info-slider .product-info-slider__images ul {
  margin: 0;
}

.product-main .product-info-slider .product-info-slider__images ul li {
  margin: 0;
  display: none;
}

.product-main .product-info-slider .product-info-slider__images ul li.active {
  display: block;
}

.product-main .product-info-slider .product-info-slider__texts {
  height: 600px;
  position: relative;
}

.product-main .product-info-slider .product-info-slider__texts ul {
  margin: 0;
}

.product-main .product-info-slider .product-info-slider__texts ul li {
  max-width: 320px;
  margin: 0;
  display: none;
}

.product-main .product-info-slider .product-info-slider__texts ul li.active {
  display: block;
}

.product-main .product-info-slider .product-info-slider__texts ul li .slide-title {
  margin: 0 0 35px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}

.product-main .product-info-slider .product-info-slider__texts .slide-text {
  line-height: 26px;
  color: #4b4b4b;
}

.product-main .product-description-main {
  margin: 80px 0;
}

.product-main .product-description-main h2 {
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

.product-main .product-description-main p {
  margin: 0 0 30px;
}

.product-main .product-characteristics {
  margin: 100px 0 60px;
}

.product-main .product-characteristics .product-features,
.product-main .product-features {
  display: none;
}

.product-main .product-characteristics h2 {
  margin: 0 0 35px;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
}

.product-main .product-characteristics ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-main .product-characteristics ul li {
  margin: 0 0 25px;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 18px;
  line-height: 26px;
}

.product-main .product-characteristics ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 5px;
  background: #000;
}

.product-main .product-banner {
  margin: 60px 0 100px;
  background: #f4f4f4;
}

.product-main .product-banner .product-banner__inwr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-main .product-banner .product-banner__image {
  height: 600px;
  position: relative;
}

.product-main .product-banner .product-banner__image img {
  display: none;
}

.product-main .product-banner .product-banner__image span {
  min-width: 100%;
  min-height: 100%;
  width: 800px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: top center;
  background-size: cover;
}

.product-main .product-banner .product-banner__content {
  height: 600px;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

.product-main .product-banner .product-banner__content .content-title {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-main .product-banner .product-banner__content .content-text {
  margin: 0 0 30px;
}

.product-main-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 50px;
  margin: 0 20px;
}

.product-main-content .product-description-short {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 30px;
}

.product-main-content .product-description-short ul {
  padding-left: 25px;
}

.product-main-content .product-description-short>p {
  margin: 0;
}

.product-main-content #extra-product-link {
  color: #D41318;
  text-decoration: underline;
  text-underline-offset: 7px;
  font-size: 14px;
  line-height: 20px;
  transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
}

.product-main-content #extra-product-link:hover {
  text-decoration-color: #D4131800;
}

body.page-category .btn-modal {
  display: none;
}

.product-main-content .btn-modal:hover {
  color: #d41318;
  text-decoration: underline;
  cursor: pointer;
}

.product-main-content .btn.btn-primary.btn-modal:hover {
  color: #fff;
  text-decoration: none;
}

.product-main-content .product-description-short *:not(.btn-modal) {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

/* .product-main-content .product-variants {
  margin: 0 0 35px;
} */

.product-main-content .product-variants>.product-variants-item {
  margin: 32px 0 0 !important;
}

.product-variants>.product-variants-item select {
  box-shadow: none;
}

.product-main-content .product-variants .control-label {
  display: none;
}

.product-main-content .product-variants .product-variants-item.group-radio {
  margin: 0;
}

.product-main-content .product-variants .group-radio .control-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #4B4B4B;
  margin-bottom: 10px;
}

.product-main-content .product-variants .group-radio .input-radio+.radio-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #adadad;
  padding: 14px 15px 12px 15px;
  cursor: pointer;
  box-shadow: none;
  border: 1px solid #adadad;
}

.product-main-content .product-variants .group-radio .input-radio:checked+.radio-label {
  color: #000;
  border: 2px solid #000;
  font-weight: 600;
  padding: 13px 15px 11px 15px;
}

.product-main-content .product-variants ul {
  margin: 0;
  padding: 0;
}

.product-main-content .product-variants ul:after {
  content: "";
  display: table;
  clear: both;
}

.product-main-content .product-variants ul li:not(:last-child) {
  margin: 0 20px 0 0;
}

.product-main-content .product-variants ul li:last-child {
  margin: 0;
}

.product-main-content .product-variants .product-variants-item.group-radio ul li:not(:last-child) {
  margin: 0 8px 0 0;
}

.product-main-content .product-variants .product-variants-item.group-radio ul li:last-child .input-radio:checked+span {
  margin-left: 0;
}

.product-main-content .product-variants ul li .label,
.product-main-content .product-variants ul li label {
  width: 30px;
  height: 30px;
  margin: 0;
  position: relative;
}

.product-main-content .product-variants .group-radio ul li label {
  width: 75px;
  height: 55px;
}

.product-main-content .product-variants .group-radio ul li:first-child label {
  width: 73px !important;
}

.product-main-content .product-variants ul li .input-color,
.product-main-content .product-variants ul li .color {
  width: 30px;
  height: 30px;
  margin: 0;
  box-shadow: none;
}

.product-main-content .product-variants ul li .color {
  border: 1px solid #eee;
  border-radius: 30px;
}

.product-main-content .product-variants ul li:hover .color:after,
.product-main-content .product-variants ul li .input-color:checked+.color:after {
  content: "";
  width: 26px;
  height: 3px;
  position: absolute;
  bottom: -8px;
  left: 3px;
  border: none;
  background: #000;
}

.product-main-content .product-add-price {
  position: relative;
}

.product-main-content .product-add-price.has-discount .product-reduction {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
  margin-top: 4px;
  margin-bottom: 8px;
  line-height: 20px;
  flex-basis: 500px;
}

.product-main-content .sustainability-infos {
  margin: 16px 0 0;
  line-height: 20px;
}

.product-main-content .sustainability-infos>ul {
  margin: 0;
}

.product-main-content .sustainability-infos span {
  font-size: 14px;
  font-weight: 400;
  color: #818181;
}

.product-main-content .product-add-to-cart {
  width: 100%;
  float: left;
  margin: 32px 0 0;
}

.product-main-content .product-add-to-cart.disabled {
  float: none;
}

.product-main-content .product-add-to-cart .control-label,
.product-main-content .product-add-to-cart #product-availability,
.product-main-content .product-add-to-cart .product-minimal-quantity,
.product-main-content .product-add-to-cart .product-quantity .qty {
  display: none;
}

.product-main-content .product-add-to-cart.disabled #product-availability {
  margin: 0 0 20px !important;
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #d41318;

  margin: 20px 0 0;
  position: static;
}

.product-main-content .product-add-to-cart.disabled #product-availability i {
  display: none;
}

.product-main-content .product-add-to-cart .product-quantity .add {
  margin: 0;
  float: none;
  width: 100%;
}

.product-main-content .product-add-to-cart .product-quantity .add-to-cart {
  min-width: 200px;
  width: 100%;
  height: auto;
  padding: 10px 45px;
  line-height: 30px;
}

.product-main-content .product-additional-info .social-sharing {
  display: none;
}

.product-main-content .product-additional-info {
  clear: both;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse {
  margin: 0;
  position: relative;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .product-add-to-compare {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .pop-up-notice {
  margin: 20px 0 0;
  position: static;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .pop-up-notice .alert-danger {
  padding: 10px 10px 10px 45px;
  position: relative;
  align-items: start;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .pop-up-notice .alert-danger:before {
  margin: -15px 0 0;
  position: absolute;
  top: 25px;
  left: 10px;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .pop-up-notice .alert-danger .empty-comparator-js {
  text-decoration: none;
  color: #d41318;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #d41318;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .pop-up-notice .alert-danger .empty-comparator-js:hover {
  border-bottom: 1px solid transparent;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .btn-primary {
  padding: 0 0 0 35px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
  text-transform: none;
  background: none;
  color: #4b4b4b;
  opacity: 1;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .btn-primary:hover {
  color: #d41318;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .btn-primary:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  border: 1px solid #b5b5b5;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .btn-primary.active:after {
  content: "";
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  font-size: 0;
  color: #fff;
  border: none;
  box-shadow: none;
  background: #d41318 url("../images/icon-check-white.svg") center no-repeat;
  background-size: 18px;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .compare-link-page {
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  font-size: 0;
  color: #fff;
  border: none;
  box-shadow: none;
  background: #d41318 url("../images/icon-check-white.svg") center no-repeat;
  background-size: 18px;
}

.product-main-content .product-additional-info #add-to-compare-or-refuse .compare-link-page i {
  display: none;
}

.product-main-content .product-prices {
  margin: 32px 0 0 !important;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
}

.product-main.refurbished-product .product-main-content .product-prices {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.product-main-content .product-prices .tax-shipping-delivery-label {
  display: none;
}

.product-main-content .product-prices .product-price,
.product-main-content .product-prices .product-price .current-price {
  margin: 0;
  float: left;
  font-size: 25px;
  font-weight: 900;
  line-height: 30px;
  color: #000;
}

.product-main-content .product-prices .price-ecotax {
  margin: 0;
  padding: 7px 0 0;
  font-size: 14px;
  line-height: 20px;
  clear: both;
}

.product-main-content .product-prices .product-discount {
  margin: 0 0 0 16px;
  float: left;
  color: #000;
}

.product-main-content .product-prices .product-price .discount {
  display: none;
}

.product-main-content .product-images-carousel .owl-nav {
  display: none;
  margin: -15px 0 0;
  position: absolute;
  top: 50%;
  left: -35px;
  right: -35px;
}

.product-main-content .product-images-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  color: #000;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.product-main-content .product-images-carousel .owl-nav button.owl-prev {
  left: 0;
}

.product-main-content .product-images-carousel .owl-nav button.owl-next {
  right: 0;
}

.product-main-content .product-images-carousel .owl-nav button:hover {
  color: #d41318;
}

.product-main-content .product-images-carousel .owl-nav button span {
  display: none;
}

.product-main-content .product-images-carousel .owl-nav button:before {
  content: "\f015";
  font-family: FontAwesome;
  display: inline-block;
  vertical-align: middle;
}

.product-main-content .product-images-carousel .owl-nav button.owl-prev:before {
  content: "\f053";
}

.product-main-content .product-images-carousel .owl-nav button.owl-next:before {
  content: "\f054";
}

.product-main-content .product-images-carousel .owl-dots {
  margin: 10px 0 0;
  font-size: 0;
  text-align: center;
}

.product-main-content .product-images-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  background: #d8d8d8;
  border-radius: 10px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
}

.product-main-content .product-images-carousel .owl-dots .owl-dot:hover,
.product-main-content .product-images-carousel .owl-dots .owl-dot.active {
  background: #000;
}

.product-main.refurbished-product .non-compliant-visuals {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
  background-color: #fff;
  padding: 10px 0;
}

.product-main .read-head-line,
.cms-id-13 .read-head-line {
  margin-bottom: -1px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.cms-id-13 .read-head-line {
  margin-top: 100px;
}

/*        .product-main .read-head-line .read-head-line__text {
              width: 50%;
          }
          .product-main .read-head-line .read-head-line__link {
              margin-left: 25%;
              text-align: right;
          }*/

.read-head-line {
  padding: 50px 0;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  clear: both;
}

.page-category.view-grid .read-head-line {
  width: 100%;
  margin: 40px 20px;
  border-top: 1px solid #dcdcdc;
  overflow-x: hidden;
}

.read-head-line {
  padding: 48px 0;
}

.read-head-line .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.read-head-line .read-head-line__text,
.read-head-line .read-head-line__text p {
  margin: 0;
  font-size: 40px;
  font-weight: 900;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #d41318;
}

.read-head-line .read-head-line__link {
  text-align: center;
  margin: 20px 0 0;
}

.partners-bl {
  margin-bottom: 180px;
  text-align: center;
}

.partners-bl .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.partners-bl .partners-item {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-bl .partners-item img {
  max-width: 100%;
}

.products-bl {
  text-align: center;
  margin: 0 0 200px;
}

.products-list {
  margin-bottom: 20px;
}

.products-list .products-item {
  max-width: 190px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.products-list .products-item .item-image {
  margin-bottom: 20px;
}

.products-list .products-item .item-image img {
  width: 100%;
  height: auto;
}

.products-list .products-item .item-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
}

.products-list .products-item .item-name a {}

.products-list .products-item .item-description {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #000;
}

.register-product-section input.input-product-error,
.register-product-section select.input-product-error {
  border: 1px solid #d8292e;
  background: #fef7f7;
}

.register-product-section input.input-product-error::-webkit-input-placeholder {
  color: #d41318;
}

.register-product-section input.input-product-error::-moz-placeholder {
  color: #d41318;
}

.register-product-section .field-error {
  margin: 5px 0 0;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #d41318;
  clear: both;
}

.register-product-section .row+.field-error {
  margin: 0 0 10px;
  position: relative;
  top: -5px;
}

.register-product-section label+.field-error {
  margin: 5px 0 10px;
}

.serial-number-tooltip img {
  width: 100%;
  height: auto;
}

.serial-number-tooltip {
  position: relative;
  top: 0.275rem;
  line-height: 0;
}

.serial-number-tooltip svg {
  cursor: help;
}

.serial-number-tooltip-content {
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.75rem);
  left: 50%;
  width: 13rem;
  visibility: hidden;
  padding: 0.75rem;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.3;
  color: #000000;
  background-color: #ebebeb;
  opacity: 0;
  transform: translateY(-1rem) translateX(-50%);
  transition: 0.2s ease-in-out;
  transition-property: visibility, opacity, transform;
}

.serial-number-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: transparent transparent #ebebeb transparent;
  transform: translateX(-50%);
}

.serial-number-tooltip:hover .serial-number-tooltip-content {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%);
}

.small-text {
  font-size: 14px;
  line-height: 20px;
  color: #808080;
}

.payment_module {
  max-width: 490px;
  margin: 0 -15px;
  padding: 0;
}

.payment_module #stripe-payment-form {
  width: auto;
}

.payment_module #stripe-payment-form .img-card {
  margin: 0 0 0 5px !important;
}

.payment_module #stripe-payment-form .powered_stripe {
  margin: 0 20px 0 0 !important;
}

.payment_module #stripe-payment-form .stripe-name,
.payment_module #stripe-payment-form #cardNumber-element,
.payment_module #stripe-payment-form #cardExpiry-element,
.payment_module #stripe-payment-form #cardCvc-element {
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 15px;
}

.payment_module #stripe-payment-form #cardNumber-element,
.payment_module #stripe-payment-form #cardExpiry-element,
.payment_module #stripe-payment-form #cardCvc-element {
  max-width: none;
  padding: 15px;
}

.payment_module #stripe-payment-form .form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment_module #stripe-payment-form .form-group label {
  width: 130px;
  margin: 0;
  padding: 0 10px 0 0;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}

.payment_module #stripe-payment-form .form-group label.required:before {
  display: none;
}

.payment_module #stripe-payment-form .form-group label.required:after {
  content: " *";
}

.payment_module #stripe-payment-form .form-group .input-bl {
  width: 330px;
  padding: 0;
  display: flex;
  align-items: center;
}

.payment_module #stripe-payment-form .form-group .col-1 {
  margin: 0 30px 0 0;
}

.payment_module #stripe-payment-form .form-group .form-group {
  margin: 0;
}

.payment_module #stripe-payment-form .form-group .form-group .input-bl {
  width: 120px;
}

.payment_module #stripe-payment-form .form-group .col-2 .form-group label {
  width: 60px;
}

.title-style-1 {
  margin: 0 0 80px;
  font-size: 50px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: -0.5px;
  text-align: center;
  text-transform: uppercase;
  color: #d41318;
}

.title-style-2 {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #000;
}

.block-type-1 {
  margin: 0 0 100px;
}

.block-type-2 {
  margin-bottom: 200px;
}

.mobile-bl {
  display: none !important;
}

#header .header-menu__close {
  display: none;
}

.gdpr_consent__link {
  margin-left: 35px;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #d41318;
  text-decoration: underline;
}

.gdpr_consent__link:hover {
  text-decoration: none;
}

.gformbuilderpro_form {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.gformbuilderpro_form .formbuilder_group {
  margin: 0;
}

.gformbuilderpro_form .form-group-title {
  padding: 20px 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
}

.gformbuilderpro_form .form-group {
  margin: 0;
}

.gformbuilderpro_form .form-group label {
  display: none;
}

.gformbuilderpro_form .form-group p {
  margin-bottom: 0;
}

.gformbuilderpro_form .form-group select {
  max-width: 100%;
}

.gformbuilderpro_form .form-group textarea.small-height {
  height: 105px;
  min-height: 105px;
}

.gformbuilderpro_form .form-group .medium-field {
  width: 75%;
}

.gformbuilderpro_form .form-group .small-field {
  width: 50%;
}

.gformbuilderpro_form .form-group .help-block,
.gformbuilderpro_form .form-group input[type="file"] {
  display: none;
}

.gformbuilderpro_form .form-group input[type="checkbox"],
.gformbuilderpro_form .form-group input[type="radio"] {
  display: none;
}

.gformbuilderpro_form .form-group input[type="checkbox"]+label,
.gformbuilderpro_form .form-group input[type="radio"]+label {
  margin: 10px 0;
  padding-left: 35px;
  display: block;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.gformbuilderpro_form .form-group input[type="checkbox"].small-text+label,
.gformbuilderpro_form .form-group input[type="radio"].small-text+label {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.gformbuilderpro_form .form-group input[type="checkbox"]+label:before,
.gformbuilderpro_form .form-group input[type="radio"]+label:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  border: 1px solid #b5b5b5;
  background: #fff;
}

.gformbuilderpro_form .form-group input[type="checkbox"]:checked+label:before,
.gformbuilderpro_form .form-group input[type="radio"]:checked+label:before {
  border: 1px solid #d41318;
  background: #d41318;
}

.gformbuilderpro_form .form-group input[type="checkbox"]:checked+label:after,
.gformbuilderpro_form .form-group input[type="radio"]:checked+label:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 2;
  background: #d41318 url(../images/icon-check-white.svg) center no-repeat;
  background-size: 18px;
}

.gformbuilderpro_form .form-group input[type="radio"]+label:before {
  border-radius: 20px;
}

.gformbuilderpro_form .form-group input[type="radio"]:checked+label:after {
  border: 6px solid #d41318;
  background: #fff;
  border-radius: 20px;
}

.gformbuilderpro_form .form-group input[type="checkbox"].small-text+label:before,
.gformbuilderpro_form .form-group input[type="radio"].small-text+label:before,
.gformbuilderpro_form .form-group input[type="checkbox"].small-text+label:after,
.gformbuilderpro_form .form-group input[type="radio"].small-text+label:after {
  top: 0;
}

.gformbuilderpro_form .form-group .gform-error-item {
  border: 1px solid #d8292e;
  background: #fef7f7;
}

.gformbuilderpro_form .form-group .gform-error-item::-webkit-input-placeholder {
  color: #d41318;
}

.gformbuilderpro_form .form-group .gform-error-item::-moz-placeholder {
  color: #d41318;
}

.gformbuilderpro_form .gform-error-hint-text {
  margin: 5px 0 0;
  display: block;
  font-size: 14px;
  line-height: 1.3;
  color: #d41318;
  clear: both;
}

.gformbuilderpro_form .gformbuilderpro_action {
  width: calc(75% + 8px);
  margin: 0 0 0 calc(25% - 8px);
  padding: 20px 00 15px;
  float: none;
  text-align: right;
}

.gformbuilderpro_form .gformbuilderpro_action button {
  padding: 15px 35px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #d41318;
  color: #fff;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
  border: none;
}

.gformbuilderpro_form .gformbuilderpro_action button:hover {
  opacity: 0.7;
  color: #fff;
  background: #d41318;
}

.gformbuilderpro_form .html_box {
  text-align: right;
}

.gformbuilderpro_form .html_box p {
  margin-bottom: 0;
}

.gformbuilderpro_form .html_box label {
  margin: 0;
  min-height: 50px;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  text-align: right;
  color: #000;
  letter-spacing: -0.5px;
}

.gformbuilderpro_form .html_box label.required:after {
  content: " *";
}

.gformbuilderpro_form .itemfield {
  margin-bottom: 20px;
}

.gformbuilderpro_form .separator-line {
  margin: 30px 0;
  border-bottom: 1px solid #d8d8d8;
}

.gformbuilderpro_form .link-bl {
  margin: -10px 0 0 35px;
  text-align: left;
  line-height: 1;
}

.gformbuilderpro_form .link-bl a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #d41318;
  text-decoration: underline;
}

.gformbuilderpro_form .link-bl a:hover {
  text-decoration: none;
}

.gformbuilderpro_form .gformbuilderpro_content {
  width: calc(100% + 30px);
  min-width: 100%;
}

#main .gformbuilderpro_form .page-header h1 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.gformbuilderpro_form .form-description {
  width: 75%;
  margin: 0 auto 70px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.gformbuilderpro_form #gformbuilderpro_overlay {
  display: none;
}

.ui-corner-all {
  z-index: 2 !important;
}

.ups_map {
  margin: 15px -15px 35px;
  border: none;
}

.ups_map .ups_map_title {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
}

.ups_map .ups-left-column {
  margin-bottom: 35px;
}

.ups_map .ups-left-column .findAccessPoint {
  width: 100%;
  margin-top: 40px;
  padding: 15px 35px;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #d41318;
  color: #fff;
  border-radius: 30px;
  transition: 300ms ease-in-out;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  box-shadow: none;
  border: none;
  white-space: normal;
}

.ups_map .ups-left-column .findAccessPoint:hover {
  opacity: 0.7;
  color: #fff;
  background: #d41318;
}

.ups_map .ups-right-column {
  margin-bottom: 35px;
}

.ups_map #map {
  width: calc(100% + 52px);
  margin: 0 -26px;
}

.ups_map #map .close-map-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -3px;
  right: -3px;
  z-index: 2;
  cursor: pointer;
}

.ups_map #map .close-map-button:hover {
  opacity: 0.5;
}

.ups_map #map .close-map-button:before,
.ups_map #map .close-map-button:after {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 10px;
  background: #555;
  transform: rotate(45deg);
}

.ups_map #map .close-map-button:after {
  transform: rotate(-45deg);
}

.ups_map #map .gm-ui-hover-effect {
  display: none !important;
}

.ups_map #ups-select-access-point-info {
  margin: 35px 0 0;
  padding: 30px;
  border: 1px solid #d6d4d4;
}

.ups_map #ups-select-access-point-info .ups-access-point-info {
  font-size: 18px;
  line-height: 30px;
}

.ups_map #ups-select-access-point-info .ups-access-point-info .comment {
  font-size: 14px;
  line-height: 20px;
}

.ups_map #ups-select-access-point-info .ups_is_access_point_cancel {
  margin: 0;
  padding: 0;
  line-height: 25px;
  color: #d41318;
  border-bottom: 1px solid #d41318;
  background: none;
}

.ups_map #ups-select-access-point-info .ups_is_access_point_cancel:hover {
  border-bottom: 1px solid transparent;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list {
  min-height: 360px;
  position: relative;
  right: -11px;
  border: 1px solid #d6d4d4;
  overflow-x: scroll;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point {
  width: 100%;
  min-height: 340px;
  margin: 0;
  padding: 30px;
  white-space: normal;
  vertical-align: top;
  border: 1px solid transparent;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point:hover {
  border: 1px solid #000;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .address {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 30px;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .company {
  margin: 0 0 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .details,
body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .select {
  margin: 0 0 15px;
  clear: left;
  line-height: 25px;
  color: #d41318;
  border-bottom: 1px solid #d41318;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .select {
  float: left;
}

body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .details:hover,
body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point .select:hover {
  border-bottom: 1px solid transparent;
}

body#checkout section.checkout-step .content form .ups_map .form-group {
  display: block;
}

body#checkout section.checkout-step .ups_map .label,
body#checkout section.checkout-step .ups_map label {
  margin: 0 0 7px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
}

body#checkout section.checkout-step .ups_map .label sup,
body#checkout section.checkout-step .ups_map label sup {
  font-size: 100%;
}

/* Product ranges page */
#ranges #products .wrapper-ranges {
  margin: 100px 165px 60px 165px;
}

#ranges #products .wrapper-ranges p {
  margin: 0;
}

#ranges #products .ranges-description {
  padding-right: 100px;
}

#ranges #products .ranges-media-content {
  overflow: hidden;
  position: relative;
  width: 50%;
  padding: 0;
}

#ranges #products .ranges-media-content::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

#ranges #products .ranges-media-content iframe {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
}

#ranges #products .ranges-description .title-content {
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

#ranges #products .ranges-description .description-content p {
  font-size: 18px;
  line-height: 26px;
  color: #4b4b4b;
  text-align: justify;
}

@media (min-width: 768px) {
  .gformbuilderpro_form {
    width: 750px;
  }
}

@media (min-width: 992px) {

  #product #content {
    max-width: 100%;
  }

  .gformbuilderpro_form {
    width: 990px;
  }

  .product-main-content {
    margin: 0 70px;
  }
}

@media (min-width: 1200px) {
  .gformbuilderpro_form {
    width: 1170px;
    max-width: 100%;
  }

  .gformbuilderpro_form .formbuilder_group.col-md-9 {
    max-width: 50%;
  }

  .gformbuilderpro_form .gformbuilderpro_action {
    max-width: calc(50% + 15px);
    padding: 20px 15px 0;
  }

  .container {
    width: 1430px;
    max-width: 100%;
  }

  .product-customization {
    width: 1140px;
    margin: 0 auto;
    margin-top: 40px;
  }

  #main #content.page-content.page-cms p iframe {
    top: -168px !important;
  }
}

@media (min-width: 1600px) {

  .page-category.view-grid #products .products {
    padding: 0 68px 30px;
  }

  .page-category.view-grid #products #product-accessories__header {
    padding: 0 80px;
  }

  .main-page-blocks .home-products-bl .home-products__img span,
  .product-main .product-banner .product-banner__image span {
    width: 800px !important;
  }
}

@media (min-width: 992px) {

  .block-category .block-category__content .content-title,
  .product-main h1.product-name {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .globomenu .globomenu-target-text,
  #header .header-top .globomenu.globomenu-main>li>a {
    color: #000 !important;
    text-align: center;
    font-family: 'Gotham' !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 1600px) {

  .main-page-blocks {
    overflow: hidden;
  }

  .page-category #products .toolbar {
    padding: 0 100px;
  }

  .active_filters {
    padding: 20px 0 10px 100px;
  }

  .product-main .modal-dialog.modal-lg {
    max-width: 1100px;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__images img {
    max-width: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header .header-nav .container {
    width: 960px;
  }
}

@media (max-width: 1199px) {
  #header .header-top .globomenu.globomenu-main>li {
    text-align: center;
  }

  #search_filters_bl #search_filters_content {
    padding: 100px 40px 100px;
  }

  #search_filters_bl #search_filters .facet-list .facet .facet-label .custom-checkbox {
    vertical-align: middle;
  }

  #search_filters_bl #search_filters .facet-list .facet .facet-label a {
    font-size: 15px;
  }

  .cart-grid .cart-grid-right:after {
    left: 0;
  }

  .page-category #products .product-miniature .product-description .product-title a,
  .featured-products .product-miniature .product-description .product-title a {
    font-size: 45px;
  }

  body#checkout section.checkout-step .content form .form-group .col-sm-3 {
    width: 35%;
  }

  body#checkout section.checkout-step .content form .form-group .col-md-6.col-sm-9 {
    width: 65%;
    min-width: 65%;
  }

  .page-category #products .toolbar {
    padding: 0 50px;
  }

  .active_filters {
    padding: 20px 0 10px 50px;
  }

  .page-category.view-grid #products .product-miniature .product-price-action .product-price-and-shipping .price {
    flex-direction: column;
  }

  #ranges #products .wrapper-ranges {
    margin: 50px 70px 50px 70px;
  }

  #ranges #products .ranges-description {
    padding: 0;
    text-align: center;
  }

  #ranges #products .ranges-description .title-content {
    font-size: 20px;
    line-height: 30px;
  }

  #ranges #products .ranges-description .description-content p {
    font-size: 15px;
  }

  #ranges #products .ranges-media-content {
    width: 100%;
    margin-top: 50px;
  }

  .product-main .modal-dialog.modal-lg {
    max-width: 850px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h1 {
    margin-bottom: 100px;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider {
    margin: 50px 100px 30px 0;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__images img {
    max-width: 300px;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts {
    margin: 0 45px 0 75px;
    position: unset;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts ul {
    width: 200px;
  }

  .register-product-section input.input-product-error,
  .register-product-section select.input-product-error {
    border: 1px solid #d8292e;
    background: #fef7f7;
  }

  .register-product-section input.input-product-error::-webkit-input-placeholder {
    color: #d41318;
  }

  .register-product-section input.input-product-error::-moz-placeholder {
    color: #d41318;
  }

  .register-product-section [class^="field-"] {
    margin: 5px 0 0;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    clear: both;
  }

  .register-product-section .field-error {
    color: #d41318;
  }

  .register-product-section .row+.field-error {
    margin: 0 0 10px;
    position: relative;
    top: -5px;
  }

  .register-product-section label+.field-error {
    margin: 5px 0 10px;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts ul li .slide-title {
    font-size: 20px;
    margin: 0 0 20px;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__texts ul li .slide-text p * {
    font-size: 13px !important;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__tabs ul {
    width: 140px;
  }

  .product-main .modal-dialog.modal-lg .product-info-slider__tabs ul li {
    margin: 0 0 25px;
    font-size: 12px;
  }
}

#_desktop_user_info {
  font-size: initial;
  line-height: 30px;
}

@media (max-width: 991px) {
  #header {
    padding: 0;
  }

  #header .header-nav,
  body#checkout #header .header-nav {
    min-height: 60px;
    margin: 0;
    padding: 15px 0;
    z-index: 101;
  }

  #header .header-top #_desktop_contact_link,
  #header .header-nav #_desktop_language_selector {
    display: none;
  }

  #header .header-nav .right-nav {
    flex-direction: row;
  }

  #header .header-top .blockcart {
    margin: 0 0 0 20px;
  }

  #header .header-top {
    position: static;
  }

  #header .header-top .header-logo {
    width: 140px;
    margin: 0 0 0 -70px;
    top: 61px;
  }

  #header .header-menu {
    display: none;
  }

  #header.open-menu .header-menu {
    padding: 100px 20px 20px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #000;
    color: #fff;
  }

  #header.open-menu .header-menu .register-new-product-link,
  #header.open-menu .header-top .header-menu .globomenu-responsive-toggle,
  #header.open-menu .header-top .header-menu .globomenu-retractor,
  #header.open-menu .header-top .header-menu .globomenu-target-with-image {
    display: none;
  }

  #header.open-menu .header-menu #_desktop_language_selector,
  #header.open-menu .header-menu #_desktop_contact_link {
    float: left;
  }

  #header.open-menu .header-menu #_desktop_language_selector button {
    margin: 0 25px 0 0;
    float: left;
  }

  #header.open-menu .header-menu #_desktop_language_selector button .expand-more {
    color: #fff;
  }

  #header.open-menu .header-menu #_desktop_language_selector .dropdown-menu {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 20px 15px 10px;
    position: static;
    clear: left;
    background: none;
    border: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  #header.open-menu .header-menu #_desktop_language_selector .dropdown-menu li {
    margin: 0 0 10px;
  }

  #header.open-menu .header-menu #_desktop_language_selector .dropdown-menu li a {
    padding-right: 0;
    color: #fff;
  }

  #header.open-menu .header-menu #_desktop_language_selector .dropdown-menu li.current a {
    color: #d41318;
  }

  #header.open-menu .header-menu #_desktop_language_selector .dropdown-backdrop {
    display: none;
  }

  #header.open-menu .header-top .header-menu .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #header.open-menu .header-top .header-menu .globomenu.globomenu-main {
    padding: 30px 0 0;
    display: block;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li:nth-child(3) {
    margin: 0;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>a {
    padding: 15px 25px 15px 0 !important;
    text-align: left;
    text-decoration: none !important;
    color: white !important;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>a span {
    text-decoration: none !important;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>a span {
    border-bottom: 2px solid transparent;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li.globomenu-active>a span {
    border-bottom: 2px solid #fff;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>a:after {
    margin-top: -12px;
    right: 0;
    font-size: 28px;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li.globomenu-active>a:after {
    content: "\f054";
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>ul {
    padding: 0 0 0 20px;
    display: none !important;
    position: static !important;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li.globomenu-active>ul {
    display: block !important;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>ul>li {
    padding: 0 !important;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>ul>li a {
    padding: 10px !important;
    border: none;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>ul>li a:after {
    display: none;
  }

  #header .header-top .header-menu .globomenu.globomenu-main>li>ul>li ul ul {
    display: none;
  }

  #header .header-menu__button {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    top: 61px;
    z-index: 102;
    cursor: pointer;
    background: url("../images/icon-menu.svg") center no-repeat;
  }

  body.page-category #header .header-menu__button,
  body#module-multiquiz-quiz #header .header-menu__button,
  body.cms-article-page #header .header-menu__button {
    background: url("../images/icon-menu-white.svg") center no-repeat;
  }

  #header.open-menu .header-menu__button {
    display: none;
  }

  #header.open-menu .header-menu__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 102;
    display: block;
    background: url("../images/icon-close-thin.svg") center no-repeat;
  }

  #header.open-menu .header-menu .mobile-bl {
    max-width: 720px;
    margin: 0 auto;
  }

  body.opening-menu #header .header-logo {
    z-index: 201;
  }

  .block-article,
  .block-type-2,
  .products-bl,
  .partners-bl {
    margin-bottom: 100px;
  }

  .block-category .block-category__content .content-title,
  .block-article .block-article__content .content-title {
    font-size: 80px;
  }

  .cart-grid .cart-grid-body .cart-item {
    padding: 0 0 20px;
  }

  .cart-grid .cart-grid-right {
    width: 100%;
    margin-top: 40px;
  }

  .cart-grid .cart-grid-right:after {
    display: none;
  }

  .cms-article-page .first-bl {
    margin-bottom: 30px;
  }

  .cms-article-page iframe {
    width: 100%;
    height: 410px;
  }

  .dealers-map-filters .dealers-map-filters__item {
    width: 50%;
    margin: 0 0 25px;
    text-align: left;
  }

  .ga-allow-banner .ga-allow-banner__content .content-right {
    min-width: 180px;
    padding: 0 0 0 30px;
  }

  .ga-allow-banner .ga-allow-banner__content .btn-primary {
    margin: 0 0 20px;
    display: block;
  }

  .ga-allow-banner .ga-allow-banner__content .btn-secondary {
    margin: 0;
    display: block;
  }

  .main-page-blocks .home-info-bl {
    display: block;
  }

  .main-page-blocks .home-info-bl .home-info__title,
  .main-page-blocks:nth-child(2n + 1) .home-info-bl .home-info__title,
  .main-page-blocks .home-info-bl .home-info__text {
    width: 83.33333%;
    margin-left: 8.333333% !important;
    margin-right: 0 !important;
    margin-bottom: 35px;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product .product-name h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product.big-product .product-name {
    font-size: 20px;
    line-height: 24px;
  }

  .mobile-bl {
    display: block !important;
  }

  .product-attributes .attribute {
    font-size: 11px;
  }

  .product-attributes .attribute img,
  .product-attributes .attribute span {
    display: inline;
  }

  .page-category #products .product-miniature .thumbnail-container .row,
  .featured-products .product-miniature .thumbnail-container .row {
    display: block;
  }

  .page-category #products .product-miniature .product-description .product-title,
  .featured-products .product-miniature .product-description .product-title {
    margin-top: 40px;
  }

  .products-list .products-item .item-name {
    font-size: 15px;
    line-height: 20px;
  }

  .read-head-line .row {
    display: block;
  }

  .read-head-line .read-head-line__link {
    margin-top: 30px;
    justify-content: flex-start;
  }

  #search_filters_bl #search_filters_content {
    padding: 70px 30px 40px;
  }

  #search_filters_bl .search_filters_close {
    top: 25px;
    right: 30px;
  }

  #search_filters_bl #search_filters .clear-all-wrapper {
    margin: 10px 0 0;
  }

  #search_filters_bl #search_filters .facet-list {
    display: block;
  }

  #search_filters_bl #search_filters .facet-list:after {
    content: "";
    display: table;
    clear: both;
  }

  #search_filters_bl #search_filters .facet-list .facet {
    width: 33.33%;
    margin: 0 0 10px;
    float: left;
  }

  #search_filters_bl #search_filters .facet-list .facet:nth-child(3n + 1) {
    clear: left;
  }

  .page-category.view-grid #products .products:not(.product-accessories) .product-miniature {
    width: 50%;
  }

  .product-main h1.product-name {
    font-size: 100px;
    line-height: 110px;
  }

  .product-main .product-banner .product-banner__inwr {
    flex-direction: column-reverse;
  }

  .product-main .product-banner .product-banner__inwr .product-banner__content,
  .product-main .product-banner .product-banner__inwr .product-banner__image {
    width: 100%;
  }

  .product-main .product-banner .product-banner__inwr .product-banner__content {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-main .product-banner .product-banner__image span {
    left: 50%;
    transform: translateX(-50%);
  }

  .product-accessories .product-accessories__title {
    margin-bottom: 70px;
  }

  .product-main .product-text-slider .product-text-slider__text {
    width: 100%;
    margin-bottom: 50px;
  }

  .product-main .product-text-slider .product-text-slider__text .text-title {
    max-width: 100%;
  }

  .product-main .product-text-slider .product-text-slider__carousel {
    width: 100%;
  }

  .product-main .product-text-slider .product-text-slider__carousel .owl-nav {
    left: 0;
    right: 0;
  }

  .product-accessories .product-accessories__list .product-miniature .thumbnail-container .product-short-description {
    display: none;
  }

  #main .gformbuilderpro_form .page-header h1,
  .gformbuilderpro_form .form-description {
    width: 100%;
  }

  .page-category #products .toolbar .view-modes .view-modes__item.view-modes__item_list:after {
    margin-right: 15px;
  }

  .page-category #products .toolbar .view-modes {
    margin: 0 20px 0 0;
  }

  .page-category #products .toolbar .filter-list .filter-container .filter-arrow:after {
    position: relative;
    top: -2px;
  }

  .page-category #products .toolbar .filter-list .filter-container:not(:nth-last-child(1)) .filter-arrow:after {
    margin: 0 25px 0 10px;
  }

  .page-category #products .toolbar #_desktop_compare #compare-header-info .compare-title {
    margin: 0 20px 0 0;
  }

  #header .header-top .globomenu.globomenu-main>li>ul {
    margin-top: 0;
  }

  .custom_container {
    flex-direction: column;
  }

  .custom_section {
    margin-right: 0px;
  }

  .custom_section_img {
    max-height: 300px;
  }

  .custom_section_img img {
    width: 100%;
    transform: translateY(-50%);
  }

  .product-main .modal-dialog.modal-lg .product-info-slider .product-info-slider__images {
    padding-left: 1px;
  }

  .product-main .modal-dialog.modal-lg {
    max-width: 600px;
  }

  .product-main .modal-dialog.modal-lg .modal-header .modal-title {
    margin: 25px 0;
  }

  .product-main .modal-dialog.modal-lg .modal-header .close {
    font-size: 30px;
    margin-top: -49px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h1 {
    font-size: 50px;
    margin-bottom: 50px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h2 {
    font-size: 25px;
    line-height: 30px;
    max-width: 400px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main p {
    font-size: 15px;
    line-height: 20px;
    max-width: 350px;
  }

  .product-main .modal-dialog.modal-lg .accordion-container {
    display: flex;
    justify-content: center;
    margin: 50px 0;
  }

  .product-main .modal-dialog.modal-lg .accordion-range {
    width: 570px;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn {
    color: #444;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    position: relative;
    border: 1px solid #e0e0e0;
    border-bottom-color: transparent;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn .title-tab::after {
    content: "";
    width: 35px;
    border-bottom: 2px solid #d41318;
    position: absolute;
    bottom: 0;
    left: 1rem;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn.collapsed .title-tab::after {
    display: none;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn::after {
    font-family: "FontAwesome";
    content: "\f077";
    font-weight: 100;
    position: absolute;
    right: 20px;
    transition: all 0.5s ease;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn.collapsed {
    font-weight: 400;
    margin: 5px 0;
    border-bottom-color: #e0e0e0;
    transition: margin 1s ease, border-bottom-color 1s ease;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn.collapsed::after {
    transform: rotate(180deg);
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .accordion-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    border: 1px solid #e0e0e0;
    border-top: unset;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .accordion-body img {
    max-width: 350px;
    height: auto;
  }

  .product-main .modal-dialog .accordion-range .accordion-body .accordion-title-content {
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 35px 0;
  }

  .product-main .modal-dialog .accordion-range .accordion-body p {
    max-width: 400px;
    font-size: 15px;
    text-align: justify;
    line-height: 20px;
    margin: 0;
  }

  .block-article {
    margin: -60px 0 50px;
  }
}

@media (min-width: 701px) and (max-width: 991px) {

  .block-category .block-category__content .content-title,
  .product-main h1.product-name {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  #blockcart-modal .modal-dialog {
    padding: 30px 20px 50px;
  }

  #blockcart-modal .modal-dialog .modal-header .modal-title {
    padding: 0 0 0 50px;
    position: relative;
    font-size: 20px;
    line-height: 25px;
  }

  #blockcart-modal .modal-dialog .modal-header .modal-title i {
    margin: 0;
    position: absolute;
    top: -5px;
    left: 0;
  }

  #blockcart-modal .modal-dialog .container {
    padding: 0;
  }

  #blockcart-modal .modal-dialog .modal-body .modal-body__left,
  #blockcart-modal .modal-dialog .modal-body .modal-body__right {
    width: 100%;
    margin: 0;
    border: none;
  }

  #blockcart-modal .modal-dialog .modal-body .product-name {
    font-size: 15px;
    line-height: 20px;
  }

  #blockcart-modal .modal-dialog .modal-body .product-image {
    margin: 0;
  }

  #blockcart-modal .modal-dialog .modal-body .product-quantity {
    font-size: 15px;
    line-height: 25px;
  }

  #blockcart-modal .modal-dialog .modal-body .cart-content {
    margin: 30px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #2e2d2d;
  }

  #blockcart-modal .modal-dialog .modal-body .cart-products-count {
    display: none;
  }

  #blockcart-modal .modal-dialog .modal-footer .cart-content-btn {
    margin: 10px 0 0;
  }

  #blockcart-modal .modal-dialog .modal-footer .cart-content-btn .btn-secondary,
  #blockcart-modal .modal-dialog .modal-footer .cart-content-btn .btn-primary {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px;
    display: block;
  }

  #blockcart-modal .modal-dialog .modal-footer .cart-content-btn .btn-primary {
    margin: 0 auto;
  }

  #header .header-nav {
    background: none;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin: 0 10px;
  }

  body#checkout section.checkout-step .step-title .done {
    width: 30px;
  }

  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-banner {
    margin: 0;
  }

  .home-main-slider .link-to-anchor {
    display: none;
  }

  .main-page-blocks .home-products-bl {
    margin: 0;
    display: block;
  }

  .main-page-blocks .home-products-bl .home-products__img {
    width: 100%;
  }

  .main-page-blocks .home-products-bl .home-products__img span,
  .main-page-blocks:nth-child(2n + 1) .home-products-bl .home-products__img span {
    width: calc(100% + 60px) !important;
    right: 50%;
    left: auto;
    transform: translateX(50%);
  }

  .main-page-blocks .home-products-bl .home-products__img img {
    right: -15px;
    left: -15px;
  }

  .main-page-blocks .home-products-bl .home-products__list {
    width: 100%;
    margin: 0 !important;
    padding: 0;
  }

  .main-page-blocks .home-products-bl .home-products__list .content {
    max-width: 100%;
    margin: 0 0 30px;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product {
    width: 25%;
    padding: 0 15px;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product.big-product {
    width: 50%;
  }

  .page-category #products .product-miniature .product-description,
  .featured-products .product-miniature .product-description {
    max-width: 100%;
  }

  .product-main-content>div {
    width: 50%;
  }

  .product-main .product-info-slider .product-info-slider__texts {
    width: 33.33333%;
    float: left;
  }

  .product-main .product-info-slider .product-info-slider__images {
    width: 41.66666%;
    float: left;
  }

  .product-main .product-info-slider .product-info-slider__tabs {
    width: 25%;
  }

  .gformbuilderpro_form {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-category.view-grid #products .product-miniature .thumbnail-container .row {
    margin: 0;
  }
}

@media (max-width: 1000px) {
  .contact-us-list .contact-us-item2 {
    width: 45%;
    margin: 0 10px 30px;
  }
}

@media (max-width: 767px) {
  label {
    clear: none;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: right;
  }

  #footer .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #header .header-top .blockcart.active {
    margin-left: 20px;
  }

  .cms-article-page iframe {
    height: 220px;
  }

  .contact-us-list {
    margin: 0;
  }

  .contact-us-list .contact-us-item,
  .contact-us-list .contact-us-item2 {
    width: 100%;
    margin: 0 0 30px;
  }

  .dealers-map-bl #dealers-map-canvas {
    height: 600px;
  }

  .dealers-map-bl .dealers-map-item {
    width: 100%;
  }

  .dealers-map-filters .dealers-map-filters__item {
    width: 100%;
    margin: 0 0 15px;
  }

  .footer-menu {
    width: 50%;
    margin-bottom: 30px;
    float: left;
  }

  .footer-info {
    width: 50%;
    float: left;
  }

  .footer-info:nth-child(3n + 1) {
    clear: none;
  }

  .footer-info:nth-child(2n + 1) {
    clear: left;
  }

  .footer-menu-list {
    padding: 0;
    position: relative;
    border: none;
  }

  .footer-menu-list:before {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: #373737;
  }

  #search_filters_bl #search_filters_content {
    height: 100%;
    padding: 80px 30px 100px;
    overflow: hidden;
  }

  #search_filters_bl.open .search_filters_close {
    position: fixed;
    top: 15px;
    right: 20px;
    z-index: 3;
  }

  #search_filters_bl #search_filters {
    max-height: 100%;
    margin: 0 -10px;
    overflow-y: auto;
  }

  #search_filters_bl #search_filters .filter-title {
    padding: 20px 70px 20px 30px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
  }

  #search_filters_bl #search_filters .facet-list {
    margin: 0;
  }

  #search_filters_bl #search_filters .facet-list .facet {
    width: 50%;
  }

  #search_filters_bl #search_filters .facet-list .facet:nth-child(3n + 1) {
    clear: none;
  }

  #search_filters_bl #search_filters .facet-list .facet:nth-child(2n + 1) {
    clear: none;
  }

  #search_filters_bl #search_filters .facet-list .facet ul {
    height: auto;
    transition: none;
    display: block;
  }

  #search_filters_bl #search_filter_controls {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #000;
  }

  #search_filters_bl #search_filter_controls .btn-secondary {
    display: none;
  }

  #search_filters_bl #search_filter_controls .js-search-filters-clear-all {
    margin: 0;
    padding: 10px 35px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border-radius: 30px;
    transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    box-shadow: none;
    border: 2px solid #fff;
  }

  #search_filters_bl #search_filter_controls .js-search-filters-clear-all:hover {
    background: #fff;
    color: #000;
  }

  /*   .product-main-content .product-additional-info #add-to-compare-or-refuse {
    display: none;
  }
 */
  .page-category #products .product-miniature .product-description .product-attributes,
  .featured-products .product-miniature .product-description .product-attributes,
  .page-category #products .toolbar #_desktop_compare {
    display: none;
  }

  .page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse {
    display: none !important;
  }

  .page-category #products .product-miniature .product-description .variant-links a:not(:nth-last-child(2)),
  .featured-products .product-miniature .product-description .variant-links a:not(:nth-last-child(2)) {
    margin: 0 6px 0 0;
  }

  .page-category.view-grid #products .products {
    margin: 0;
    padding: 0;
  }

  .page-category.view-grid #products .product-miniature {
    padding: 24px 0 0;
  }

  .page-category.view-grid #products .product-miniature .product-description .product-title {
    margin: 0 !important;
    font-size: 10px;
    line-height: 13px;
  }

  .page-category.view-grid #products .product-miniature .product-description .product-title a,
  .page-category.view-grid #products .product-miniature .product-description .product-title .product-range {
    font-size: 10px;
    line-height: 13px;
  }

  .page-category.view-grid #products .product-miniature .product-description .product-range {
    font-size: 15px;
    margin: 2px 0 0;
  }

  .page-category.view-grid #products .product-miniature .product-description .product-price-action .product-price-and-shipping {
    font-size: 12px;
    line-height: 16px;
  }

  .page-category #products .product-miniature .product-price-action .product-price-and-shipping .label_refurbished_price {
    display: block;
    width: 100%;
    font-size: 10px !important;
  }

  .page-category.view-grid #products .product-miniature .product-price-action .product-price-and-shipping .regular-price {
    font-size: 12px;
  }

  .page-category.view-grid #products .product-miniature .product-description .variant-links {
    text-align: center;
    height: 25px;
    margin: 8px 0 0;
  }

  .page-category #products .toolbar {
    padding: 0 0 0 20px;
  }

  .gformbuilderpro_form .gformbuilderpro_action {
    width: 100%;
    margin: 0;
    padding: 20px 0 0;
  }

  #main .colissimo-toolbar>div>div {
    border-right: none;
  }

  #main .colissimo-tracking-history .colissimo-tracking-history-header {
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    background: #d8d8d8;
  }

  #main .colissimo-toolbar small {
    color: #4b4b4b;
    font-size: 12px;
    line-height: 18px;
  }

  #main .colissimo-toolbar span {
    margin-bottom: 20px;
    display: block;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
  }

  #main .colissimo-tracking-history-content article p {
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }

  #main .colissimo-tracking-history-content article p.bold {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
  }

  #main .colissimo-shipments .colissimo-logo {
    max-width: 220px;
    margin: 20px auto 10px auto;
  }

  .page-category #products .toolbar .view-modes {
    display: none;
  }

  .page-category #products .toolbar #_desktop_compare {
    display: none;
  }

  .page-category #products .toolbar {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
    padding-right: 0 !important;
  }

  .page-category #products .toolbar .filter-list .filter-sub {
    width: 100%;
    left: 0;
  }

  .page-category #products .product-miniature .product-attributes,
  .featured-products .product-miniature .product-attributes {
    padding: 0;
  }

  .read-head-line {
    margin: 0 20px;
  }

  .sticky-menu.no-filter {
    display: none;
  }

  .active_filters {
    padding: 10px 0 20px 0;
  }

  .active_filters ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .active_filters .filter-block:not(:last-child) {
    margin: 10px 10px 0 0;
  }

  .active_filters .filter-block {
    margin: 10px 0 0 0;
  }

  .page-category #products .toolbar .filter-list .filter-container .filter-label {
    font-size: 12px;
  }

  .page-category #products .toolbar .filter-list .filter-container .filter-arrow:after {
    top: -1px;
    font-size: 15px;
  }

  .page-category.view-grid .read-head-line {
    margin: 24px 10px;
  }

  .page-category #products .product-miniature .product-description .variant-links a:hover:after,
  .page-category #products .product-miniature .product-description .variant-links a.active-color:after {
    width: 17px;
    left: 1px;
  }

  .page-category #products .product-miniature .product-description .variant-links a,
  .featured-products .product-miniature .product-description .variant-links a {
    width: 12px;
    height: 12px;
  }

  .page-category #products .product-miniature .product-description .variant-links a.active-color:after,
  .featured-products .product-miniature .product-description .variant-links a.active-color:after,
  .page-category #products .product-miniature .product-description .variant-links a:hover:after,
  .featured-products .product-miniature .product-description .variant-links a:hover:after {
    width: 8px;
    height: 2px;
    bottom: -6px;
    left: 2;
  }

  .cms-id-773 .contact-us-list .contact-us-item,
  .cms-id-788 .contact-us-list .contact-us-item,
  .cms-id-1089 .contact-us-list .contact-us-item,
  .cms-id-33 .contact-us-list .contact-us-item {
    width: 100%;
    margin: 0 0 30px;
  }

  .page-cms .owl-cmsslider {
    display: flex;
    overflow-x: scroll;
    transform: rotateX(180deg);
    margin: 25px 0;
  }

  .page-cms .owl-cmsslider::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .page-cms .owl-cmsslider::-webkit-scrollbar:horizontal {
    height: 3px;
  }

  .page-cms .owl-cmsslider::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .page-cms .owl-cmsslider::-webkit-scrollbar-thumb {
    /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0);
  }

  .page-cms .cmsslider__header {
    display: none;
  }

  .page-cms .owl-cmsslider article {
    flex-direction: column;
    max-width: 305px;
    margin-right: 16px;
    transform: rotateX(180deg);
    padding: 16px 0 0 0;
  }

  .page-cms .owl-cmsslider article .image-wrapper {
    margin: 0 0 16px 0;
  }

  .page-cms .owl-cmsslider article img,
  .page-cms .owl-cmsslider article .content-wrapper {
    max-width: 305px !important;
    margin: 0;
  }

  .page-cms .owl-cmsslider h3 {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .page-cms .owl-cmsslider p {
    font-size: 16px;
    line-height: 22px;
  }

  .page-category.view-grid #products .product-miniature:hover {
    background-color: unset !important;
  }

  .product-main.refurbished-product .non-compliant-visuals {
    margin-top: 0;
  }

  .product-main .modal-dialog.modal-lg {
    max-width: 400px;
  }

  .product-main .modal-dialog.modal-lg .modal-header {
    padding: 0 20px;
  }

  .product-main-content .product-variants>.product-variants-item {
    margin: 24px 0 0 !important;
  }

  .product-main .modal-dialog.modal-lg .modal-header .modal-title {
    font-size: 8px;
    margin: 20px 0;
  }

  .product-main .modal-dialog.modal-lg .modal-header .close {
    font-size: 20px;
    margin-top: -38px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h1 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 35px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h2 {
    font-size: 18px;
    line-height: 20px;
    max-width: 300px;
    margin: 0 0 15px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main p {
    font-size: 12px;
    line-height: 17px;
    max-width: 300px;
  }

  .product-main .modal-dialog.modal-lg .accordion-container {
    margin: 30px 0;
  }

  .product-main .modal-dialog.modal-lg .accordion-range {
    width: 340px;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .accordion-body {
    padding: 20px 0;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn {
    font-size: 12px;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .btn .title-tab::after {
    border-width: 1px;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .accordion-body img {
    max-width: 300px;
  }

  .product-main .modal-dialog .accordion-range .accordion-body .accordion-title-content {
    font-size: 15px;
    margin: 20px 0;
  }

  .product-main .modal-dialog .accordion-range .accordion-body p {
    max-width: 300px;
  }

  .product-main .modal-dialog .accordion-range .accordion-body p>* {
    font-size: 12px !important;
  }

  .page-category #products .product-miniature .product-description .refurbished_state {
    margin: 2px 0 !important;
  }

  .page-category #products .product-miniature .product-description .refurbished_state span {
    font-size: 8px;
    padding: 6px 6px 4px;
  }
}

@media (max-width: 700px) {

  body,
  p,
  #main .page-content h6,
  .radio-inline,
  .custom-checkbox label {
    font-size: 15px;
    line-height: 25px;
  }

  body#checkout section.checkout-step #customer-form,
  body#checkout section.checkout-step #delivery-address,
  body#checkout section.checkout-step #invoice-address,
  body#checkout section.checkout-step #login-form {
    margin: 0;
  }

  .form-group,
  body#checkout section.checkout-step .content form .form-group {
    margin-right: -15px;
    margin-left: -15px;
    display: block;
  }

  body#checkout section.checkout-step .content form#stripe-payment-form .form-group {
    margin: 0 0 20px;
  }

  body#checkout section.checkout-step .content form#stripe-payment-form .form-group .form-group {
    margin: 0;
  }

  body#checkout section.checkout-step #stripe-payment-form label,
  .payment_module #stripe-payment-form .form-group .input-bl,
  .payment_module #stripe-payment-form .form-group .form-group .input-bl {
    width: 100%;
    padding: 0;
  }

  body#checkout section.checkout-step #stripe-payment-form label {
    font-size: 12px;
  }

  .payment_module {
    width: 75%;
    min-width: 280px;
  }

  .payment_module #stripe-payment-form .form-group .col-1 {
    margin: 0;
  }

  .payment_module #stripe-payment-form .form-group .col-1,
  .payment_module #stripe-payment-form .form-group .col-2 {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
  }

  .payment_module #stripe-payment-form .form-group .col-2 {
    padding: 0 0 0 15px;
  }

  body#checkout section.checkout-step .label,
  body#checkout section.checkout-step label {
    font-size: 15px;
    font-weight: 900;
    line-height: 20px;
    color: #000;
  }

  body#checkout section.checkout-step label.js-terms {
    font-weight: normal;
    line-height: 25px;
  }

  body#checkout section.checkout-step #delivery label {
    font-weight: normal;
  }

  body#checkout section.checkout-step .content form .form-group .col-md-6,
  body#checkout section.checkout-step .content form .form-group .col-md-6.col-sm-9 {
    width: 100%;
    padding: 0 15px;
  }

  .form-group .form-control-label,
  .form-group .col-sm-9 {
    width: 100%;
    text-align: left;
  }

  .form-group .form-control-label {
    margin: 0 0 5px;
  }

  #stores .page-stores .store-item-container {
    display: block;
  }

  #stores .page-stores .store-item-container .store-description {
    width: 100%;
    padding: 0 0 20px;
  }

  #stores .page-stores .store-item-container .divide-left {
    width: 100%;
  }

  body#checkout section.checkout-step,
  body#checkout section.checkout-step:last-child {
    padding: 15px;
  }

  body#checkout section.checkout-step.-reachable.-complete .step-title {
    padding: 0 30px 0 0;
  }

  body#checkout section.checkout-step .step-title {
    font-size: 18px;
    line-height: 20px;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    width: 20px;
    height: 20px;
    background-size: 20px;
  }

  body#checkout section.checkout-step .step-title .done {
    width: 20px;
    height: 20px;
    background-size: 26px;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-1 {
    width: 20px;
    margin: 0 15px 0 0;
    padding: 0;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-11 {
    width: calc(100% - 30px);
  }

  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-5,
  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-4 {
    width: 40%;
    padding: 0 10px;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-3 {
    width: 20%;
    padding: 0 10px;
  }

  #search_filters_bl .search_filters_button {
    padding: 50px 0 30px;
  }

  .block-category {
    margin: 48px 0 0;
    min-height: auto;
  }

  .block-category .block-category__content .content-title,
  .block-article .block-article__content .content-title {
    font-size: 40px;
    line-height: 45px;
  }

  .block-category .block-category__content .content-title {
    margin: 0 0 16px;
  }

  .block-category,
  .block-article {
    padding: 0 20px;
  }

  .block-category .block-category__content,
  .block-article .block-article__content {
    top: 220px;
  }

  .block-category .block-category__content .content-text * {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .block-category #category-description p:first-child {
    margin: 0;
  }

  .cart-grid .cart-grid-body .cart-item .product-line-grid-left {
    width: 25%;
    margin: 0 0 30px;
  }

  .cart-grid .cart-grid-body .cart-item .product-line-grid-body {
    width: 75%;
    margin: 0 0 30px;
  }

  .cart-grid .cart-grid-body .cart-item .product-line-grid-right {
    width: 100%;
    clear: both;
  }

  .cart-title,
  .checkout-title,
  #main .page-header h1,
  body.page-cms #main .page-header h1 {
    margin: 30px 0;
    font-size: 40px;
    line-height: 45px;
  }

  .contact-us-description {
    margin: 0 0 40px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #footer,
  body#checkout #footer {
    margin: 0;
    padding-top: 50px;
  }

  body.page-category #footer {
    margin-top: 50px;
  }

  .eupopup-container-bottom .eupopup-head img {
    height: 40px;
  }

  .featured-products {
    margin: 50px 0;
  }

  .footer-info {
    width: 100%;
  }

  .footer-info-list {
    padding: 40px 0 0;
  }

  .footer-logo {
    margin: 0 0 50px;
  }

  .footer-logo img {
    max-width: 180px;
  }

  .footer-menu .footer-menu__title,
  .footer-info .footer-info__title {
    margin: 0 0 15px;
    font-size: 10px;
    line-height: 15px;
    font-weight: normal;
  }

  .ga-allow-banner .ga-allow-banner__content {
    padding: 30px 30px 15px;
    display: block;
  }

  .ga-allow-banner .ga-allow-banner__content .content-left {
    margin: 0 0 40px;
    padding: 0 0 0 30px;
  }

  .ga-allow-banner .ga-allow-banner__content .content-left:before {
    left: 0;
  }

  .ga-allow-banner .ga-allow-banner__content .content-right {
    padding: 0;
  }

  .ga-allow-banner .ga-allow-banner__content .btn-primary,
  .ga-allow-banner .ga-allow-banner__content .btn-secondary {
    margin: 0 15px 15px 0;
    display: inline-block;
  }

  .home-banner .home-banner__img {
    height: 480px;
  }

  .home-banner .home-banner__img img {
    height: 100%;
  }

  .home-banner .home-banner__content {
    top: 20px;
    bottom: 20px;
  }

  .home-banner .home-banner__content .container,
  .home-banner .home-banner__content .container .row {
    height: 100%;
  }

  .home-banner .home-banner__content .container .row>div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    float: none;
  }

  .home-banner .home-banner__content .content-title {
    max-width: 250px;
    font-size: 25px;
    line-height: 30px;
  }

  .home-banner .home-banner__content .content-text {
    line-height: 25px;
    text-align: center;
  }

  .home-contacts .home-contacts__img {
    height: 480px;
  }

  .home-contacts .home-contacts__content .content-title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }

  .home-custom-text {
    padding: 50px 0;
  }

  .home-custom-text .custom-title {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .home-main-slider {
    height: 480px;
  }

  .home-main-slider .home-main-slider__content .slide-title h1,
  .home-main-slider .home-main-slider__content .slide-title h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .home-main-slider .home-main-slider__content .slide-title h3 {
    font-size: 20px;
  }

  .main-page-blocks {
    margin-top: 100px;
  }

  .main-page-blocks .home-info-bl .home-info__title,
  .main-page-blocks:nth-child(2n + 1) .home-info-bl .home-info__title,
  .main-page-blocks .home-info-bl .home-info__text {
    width: 100%;
    margin-left: 0 !important;
  }

  .main-page-blocks .home-info-bl .home-info__text {
    margin: 0;
  }

  .main-page-blocks .home-info-bl .home-info__title .content h2 {
    font-size: 27px;
    line-height: 32px;
  }

  .main-page-blocks .home-products-bl .home-products__list .content {
    margin: 0;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product {
    width: 50%;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product.big-product {
    width: 100%;
  }

  .main-page-blocks .home-products-bl .home-products__list .related-product .product-attributes {
    display: none;
  }

  .main-page-blocks .home-products-bl .home-products__img {
    height: 480px;
  }

  .page-content .images-container {
    display: none !important;
  }

  .page-order-detail .order-again-column {
    width: 100%;
    text-align: left !important;
  }

  .page-order-detail .order-again-column+.order-again-column {
    margin-top: 15px;
  }

  .page-my-account #content .links a {
    padding: 20px;
  }

  .page-my-account #main .page-footer {
    margin: 0 0 50px;
    text-align: center;
  }

  /* .product-main-content .product-description-short {
    display: none;
  } */

  .product-main-content>div {
    width: 100%;
  }

  .product-main-content .product-images-carousel {
    padding: 0 25px;
  }

  .product-main-content .product-images-carousel .owl-nav button.owl-prev {
    left: 0;
    font-size: 20px;
    line-height: 1;
  }

  .product-main-content .product-images-carousel .owl-nav button.owl-next {
    right: 0;
    font-size: 20px;
    line-height: 1;
  }

  .product-main-content .product-prices {
    margin: 32px 0 0 !important;
  }

  .product-main-content .product-variants ul {
    font-size: 0;
  }

  .product-main-content .product-variants ul li {
    float: none !important;
    display: inline-block;
  }

  .product-main-content .product-prices {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .product-main-content .product-variants ul li .label,
  .product-main-content .product-variants ul li label {
    width: auto;
    height: auto;
  }

  .product-main-content .product-prices .product-price,
  .product-main-content .product-prices .product-price .current-price {
    margin: 0 5px;
    display: inline-block;
    float: none;
  }

  .product-main-content .product-prices .product-discount {
    margin: 0;
  }

  .product-main-content .product-add-to-cart {
    margin: 14px 0 0;
    float: none;
  }

  .product-main-content .product-add-to-cart .product-quantity .add {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
  }

  .product-main-content .product-add-to-cart .product-quantity .add-to-cart {
    width: 100%;
  }

  .product-main h1.product-name {
    font-size: 40px;
    line-height: 40px;
  }

  .product-main .product-page-attributes {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product-main .product-description-container .product-page-attributes {
    display: none;
  }

  .product-main .product-page-attributes .attribute {
    margin: 0;
  }

  .product-main .product-description-main {
    margin: 50px 0;
  }

  .product-main .product-description-main h2 {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .product-main .product-characteristics {
    margin: 60px 0 30px;
  }

  .product-main .product-characteristics h2 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .product-main .product-characteristics ul li {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .product-main .product-banner .product-banner__image {
    height: 450px;
  }

  .product-main .product-banner .product-banner__inwr .product-banner__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-main .product-banner .product-banner__content .content-title {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .product-main .product-banner .product-banner__content .content-text {
    margin: 0 0 20px;
  }

  .product-main .product-text-slider {
    padding: 50px 0;
  }

  .product-main .product-text-slider .product-text-slider__text .text-title {
    margin: 0 0 25px;
    font-size: 20px;
    line-height: 25px;
  }

  #products .product-accessories__title {
    font-size: 20px;
    line-height: 25px;
  }

  .product-main .product-info-slider {
    margin: 50px 0 20px;
  }

  .product-main .product-info-slider .product-info-slider__tabs,
  .product-main .product-info-slider .product-info-slider__images,
  .product-main .product-info-slider .product-info-slider__texts {
    width: 100%;
    height: auto;
    float: none;
  }

  .product-main .product-info-slider .product-info-slider__tabs ul,
  .product-main .product-info-slider .product-info-slider__texts ul li {
    max-width: 100%;
  }

  .product-main .product-info-slider .product-info-slider__texts ul li .slide-title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 25px;
  }

  .product-main .product-info-slider .product-info-slider__tabs ul {
    margin: 0 0 20px;
    padding: 55px 0 0;
    position: relative;
  }

  .product-main .product-info-slider .product-info-slider__tabs ul li {
    width: 100%;
    min-height: 48px;
    margin: 0 !important;
    padding-right: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
  }

  .product-main .product-info-slider .product-info-slider__tabs ul.open li {
    display: flex;
  }

  .product-main .product-info-slider .product-info-slider__tabs ul li.active {
    position: absolute;
    top: 0;
    display: flex;
  }

  .product-main .product-info-slider .product-info-slider__tabs ul li.active:after {
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    right: 10px;
    border-width: 0 0 2px 2px;
    border-style: solid;
    border-color: #000;
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
    transform: rotate(-45deg);
  }

  .product-main .product-info-slider .product-info-slider__images {
    margin: 0 0 20px;
  }

  .product-main .product-info-slider .product-info-slider__images img {
    width: 100%;
    height: auto;
    display: block;
  }

  .product-main .product-info-slider .product-info-slider__images span {
    width: 100% !important;
    position: static;
  }

  .product-main-content #extra-product-link {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0 0;
  }

  .product-accessories {
    padding: 50px 30px 20px;
  }

  .read-head-line {
    padding: 30px 0;
  }

  .read-head-line .read-head-line__text,
  .read-head-line .read-head-line__text p {
    font-size: 20px;
    line-height: 24px;
  }

  .read-head-line .read-head-line__link {
    margin: 15px 0 0;
  }

  .read-head-line .read-head-line__link .link-style-1 {
    padding: 16px 32px;
  }

  .block-category .link-to-anchor,
  .block-article .link-to-anchor {
    width: 20px;
    height: 20px;
    margin: 0 0 0 -10px;
  }

  .link-style-1 {
    padding: 15px 20px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  .partners-bl .partners-item {
    padding: 25px 15px;
  }

  .products-bl .col-sm-3 {
    width: 50%;
    float: left;
  }

  .title-style-1 {
    margin: 0 0 30px;
    font-size: 27px;
    line-height: 32px;
  }

  .title-style-2 {
    margin: 0 0 25px;
    font-size: 25px;
    line-height: 30px;
  }

  .gformbuilderpro_form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gformbuilderpro_form .formbuilder_group {
    min-width: 100%;
    width: auto;
  }

  .gformbuilderpro_form .html_box label {
    min-height: 0;
    margin-bottom: -20px;
    display: block;
    text-align: left;
  }

  .gformbuilderpro_form .itemfield {
    margin-bottom: 25px;
  }

  .gformbuilderpro_form .form-group input[type="checkbox"]+label,
  .gformbuilderpro_form .form-group input[type="radio"]+label {
    margin: 10px 0 5px;
    font-size: 15px;
    line-height: 25px;
  }

  .gformbuilderpro_form .form-group input[type="checkbox"]+label:before,
  .gformbuilderpro_form .form-group input[type="radio"]+label:before,
  .gformbuilderpro_form .form-group input[type="checkbox"]:checked+label:after,
  .gformbuilderpro_form .form-group input[type="radio"]:checked+label:after {
    top: 2px;
  }

  #main .gformbuilderpro_form .page-header h1 {
    margin: 30px 0 10px;
    font-size: 40px;
    line-height: 45px;
  }

  .gformbuilderpro_form .form-description {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .ups_map .ups-left-column,
  .ups_map .ups-right-column {
    width: 100%;
  }

  .ups_map #map {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }

  .ups_map #ups-select-access-point-info {
    padding: 15px;
  }

  .ups_map #ups-select-access-point-info .ups-access-point-info {
    font-size: 15px;
    line-height: 25px;
  }

  .ups_map #ups-select-access-point-info .ups-access-point-info .comment {
    font-size: 12px;
    line-height: 18px;
  }

  body#checkout section.checkout-step .content form .ups_map .form-group {
    margin-left: 0;
    margin-right: 0;
  }

  body#checkout section.checkout-step .content form .form-group.alert-danger {
    margin-right: 15px;
    margin-left: 15px;
  }

  body#checkout section.checkout-step .ups_map .ups_access_point_list {
    width: calc(100% + 2px);
    min-height: 0;
    right: 1px;
  }

  body#checkout section.checkout-step .ups_map .ups_access_point_list .ups_access_point {
    min-height: 0;
    padding: 15px;
  }

  .product-main-content .product-add-price.has-discount .product-reduction {
    display: flex;
    justify-content: center;
  }

  .product-main-content .sustainability-infos {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .product-main-content .product-prices .product-price,
  .product-main-content .product-prices .product-price .current-price {
    font-size: 20px;
  }

  .product-main-content .product-variants .product-variants-item.group-radio {
    display: flex;
    flex-direction: column;
  }

  .product-main-content .product-variants .group-radio .input-radio:checked+.radio-label,
  .product-main-content .product-variants .product-variants-item.group-radio .radio-label {
    padding: 8px 10px 6px 10px;
  }

  .product-main-content .product-variants .group-radio ul li:first-child label {
    width: auto !important;
  }

  .product-main-content .product-variants .group-radio ul li label {
    width: 60px;
    height: 40px;
  }

  .product-main.refurbished-product .non-compliant-visuals {
    margin-bottom: 40px;
  }

  .product-main-content .product-variants .product-variants-item.group-radio ul li:last-child .input-radio:checked+span {
    margin-left: 0;
  }

  .product-main-content .product-variants {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 25px;
    height: 25px;
  }

  .home-main-slider__skitrip {
    display: flex;
  }

  .home-main-slider__skitrip_text {
    width: auto;
    margin-top: px;
  }

  .home-main-slider__skitrip_product {
    width: 200px;
    margin: 00px 40px 0 0;
  }

  .home-main-slider__skitrip_text_logo {
    display: none;
  }

  .product-main-content .product-variants ul li:not(:last-child) {
    margin: 0 15px 0 0;
  }

  .product-main-content .product-variants ul li .input-color,
  .product-main-content .product-variants ul li .color {
    width: 30px;
    height: 30px;
  }

  .product-main-content .product-variants ul li:hover .color:after,
  .product-main-content .product-variants ul li .input-color:checked+.color:after {
    width: 26px;
    left: 3px;
    bottom: 0;
  }
}

@media (max-width: 600px) {
  #blockcart-modal .modal-dialog .modal-body .product-image-wr {
    width: 115px;
    padding: 0 0 0 15px;
    float: left;
  }

  #blockcart-modal .modal-dialog .modal-body .product-info-wr {
    width: auto;
    padding: 0 15px 0 130px;
    float: none;
  }

  #blockcart-modal .modal-dialog .modal-body .product-name {
    margin: 5px 0 15px;
  }

  #search_filters_bl #search_filters .facet-list .facet {
    width: 100%;
  }

  .product-main .product-banner .product-banner__image {
    height: 320px;
  }
}

@media (max-width: 480px) {
  body.page-order-detail #main .page-header h1 {
    font-size: 30px;
    line-height: 35px;
  }

  body.page-customer-account #main .page-header h1,
  body#module-register_product-RegisterProduct #main .page-header h1 {
    font-size: 35px;
    line-height: 40px;
  }

  body#checkout section.checkout-step.-reachable.-complete .step-title {
    padding: 0 60px 0 0;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    margin: 0;
    position: absolute;
    top: 0;
    right: 35px;
  }

  body#checkout section.checkout-step .payment-options .custom-radio {
    margin: 2px 15px 0 0;
  }

  body#checkout section.checkout-step .label,
  body#checkout section.checkout-step label,
  body#checkout section.checkout-step #payment-confirmation .alert,
  body#checkout section.checkout-step .address-item .address {
    font-size: 15px;
  }

  body#checkout section.checkout-step .address-item {
    padding: 10px;
  }

  body#checkout .additional-information {
    margin: 10px 0 0;
  }

  body#checkout section.checkout-step .delivery-option .row {
    display: block;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-5 {
    width: 100%;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-5 .row {
    display: flex;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-4,
  body#checkout section.checkout-step .delivery-option .col-sm-11 .col-sm-3 {
    width: 50%;
  }

  body#checkout section.checkout-step .delivery-option {
    margin-bottom: 15px;
    padding: 0;
    align-items: flex-start;
  }

  body#checkout section.checkout-step .delivery-option .col-sm-1 {
    margin: 3px 15px 0 0;
  }

  .block-category .block-category__content .content-title {
    font-size: 35px;
    line-height: 40px;
  }

  .block-article .block-article__content .content-title {
    font-size: 30px;
    line-height: 35px;
  }

  .block-article .block-article__content .content-text {
    font-size: 20px;
    line-height: 25px;
  }

  .cart-grid .cart-grid-body .cart-item .product-line-grid-left {
    width: 35%;
  }

  .cart-grid .cart-grid-body .cart-item .product-line-grid-body {
    width: 65%;
  }

  .cart-grid .cart-grid-body .cart-item .product-name {
    margin: 0 0 10px;
    font-size: 17px;
  }

  .cart-grid .cart-grid-body .link-style-2 {
    min-width: 100%;
  }

  .cart-grid .cart-grid-body .product-line-grid-right .price,
  .cart-grid .cart-grid-body .product-line-grid-right .qty {
    width: 50%;
  }

  .cart-grid .cart-grid-right {
    margin-bottom: 30px;
  }

  .cart-info {
    display: none;
  }

  .eupopup-container-bottom .eupopup-containe-content {
    padding: 20px 0 5px;
  }

  .eupopup-container-bottom .eupopup-body .eupopup-text p {
    margin: 0 0 10px;
    font-size: 12px;
  }

  .footer-info {
    width: 100%;
  }

  .footer-info-list {
    padding: 40px 0 0;
  }

  .footer-menu .footer-menu__title,
  .footer-info .footer-info__title {
    margin: 0 0 15px;
    font-size: 10px;
    line-height: 15px;
    font-weight: normal;
  }

  .ga-allow-banner .ga-allow-banner__content .btn-primary,
  .ga-allow-banner .ga-allow-banner__content .btn-secondary {
    width: 100%;
    margin: 0 0 20px;
    display: block;
  }

  .home-custom-text .custom-title {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 30px;
  }

  .home-custom-text .custom-text {
    font-size: 15px;
    line-height: 25px;
  }

  .input-group .input-group-btn.group-span-filestyle>.btn {
    padding: 10px 20px;
  }

  .page-category #products .products:not(.product-accessories) .product-miniature,
  .featured-products .product-miniature {
    width: 50%;
    padding: 30px 10px;
    float: left;
    border: none;
  }

  .page-category #products .product-miniature:nth-child(2n + 1),
  .featured-products .product-miniature:nth-child(2n + 1) {
    clear: left;
  }

  .page-category #products .product-miniature .product-description .variant-links,
  .featured-products .product-miniature .product-description .variant-links {
    margin: 0 0 30px;
    position: static;
  }

  .page-category #products .product-miniature .product-description .product-title,
  .featured-products .product-miniature .product-description .product-title {
    margin: 20px 0;
    text-align: center;
  }

  .page-category #products .product-miniature .product-description .product-title a,
  .featured-products .product-miniature .product-description .product-title a {
    font-size: 14px;
    line-height: 18px;
  }

  .page-category #products .product-miniature .product-description .variant-links,
  .featured-products .product-miniature .product-description .variant-links {
    min-height: 0;
    margin: 0 0 10px;
    font-size: 0;
    text-align: center;
  }

  .page-category #products .product-miniature .product-price-action,
  .featured-products .product-miniature .product-price-action,
  .page-category #products .product-miniature .product-price-action .product-price-and-shipping,
  .featured-products .product-miniature .product-price-action .product-price-and-shipping {
    margin: 0;
    text-align: center;
  }

  .page-category #products .product-miniature .product-price-action .product-price-and-shipping,
  .featured-products .product-miniature .product-price-action .product-price-and-shipping,
  .page-category #products .product-miniature .product-price-action .product-price-and-shipping .regular-price,
  .featured-products .product-miniature .product-price-action .product-price-and-shipping .regular-price {
    font-size: 12px;
    line-height: 15px;
  }

  .page-category #products .product-miniature .product-price-action .product-price-and-shipping .regular-price,
  .featured-products .product-miniature .product-price-action .product-price-and-shipping .regular-price {
    margin: 0 0 0 5px;
  }

  .page-category #products .product-miniature .product-description .product-short-description,
  .featured-products .product-miniature .product-description .product-short-description,
  .page-category #products .product-miniature .product-description .product-attributes,
  .featured-products .product-miniature .product-description .product-attributes,
  .page-category #products .product-miniature .product-price-action .product-link,
  .featured-products .product-miniature .product-price-action .product-link,
  .page-category.view-grid #products #product-accessories__header #crossselling-nav {
    display: none;
  }

  /* .page-category #products .toolbar {
         display: none;
     } */

  .gformbuilderpro_form .form-group .medium-field,
  .gformbuilderpro_form .form-group .small-field {
    width: 100%;
  }

  #main .gformbuilderpro_form .page-header h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .page-category #products .toolbar .filter-list .filter-container:not(:nth-last-child(1)) .filter-arrow:after {
    margin: 0 13px 0 8px;
  }

  .product-main .modal-dialog.modal-lg {
    max-width: 300px;
  }

  .product-main .modal-dialog.modal-lg .modal-header .modal-title {
    font-size: 7px;
    margin: 15px 0;
  }

  .product-main .modal-dialog.modal-lg .modal-header .close {
    font-size: 19px;
    margin-top: -33px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main h2 {
    font-size: 15px;
    line-height: 18px;
    max-width: 220px;
    margin: 0 0 13px;
  }

  .product-main .modal-dialog.modal-lg .product-description-main p {
    font-size: 10px;
    line-height: 15px;
    max-width: 220px;
  }

  .product-main .modal-dialog.modal-lg .accordion-range {
    width: 260px;
  }

  .product-main .modal-dialog.modal-lg .accordion-range .card .accordion-body img {
    max-width: 220px;
  }

  .product-main .modal-dialog .accordion-range .accordion-body .accordion-title-content {
    font-size: 13px;
    margin: 15px 0;
  }

  .product-main .modal-dialog .accordion-range .accordion-body p {
    max-width: 220px;
    line-height: 15px;
  }
}

@media (max-width: 350px) {
  #header .header-top .header-logo {
    margin: 0;
    right: 120px;
    left: auto;
  }
}

body.cms-id-773 #main,
body.cms-id-774 #main,
body.cms-id-788 #main {
  width: 1110px;
  max-width: 100%;
}

.cms-id-773 .contact-us-list .contact-us-item,
.cms-id-788 .contact-us-list .contact-us-item,
.cms-id-1089 .contact-us-list .contact-us-item,
.cms-id-33 .contact-us-list .contact-us-item {
  width: calc(33.3% - 30px);
  margin: 0 15px 30px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#tabrevision {
  width: 100%;
  border: 1px solid #909090;
}

#tabrevision tr,
#tabrevision td {
  padding: 10px;
}

#tabrevision td {
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
}

#tabrevision tr:nth-child(even) {
  background-color: #dfdfdf;
}

@media (min-width: 576px) {
  .product-customization {
    width: 540px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .product-customization {
    width: 720px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .product-customization {
    width: 960px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  #main #content.page-content.page-cms p iframe {
    top: -181px;
  }

  .block-article {
    margin: -181px 0 50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-category.view-grid #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary .label_name {
    font-size: 12px;
  }

  .page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary:before,
  .page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary.active:after {
    width: 15px;
    height: 15px;
    top: 10px;
    left: 10px;
  }

  .page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary {
    line-height: 31px;
  }

  .page-category #products .product-miniature .product-attributes #add-to-compare-or-refuse .product-add-to-compare .btn-primary.active:after {
    background-size: 16px;
  }
}

@keyframes bounce {
  from {
    bottom: 70px;
  }

  50% {
    bottom: 50px;
  }

  to {
    bottom: 70px;
  }
}

.pb-5 {
  background-color: black;
  height: auto;
  margin-bottom: 0;
}

.layout-full-width.page-index.tax-display-disabled.open-menu-fixed.open-menu .pb-5 {
  display: none;
}

.pb-5 .container {
  width: auto;
}

.pb-5 .carousel {
  box-shadow: none;
  margin: 0px;
}

.carousel-item .media .blockquote {
  margin: 0px;
  text-align: center;
  font-size: 14px;
  border: none;
  height: 46px;
  padding: 0.5em 0;
}

.carousel-item .media .blockquote p {
  font-size: 12px;
  color: #fff;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.carousel-item .media .blockquote a {
  color: #fff;
}

.pb-5 .carousel .carousel-inner {
  height: auto;
}

.width-auto {
  width: auto;
}

.carousel-control-prev {
  position: absolute;
  top: 8px;
  background-color: #dcdcdc;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.carousel-control-next {
  position: absolute;
  top: 8px;
  right: 0px;
  background-color: #dcdcdc;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
}

/* Perso Homepage (HomepageBlocks module) */

.perso-homepage {
  width: 100%;
  display: flex;
  justify-content: center;
}

.perso-homepage-right,
.perso-homepage-left {
  margin: 120px 80px 185px 80px;
  max-width: 1600px;
}

.perso-homepage-left .content,
.perso-homepage-right .content {
  display: flex;
  justify-content: space-around;
  gap: 120px;
}

.perso-homepage-left .content-title,
.perso-homepage-right .content-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.perso-homepage-left .right-content,
.perso-homepage-right .left-content {
  display: flex;
  flex-direction: column;
  max-width: 406px;
}

.perso-homepage-left .right-content p,
.perso-homepage-right .left-content p {
  font-size: 16px;
  line-height: 22px;
  margin: 16px 0 0 0;
}

.perso-homepage-left .right-content a,
.perso-homepage-right .left-content a {
  width: fit-content;
  margin: 32px 0 0 0;
  padding: 20px 32px 20px 32px;
  font-size: 12px;
  line-height: 16px;
}

.perso-homepage-left .left-content,
.perso-homepage-right .right-content {
  position: relative;
}

.perso-homepage-left .left-content img,
.perso-homepage-right .right-content img {
  width: 100%;
  height: auto;
}

.perso-homepage-right .product-content {
  position: absolute;
  max-width: 303px;
  width: 40%;
  bottom: -20%;
  left: -16%;
  background-color: #F6F6F6;
  padding: 10px;
}

.perso-homepage-left .product-content {
  position: absolute;
  max-width: 303px;
  width: 40%;
  bottom: -20%;
  right: -16%;
  background-color: #F6F6F6;
  padding: 10px;
}

.perso-homepage-left .product-content a,
.perso-homepage-right .product-content a {
  display: block;
  width: 100%;
  height: 100%;
}

.perso-homepage-left .product-content img,
.perso-homepage-right .product-content img {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

@media (max-width: 1450px) {
  .perso-homepage-left .product-content {
    right: -8%;
  }

  .perso-homepage-left .content,
  .perso-homepage-right .content {
    gap: 65px;
  }
}

@media (max-width: 1280px) {
  .perso-homepage-right .content {
    flex-direction: column-reverse;
  }

  .perso-homepage-left .content {
    flex-direction: column;
  }

  .perso-homepage-left .left-content,
  .perso-homepage-right .right-content {
    max-width: none;
  }

  .perso-homepage-left .right-content,
  .perso-homepage-right .left-content {
    max-width: none;
  }

  .perso-homepage-left .product-content,
  .perso-homepage-right .product-content {
    bottom: -8%;
    left: 5%;
  }
}

@media (max-width: 425px) {

  .perso-homepage-right,
  .perso-homepage-left {
    margin: 64px 20px 64px 20px;
  }

  .perso-homepage-left .product-content,
  .perso-homepage-right .product-content {
    bottom: -18%;
    left: 5%;
  }
}

@media (max-width: 768px) {

  .perso-homepage-right,
  .perso-homepage-left {
    margin: 64px 20px 64px 20px;
  }

  .perso-homepage-left .product-content,
  .perso-homepage-right .product-content {
    width: 47%;
  }

  .perso-homepage-left .content-title,
  .perso-homepage-right .content-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
  }

  .perso-homepage-left .right-content a,
  .perso-homepage-right .left-content a {
    margin: 16px 0 0 0;
  }

  .perso-homepage-left .right-content p,
  .perso-homepage-right .left-content p {
    margin: 5px 0 0 0;
  }
}

/* Fin Perso Homepage (HomepageBlocks module) */

.custom_container {
  display: flex;
}

.custom_section {
  flex: 1;
  /*grow*/
  border: 0px solid #fff;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.custom_section:last-child {
  margin-right: 0px;
}

.custom_section_img {
  width: 100%;
  max-height: 600px;
}

.custom_section_text {
  position: absolute;
}

/* Read more links on Category pages*/
body#category .seo-wrapper {
  padding: 0 200px;
  max-width: 1400px;
  margin: 0 auto;
}

body#category .seo-wrapper h1 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
}

body#category .seo-wrapper p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  color: #4B4B4B;
}

body#category .seo-wrapper .read-more-button {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-transform: uppercase;
  color: #000;
  transition: 300ms ease-in-out;
}

body#category .seo-wrapper .read-more-button:hover {
  color: #d41318;
}

body#category .seo-wrapper .read-more-button::after {
  position: absolute;
  margin-left: 8px;
  top: -3px;
  font-family: 'FontAwesome';
  content: '\f078';
  font-size: 11px;
  font-weight: 400;
}

body#category .seo-wrapper #category-readless::after {
  rotate: 180deg;
  top: -4px;
}

body#category .category-seo-description-full {
  display: none;
}

@media (max-width: 767px) {
  body#category .seo-wrapper {
    margin: 0;
    padding: 0 30px;
  }

  body#category .seo-wrapper h1 {
    font-size: 18px;
  }

  body#category .seo-wrapper p {
    font-size: 15px;
  }

  body#category .seo-wrapper .read-more-button {
    font-size: 12px;
  }

  body#category .seo-wrapper .read-more-button::after {
    font-size: 10px;
    top: -5px;
  }

  body#category #products .products .product-miniature .col-lg-7,
  body#category #products .products .product-miniature .col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-category.view-grid #products .products {
    padding: 0 10px 30px;
  }
}

/* Product New Thumbnail Carroussel */

.product-cover {
  min-width: 548px;
  background-color: #f6f6f6;
  margin: 0 !important;
}

.product-cover img {
  box-shadow: none !important;
  mix-blend-mode: darken;
}

.page-content .scroll-box-arrows>.left,
.page-content .scroll-box-arrows>.right {
  display: none;
}

.product-main-content .product-description-container {
  max-width: 428px;
}

.product-main-content .mobile-product-header-container {
  display: none;
}

.page-content .images-container {
  display: flex;
  flex-direction: row;
  width: fit-content;
  max-height: 548px;
}

.page-content .images-container-mobile {
  display: none;
}

.page-content .images-container .product-images {
  display: flex;
  flex-direction: column;
}

.page-content .images-container .thumbnail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 26px;
}

.page-content .images-container .js-qv-mask {
  width: fit-content !important;
  max-height: 90%;
}

.page-content .images-container .thumbnail-container>.thumb-up-arrow {
  transform: rotate(180deg);
}

.page-content .images-container .thumbnail-container>.thumb-down-arrow.tablet-display {
  display: none;
}

.page-content .images-container .thumbnail-container>.thumb-up-arrow:hover,
.page-content .images-container .thumbnail-container>.thumb-down-arrow:hover {
  cursor: pointer;
}

.page-content .images-container .product-images>li.thumb-container>.thumb.selected,
.page-content .images-container .product-images>li.thumb-container>.thumb:hover {
  border: 1px solid black !important;
  opacity: 1;
}

.page-content .images-container .product-images>li.thumb-container {
  margin: 6px 0;
  background-color: #f6f6f6;
}

.page-content .images-container .product-images>li.thumb-container:first-child {
  margin-top: 0;
}

.page-content .images-container .product-images>li.thumb-container>.thumb {
  box-shadow: none;
  opacity: .4;
  mix-blend-mode: darken;
  margin: 0;
}

.page-content .images-container .product-images>li.thumb-container:first-child>.thumb {
  margin-top: 0px;
}

@media (max-width: 991px) {

  .product-cover {
    min-width: unset !important;
  }

  .page-content .images-container .product-images {
    margin: 0;
    flex-direction: row !important;
  }

  .page-content .images-container .thumbnail-container {
    flex-direction: row !important;
  }

  .page-content .images-container {
    flex-direction: column-reverse !important;
    max-width: 100%;
    max-height: none !important;
    width: 354px !important;
    min-width: 354px;
  }

  #main .images-container .js-qv-mask.scroll {
    width: 100% !important;
  }

  .page-content .images-container .product-images>li.thumb-container {
    margin: 0 6px;
  }

  .page-content .images-container .product-images>li.thumb-container:first-child {
    margin-left: 0px !important;
  }

  .page-content .images-container .thumbnail-container>.thumb-down-arrow {
    rotate: -90deg;
  }

  .page-content .images-container .thumbnail-container>.thumb-down-arrow.tablet-display {
    display: block;
  }

  .page-content .images-container .thumbnail-container.add-margin {
    margin: 20px 0 0 0;
  }

  .page-content .images-container .thumbnail-container {
    margin-right: 0;
  }

}

@media (max-width: 700px) {

  .product-main-content {
    flex-direction: column;
    gap: 0px;
  }

  .page-content .images-container-mobile {
    display: flex !important;
    flex-direction: column;
  }

  .product-main-content .product-description-container {
    max-width: 100%;
  }

  .product-main-content .product-picture-container {
    margin: 10px 0 0;
  }

  .product-main-content .owl-carousel .item>.thumb-mobile {
    mix-blend-mode: darken;
  }

  .product-main-content .owl-carousel .item {
    background-color: #f6f6f6;
  }

  .product-main-content .mobile-product-header-container {
    display: flex;
    flex-direction: column;
  }

  .product-main-content .mobile-product-header-container>.product-category {
    text-align: center;
    margin: 0;
  }

  .product-main-content .mobile-product-header-container>.h1.product-name {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    margin: 10px 0 0 !important;
  }

  .product-main-content>.product-description-container>.product-category,
  .product-main-content>.product-description-container>.h1.product-name {
    display: none;
  }

  .product-main-content .product-images-carousel {
    padding: 0;
  }

  .product-main-content .product-add-price.has-discount .product-reduction {
    margin: 0;
    justify-content: start;
  }

  .product-main-content .product-prices {
    justify-content: start;
  }

  .product-main-content .product-prices .product-price {
    margin: 0 16px 0 0;
  }

  .product-main-content .product-prices .product-discount {
    font-size: 20px;
  }

  .product-main-content .product-prices .product-price .current-price {
    margin: 0;
  }

  .product-main-content .product-add-to-cart.add-margin {
    margin: 30px 0 0;
  }

  .product-main .header_extra_info {
    margin: 20px 0 0;
  }

  .product-main-content .sustainability-infos {
    display: flex;
    justify-content: start;
    text-align: start;
  }

}

.red-link {
  color: #E1251B;
  text-decoration: underline;
  text-underline-offset: 7px;
}

/** 
 * CSS For Cartridge CMS Page 
 * Voyager en avion avec votre cartouche airbag : id -> 1310
 **/

body.cms-id-1432 .page-header,
body.cms-id-1433 .page-header {
  display: none;
}

body.cms-id-1432 #main,
body.cms-id-1433 #main {
  max-width: 100%;
}

body.cms-id-1433 #cartridge-cms-page .article-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body.cms-id-1433 #cartridge-cms-page .block-article {
  margin: 0 0 72px !important;
}

#cartridge-cms-page .block-article {
  margin: 0 0 150px !important;
}

#cartridge-cms-page .cartridge-option {
  position: relative;
}

#cartridge-cms-page .cartridge-option .row-title {
  font-size: 20px !important;
  line-height: 25px;
}

#cartridge-cms-page .cartridge-button-option {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
}

#cartridge-cms-page .cartridge-button-option.plus-sign {
  content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M13 10.9999L13 3.99994H11L11 10.9999L4 10.9999L4 12.9999L11 12.9999V19.9999H13V12.9999L20 12.9999L20 10.9999L13 10.9999Z" fill="black"/></svg>');
}

#cartridge-cms-page .cartridge-button-option.minus-sign {
  content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="20" y="11" width="2" height="16" transform="rotate(90 20 11)" fill="black"/></svg>');
}

#cartridge-cms-page .cartridge-button-option:hover {
  cursor: pointer;
}

#cartridge-cms-page .cartridge-hidden-option {
  display: none;
}

#cartridge-cms-page .cartridge-custom-text {
  color: #4B4B4B;
  font-size: 18px;
  line-height: 28px;
}

#cartridge-cms-page .cartridge-custom-text.small {
  font-size: 16px;
  line-height: 22px;
}

#cartridge-cms-page .red-link {
  font-size: 16px;
}

#cartridge-cms-page .row-title {
  font-size: 29px !important;
  font-weight: 800 !important;
  margin: 0 0 16px !important;
}

#cartridge-cms-page .content-title-text {
  display: none;
  text-align: center;
  font-size: 16px;
}

#cartridge-cms-page img {
  max-width: 100%;
  height: auto;
}

#cartridge-cms-page .cartridge-border {
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin: 40px 0;
}

#cartridge-cms-page .content-desc-date {
  color: #8F8F8F;
  font-size: 12px;
  line-height: 16px;
}

#cartridge-cms-page .content-desc-category {
  color: #8F8F8F;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

#cartridge-cms-page ul>li:not(:last-child) {
  margin-bottom: 16px;
}

#cartridge-cms-page .non-breaking-hyphen {
  font-weight: bold;
  font-size: 36px;
}

@media (max-width: 1280px) {

  .container-full,
  .page-category.view-grid #products .products {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }

  .page-category #products .toolbar {
    padding: 0 20px;
  }

  .page-category.view-grid #products .products {
    padding: 0 10px 30px;
  }

  .active_filters {
    padding: 20px;
  }

  .page-category.view-grid #products #product-accessories__header {
    padding: 0 22px;
  }
}

@media (max-width: 1130px) and (min-width: 992px) {

  #cartridge-cms-page .article-row.odd .article-row-image,
  #cartridge-cms-page .article-row.even .article-row-text {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  body.cms-id-1432 #cartridge-cms-page .content-title {
    color: black;
    font-size: 55px !important;
    line-height: 55px !important;
  }

  body.cms-id-1433 #cartridge-cms-page .content-title {
    color: black;
    font-size: 40px !important;
    line-height: 45px !important;
    margin: 0;
  }

  body.cms-id-1433 #cartridge-cms-page .row-title {
    width: 100%;
  }

  body.cms-id-1433 #cartridge-cms-page .block-article__content {
    top: 120px !important;
  }

  body.cms-id-1433 #cartridge-cms-page .block-article {
    height: 180px !important;
  }

  #cartridge-cms-page .cartridge-hidden-option {
    max-width: 92%;
  }

  #cartridge-cms-page .cartridge-custom-wrapper {
    max-width: 680px;
  }

  #cartridge-cms-page .block-article__content {
    left: 165px !important;
    right: 165px !important;
  }

  #cartridge-cms-page .container {
    width: 100%;
    max-width: 1280px ! important;
  }

  #cartridge-cms-page .row-title {
    width: 445px;
  }

  #cartridge-cms-page .row-text {
    width: 406px;
    margin: 0 0 32px !important;
  }

  #cartridge-cms-page .article-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }

  #cartridge-cms-page .block-article {
    height: 254px !important;
  }
}

@media (min-width: 588px) and (max-width: 991px) {
  #cartridge-cms-page .article-content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #cartridge-cms-page .block-type-1 {
    text-align: center;
  }

  #cartridge-cms-page .article-row {
    max-width: 545px;
  }
}

@media (max-width: 991px) {
  body.cms-id-1433 #cartridge-cms-page .content-title {
    font-size: 20px !important;
    line-height: 24px !important;
  }

  body.cms-id-1433 #cartridge-cms-page .block-article {
    margin: 0 !important;
  }

  #cartridge-cms-page .red-link {
    font-size: 14px;
  }

  #cartridge-cms-page .cartridge-option .row-title {
    font-size: 18px !important;
    line-height: 22px;
  }

  #cartridge-cms-page #cartridge-first-text {
    margin-bottom: 50px;
  }

  #cartridge-cms-page .cartridge-border {
    margin: 14px 0;
  }

  #cartridge-cms-page .cartridge-custom-text {
    font-size: 16px;
    line-height: 22px;
  }

  #cartridge-cms-page .content-description {
    display: none;
  }

  #cartridge-cms-page .container {
    padding: 0 6px 0 6px !important;
  }

  #cartridge-cms-page .block-type-1 {
    margin-bottom: 64px;
  }

  #cartridge-cms-page .content-title-text {
    display: block;
    margin: 0 0 56px !important;
  }

  #cartridge-cms-page .article-row {
    display: flex;
    flex-direction: column;
  }

  #cartridge-cms-page .article-row-text {
    text-align: left;
  }

  #cartridge-cms-page .article-row.even {
    flex-direction: column-reverse;
  }

  #cartridge-cms-page .row-title {
    font-size: 18px !important;
    line-height: 22px !important;
    margin: 16px 0 8px 0 !important;
  }

  #cartridge-cms-page .row-text {
    margin: 0 0 16px !important;
  }

  #cartridge-cms-page .block-article {
    height: 156px !important;
    margin: 0 !important;
  }

  #cartridge-cms-page .non-breaking-hyphen {
    font-size: 24px;
  }

  #cartridge-cms-page .block-article__content {
    top: 100px !important;
  }

  #cartridge-cms-page .content-category-title {
    margin: 0 0 8px !important;
  }

  #cartridge-cms-page .content-title {
    font-size: 25px !important;
    line-height: 28px !important;
  }
}

/* CSS for Read More informations */
#read-more-arrow {
  transition: transform 100ms;
}

.read-more-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  padding: 12px;
  margin-top: 24px;
}

.read-more-info:hover {
  background-color: #f6f6f6;
  cursor: pointer;
}

.read-more-info-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: normal;
  justify-content: space-between;
}

.read-more-info-content svg {
  min-width: 24px;
  min-height: 24px;
}

.read-more-info-title {
  display: flex;
  flex-direction: row;
  align-items: normal;
  user-select: none;
  line-height: 20px;
  font-size: 14px !important;
}

.read-more-info-title>span {
  padding-top: 2px;
  margin: 0 0 0 5px;
}

.read-more-info-description {
  font-weight: normal;
  align-self: flex-start;
  margin-top: 8px;
  display: none;
  user-select: none;
  font-size: 16px !important;
  line-height: 24px !important;
}

.read-more-flip {
  transform: rotate(-180deg);
}

/** Cartridge locations */
.cartridge-location-checkbox {
  display: flex;
  margin-top: 20px;
}

.cartridge-location-checkbox input[type="checkbox"]+span {
  margin-top: 0 !important;
}

.cartridge-location-checkbox label {
  margin: 0 !important;
}

#customization-ajax ul {
  margin: 0 !important;
}

#customization-ajax .customization_box {
  font-size: 14px !important;
  line-height: 20px !important;
  font-family: "Gotham", system-ui, sans-serif !important;
}

#customization-ajax .customization_box.success {
  color: #16c764;
}

#customization-ajax .customization_box.error {
  color: #d41318;
}

/* Specific for Safari as it doesn't manage input date correctly */
.product-customization-item input::-webkit-datetime-edit {
  padding: 0;
  line-height: 50px;
}

@supports not selector(::-webkit-calendar-picker-indicator) {
  input[type=date] {
    padding: 0 45px 0 15px;
    background: transparent url("../images/icon-calendar.png") right 13px center no-repeat;
  }
}

/* CSS for Sliding modal */
.body-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
  opacity: .5;
}

.sliding-modal {
  width: 445px;
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 9999;
  height: 100%;
}

.sliding-modal.r-close {
  transition: .3s;
  left: -445px;
}

.sliding-modal.r-open {
  transition: .3s;
  left: 0px;
}

.sliding-modal .card-block {
  padding: 28px 48px 48px;
  height: 100%;
  overflow-y: auto;
}

.sliding-modal .card-block .cls-btn {
  font-size: 38px;
  width: fit-content;
  height: fit-content;
  padding: 0;
  margin: 0 0 0 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #000 !important;
}

.sliding-modal .h4.card-title {
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
}

/* Fix: left-align form labels (overrides .label,label{text-align:right} from _theme.css) */
.form-group label,
.form-control-label,
form label {
  text-align: left;
}

/* Gform yes/no fields: render as the site's standard checkbox.
   The module outputs a toggle switch built on `input[type=checkbox] + label`,
   which collides with the custom checkbox styling declared above (l. 7401+):
   the theme draws its square over the switch and pads the OUI/NON text out of
   its 100px overflow-hidden box. Strip the switch chrome and keep the square. */
.gformbuilderpro_form .form-group.yesno_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.gformbuilderpro_form .form-group.yesno_box .onoffswitch {
  order: 1;
  width: auto;
}

/* Reduce the switch label to the theme's :before/:after checkbox square */
.gformbuilderpro_form .form-group.yesno_box .onoffswitch-checkbox + .onoffswitch-label {
  width: 20px;
  height: 30px;
  margin: 10px 15px 10px 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.gformbuilderpro_form .form-group.yesno_box .onoffswitch-inner,
.gformbuilderpro_form .form-group.yesno_box .onoffswitch-switch {
  display: none;
}

/* Field label: shown next to the box, like the newsletter/terms checkboxes.
   Direct child only, so the switch label above is not matched. */
.gformbuilderpro_form .form-group.yesno_box > label {
  order: 2;
  display: block;
  margin: 10px 0;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.5px;
  cursor: pointer;
}