@charset "UTF-8";
/*!
 * Dstyle
*/
:root {
  --colLight: #FFFFFF;
  --colDark: #333333;
  --colbgLight: #FFFFFF;
  --colbgDark: #333333;
  --colAccentOne: #222222;
  --colAccentOneVariant: #2E2222;
  --colAccentTwo: #F04B48;
  --colAccentTwoVariant: #550807;
  --colAccentThree: #F04B48;
  --colAccentThreeVariant: #550807;
  --colgreyOne: #E9E9E9;
  --colgreyTwo: #BDBDBD;
  --colgreyThree: #808080;
  --colgreyFour:#333333;
  --colgreyFive: #000000;
  --ColSuccess: #45BA3C;
  --ColError: #AE1F1F;
  --ColWarning: #FF9800;
  --colProdTitle: #333333;
  --colEndPrice: #3E3E3E;
  --colPrevPrice: #808080;
  --colPageTitle: #4F4F4F;
  --colBgForm: #F2F2F2;
  --colgreyBorder: #BDBDBD;
  --colTargetBar: #BDBDBD;
  --colConnectBar: #333333;
  --colHandle: #333333;
}

/* https://google-webfonts-helper.herokuapp.com/fonts/oswald?subsets=latin */
/* oswald-300 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oswald/oswald-v49-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald/oswald-v49-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-v49-latin-300.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-300.woff") format("woff"), url("../fonts/oswald/oswald-v49-latin-300.ttf") format("truetype"), url("../fonts/oswald/oswald-v49-latin-300.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* oswald-regular - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald/oswald-v49-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald/oswald-v49-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-v49-latin-regular.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-regular.woff") format("woff"), url("../fonts/oswald/oswald-v49-latin-regular.ttf") format("truetype"), url("../fonts/oswald/oswald-v49-latin-regular.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* oswald-500 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald/oswald-v49-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald/oswald-v49-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-v49-latin-500.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-500.woff") format("woff"), url("../fonts/oswald/oswald-v49-latin-500.ttf") format("truetype"), url("../fonts/oswald/oswald-v49-latin-500.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* oswald-600 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oswald/oswald-v49-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald/oswald-v49-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-v49-latin-600.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-600.woff") format("woff"), url("../fonts/oswald/oswald-v49-latin-600.ttf") format("truetype"), url("../fonts/oswald/oswald-v49-latin-600.svg#Oswald") format("svg"); /* Legacy iOS */
}
/* oswald-700 - latin */
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oswald/oswald-v49-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/oswald/oswald-v49-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald/oswald-v49-latin-700.woff2") format("woff2"), url("../fonts/oswald/oswald-v49-latin-700.woff") format("woff"), url("../fonts/oswald/oswald-v49-latin-700.ttf") format("truetype"), url("../fonts/oswald/oswald-v49-latin-700.svg#Oswald") format("svg"); /* Legacy iOS */
}
select, .form-control {
  border: none;
  background: white;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  height: auto;
  border-radius: 0;
  padding: 15px 15px;
}
@media (max-width: 992px) {
  select, .form-control {
    font-size: 14px;
    line-height: 22px;
  }
}

@font-face {
  font-display: block;
  font-family: "icons8_win10";
  src: url("../../../../fonts/icons8_win10.woff2") format("woff2"), url("../../../../fonts/icons8_win10.woff") format("woff"), url("../../../../fonts/icons8_win10.ttf") format("ttf");
}
.left {
  float: left;
}

.right {
  float: right;
}

strong {
  font-weight: 600;
}

html,
body {
  font-size: 16px;
}

body {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--colDark);
  background-color: var(--colLight);
  min-height: 100vh;
}
@media (max-width: 992px) {
  body {
    font-size: 10px;
    line-height: 15px;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

.container {
  max-width: 1470px;
}

main {
  z-index: 20;
  margin-top: 0px;
}

* {
  margin: 0;
  padding: 0;
}

div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a, .breadcrumb a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: var(--colAccentTwo);
}

a.link:hover {
  text-decoration: underline;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

label.error {
  color: red;
  font-size: 12px;
}

input.error {
  border: 1px solid red;
}

a.button,
.btn.btn-primary {
  border-radius: 0;
  background: var(--colAccentOne);
  color: var(--colLight);
  padding: 10px 20px;
  outline: none;
  border: 0;
}
a.button:hover, a.button:active, a.button:focus,
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: var(--colAccentOne);
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  border-radius: 0;
  background: var(--colAccentOne);
  color: var(--colLight);
  padding: 10px 20px;
  outline: none;
  border: 0;
}
.btn-primary:not(:disabled):not(.disabled).active:hover, .btn-primary:not(:disabled):not(.disabled).active:active, .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:hover,
.btn-primary:not(:disabled):not(.disabled):active:active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:hover,
.show > .btn-primary.dropdown-toggle:active,
.show > .btn-primary.dropdown-toggle:focus {
  background: var(--colAccentOne);
}

.btn.btn-secondary {
  border-radius: 0;
  background: var(--colAccentOne);
  color: var(--colLight);
  padding: 10px 20px;
  outline: none;
  border: 0;
}

.no-spacing {
  margin: 0;
  padding: 0;
}

.form-control::-webkit-input-placeholder {
  color: var(--colDark);
}
.form-control::-moz-placeholder {
  color: var(--colDark);
}
.form-control::-ms-input-placeholder {
  color: var(--colDark);
}
.form-control::placeholder {
  color: var(--colDark);
}

input[type=submit].form-control {
  padding: 12px 30px;
  color: var(--colLight);
  background: var(--colAccentTwo);
  border: none;
}

select {
  padding: 10px 20px;
  border: 1px solid var(--colgreyBorder);
  margin-bottom: 10px;
}

.portlet,
.portlet > div,
.layerFilter,
.layerFilter > div {
  position: relative !important;
  display: block;
  float: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  text-align: inherit;
  min-width: 0px !important;
}

.portlet > div {
  z-index: 1 !important;
}

.menuview_flat {
  height: auto !important;
}

.scroll-top {
  opacity: 0;
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  background: var(--colDark);
  border: none;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.scroll-top.active {
  opacity: 0.8;
}
.scroll-top.active:hover {
  opacity: 1;
}
.scroll-top::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -8px;
  border: 0;
  border-bottom: 2px solid var(--colLight);
  border-right: 2px solid var(--colLight);
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.scroll-top:hover {
  background: var(--colAccentTwo);
}

.mobile-background {
  display: none;
  background: var(--colDark);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 11;
  opacity: 0.8;
}
.mobile-background.show {
  display: block;
}

.mobile-navigation-trigger {
  display: none;
}
.mobile-navigation-trigger:checked + .nav-menu-mobile {
  -webkit-transform: none;
     -moz-transform: none;
          transform: none;
}
.mobile-navigation-trigger:checked + .nav-menu-mobile + .mobile-background {
  display: block;
}

.nav-menu-mobile {
  width: 85%;
  min-width: 140px;
  max-width: 455px;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  background: var(--colLight);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 12;
  -webkit-transform: translate(-100%, 0);
     -moz-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -moz-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -moz-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.nav-menu-mobile.show {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.nav-menu-mobile .top-nav-mobile {
  position: relative;
  background: var(--colBgForm);
  padding: 20px 0;
}
.nav-menu-mobile .top-nav-mobile ul li {
  padding: 0 20px;
  display: inline-block;
  border-right: 1px solid var(--colgreyThree);
}
.nav-menu-mobile .top-nav-mobile ul li:nth-last-child(1) {
  border: 0;
}
.nav-menu-mobile .top-nav-mobile ul li a {
  display: block;
  color: var(--colDark);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
}
.nav-menu-mobile .top-nav-mobile ul li a:hover {
  color: var(--colAccentTwo);
}
.nav-menu-mobile .top-nav-mobile .btn-close {
  position: absolute;
  background: transparent;
  top: 25px;
  right: 20px;
  border: 0;
  cursor: pointer;
}
.nav-menu-mobile .top-nav-mobile .btn-close::after {
  content: "\f048";
  font-family: "icons8_win10";
  font-size: 32px;
  font-style: normal;
}
.nav-menu-mobile .top-nav-mobile .categoryMenuFlat li a {
  font-size: 10px;
}
.nav-menu-mobile .main-nav-mobile {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
.nav-menu-mobile .main-nav-mobile ul .arrow {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 25px;
  right: 25px;
  margin-top: -8px;
  border: 0;
  border-bottom: 1px solid var(--colgreyThree);
  border-right: 1px solid var(--colgreyThree);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-menu-mobile .main-nav-mobile ul .collapsed > a {
  font-weight: bold;
}
.nav-menu-mobile .main-nav-mobile ul .collapsed > .arrow {
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nav-menu-mobile .main-nav-mobile ul.topmenu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column nowrap;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu ul {
  padding-left: 15px;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li {
  border-bottom: 1px solid var(--colBgForm);
  position: relative;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li:nth-last-child(1) {
  border-bottom: 0;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1 {
  vertical-align: middle;
  padding: 0;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1 > a {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--colDark);
  padding: 15px 15px;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 992px) {
  .nav-menu-mobile .main-nav-mobile ul.topmenu li.level1 > a {
    font-size: 14px;
    line-height: 21px;
  }
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1 > a:hover {
  color: var(--colAccentTwo);
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1:nth-last-child(1) {
  border-bottom: 1px solid var(--colBgForm);
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent {
  cursor: pointer;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent ul {
  display: none;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent ul li.level2 {
  vertical-align: middle;
  padding: 0;
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent ul li.level2 > a {
  color: var(--colPageTitle);
  padding: 10px 15px;
  height: auto;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  .nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent ul li.level2 > a {
    font-size: 12px;
    line-height: 18px;
  }
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent ul li.level2 > a:hover {
  color: var(--colAccentTwo);
}
.nav-menu-mobile .main-nav-mobile ul.topmenu li.level1.parent ul li.level2.parent > a {
  padding-right: 25px;
  display: inline-block;
}
.nav-menu-mobile .main-nav-mobile .categoryMenuFlat li a {
  font-size: 12px;
}
.nav-menu-mobile .bottom-nav-mobile {
  padding: 40px 0;
}
.nav-menu-mobile .bottom-nav-mobile ul.topmenu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column nowrap;
}
.nav-menu-mobile .bottom-nav-mobile ul.topmenu li.level1 {
  vertical-align: middle;
  padding: 0;
}
.nav-menu-mobile .bottom-nav-mobile ul.topmenu li.level1 > a {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colAccentOne);
  padding: 5px 20px;
  height: auto;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  .nav-menu-mobile .bottom-nav-mobile ul.topmenu li.level1 > a {
    font-size: 14px;
    line-height: 21px;
  }
}
.nav-menu-mobile .bottom-nav-mobile ul.topmenu li.level1 > a:hover {
  color: var(--colAccentTwo);
}
.nav-menu-mobile .footer-nav-mobile {
  background: var(--colBgForm);
  padding: 20px 0;
}
.nav-menu-mobile .footer-nav-mobile ul li {
  padding: 0 0px 0 20px;
  display: inline-block;
}
.nav-menu-mobile .footer-nav-mobile ul li:nth-last-child(1) {
  border: 0;
}
.nav-menu-mobile .footer-nav-mobile ul li a {
  display: block;
  color: var(--colConnectBar);
  text-transform: uppercase;
  line-height: 1;
}
.nav-menu-mobile .footer-nav-mobile ul li a:hover {
  color: var(--colAccentThree);
}
.nav-menu-mobile .footer-nav-mobile ul li a.active {
  font-weight: 700;
}
.nav-menu-mobile .categoryMenuFlat ul {
  background: transparent;
  border: 0;
  margin: 0;
}
.nav-menu-mobile .categoryMenuFlat li a {
  border: 0;
}
.nav-menu-mobile .categoryMenuFlat li a:hover {
  background: transparent !important;
  color: var(--colAccentTwo);
}

.categoryMenuFlat {
  height: auto !important;
  overflow: visible !important;
}
.categoryMenuFlat .menuview_flat {
  height: auto !important;
}

.promo-banner {
  background-color: var(--colAccentOne);
  text-align: center;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 33px;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .promo-banner {
    font-size: 13px;
    line-height: 19px;
  }
}
.promo-banner span {
  display: block;
  padding: 10px;
}

ul.social-nav {
  display: inline-block;
}
ul.social-nav li {
  display: inline-block;
  margin-right: 10px;
}

.menu-toggle {
  margin: 0 10px 0 0;
}

.menu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  line-height: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-family: "icons8_win10";
  font-size: 32px;
  font-style: normal;
}
.menu-icon::after {
  content: "\ed44";
}

.mobile-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-width: 310px;
  height: 100%;
  background-color: var(--colbgLight);
}
.mobile-header .header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 10px 0;
}
.mobile-header .header-top .user_toolbar {
  margin-left: 10px;
}
.mobile-header .header-top .header-favourite-nav {
  margin-right: 10px;
}
.mobile-header .header-top .top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.mobile-header .header-top .top-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.mobile-header .header-top .top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.top-bar {
  background-color: var(--colLight);
  padding: 15px 0;
  border-bottom: 1px solid var(--colgreyThree);
}
.top-bar .categoryMenuFlat {
  text-align: right;
  height: auto !important;
}
.top-bar ul.topmenu {
  display: inline-block;
}
.top-bar ul.topmenu li {
  display: inline-block;
  margin: 0 0 0 20px;
}
.top-bar ul.topmenu li a {
  text-transform: uppercase;
  color: var(--colgreyFour);
}
.top-bar ul.topmenu li a:hover {
  color: var(--colAccentTwo);
}
.top-bar .col-left ul.topmenu li {
  margin: 0 20px 0 0;
}
.top-bar .col-left ul.topmenu li a {
  display: inline-block !important;
}
.top-bar ul.nav {
  display: inline-block;
}
.top-bar ul.nav li {
  display: inline-block;
  margin-left: 20px;
}
.top-bar ul.nav li a {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  color: var(--colgreyFour);
}
.top-bar ul.nav li a:hover {
  color: var(--colAccentTwo);
}

.header-link-wrapper {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.header-link-wrapper .header-link {
  position: relative;
}
.header-link-wrapper a.link:hover {
  text-decoration: none;
}
.header-link-wrapper .link-icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 32px;
}
.header-link-wrapper .link-icon::after {
  font-family: "icons8_win10";
  font-size: 36px;
  font-style: normal;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  color: var(--colConnectBar);
}
.header-link-wrapper .link-icon.disabled {
  opacity: 0.5;
}
.header-link-wrapper .link-icon.user::after {
  content: "\f293";
}
.header-link-wrapper .link-icon.user.logged::after {
  content: "\f269";
}
.header-link-wrapper .link-icon.search::after {
  content: url(../img/search-icon.png);
}
.header-link-wrapper .link-icon.wishlist::after {
  content: "\f5d1";
}
.header-link-wrapper .link-icon.basket::after {
  content: "\f65c";
}
.header-link-wrapper .link-text,
.header-link-wrapper a .link-text {
  font-weight: 600;
  color: var(--colDark);
}

.modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--colgreyFive);
  left: 0;
  top: 0;
  z-index: 1000000;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-overlay.active {
  display: block;
}

.modal-content {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000001;
  border: 0;
}
.modal-content.active {
  display: block;
}

.modal-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--colgreyFive);
  left: 0;
  top: 0;
  z-index: 1000000;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-wrap .modal-box {
  margin: 15% auto;
  width: 80%;
  -webkit-animation-name: animatetop;
     -moz-animation-name: animatetop;
          animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
     -moz-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
.modal-wrap .modal-box .modal-header {
  border: 0;
  background-color: var(--colbgLight);
}
.modal-wrap .modal-box .modal-header h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.modal-wrap .modal-box .modal-body {
  border: 0;
  background-color: var(--colbgLight);
}
.modal-wrap .modal-box .modal-footer {
  background: var(--colBgForm);
}

.modal-form-wrap .modify-box .modify-box-header h4 {
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
}
@media (max-width: 992px) {
  .modal-form-wrap .modify-box .modify-box-header h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.modal-form-wrap .modify-box .modify-box-main ul li {
  background: var(--colgreyOne);
  margin-bottom: 5px;
  padding: 10px;
}
.modal-form-wrap .modify-box .modify-box-main ul li input + label {
  padding: 0 0 0 40px;
}
.modal-form-wrap .modify-box .modify-box-main.addNote {
  border: 3px solid var(--colBgForm);
}
.modal-form-wrap .modify-box .modify-box-footer .btn.btn-primary,
.modal-form-wrap .modify-box .modify-box-footer .btn.btn-secondary {
  padding: 10px 20px;
  width: 100%;
  margin: 3px 0;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    margin-top: -200px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-moz-keyframes animatetop {
  from {
    margin-top: -200px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    margin-top: -200px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.modal-upload {
  max-width: 700px;
  background: var(--colbgLight);
}
.modal-upload .modal-upload-header {
  height: 200px;
}
.modal-upload .modal-footer {
  background: var(--colBgForm);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding: 8px;
}
.modal-upload button {
  margin-left: 10px;
}

.user_toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  /*
     .agent_content {
         a {
             font-weight: 600;
             color: var(--colDark);

             &:hover {
                 text-decoration: underline;
             }
         }
     }

     .my-icon {
         width:30px;
         height: 30px;

         &.login {
             width:30px;
             height: 30px;
             display: inline-block;
             content: url(../img/login-icon.png);
         }
     }*/
}
.user_toolbar .user-icon {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.user_toolbar .user-icon span {
  color: var(--colDark);
  font-size: 16px;
  font-weight: 600;
}
.user_toolbar .user-wrapper {
  padding-right: 10px;
}
.user_toolbar .user-wrapper:hover {
  text-decoration: none;
  color: var(--colConnectBar);
  cursor: pointer;
}
.user_toolbar .user-wrapper a:hover {
  text-decoration: none;
}
.user_toolbar .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  text-align: left;
  padding: 0 10px;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  border-left: 1px solid var(--colgreyBorder);
}
@media (max-width: 992px) {
  .user_toolbar .user-info {
    font-size: 12px;
    line-height: 14px;
  }
}
.user_toolbar .user-info .evidence {
  font-weight: 600;
}
.user_toolbar .user-info .icon-edit::after {
  font-family: "icons8_win10";
  content: "\f0ba";
}
.user_toolbar .user-info a.link-modify {
  color: var(--colAccentTwo);
  font-weight: 600;
  margin-left: 3px;
}
.user_toolbar .user-info a.link-modify:hover {
  color: var(--colAccentTwo);
}
.user_toolbar .user-info a.link-modify:hover .icon-edit {
  opacity: 0.4;
}
.user_toolbar .user-name-wrapper {
  position: relative;
}

/*
.header-favourite-nav {
    position: relative;

    .my-icon {
        width:30px;
        height: 30px;
        display: inline-block;

        &.favourite {
            content: url(../img/wishlist-icon.png);

            &.disabled {
                opacity: 0.5;
            }
        }
    }

    .favourite-quantity-wrap {
        position: absolute;
        top: -4px;
        right: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
        width: 20px;
        height: 20px;
        color: var(--colLight);
        background: var(--colAccentTwo);
        @include fontSizeResp(12px,20px,16px,24px);
        @include borderRadius(50%);

        .basket-quantity {
            z-index: 2;
            position: absolute;
        }
    }
}

.header-basket-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    position: relative;

    .my-icon {
        width:30px;
        height: 30px;
        display: inline-block;

        &.basket {
            content: url(../img/basket-icon.png);
        }
    }

    .basket-quantity-wrap {
        position: absolute;
        top: -4px;
        right: -8px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
        width: 20px;
        height: 20px;
        color: var(--colLight);
        background: var(--colAccentTwo);
        @include fontSizeResp(12px,20px,16px,27px);
        @include borderRadius(50%);

        .basket-quantity {
            z-index: 2;
            position: absolute;
        }
    }
}
*/
.logo-bar {
  background-color: var(--colLight);
  padding: 20px 0;
}
.logo-bar .user_toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.logo-bar .col-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
}
.logo-bar .col-logo img {
  height: 64px !important;
}
.logo-bar .main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.logo-bar .shop-shortlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  text-align: right;
}
.logo-bar .shop-shortlinks > div {
  margin-left: 15px;
}
.logo-bar .col-shortlinks .nav-account {
  float: left;
  margin-left: 20px;
}
.logo-bar .col-shortlinks .nav-wishlist {
  float: left;
  margin-left: 20px;
}
.logo-bar .col-shortlinks .nav-cart {
  float: left;
  margin-left: 20px;
}

/********************* TOOLBAR MOBILE *********************/
@media (max-width: 992px) {
  .logo-bar {
    padding: 10px 0;
  }
  .logo-bar .main-header .col-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 3;
    -webkit-flex-grow: 3;
       -moz-box-flex: 3;
            flex-grow: 3;
  }
  .logo-bar .main-header .col-logo img {
    height: 35px !important;
  }
  .logo-bar .main-header .col-logo .link-icon {
    height: 30px;
  }
  .logo-bar .main-header .col-access {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
    width: 100%;
  }
  .logo-bar .main-header .col-access .box-usertoolbar {
    margin: 12px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px solid var(--colgreyBorder);
  }
  .logo-bar .main-header .col-access .box-usertoolbar .dropdown-menu {
    margin-top: 0;
    margin-left: 0;
  }
  .logo-bar .main-header .col-access .box-usertoolbar .user_toolbar .user-wrapper .user-info {
    padding-top: 5px;
  }
  .logo-bar .main-header .col-access .box-usertoolbar .user_toolbar .user-wrapper .dropdown,
  .logo-bar .main-header .col-access .box-usertoolbar .user_toolbar .user-wrapper .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .logo-bar .main-header .col-access .box-usertoolbar .user_toolbar .user-wrapper .link-text {
    padding: 5px 10px;
  }
  .logo-bar .main-header .col-search {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
    width: 100%;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
            justify-content: left;
  }
  .logo-bar .main-header .col-search > div {
    width: 100%;
  }
  .logo-bar .main-header .col-search .search {
    margin: 0;
  }
  .logo-bar .main-header .col-shortlinks {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
  .logo-bar .main-header .col-search .link-text,
  .logo-bar .main-header .col-shortlinks .link-text {
    display: none;
  }
}
/********************* TOOLBAR MOBILE - END *********************/
@media (max-width: 576px) {
  .logo-bar .header-link-wrapper {
    margin-left: 15px;
  }
  .logo-bar .user_toolbar {
    padding: 10px 0;
  }
}
.mobile-header-wrap {
  background: var(--colgreyOne);
  border: 1px solid var(--colgreyBorder);
  padding: 10px 0;
}

.main-home {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, var(--colgreyOne)), color-stop(70%, var(--colbgLight)));
  background: -webkit-linear-gradient(bottom, var(--colgreyOne) 70%, var(--colbgLight) 70%);
  background: -moz-linear-gradient(bottom, var(--colgreyOne) 70%, var(--colbgLight) 70%);
  background: linear-gradient(0deg, var(--colgreyOne) 70%, var(--colbgLight) 70%);
  padding: 20px 0;
}
.main-home .contentsFlex .flexslider {
  margin: 0;
}
.main-home .contentsFlex .flex-control-paging li a {
  border: 0;
}
.main-home .contentsFlex .flex-direction-nav a {
  margin: -51px 0 0;
}

.main-general {
  padding-bottom: 30px;
}
.main-general img {
  max-width: 100%;
}
.main-general h1 {
  color: var(--colPageTitle);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
  display: block;
  text-align: center;
  padding: 20px;
  margin: 5px 0 25px;
  position: relative;
}
.main-general h1::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 4px solid var(--colAccentThree);
}
@media (max-width: 992px) {
  .main-general h1 {
    padding: 10px 20px;
  }
}
.main-general p {
  font-size: 20px;
  line-height: 30px;
  color: var(--colEndPrice);
}
@media (max-width: 992px) {
  .main-general p {
    font-size: 14px;
    line-height: 22px;
  }
}

.main-home-categories {
  background: none;
}

.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background: none;
  text-align: left;
  color: var(--colAccentTwo);
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}
.breadcrumb a {
  color: var(--colEndPrice);
}
.breadcrumb a:hover {
  color: var(--colAccentTwo);
}
.breadcrumb a.prev,
.breadcrumb a.prev:hover {
  color: var(--colEndPrice);
  opacity: 0.5;
}
.breadcrumb > div {
  width: 100% !important;
  position: relative !important;
  height: auto !important;
}

@media (max-width: 576px) {
  .breadcrumb {
    text-align: center;
  }
}
main .title h1,
main .title-space h1,
main .contentText h1 {
  color: var(--colPageTitle);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.25;
  display: block;
  text-align: center;
  padding: 20px;
  margin: 5px 0 25px;
  position: relative;
}
main .title h1::after,
main .title-space h1::after,
main .contentText h1::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 4px solid var(--colAccentThree);
}
@media (max-width: 992px) {
  main .title h1,
  main .title-space h1,
  main .contentText h1 {
    padding: 10px 20px;
  }
}

main .contentText h1 {
  color: var(--colPageTitle);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 1.25;
  display: block;
  text-align: center;
  padding: 20px;
  margin: 5px 0 25px;
  position: relative;
}
main .contentText h1::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 4px solid var(--colAccentThree);
}
@media (max-width: 992px) {
  main .contentText h1 {
    padding: 10px 20px;
  }
}

main .contentText {
  padding: 30px 0;
}
main .contentText h1 {
  color: var(--colPageTitle);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 2.2rem;
  line-height: 1.25;
  display: block;
  text-align: center;
  padding: 20px;
  margin: 5px 0 25px;
  position: relative;
  font-size: 35px;
  line-height: 44px;
}
main .contentText h1::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 4px solid var(--colAccentThree);
}
@media (max-width: 992px) {
  main .contentText h1 {
    padding: 10px 20px;
  }
}
@media (max-width: 992px) {
  main .contentText h1 {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 576px) {
  main .title h1,
  main .title-space h1,
  main .contentText h1 {
    color: var(--colPageTitle);
    text-transform: uppercase;
    font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    display: block;
    text-align: center;
    padding: 20px;
    margin: 5px 0 25px;
    position: relative;
  }
  main .title h1::after,
  main .title-space h1::after,
  main .contentText h1::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    width: 70px;
    height: 1px;
    border-bottom: 4px solid var(--colAccentThree);
  }
}
@media (max-width: 576px) and (max-width: 992px) {
  main .title h1,
  main .title-space h1,
  main .contentText h1 {
    padding: 10px 20px;
  }
}
@media (max-width: 576px) {
  main .contentText {
    padding: 0;
  }
}
.main-section,
.product-section {
  padding: 20px 0;
}

.modify-box .modify-box-header {
  padding: 20px 0;
}
.modify-box .modify-box-header h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 992px) {
  .modify-box .modify-box-header h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.modify-box .modify-box-main {
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .modify-box .modify-box-main {
    font-size: 13px;
    line-height: 19px;
  }
}
.modify-box .modify-box-main ul li input {
  display: none;
}
.modify-box .modify-box-main ul li input + label {
  display: block;
  padding: 0px 0 20px 40px;
  margin: 0;
  cursor: pointer;
  position: relative;
  color: var(--colPageTitle);
}
.modify-box .modify-box-main ul li input + label:hover {
  color: var(--colAccentTwo);
}
.modify-box .modify-box-main ul li input + label::before {
  content: url(../img/unchecked.png);
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0px;
  margin: -3px 0 0 0px;
}
.modify-box .modify-box-main ul li input:checked + label::before {
  content: url(../img/checked.png);
}
.modify-box .modify-box-footer {
  padding: 20px 0;
  text-align: right;
}
.modify-box .modify-box-footer .btn.btn-primary {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 30px;
}
@media (max-width: 992px) {
  .modify-box .modify-box-footer .btn.btn-primary {
    font-size: 14px;
    line-height: 22px;
  }
}
.modify-box .modify-box-footer .btn.btn-secondary {
  border-radius: 0;
  color: var(--colDark);
  background: var(--colbgLight);
  border: 2px solid var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 30px;
}
@media (max-width: 992px) {
  .modify-box .modify-box-footer .btn.btn-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}
.modify-box .modify-box-footer .btn.btn-secondary:hover, .modify-box .modify-box-footer .btn.btn-secondary:active, .modify-box .modify-box-footer .btn.btn-secondary:focus {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer-shortlinks {
  color: var(--colDark);
  background-color: var(--colBgForm);
  font-size: 18px;
  line-height: 27px;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .footer-shortlinks {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer-shortlinks .contentText {
  color: var(--colDark);
}
.footer-shortlinks .footer-box .footer-box-title {
  padding: 15px 0;
}
.footer-shortlinks .footer-box .footer-box-title h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--colDark);
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 992px) {
  .footer-shortlinks .footer-box .footer-box-title h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.footer-shortlinks .footer-box .footer-box-title.nav-title {
  cursor: pointer;
  border-bottom: 1px solid var(--colBgForm);
}
.footer-shortlinks .footer-box .footer-box-title.nav-title h4 {
  position: relative;
}
@media (max-width: 992px) {
  .footer-shortlinks .footer-box .footer-box-title.nav-title h4.collapsed::after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}
.footer-shortlinks .footer-box .categoryMenuFlat {
  display: block;
}
@media (max-width: 576px) {
  .footer-shortlinks .footer-box.footer-col-1 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
  }
}
.footer-shortlinks .social-nav {
  margin-top: 15px;
}
.footer-shortlinks ul.topmenu {
  display: block;
}
.footer-shortlinks ul.topmenu li {
  display: block;
  padding: 5px 0;
}
.footer-shortlinks ul.topmenu li a {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  color: var(--colPageTitle);
}
.footer-shortlinks ul.topmenu li a:hover {
  color: var(--colAccentTwo);
}
@media (max-width: 992px) {
  .footer-shortlinks ul.topmenu li {
    padding: 0;
  }
}
.footer-shortlinks .content > div {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
}

.mobile-footer .mobile-footer-top {
  padding: 20px 0;
}
.mobile-footer .mobile-footer-top h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--colDark);
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  display: block;
}
@media (max-width: 992px) {
  .mobile-footer .mobile-footer-top h4 {
    font-size: 14px;
    line-height: 22px;
  }
}
.mobile-footer .mobile-footer-top .mobile-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.mobile-footer .mobile-footer-top .mobile-social-wrap .mobile-social-content {
  display: block;
}
.mobile-footer .mobile-footer-top .mobile-payment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.mobile-footer .mobile-footer-top .mobile-payment-wrap .mobile-payment-content {
  display: block;
}
.mobile-footer .mobile-footer-bottom {
  font-size: 0.8rem;
  background: var(--colBgForm);
}
.mobile-footer .mobile-footer-bottom .mobile-address {
  padding: 20px 0;
  text-align: center;
}
.mobile-footer .mobile-footer-bottom .mobile-copyright {
  padding: 20px 0;
  text-align: center;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--colEndPrice);
}

.bottom-bar {
  background-color: var(--colgreyOne);
  padding: 20px 0;
}
.bottom-bar .copy {
  font-size: 0.9rem;
  color: var(--colEndPrice);
}
.bottom-bar .payment-ways {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.bottom-bar .payment-ways li {
  list-style: none;
  margin: 0 5px;
}
.bottom-bar .col-copyright {
  text-align: left;
  font-size: 14px;
  color: var(--colgreyThree);
  line-height: 40px;
}
.bottom-bar .col-payments {
  text-align: right;
}
@media (max-width: 576px) {
  .bottom-bar .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .bottom-bar .col-copyright {
    text-align: center;
  }
}

/*---- Barra cookie ----*/
.cookie-bar {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  line-height: 22px;
  color: var(--colLight);
  padding: 8px 20px;
  z-index: 9999;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 992px) {
  .cookie-bar {
    font-size: 13px;
    line-height: 19px;
  }
}
.cookie-bar .cb-text {
  margin-bottom: 5px !important;
}
.cookie-bar .cb-enable {
  display: inline-block;
  margin-right: 20px;
  background: var(--colAccentTwo);
  color: var(--colLight);
  padding: 5px 15px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cookie-bar .cb-enable:hover {
  background-color: var(--colLight);
  color: var(--colAccentOne);
}
.cookie-bar .cb-policy {
  color: var(--colLight);
}
.cookie-bar .cb-policy:hover {
  text-decoration: underline;
}

.info {
  background-color: var(--colgreyThree);
}

.home-category-list {
  position: relative;
  padding: 20px 0 20px 0;
}
.home-category-list .product-list {
  margin-top: 10px;
  display: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.home-category-list .product-list .product-name h3 {
  text-align: center;
}
@media (max-width: 576px) {
  .home-category-list {
    padding: 0;
  }
}

.main-home-section,
.secondary-section {
  position: relative;
  padding-top: 10px;
}
.main-home-section .related-list,
.secondary-section .related-list {
  margin-left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}

@media (max-width: 576px) {
  .main-home-section {
    padding-top: 0;
  }
  .main-home-section .slide.title-left {
    display: block;
    margin-top: 44px;
  }
}
.sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.sidebar .categoryMenuVertical ul,
.sidebar .categoryMenuFlat ul,
.sidebar .categoryMenuAccordion ul {
  background: var(--colbgLight);
  border: 0;
  padding: 10px;
}
.sidebar .categoryMenuVertical ul li a,
.sidebar .categoryMenuFlat ul li a,
.sidebar .categoryMenuAccordion ul li a {
  border-bottom: 0;
  font-weight: 300;
  padding: 10px 15px;
}
.sidebar .filter-navigation-trigger {
  display: none;
}
.sidebar .filter-navigation-trigger:checked + .filter-navigation {
  display: block !important;
}
.sidebar .filter-navigation-toggle {
  display: block;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px -20px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .sidebar .filter-navigation-toggle {
    font-size: 14px;
    line-height: 21px;
  }
}
.sidebar .filter-navigation-toggle::after {
  content: "\ee3d";
  font-family: "icons8_win10";
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
  margin-left: 2px;
  position: absolute;
}
.sidebar .filter-navigation-toggle:hover::after {
  color: var(--colAccentTwo);
}
@media (min-width: 576px) {
  .sidebar .filter-navigation-toggle::after {
    font-size: 32px;
  }
}
.sidebar .layerFilter {
  padding-left: 15px;
}
.sidebar .layerFilter,
.sidebar .layerFilter > div {
  height: auto !important;
}
.sidebar .tblLayerActive b {
  display: none;
}

.custom-select {
  border-radius: 0;
  font-size: 20px;
  line-height: 30px;
  outline: none;
  position: relative;
  padding-right: 25px;
  background-image: url(../img/bg-select.png);
  background-repeat: no-repeat;
  background-position: right 10px top 12px;
}
@media (max-width: 992px) {
  .custom-select {
    font-size: 12px;
    line-height: 18px;
  }
}
.custom-select::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  border-bottom: 1px solid var(--colDark);
  border-right: 1px solid var(--colDark);
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

@media (max-width: 576px) {
  .custom-select {
    padding-right: 20px;
    background-position: right 8px top 10px;
  }
}
.alert-message {
  display: block;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
  background: var(--colBgForm);
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .alert-message {
    font-size: 14px;
    line-height: 22px;
  }
}

.secondary-section {
  background: url(../img/bg-grey.png) 0 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 15px;
}
.secondary-section .recommended-list .product a.product-name h3 {
  font-size: 16px;
  line-height: 1;
  height: 16px;
  overflow: hidden;
}
.secondary-section .recommended-list .product .product-prices {
  padding-right: 0;
}
.secondary-section .recommended-list .product .product-info .product-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.secondary-section .recommended-list .product .product-info .product-links input.button {
  border-radius: 4px;
  width: 120px;
  background-image: url(../img/white-cart-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.secondary-section .recommended-list .product .product-info .product-links input.button:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.secondary-section .related-list .product a.product-name h3 {
  font-size: 16px;
  line-height: 1;
  height: 16px;
  overflow: hidden;
}
.secondary-section .related-list .product .product-prices {
  font-size: 1rem;
  padding-right: 0;
}
.secondary-section .related-list .product .product-info .product-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.secondary-section .related-list .product .product-info .product-links input.button {
  border-radius: 4px;
  width: 120px;
  background-image: url(../img/white-cart-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.secondary-section .related-list .product .product-info .product-links input.button:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.number-input {
  border: 1px solid var(--colgreyOne);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.number-input * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.number-input button {
  outline: none;
  background-color: var(--colLight);
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 28px;
  height: 38px;
  cursor: pointer;
  margin: 0;
  position: relative;
}
.number-input button::before, .number-input button::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background-color: var(--colDark);
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.number-input button.plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
     -moz-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.number-input input[type=number] {
  max-width: 60px;
  padding: 0.5rem;
  border: solid var(--colgreyOne);
  border-width: 0 2px;
  font-size: 1rem;
  height: 38px;
  text-align: center !important;
}

hr.divider {
  border-top: 1px solid var(--colgreyThree);
  margin: 20px 0;
}

.content > .box {
  margin: 0 !important;
}

.message-box-wrap {
  display: none;
}

.message-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 21px;
  line-height: 24px;
  background: var(--colbgLight);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px;
  border-width: 2px;
  border-style: solid;
}
@media (max-width: 992px) {
  .message-box {
    font-size: 16px;
    line-height: 16px;
  }
}
.message-box .btn {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  background: var(--colAccentOne);
  color: var(--colLight);
  padding: 10px 20px;
  outline: none;
  border: 0;
}
.message-box.success {
  border-color: var(--ColSuccess);
}
.message-box.success * {
  color: var(--ColSuccess);
}
.message-box.success .btn {
  color: var(--colLight);
  background: var(--ColSuccess);
}
.message-box.error {
  border-color: var(--ColError);
}
.message-box.error * {
  color: var(--ColError);
}
.message-box.error .btn {
  color: var(--colLight);
  background: var(--ColError);
}
.message-box.warning {
  border-color: var(--ColWarning);
}
.message-box.warning * {
  color: var(--ColWarning);
}
.message-box.warning .btn {
  color: var(--colLight);
  background: var(--ColWarning);
}

.spModalLayer {
  z-index: 100000;
  position: absolute;
  background-color: var(--colbgLight);
}
.spModalLayer .basket.resp {
  overflow: initial !important;
}
.spModalLayer .basket.resp .labelBig {
  padding: 5px !important;
  font-size: 14px;
}

.spModalLayer .icon_container {
  position: absolute;
  top: -32px;
  right: -5px;
  z-index: 99999;
}

.spModalLayer_closebtn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 3px;
  cursor: pointer;
  z-index: 100;
  opacity: 1;
  background: var(--colbgDark);
}

.spModalLayer_closebtn:before,
.spModalLayer_closebtn:after {
  position: absolute;
  top: 7px;
  right: 15px;
  content: " ";
  height: 19px;
  width: 2px;
  background-color: var(--colgreyOne);
}

.spModalLayer_closebtn:before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}

.spModalLayer_closebtn:after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.spModalLayer_cinema {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--colgreyFive);
  opacity: 0.74;
  z-index: 99999;
}

/******************  RICERCA ARTICOLI *********************/
/***************** da ridefinire in scss  ************************/
/***************** da definire per mobile **********************/
.col-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-content: center;
          align-content: center;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
     -moz-box-flex: 3;
          flex-grow: 3;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
     -moz-box-pack: right;
          justify-content: right;
}
.col-search .search {
  margin: 0 30px 0 0;
}

.search-input {
  margin: 5px 0 0 0;
}
.search-input .search-combo {
  padding: 10px 20px !important;
  margin: 0px 10px !important;
  border: none !important;
  float: left;
}
.search-input .search-text {
  background: var(--colgreyOne);
  width: auto;
  border: 0;
  padding: 12px 40px 12px 20px;
  font-weight: 600;
  min-width: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-input .search-button {
  position: absolute;
  right: 10px;
  top: 0 !important;
  width: 30px;
  height: 101%;
  background: url(../img/search-icon.png) center center no-repeat;
  -webkit-background-size: 80% 80%;
          background-size: 80%;
  border: 0;
  outline: 0;
}

@media (max-width: 992px) {
  .search-input {
    margin: 10px 0 0 0;
  }
  .search-input .search-text {
    width: 100%;
  }
  .search-input .search-button {
    top: 5px !important;
  }
}
/*************************** BOX HEADER ***********************************/
/***************** classi generiche da ultimare e verificare **********************/
.box-usertoolbar {
  min-height: 0 !important;
  z-index: 3 !important;
  height: 100%;
}
.box-usertoolbar .gadget {
  height: 100%;
}
.box-usertoolbar .user-wrapper:hover {
  text-decoration: none;
  color: var(--colConnectBar);
  cursor: pointer;
}
.box-usertoolbar .dropdown-menu {
  top: 100% !important;
  text-align: center;
  border-radius: 0;
  margin-top: 25px;
  margin-left: -70px;
  border-top: 3px solid var(--colAccentOne);
}
.box-usertoolbar .dropdown-menu h1 {
  color: var(--colAccentTwo);
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: 500;
}
.box-usertoolbar .dropdown-menu .menuview_content {
  margin-bottom: 5px;
}
.box-usertoolbar .dropdown-menu .menuview_content li a {
  font-size: 16px;
  color: var(--colDark);
  font-weight: 400;
  white-space: nowrap;
  padding: 0.25rem 1.5rem;
  display: block;
}
.box-usertoolbar .dropdown-menu .menuview_content li a:hover, .box-usertoolbar .dropdown-menu .menuview_content li a:active {
  color: var(--colDark);
  background-color: var(--colgreyOne);
}
.box-usertoolbar .dropdown-menu .dropdown-item:hover,
.box-usertoolbar .dropdown-menu .dropdown-item:active {
  color: var(--colDark);
  background-color: var(--colgreyOne);
}
.box-usertoolbar .dropdown-menu .logout-link {
  text-transform: uppercase;
  border-top: 1px solid var(--colgreyOne);
  padding-top: 0.5rem;
}

.link-icon {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 32px;
  font-family: "icons8_win10";
  font-size: 44px;
  line-height: 30px;
  font-style: normal;
  display: block;
  color: var(--colDark);
}
@media (max-width: 992px) {
  .link-icon {
    font-size: 40px;
    line-height: 32px;
  }
}

.link-icon.disabled {
  opacity: 0.5;
}

.link-icon.user::after {
  content: "\ee99";
  font-size: 38px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .link-icon.user::after {
    font-size: 35px;
    line-height: 32px;
  }
}

.link-icon.user.logged::after {
  content: "\ef89";
  font-size: 38px;
  line-height: 30px;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .link-icon.user.logged::after {
    font-size: 35px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .link-icon.user.logged::after {
    margin-left: 0;
  }
}

.box-favourite .link.disabled {
  opacity: 0.7;
}
.box-favourite .link.disabled:hover {
  cursor: default;
}
.box-favourite .link.disabled:hover .link-text {
  color: var(--colConnectBar);
}

.link-icon.wishlist::after {
  content: "\f5d1";
  font-size: 38px;
  line-height: 30px;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .link-icon.wishlist::after {
    font-size: 35px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .link-icon.wishlist::after {
    margin-left: 0;
  }
}

.link-icon.compare::after {
  content: "\ea24";
  font-size: 38px;
  line-height: 30px;
  margin-left: 5px;
}
@media (max-width: 992px) {
  .link-icon.compare::after {
    font-size: 35px;
    line-height: 32px;
  }
}
@media (max-width: 992px) {
  .link-icon.compare::after {
    margin-left: 0;
  }
}

.link-icon.basket::after {
  content: "\ea1d";
}

.link-text,
a .link-text {
  font-weight: 600;
  color: var(--colConnectBar);
}
.link-text:hover,
a .link-text:hover {
  color: var(--colAccentTwo);
}

.compare-quantity-wrap,
.favourite-quantity-wrap,
.basket-quantity-wrap {
  position: absolute;
  top: -8px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: var(--colLight);
  background: var(--colAccentTwo);
  font-size: 12px;
  line-height: 20px;
  border-radius: 50%;
}

.compare-box a.link:hover,
.box-favourite a.link:hover,
.total-basket a.link:hover {
  text-decoration: none;
  color: var(--colConnectBar);
  cursor: pointer;
}

/** Gestione colonna sx elenco articoli senza classi bootstrap col-lg-3 e col-lg-9 **/
.row.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .row.main-section {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

div[id$=col-sidebar] {
  -webkit-box-flex: 0;
  -webkit-flex: none;
     -moz-box-flex: 0;
          flex: none;
  padding: 0px;
}
@media (max-width: 992px) {
  div[id$=col-sidebar] {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
       -moz-box-flex: 1;
            flex: auto;
  }
}

div[id$=col-sidebar] .sidebar {
  width: 100%;
}

div[id$=col-itemslist] {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
     -moz-box-flex: 1;
          flex: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/**PORTLET nella colonna SX: display none è impostato da action code **/
div[id$=col-sidebar] div[portlet_id] {
  max-width: 340px;
  margin: 0;
}
@media (max-width: 992px) {
  div[id$=col-sidebar] div[portlet_id] {
    max-width: 100%;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gscs_message_portlet .alert-actions {
  text-align: right;
}

/*SCHEDA ARTICOLO*/
.productSheet .unimis_tab .product-section .product-info .product-variants-wrapper .product-add .number-input button {
  height: 46px;
  border: 1px solid var(--colgreyOne);
  display: block;
}
.productSheet .product-section .product-gallery-main.owl-carousel .owl-stage-outer {
  border: 1px solid var(--colgreyTwo);
}
.productSheet .product-section .product-gallery-main.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.productSheet .product-section .product-gallery-main.owl-carousel .owl-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center;
  height: 166px;
}
.productSheet .product-section .product-gallery-main.owl-carousel .owl-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100%;
}
.productSheet .product-section .product-gallery-main.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  max-height: 150px;
}
.productSheet .product-section .product-gallery-thumbs {
  margin-top: 20px;
}
.productSheet .product-section .product-gallery-thumbs.owl-carousel .owl-item.current .img-wrapper {
  border-bottom: 5px solid var(--colgreyOne);
}
.productSheet .product-section .product-gallery-thumbs.owl-carousel .owl-item .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  text-align: center;
  border: 1px solid var(--colgreyTwo);
  color: var(--colgreyTwo);
  width: auto;
  height: 80px;
  margin: 0 auto;
}
.productSheet .product-section .product-gallery-thumbs.owl-carousel .owl-item .img-wrapper img {
  max-height: 100%;
  width: auto;
}
.productSheet .product-section .add-basket-box {
  display: none;
}
.productSheet .product-section .add-basket-box .message-add-basket {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 21px;
  line-height: 24px;
  background: var(--colbgLight);
  border: 2px solid var(--ColSuccess);
  color: var(--ColSuccess);
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .productSheet .product-section .add-basket-box .message-add-basket {
    font-size: 16px;
    line-height: 16px;
  }
}
.productSheet .product-section .add-basket-box .message-add-basket .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.productSheet .product-section .add-basket-box .message-add-basket .btn {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  background: var(--colAccentOne);
  color: var(--colLight);
  padding: 10px 20px;
  outline: none;
  border: 0;
  background: var(--ColSuccess);
}
.productSheet .product-section .product-gallery {
  padding: 0 0 30px 0;
}
.productSheet .product-section .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column wrap;
  width: 100%;
  max-width: 550px;
}
.productSheet .product-section .box .primary {
  background: var(--colbgLight);
  border: 1px solid var(--colPrevPrice);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 500px;
}
.productSheet .product-section .box ul.thumbs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  margin: 30px 0 30px 0;
}
.productSheet .product-section .box ul.thumbs-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  width: 94px;
  height: 94px;
  border: 1px solid var(--colPrevPrice);
  position: relative;
}
.productSheet .product-section .box ul.thumbs-list li a:hover::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--colAccentTwo);
}
.productSheet .product-section .box ul.thumbs-list li a.active::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--colAccentOne);
}
.productSheet .product-section .product-info {
  /*LISTA PROMOZIONI APPLICABILI*/
}
.productSheet .product-section .product-info .product-title-wrapper {
  position: relative;
  padding: 0 70px 0 0;
}
.productSheet .product-section .product-info .product-title-wrapper h1 {
  color: var(--colDark);
  font-size: 28px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-title-wrapper h1 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-title-wrapper h1 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.productSheet .product-section .product-info .product-description {
  font-size: 20px;
  line-height: 30px;
  color: var(--colEndPrice);
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-description {
    font-size: 14px;
    line-height: 22px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper {
  background: var(--colgreyOne);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column wrap;
  margin-top: 0px;
  /* BOX Quantità, unità di misura, disponibilità */
  /* BOX Varianti*/
}
.productSheet .product-section .product-info .product-variants-wrapper .price-compare-info a {
  float: right;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format label.title {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--colDark);
  font-size: 22px;
  line-height: 33px;
  margin: 0 0 15px 0;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-format label.title {
    font-size: 13px;
    line-height: 19px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li {
  font-size: 22px;
  line-height: 33px;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li {
    font-size: 13px;
    line-height: 19px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -20px;
  width: 1px;
  height: 30px;
  border-right: 2px solid var(--colgreyFour);
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li:nth-last-child(1)::after {
  display: none;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li input {
  display: none;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li input + label {
  padding: 0;
  color: var(--colgreyFour);
  font-size: 22px;
  line-height: 60px;
  border-radius: 30px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li input + label {
    font-size: 13px;
    line-height: 19px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li input:checked + label {
  background: var(--colbgDark);
  color: var(--colLight);
  padding: 0 30px;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li a.title {
  color: var(--colEndPrice);
  display: table-cell;
  word-wrap: break-word;
  vertical-align: middle;
  border-radius: 50%;
  cursor: pointer;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li a.title.checked {
  background: var(--colbgDark);
  color: var(--colLight);
}
.productSheet .product-section .product-info .product-variants-wrapper .product-conv {
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: 24px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-conv {
    font-size: 12px;
    line-height: 18px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .number-input {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .number-input button {
  width: 26px;
  height: 36px;
  display: none;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .number-input input[type=number] {
  width: 50px;
  height: 46px;
  padding: 0;
  text-align: center !important;
  border: 1px solid var(--colgreyOne);
  opacity: 1;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price {
  font-size: 28px;
  line-height: 41px;
  font-weight: 600;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
  -webkit-box-flex: 0.1;
  -webkit-flex-grow: 0.1;
     -moz-box-flex: 0.1;
          flex-grow: 0.1;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price {
    font-size: 22px;
    line-height: 24px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price.rif-price {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price.prev-price,
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price .discount-value {
  color: var(--colPrevPrice);
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  font-size: 22px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price.prev-price,
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price .discount-value {
    font-size: 14px;
    line-height: 21px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price.prev-price.prev-price::after,
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price .discount-value.prev-price::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-top: 10px;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  border-bottom: 1px solid var(--colPrevPrice);
  -webkit-transform: rotate(-15deg);
     -moz-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price.weight-price {
  color: var(--colEndPrice);
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price.weight-price {
    font-size: 14px;
    line-height: 18px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-buttons {
  width: 100%;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-buttons .button {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  margin-left: auto;
  position: relative;
  display: block;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 48px;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-buttons .button {
    font-size: 14px;
    line-height: 21px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-buttons .button::after {
  content: url(../img/white-cart-icon.png);
  width: 18px;
  height: 18px;
  padding-left: 10px;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-availability {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  margin-left: 30px;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-availability span.available::after {
  content: url(../img/available.png);
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .discount {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
  margin: 0 15px;
  font-size: 13px;
  line-height: 32px;
  background-color: var(--colAccentTwo);
  color: var(--colLight);
  padding: 0 5px;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .price-timer {
  -webkit-box-flex: 0.1;
  -webkit-flex-grow: 0.1;
     -moz-box-flex: 0.1;
          flex-grow: 0.1;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .button {
  width: auto !important;
  height: auto !important;
  float: right !important;
  font-size: 20px;
  letter-spacing: 0.9px;
  padding: 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
  margin-left: auto;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .button:after {
  padding-left: 5px;
  content: "\ea1d";
  font-family: icons8_win10;
  font-size: 34px;
  vertical-align: bottom;
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .button:hover {
  color: var(--colLight);
}
.productSheet .product-section .product-info .product-variants-wrapper .product-add .product-unimis {
  margin-bottom: 0px;
  width: 30%;
  height: 44px;
  font-size: 14px;
  background-color: var(--colgreyTwo);
  border: 1px solid var(--colgreyTwo);
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-unimis {
    width: 75%;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper.delimiter {
  margin-top: 0px;
  padding: 20px 30px 0px 30px;
}
.productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .product-unimis {
  margin-bottom: 0px;
}
.productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .product-availability {
  margin-top: 10px;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .product-availability {
    font-size: 12px;
    line-height: 30px;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .product-availability .name {
  margin-right: 5px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .number-input button {
    width: 26px !important;
    height: 36px !important;
  }
  .productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .number-input input[type=number] {
    max-width: 40px;
    height: 46px;
  }
  .productSheet .product-section .product-info .product-variants-wrapper.delimiter .product-add .product-availability {
    margin-left: 0;
  }
}
.productSheet .product-section .product-info .product-variants-wrapper .background {
  margin-bottom: 20px;
}
.productSheet .product-section .product-info .product-variants-wrapper .background .labelVariant {
  text-transform: uppercase;
  color: var(--colDark);
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 33px;
  padding: 20px;
}
.productSheet .product-section .product-info .product-variants-wrapper .background .itemVariant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  background-color: var(--colgreyOne);
  padding: 20px 0px 0px 0px;
}
.productSheet .product-section .product-info .product-variants-wrapper .background .itemVariant .name {
  color: var(--colDark);
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 250px;
  margin-left: 30px;
}
.productSheet .product-section .product-info .product-variants-wrapper .background .itemVariant .combobox {
  background-color: var(--colBgForm);
  color: var(--colDark);
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100%;
  margin-right: 20px;
  border: none;
}
.productSheet .product-section .product-info .product-variants-wrapper .background .itemVariant.activated:before {
  content: "\ef8b";
  color: var(--ColSuccess);
  position: absolute;
  width: 30px;
  padding: 13px 0px 0px;
  font-family: "icons8_win10";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 24px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-variants-wrapper .product-format {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
            flex-direction: column !important;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-format label.title {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 0px;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li input + label {
    font-size: 13px;
    line-height: 19px;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-format .format-list li::after {
    margin-top: -15px;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .product-price {
    font-size: 20px;
    line-height: 18px;
    font-weight: 600;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .discount {
    font-size: 13px;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .price-timer {
    -webkit-box-flex: 0.2;
    -webkit-flex-grow: 0.2;
       -moz-box-flex: 0.2;
            flex-grow: 0.2;
  }
  .productSheet .product-section .product-info .product-variants-wrapper .product-add .button {
    width: 100% !important;
    text-align: center;
    font-size: 14px;
    margin: 10px 0px 0px 0px !important;
    padding: 13px 20px;
  }
}
.productSheet .product-section .product-info .product-specs-wrapper {
  margin-top: 40px;
}
.productSheet .product-section .product-info .product-specs-wrapper h3 {
  display: block;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--colDark);
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .productSheet .product-section .product-info .product-specs-wrapper h3 {
    font-size: 13px;
    line-height: 19px;
  }
}
.productSheet .product-section .product-info .product-specs-wrapper .product-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.productSheet .product-section .product-info .product-specs-wrapper .product-specs .data-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 30px 0;
}
.productSheet .product-section .product-info .product-specs-wrapper .product-specs .data-group .title {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
     -moz-box-flex: 0;
          flex: 0 0 40%;
  max-width: 40%;
  padding-right: 5px;
}
.productSheet .product-section .product-info .product-specs-wrapper .product-specs .data-group .description {
  color: var(--colEndPrice);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
     -moz-box-flex: 0;
          flex: 0 0 60%;
  max-width: 60%;
}
.productSheet .product-section .product-info .product-description {
  font-size: 16px;
}
.productSheet .product-section .product-info .product-badge-left,
.productSheet .product-section .product-info .product-badge-right {
  position: absolute;
  display: inline-block;
  top: 0;
}
.productSheet .product-section .product-info .product-badge-left {
  left: 0;
}
.productSheet .product-section .product-info .product-badge-right {
  right: 0;
}
.productSheet .product-section .product-info .product-availability .name {
  margin-left: 20px;
}
.productSheet .product-section .product-info .product-availability img {
  width: 15px;
  padding-bottom: 2px;
}
.productSheet .product-section .product-info .favourite {
  color: var(--colProdTitle);
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.productSheet .product-section .product-info .favourite::after {
  content: "\f5d1";
  display: block;
  font-family: "icons8_win10";
  font-size: 30px;
  text-align: center;
}
.productSheet .product-section .product-info .favourite.selected {
  color: var(--colAccentTwo);
}
.productSheet .product-section .product-info .compare {
  color: var(--colProdTitle);
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.productSheet .product-section .product-info .compare::after {
  content: "\ea24";
  display: block;
  font-family: "icons8_win10";
  font-size: 30px;
  text-align: center;
}
.productSheet .product-section .product-info .compare.selected {
  color: var(--colAccentTwo);
}
.productSheet .product-section .product-info .promoList {
  background-color: var(--colgreyOne);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-top: 20px;
}
.productSheet .product-section .product-info .promoList .iconPromo {
  position: relative;
  display: block;
}
.productSheet .product-section .product-info .promoList .iconPromo:after {
  content: "Promo";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 32px;
  background-color: var(--colAccentOne);
  color: var(--colLight);
}
.productSheet .product-section .product-info .promoList .promoListItem:nth-child(2) {
  margin-top: 50px;
}
.productSheet .product-section .product-info .promoList .promoListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin: 10px;
}
.productSheet .product-section .product-info .promoList .promoListItem .titlePromo {
  font-size: 18px;
  color: var(--colDark);
  font-weight: bold;
}
.productSheet .product-section .product-info .promoList .promoListItem .descriPromo {
  font-size: 15px;
  font-style: italic;
  padding: 5px 0px 0px 5px;
}

.product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-top: 70px;
}
.product-detail ul.nav.nav-tabs li a {
  display: block !important;
}
.product-detail .nav-tabs {
  border: 0;
  background: var(--colbgDark);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
}
.product-detail .nav-tabs .nav-item {
  margin: 0;
}
.product-detail .nav-tabs .nav-item .nav-link {
  color: var(--colLight);
  font-size: 1rem;
  border: 0;
  padding: 15px 45px;
  border-radius: 0;
}
.product-detail .nav-tabs .nav-item .nav-link.active {
  background: var(--colAccentTwo);
}
.product-detail .tab-content .tab-pane {
  font-size: 16px;
  line-height: 30px;
  color: var(--colEndPrice);
  padding: 45px 0;
}
@media (max-width: 992px) {
  .product-detail .tab-content .tab-pane {
    font-size: 14px;
    line-height: 22px;
  }
}

.kit-components .products {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.kit-components .products .product {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.kit-components .products .product .product-info {
  padding: 1rem;
  height: 100%;
}
.kit-components .products .product .product-info .product-code {
  font-size: 14px;
}
.kit-components .products .product .product-info .product-name {
  margin-bottom: 1rem;
}
.kit-components .products .product .product-info .product-availabilities .val {
  margin-left: 5px;
}
.kit-components .products .product .goto-sheet {
  display: inline-block;
  margin-top: 5px;
}

.spModalLayer .wrapper_box {
  padding: 20px;
  text-align: center;
}
.spModalLayer .wrapper_box div {
  padding-bottom: 10px;
}
.spModalLayer .wrapper_box div a {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .spModalLayer .wrapper_box div a {
    font-size: 14px;
    line-height: 18px;
  }
}
.spModalLayer .wrapper_box div a#shopping_cart {
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
  display: block;
}
.spModalLayer .wrapper_box div a#continue_shopping {
  border-radius: 0;
  color: var(--colDark);
  background: var(--colbgLight);
  border: 2px solid var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  display: block;
}
.spModalLayer .wrapper_box .p_image {
  display: none;
}
.spModalLayer .wrapper_box .p_image img {
  width: 80px;
  height: 80px;
}
.spModalLayer .wrapper_box .p_name {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 992px) {
  .spModalLayer .wrapper_box .p_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.spModalLayer .wrapper_box .info {
  font-size: 20px;
  line-height: 24px;
  background-color: transparent;
  margin: 0 0 10px 0;
}
@media (max-width: 992px) {
  .spModalLayer .wrapper_box .info {
    font-size: 18px;
    line-height: 24px;
  }
}
.spModalLayer .wrapper_box .info::before {
  content: "\ef8b";
  font-family: "icons8_win10";
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  margin: 6px 8px 0 0;
}

@media (max-width: 992px) {
  .product-detail .tab-content .tab-pane {
    font-size: 14px;
    line-height: 22px;
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .product-detail .nav-tabs .nav-item {
    width: 50%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .product-detail .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
}
.promo-products .title, .products-alter .title, .products-featured .title {
  background: var(--colDark);
  position: relative;
  height: 50px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .promo-products .title, .products-alter .title, .products-featured .title {
    height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .promo-products .title, .products-alter .title, .products-featured .title {
    height: 30px;
  }
}
.promo-products .title h3, .products-alter .title h3, .products-featured .title h3 {
  font-size: 24px;
  line-height: 50px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 15px;
}
@media (max-width: 992px) {
  .promo-products .title h3, .products-alter .title h3, .products-featured .title h3 {
    font-size: 18px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .promo-products .title h3, .products-alter .title h3, .products-featured .title h3 {
    font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 576px) {
  .promo-products .title h3, .products-alter .title h3, .products-featured .title h3 {
    line-height: 26px;
  }
}
.promo-products .title::after, .products-alter .title::after, .products-featured .title::after {
  content: none;
}
.promo-products .title-left, .products-alter .title-left, .products-featured .title-left {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.promo-products .title-left .col-title, .products-alter .title-left .col-title, .products-featured .title-left .col-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
     -moz-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.promo-products .title-left .col-title .section-title, .products-alter .title-left .col-title .section-title, .products-featured .title-left .col-title .section-title {
  text-align: center;
  height: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background: var(--colDark);
  margin-right: 10px;
}
.promo-products .title-left .col-title .section-title .title, .products-alter .title-left .col-title .section-title .title, .products-featured .title-left .col-title .section-title .title {
  position: relative;
  padding-left: 0;
  background: none;
  height: auto;
}
@media (max-width: 992px) {
  .promo-products .title-left .col-title .section-title .title, .products-alter .title-left .col-title .section-title .title, .products-featured .title-left .col-title .section-title .title {
    height: 50px;
    margin-bottom: 0;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .promo-products .title-left .col-title .section-title .title, .products-alter .title-left .col-title .section-title .title, .products-featured .title-left .col-title .section-title .title {
    height: 30px;
  }
}
.promo-products .title-left .col-title .section-title .title h3, .products-alter .title-left .col-title .section-title .title h3, .products-featured .title-left .col-title .section-title .title h3 {
  font-size: 32px;
  line-height: 50px;
  color: var(--colLight);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 2;
  padding-left: 0;
}
@media (max-width: 992px) {
  .promo-products .title-left .col-title .section-title .title h3, .products-alter .title-left .col-title .section-title .title h3, .products-featured .title-left .col-title .section-title .title h3 {
    font-size: 18px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
  .promo-products .title-left .col-title .section-title .title h3, .products-alter .title-left .col-title .section-title .title h3, .products-featured .title-left .col-title .section-title .title h3 {
    font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  }
}
@media (max-width: 576px) {
  .promo-products .title-left .col-title .section-title .title h3, .products-alter .title-left .col-title .section-title .title h3, .products-featured .title-left .col-title .section-title .title h3 {
    line-height: 26px;
  }
}
.promo-products .title-left .col-title .section-title .title::after, .products-alter .title-left .col-title .section-title .title::after, .products-featured .title-left .col-title .section-title .title::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 3px solid var(--colAccentTwo);
}
@media (max-width: 992px) {
  .promo-products .title-left .col-title .section-title .title::after, .products-alter .title-left .col-title .section-title .title::after, .products-featured .title-left .col-title .section-title .title::after {
    content: none;
  }
}
@media (max-width: 992px) {
  .promo-products .title-left .col-title .section-title, .products-alter .title-left .col-title .section-title, .products-featured .title-left .col-title .section-title {
    height: 50px;
    position: relative;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .promo-products .title-left .col-title .section-title, .products-alter .title-left .col-title .section-title, .products-featured .title-left .col-title .section-title {
    height: 30px;
  }
}
@media (max-width: 1200px) {
  .promo-products .title-left .col-title, .products-alter .title-left .col-title, .products-featured .title-left .col-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
       -moz-box-flex: 0;
            flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (max-width: 992px) {
  .promo-products .title-left .col-title, .products-alter .title-left .col-title, .products-featured .title-left .col-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0%;
       -moz-box-flex: 0;
            flex: 0 0 0%;
    max-width: 100%;
    height: 50px;
    position: relative;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 576px) {
  .promo-products .title-left .col-title, .products-alter .title-left .col-title, .products-featured .title-left .col-title {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .promo-products .title-left, .products-alter .title-left, .products-featured .title-left {
    display: block;
    margin-top: 44px;
  }
}

.promo-products, .products-alter, .products-featured {
  padding: 0 0 15px 0;
  margin-top: 60px;
}
.promo-products .col-products, .products-alter .col-products, .products-featured .col-products {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
     -moz-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1200px) {
  .promo-products .col-products, .products-alter .col-products, .products-featured .col-products {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
       -moz-box-flex: 0;
            flex: 0 0 66%;
    max-width: 66%;
  }
}
@media (max-width: 992px) {
  .promo-products .col-products, .products-alter .col-products, .products-featured .col-products {
    max-width: 100%;
  }
}
.promo-products .owl-item .product, .products-alter .owl-item .product, .products-featured .owl-item .product {
  max-width: 350px;
}
.promo-products .product .product-image img, .products-alter .product .product-image img, .products-featured .product .product-image img {
  display: block;
  width: 100% !important;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo-products .product .badge-left, .products-alter .product .badge-left, .products-featured .product .badge-left {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
.promo-products .product .badge-right, .products-alter .product .badge-right, .products-featured .product .badge-right {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}
.promo-products .product .promo-sale, .products-alter .product .promo-sale, .products-featured .product .promo-sale {
  display: block;
  margin-bottom: 5px;
}
.promo-products .product .promo-sale::after, .products-alter .product .promo-sale::after, .products-featured .product .promo-sale::after {
  content: "Promo";
  display: block;
  background: var(--colAccentOne);
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--colLight);
  padding: 0 5px;
}
@media (max-width: 992px) {
  .promo-products .product .promo-sale::after, .products-alter .product .promo-sale::after, .products-featured .product .promo-sale::after {
    font-size: 12px;
    line-height: 32px;
  }
}
.promo-products .product .product-info, .products-alter .product .product-info, .products-featured .product .product-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  height: auto;
  padding: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
  height: auto !important;
  justify-content: space-between;
  min-height: 115px;
}
.promo-products .product .product-info .product-links, .products-alter .product .product-info .product-links, .products-featured .product .product-info .product-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.promo-products .product .product-info .product-links .select-quantity, .products-alter .product .product-info .product-links .select-quantity, .products-featured .product .product-info .product-links .select-quantity {
  padding-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  display: contents;
}
.promo-products .product .product-info .product-links .sel, .products-alter .product .product-info .product-links .sel, .products-featured .product .product-info .product-links .sel,
.promo-products .product .product-info .product-links .number-input,
.products-alter .product .product-info .product-links .number-input,
.products-featured .product .product-info .product-links .number-input {
  float: left;
}
.promo-products .product .product-info .product-links .sel, .products-alter .product .product-info .product-links .sel, .products-featured .product .product-info .product-links .sel {
  display: inline-block;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.promo-products .product .product-info .product-links .sel .comboUM-cat, .products-alter .product .product-info .product-links .sel .comboUM-cat, .products-featured .product .product-info .product-links .sel .comboUM-cat {
  border: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: var(--colBgForm);
}
.promo-products .product .product-info .product-links .number-input, .products-alter .product .product-info .product-links .number-input, .products-featured .product .product-info .product-links .number-input {
  border: 0;
}
.promo-products .product .product-info .product-links .number-input input, .products-alter .product .product-info .product-links .number-input input, .products-featured .product .product-info .product-links .number-input input {
  width: 50px;
  height: 40px;
  padding: 0;
  text-align: center !important;
  border: 1px solid var(--colgreyOne);
}
.promo-products .product .product-info .product-links .add-to-basket, .products-alter .product .product-info .product-links .add-to-basket, .products-featured .product .product-info .product-links .add-to-basket {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
}
.promo-products .product .product-info .product-links .add-to-basket a, .products-alter .product .product-info .product-links .add-to-basket a, .products-featured .product .product-info .product-links .add-to-basket a {
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
}
.promo-products .product .product-info .product-links .add-to-basket a::after, .products-alter .product .product-info .product-links .add-to-basket a::after, .products-featured .product .product-info .product-links .add-to-basket a::after {
  content: "\ea1d";
  display: block;
  font-family: "icons8_win10";
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.promo-products .product .name, .products-alter .product .name, .products-featured .product .name {
  text-align: center;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: var(--colDark);
}
.promo-products .product .name h3, .products-alter .product .name h3, .products-featured .product .name h3 {
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  line-height: 24px;
  color: var(--colDark);
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}
@media (max-width: 992px) {
  .promo-products .product .name h3, .products-alter .product .name h3, .products-featured .product .name h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.promo-products .product .name:hover, .products-alter .product .name:hover, .products-featured .product .name:hover {
  color: var(--colAccentTwo);
}
.promo-products .product .prices, .products-alter .product .prices, .products-featured .product .prices {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
          justify-content: space-evenly;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .promo-products .product .prices, .products-alter .product .prices, .products-featured .product .prices {
    font-size: 16px;
    line-height: 20px;
  }
}
.promo-products .product .prices .price-compare, .products-alter .product .prices .price-compare, .products-featured .product .prices .price-compare,
.promo-products .product .prices .price,
.products-alter .product .prices .price,
.products-featured .product .prices .price {
  padding: 0 5px;
  text-align: center;
}
.promo-products .product .availability .name, .products-alter .product .availability .name, .products-featured .product .availability .name, .promo-products .product .availability .value, .products-alter .product .availability .value, .products-featured .product .availability .value {
  font-size: inherit;
}
.promo-products .product .availability .name:hover, .products-alter .product .availability .name:hover, .products-featured .product .availability .name:hover {
  color: inherit !important;
}

.promo-products .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  white-space: nowrap;
}
.promo-products .title a {
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
  padding: 0;
  font-size: 24px;
  line-height: 36px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px 15px;
  height: 50px;
}
@media (max-width: 992px) {
  .promo-products .title a {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 992px) {
  .promo-products .title a {
    font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
    line-height: 38px;
  }
}
@media (max-width: 576px) {
  .promo-products .title a {
    line-height: 20px;
  }
}
.promo-products .title a:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.promo-products .subtitle {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  padding: 0;
}
@media (max-width: 992px) {
  .promo-products .subtitle {
    font-size: 14px;
    line-height: 28px;
  }
}
.promo-products .effect {
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  margin-left: 15px;
}
@media (max-width: 992px) {
  .promo-products .effect {
    font-size: 14px;
    line-height: 28px;
  }
}
.promo-products .title,
.promo-products .subtitle,
.promo-products .effect {
  text-shadow: var(--colDark) 0 0 5px;
  width: 100%;
}
@media (max-width: 992px) {
  .promo-products .subtitle,
  .promo-products .btn {
    display: none;
  }
}
.promo-products .text-wrapper .effect {
  margin-left: 0;
  margin-bottom: 0.5rem;
}
.promo-products .col-title {
  position: relative;
}
.promo-products .col-title .section-title {
  position: relative;
  background: none;
  top: 0;
  left: 0;
}
.promo-products .col-title .section-title.img {
  max-width: 100%;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (max-width: 992px) {
  .promo-products .col-title .section-title.img {
    background-image: none !important;
    background: var(--colDark);
    width: 100%;
  }
}
.promo-products .col-title .section-title ::after {
  display: none;
}
@media (max-width: 992px) {
  .promo-products .col-title .effect {
    display: none;
  }
}

/*---- GADGET: Articoli ----*/
.product {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background: var(--colLight);
  border: 1px solid var(--colgreyBorder);
  position: relative;
}
.product .product-image {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
  margin: 10px auto 0;
  max-width: 100%;
  height: 220px;
}
.product .product-image a {
  display: block;
}
.product .product-image img {
  max-height: 100px;
  min-height: 200px;
  width: auto !important;
}
@media (max-width: 576px) {
  .product .product-image {
    margin-top: 22px;
  }
}
.product .product-info {
  padding: 15px;
  width: 100%;
  height: 125px;
  background: var(--colgreyOne);
}
.product .product-info .product-name h3 {
  color: var(--colProdTitle);
  font-size: 18px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  font-weight: 400;
}
@media (max-width: 992px) {
  .product .product-info .product-name h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.product .product-info .product-name:hover h3 {
  color: var(--colAccentTwo);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.product .product-info .product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 27px;
  min-height: 27px;
}
@media (max-width: 992px) {
  .product .product-info .product-prices {
    font-size: 16px;
    line-height: 18px;
  }
}
.product .product-info .product-prices .end-price {
  color: var(--colEndPrice);
  font-weight: 600;
  padding: 0 10px;
}
.product .product-info .product-prices .price-weight {
  color: var(--colEndPrice);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .product .product-info .product-prices .price-weight {
    font-size: 14px;
    line-height: 18px;
  }
}
.product .product-info .product-prices .prev-price {
  color: var(--colPrevPrice);
  font-weight: 400;
  padding: 0;
  position: relative;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .product .product-info .product-prices .prev-price {
    font-size: 14px;
    line-height: 18px;
  }
}
.product .product-info .product-prices .prev-price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  width: 45px;
  height: 1px;
  border-bottom: 1px solid var(--colPrevPrice);
  -webkit-transform: rotate(-15deg);
     -moz-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.product .product-info .product-availabilities {
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin: 5px 0;
  min-height: 20px;
}
@media (max-width: 992px) {
  .product .product-info .product-availabilities {
    font-size: 10px;
    line-height: 16px;
  }
}
.product .product-info .product-availabilities img {
  width: 15px;
  padding-bottom: 2px;
}
.product .product-info .product-availabilities .availability .val {
  margin-left: 2px;
}
.product .product-info .product-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  min-height: 40px;
}
@media (max-width: 992px) {
  .product .product-info .product-links {
    font-size: 12px;
    line-height: 18px;
  }
}
.product .product-info .product-links .button {
  position: relative;
  line-height: 1.2;
  padding: 10px 24px 10px 6px;
}
.product .product-info .product-links .add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.product .product-info .product-links .add-to-cart .form-control {
  border: 1px solid var(--colgreyTwo);
  width: 50px;
  padding: 7px 8px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 992px) {
  .product .product-info .product-links .add-to-cart .form-control {
    font-size: 12px;
    line-height: 18px;
  }
}
.product .product-info .product-links .add-to-cart .button {
  cursor: pointer;
  padding: 7px 25px;
}
.product .product-info .product-links .btn-cat,
.product .product-info .product-links .goto-sheet {
  cursor: pointer;
  float: right;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  padding: 8px 95px 0px 15px;
}
.product .product-info .product-links .btn-cat::after,
.product .product-info .product-links .goto-sheet::after {
  content: "\ea1d";
  display: block;
  font-family: "icons8_win10";
  font-size: 32px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.product .product-info .product-notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  padding: 5px 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.product .product-info .product-notes textarea {
  resize: none;
  font-size: 16px;
  line-height: 24px;
  margin-right: 5px;
  height: 35px;
  border: 1px solid var(--colgreyOne);
  padding: 3px;
  width: 100%;
}
@media (max-width: 992px) {
  .product .product-info .product-notes textarea {
    font-size: 12px;
    line-height: 18px;
  }
}
.product .product-info .product-notes .note {
  cursor: pointer;
  color: var(--colbgDark);
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.product .product-info .product-notes .note:focus {
  color: var(--colAccentTwo);
}
.product .product-info .product-notes .note::after {
  display: block;
  font-family: "icons8_win10";
  font-size: 30px;
  text-align: center;
  content: "\ecb3";
}
.product .product-conv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 3px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  min-height: 24px;
}
@media (max-width: 992px) {
  .product .product-conv {
    font-size: 12px;
    line-height: 18px;
  }
}
.product .product-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  height: 27px;
  margin: 3px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
@media (max-width: 992px) {
  .product .product-offer {
    font-size: 12px;
    line-height: 32px;
  }
}
.product .product-offer .perc-discount {
  color: var(--colAccentTwo);
  font-weight: 600;
}
@media (max-width: 576px) {
  .product .product-offer .perc-discount {
    font-weight: 400;
  }
}
@media (max-width: 576px) {
  .product .product-offer .price-timer {
    font-size: 10px;
  }
}
.product:hover {
  -webkit-box-shadow: 0.2px 0.2px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0.2px 0.2px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.product .favourite {
  color: var(--colProdTitle);
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.product .favourite::after {
  content: "\f5d1";
  display: block;
  font-family: "icons8_win10";
  font-size: 30px;
  text-align: center;
}
.product .favourite.selected {
  color: var(--colAccentThree);
}
.product .compare {
  color: var(--colProdTitle);
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 32px;
  float: left;
}
.product .compare::after {
  content: "\ea24";
  display: block;
  font-family: "icons8_win10";
  font-size: 30px;
  text-align: center;
}
.product .compare.selected {
  color: var(--colAccentTwo);
}
.product.hidden-space {
  height: 0;
  visibility: hidden;
}
.product .discount {
  width: 100%;
}
.product .discount span {
  display: block;
  background: var(--colAccentOne);
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  color: var(--colLight);
  padding: 0 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  text-align: center;
}
@media (max-width: 992px) {
  .product .discount span {
    font-size: 12px;
    line-height: 32px;
  }
}

.items-grid-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  padding-bottom: 60px;
}
.items-grid-layout .product {
  width: 350px;
  max-width: 48%;
  margin: 0 0 20px 0;
}
.items-grid-layout .product .product-discount {
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  line-height: 50px;
  z-index: 10;
}
.items-grid-layout .product .product-image {
  max-width: 100%;
  height: 220px;
}
@media (max-width: 576px) {
  .items-grid-layout .product .product-image {
    height: 120px;
  }
}
@media (max-width: 576px) {
  .items-grid-layout .product .product-image img {
    min-height: 100px;
  }
}
.items-grid-layout .product .product-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  position: relative;
  margin: 0 0 0;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  height: auto !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  min-height: 180px;
}
.items-grid-layout .product .product-info .product-name h3 {
  text-align: center;
}
.items-grid-layout .product .product-info .product-name .description {
  display: none;
}
.items-grid-layout .product .product-info .product-name .booking {
  text-align: center;
  padding-bottom: 1%;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .items-grid-layout .product .product-info .product-name .booking {
    font-size: 12px;
    line-height: 18px;
  }
}
.items-grid-layout .product .product-info .product-links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
}
@media (max-width: 768px) {
  .items-grid-layout .product .product-info .product-links .btn-cat,
  .items-grid-layout .product .product-info .product-links .goto-sheet {
    font-size: 0;
    padding: 8px 20px 0px 14px;
    width: 38px;
    height: 35px;
  }
  .items-grid-layout .product .product-info .product-links .btn-cat::after,
  .items-grid-layout .product .product-info .product-links .goto-sheet::after {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .items-grid-layout .product .product-info .product-links .btn-cat,
  .items-grid-layout .product .product-info .product-links .goto-sheet {
    font-size: 0;
    padding: 8px 20px 0px 14px;
    width: 38px;
    height: 35px;
  }
  .items-grid-layout .product .product-info .product-links .btn-cat::after,
  .items-grid-layout .product .product-info .product-links .goto-sheet::after {
    font-size: 26px;
  }
}
.items-grid-layout .product .product-info .product-links .btn-add-favourite {
  position: absolute;
  top: -120px;
  right: 10px;
  max-width: 20px;
  max-height: 20px;
}
.items-grid-layout .product .product-info .product-links .select-quantity {
  padding-right: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  display: contents;
}
.items-grid-layout .product .product-info .product-links .number-input {
  float: left;
}
.items-grid-layout .product .product-info .product-links .sel {
  display: inline-block;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.items-grid-layout .product .product-info .product-links .sel .comboUM-cat {
  border: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  background-color: var(--colBgForm);
}
@media (max-width: 992px) {
  .items-grid-layout .product .product-info .product-links .sel .comboUM-cat {
    font-size: 11px;
    line-height: 14px;
  }
}
@media (max-width: 576px) {
  .items-grid-layout .product .product-info .product-links .sel .comboUM-cat {
    padding: 5px;
    height: 37px;
  }
}
.items-grid-layout .product .product-info .product-links .number-input {
  border: 0;
}
.items-grid-layout .product .product-info .product-links .number-input input {
  width: 50px;
  height: 40px;
  padding: 0;
  text-align: center !important;
  border-width: 0 1px;
}
@media (max-width: 576px) {
  .items-grid-layout .product .product-info .product-links .number-input input {
    width: 35px;
    height: 37px;
  }
}
.items-grid-layout .product .product-info .product-offer-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 5px 0;
}
@media (max-width: 576px) {
  .items-grid-layout .product .product-info {
    padding: 10px;
    min-height: 170px;
  }
}
.items-grid-layout .product.hidden {
  height: 1px;
  margin: 0;
  border: 0;
  visibility: hidden;
}
.items-grid-layout .product .product-badge-right {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}
.items-grid-layout .product .promo-sale {
  display: block;
  margin-bottom: 5px;
}
.items-grid-layout .product .promo-sale::after {
  content: "Promo";
  display: block;
  background: var(--colAccentOne);
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--colLight);
  padding: 0 5px;
}
@media (max-width: 992px) {
  .items-grid-layout .product .promo-sale::after {
    font-size: 12px;
    line-height: 32px;
  }
}
.items-grid-layout .product .product-badge-left {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}
@media (max-width: 576px) {
  .items-grid-layout .product {
    height: auto;
  }
}

.items-list-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  padding-bottom: 40px;
}
.items-list-layout .product {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .items-list-layout .product {
    width: 690px;
  }
}
@media (max-width: 576px) {
  .items-list-layout .product {
    width: 100%;
  }
}
.items-list-layout .product .product-discount {
  width: 50px;
  height: 50px;
  top: 15px;
  right: 15px;
  line-height: 50px;
  z-index: 10;
}
.items-list-layout .product .product-image {
  max-width: 100%;
  height: 260px;
  width: 260px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .items-list-layout .product .product-image {
    width: 25%;
    height: 160px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
@media (max-width: 576px) {
  .items-list-layout .product .product-image img {
    min-height: auto;
  }
}
.items-list-layout .product .product-info {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin: 0;
  height: auto;
}
@media (max-width: 576px) {
  .items-list-layout .product .product-info {
    padding: 10px;
  }
}
.items-list-layout .product .product-info .product-name {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: auto;
}
@media (max-width: 576px) {
  .items-list-layout .product .product-info .product-name {
    height: 35px;
    width: 90%;
  }
}
.items-list-layout .product .product-info .product-name h3 {
  margin-bottom: 15px;
  overflow: visible;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .items-list-layout .product .product-info .product-name h3 {
    font-size: 14px;
    line-height: 22px;
  }
}
.items-list-layout .product .product-info .product-name .description {
  font-size: 15px;
  line-height: 20px;
  color: var(--colEndPrice);
  height: auto;
  overflow: hidden;
  display: block;
}
@media (max-width: 992px) {
  .items-list-layout .product .product-info .product-name .description {
    font-size: 14px;
    line-height: 22px;
  }
}
.items-list-layout .product .product-info .product-prices .end-price {
  padding: 0 15px;
}
.items-list-layout .product .product-info .product-prices .price-weight {
  padding: 0 15px;
}
.items-list-layout .product .product-info .product-prices .prev-price {
  padding: 0 10px;
}
.items-list-layout .product .product-info .product-prices .prev-price::after {
  margin-top: 0px;
  margin-left: -35px;
  width: 70px;
  border-bottom: 1px solid var(--colPrevPrice);
  -webkit-transform: rotate(-15deg);
     -moz-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.items-list-layout .product .product-info .product-availabilities {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
  gap: 20px;
}
.items-list-layout .product .product-info .product-availabilities img {
  margin-right: 15px;
}
.items-list-layout .product .product-info .product-availabilities .availability .val {
  margin-left: 2px;
}
.items-list-layout .product .product-info .product-links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
}
.items-list-layout .product .product-info .product-links .btn-cat,
.items-list-layout .product .product-info .product-links .goto-sheet {
  padding: 8px 100px 0px 20px;
}
.items-list-layout .product .product-info .product-links .btn-cat::after,
.items-list-layout .product .product-info .product-links .goto-sheet::after {
  top: 50%;
  right: -2px;
  margin-top: -21px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .items-list-layout .product .product-info .product-links .btn-cat,
  .items-list-layout .product .product-info .product-links .goto-sheet {
    font-size: 0;
    padding: 8px 20px 0px 14px;
    width: 38px;
    height: 35px;
  }
  .items-list-layout .product .product-info .product-links .btn-cat::after,
  .items-list-layout .product .product-info .product-links .goto-sheet::after {
    font-size: 26px;
  }
}
.items-list-layout .product .product-info .product-links .btn-add-favourite {
  max-width: 20px;
  margin-bottom: 10px;
}
.items-list-layout .product .product-info .product-links .select-quantity {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
          flex: 0 1 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  width: 35%;
}
.items-list-layout .product .product-info .product-links .select-quantity .sel {
  display: inline-block;
  width: 100%;
}
.items-list-layout .product .product-info .product-links .select-quantity .sel .comboUM-cat {
  border: 0;
  margin-bottom: 0px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: var(--colBgForm);
}
.items-list-layout .product .product-info .product-links .number-input {
  border: 0;
  float: left;
}
.items-list-layout .product .product-info .product-links .number-input input {
  width: 50px;
  height: 40px;
  padding: 0;
  text-align: center !important;
  border: 1px solid var(--colgreyOne);
}
.items-list-layout .product .product-info .product-offer-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-top: 20px;
}
.items-list-layout .product .product-info .product-offer-prices .product-offer {
  -webkit-box-flex: 0.2;
  -webkit-flex-grow: 0.2;
     -moz-box-flex: 0.2;
          flex-grow: 0.2;
}
.items-list-layout .product.hidden {
  margin: 0;
  border: 0;
}
.items-list-layout .product .product-badge-right {
  position: absolute;
  right: 2px;
  top: 2px;
}
.items-list-layout .product .promo-sale {
  display: block;
  margin-bottom: 5px;
}
.items-list-layout .product .promo-sale::after {
  content: "Promo";
  display: block;
  background: var(--colAccentOne);
  font-size: 12px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--colLight);
  padding: 0 5px;
}
@media (max-width: 992px) {
  .items-list-layout .product .promo-sale::after {
    font-size: 12px;
    line-height: 32px;
  }
}
.items-list-layout .product .product-badge-left {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
}

@media (max-width: 576px) {
  .items-list-layout .product .product-info .product-name .description {
    display: none;
  }
  .items-list-layout .product .product-info .product-links .select-quantity {
    width: auto;
  }
  .items-list-layout .product .product-info .product-links .select-quantity .sel .comboUM-cat {
    height: 37px;
    width: auto;
  }
  .items-list-layout .product .product-info .product-links .number-input input {
    width: 35px;
    height: 37px;
  }
  .items-list-layout .product .product-info .product-links .btn-cat,
  .items-list-layout .product .product-info .product-links .goto-sheet {
    font-size: 0;
    padding: 8px 20px 0px 14px;
    width: 38px;
    height: 35px;
  }
  .items-list-layout .product .product-info .product-links .btn-cat::after,
  .items-list-layout .product .product-info .product-links .goto-sheet::after {
    font-size: 26px;
  }
  .items-list-layout .product .product-info .product-notes textarea {
    width: 100%;
  }
}
.products-featured .title {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .products-featured .title {
    margin-top: 0;
  }
}
.products-featured .products.grid {
  margin-left: -10px;
  margin-right: -10px;
}
.products-featured .grid-item {
  max-width: 350px;
}

@media (max-width: 576px) {
  .products-featured .title {
    margin-top: 5px;
  }
  .products-featured .product .info {
    min-height: 123px;
  }
}
/************* ARTICOLI ALTERNATII E CORRELATI ***********/
.filters-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--colAccentTwo);
  margin-bottom: 20px;
  min-height: 68px;
}
.filters-wrapper .pageview-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  color: var(--colEndPrice);
}
.filters-wrapper .pageview-wrapper .pageview {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
}
.filters-wrapper .pageview-wrapper .pageview span {
  width: 36px;
  height: 36px;
  -webkit-background-size: 22px 22px;
          background-size: 22px;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 22px;
}
.filters-wrapper .pageview-wrapper .pageview span.active, .filters-wrapper .pageview-wrapper .pageview span.hover {
  background-color: var(--colgreyTwo);
}
.filters-wrapper .pageview-wrapper .pageview span.grid-view {
  background-image: url(../img/grid-view-icon.png);
}
.filters-wrapper .pageview-wrapper .pageview span.list-view {
  background-image: url(../img/list-view-icon.png);
}
.filters-wrapper .pageview-wrapper .number-results {
  margin-left: 20px;
}
.filters-wrapper .sort-wrapper {
  -webkit-align-self: flex-end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.filters-wrapper .sort-wrapper .number-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 20px;
}
.filters-wrapper .sort-wrapper .sort-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 20px;
}
.filters-wrapper .sort-wrapper label {
  color: var(--colEndPrice);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .filters-wrapper {
    border-bottom: 2px solid var(--colAccentTwo);
  }
  .filters-wrapper .pageview-wrapper .pageview span {
    width: 25px;
    height: 25px;
    -webkit-background-size: 15px 15px;
            background-size: 15px;
  }
  .filters-wrapper .pageview-wrapper .number-results {
    display: none;
  }
  .filters-wrapper .sort-wrapper .number-display {
    margin-right: 10px;
  }
  .filters-wrapper .sort-wrapper .sort-results {
    margin-right: 0;
  }
}
.gadget .owl-theme .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.gadget .owl-theme .owl-nav button.owl-prev,
.gadget .owl-theme .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  position: relative;
  background: var(--colAccentOne);
  cursor: pointer;
  border: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.gadget .owl-theme .owl-nav button.owl-prev:hover,
.gadget .owl-theme .owl-nav button.owl-next:hover {
  background: var(--colAccentTwo);
}
.gadget .owl-theme .owl-nav button.owl-prev::before,
.gadget .owl-theme .owl-nav button.owl-next::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -4px;
  border: 0;
  border-bottom: 2px solid var(--colLight);
  border-right: 2px solid var(--colLight);
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0.8;
}
.gadget .owl-theme .owl-nav button.owl-prev.disabled,
.gadget .owl-theme .owl-nav button.owl-next.disabled {
  display: inline-block;
  opacity: 0.7;
}
.gadget .owl-theme .owl-nav button.owl-prev {
  margin-right: 2px;
}
.gadget .owl-theme .owl-nav button.owl-next::before {
  margin-left: -6px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 576px) {
  .gadget .owl-theme .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
            align-items: stretch;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
  .gadget .owl-theme .owl-nav button.owl-prev,
  .gadget .owl-theme .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    position: relative;
    border-left: 1px solid var(--colLight);
    cursor: pointer;
    margin: 0;
  }
}

.pagination li {
  display: inline-block;
}
.pagination li a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
}
.pagination li a.page {
  color: var(--colDark);
  line-height: 30px;
  margin-left: -1px;
  background: var(--colLight);
  border: 1px solid var(--colDark);
}
.pagination li a.page:hover {
  color: var(--colLight);
  background: var(--colAccentTwo);
  border: 1px solid var(--colAccentTwo);
}
.pagination li a.page.active, .pagination li a.page.active:hover {
  color: var(--colLight);
  background: var(--colDark);
  border: 1px solid var(--colDark);
}
.pagination li a.prev {
  width: 30px;
}
.pagination li a.prev::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--colDark);
  border-right: 1px solid var(--colDark);
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pagination li a.prev.disabled {
  cursor: default;
  opacity: 0.5;
}
.pagination li a.next {
  width: 30px;
}
.pagination li a.next::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--colDark);
  border-right: 1px solid var(--colDark);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagination li a.next.disabled {
  cursor: default;
  opacity: 0.5;
}

/*FILTRI navigazione articoli*/
.tblLayerNavigator {
  padding: 0 0 45px 0;
}
.tblLayerNavigator ul {
  padding: 0 0 20px 0;
  display: flow-root;
}
.tblLayerNavigator ul .layerTitle {
  display: block;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  padding: 3px 25px 25px 0px;
  margin: 0px 0 15px 0;
  border-bottom: 4px solid var(--colAccentTwo);
  display: block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .tblLayerNavigator ul .layerTitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .tblLayerNavigator ul .layerTitle {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 768px) {
  .tblLayerNavigator ul .layerTitle {
    border-bottom: 2px solid var(--colAccentTwo);
    padding: 0 25px 15px 0px;
    margin: 0px 0 10px 0;
  }
}
.tblLayerNavigator ul ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
}
.tblLayerNavigator ul li input {
  opacity: 0.5;
  display: none;
}
.tblLayerNavigator ul li input + label {
  margin: 4px;
  color: var(--colEndPrice);
  font-size: 16px;
  line-height: 28px;
  padding: 0px 15px;
  background: var(--colbgLight);
  border: 1px solid var(--colgreyThree);
  cursor: pointer;
  border-radius: 16px;
}
.tblLayerNavigator ul li input + label:hover {
  color: var(--colLight);
  background: var(--colgreyThree);
  border: 1px solid var(--colgreyThree);
}
.tblLayerNavigator ul li input:checked + label {
  color: var(--colLight);
  background: var(--colAccentTwo);
  border: 1px solid var(--colAccentTwo);
}
.tblLayerNavigator ul .multi {
  display: inline-block;
}
.tblLayerNavigator td {
  padding-right: 15px;
  min-width: 220px;
}

/* Frecce collassamento filtri */
span.layerTitle:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 18px;
  right: 0px;
  border: 0;
  border-bottom: 1px solid var(--colbgDark);
  border-right: 1px solid var(--colbgDark);
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

span.layerTitle.collapsed:after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gsec_fe_html_products_alter_container {
  padding-top: 30px;
}

.promos {
  margin-top: 60px;
}
.promos .promo-list .promo {
  padding: 25px;
  min-height: 360px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  background: var(--colDark);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  max-width: 350px;
}
.promos .promo-list .promo.img {
  -webkit-background-size: cover;
          background-size: cover;
}
.promos .promo-list .promo .title {
  font-weight: 400;
}
.promos .promo-list .promo .title h3 {
  font-size: 32px;
  line-height: 40px;
  color: var(--colLight);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 2;
}
@media (max-width: 992px) {
  .promos .promo-list .promo .title h3 {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 992px) {
  .promos .promo-list .promo .title h3 {
    font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
    color: var(--colLight);
    text-transform: uppercase;
    font-weight: 400;
  }
}
.promos .promo-list .promo .subtitle,
.promos .promo-list .promo .effect {
  margin-bottom: 0.5rem;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  -webkit-align-self: flex-end;
          align-self: flex-end;
}
@media (max-width: 992px) {
  .promos .promo-list .promo .subtitle,
  .promos .promo-list .promo .effect {
    font-size: 14px;
    line-height: 28px;
  }
}
.promos .promo-list .promo .title,
.promos .promo-list .promo .subtitle,
.promos .promo-list .promo .effect {
  text-shadow: var(--colDark) 0 0 5px;
  display: block;
  width: 100%;
}

.addAllToBasket {
  padding-bottom: 40px;
  height: auto;
  width: 100%;
  text-align: right;
}

.price-info-label {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
}
.price-info-label a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 5px;
  color: #666;
}
.price-info-label a:hover {
  color: #000;
}
.price-info-label a::before {
  content: "\ef46";
  height: 16px;
  line-height: 16px;
  font-family: icons8_win10;
  font-size: 16px;
}

.lblPriceInfo div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  gap: 5px;
  color: #666;
  cursor: pointer;
}
.lblPriceInfo div:hover {
  color: #000;
}
.lblPriceInfo div::before {
  content: "\ef46";
  height: 16px;
  line-height: 16px;
  font-family: icons8_win10;
  font-size: 16px;
}

.price-compare-info {
  display: inline-block;
  font-size: inherit;
  text-decoration: none !important;
}
.price-compare-info a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-decoration: none !important;
  color: #666;
}
.price-compare-info a:hover {
  color: #000;
}
.price-compare-info a::before {
  content: "\ef46";
  height: 16px;
  line-height: 16px;
  font-family: icons8_win10;
  font-size: 16px;
}
.price-compare-info a span {
  display: none;
}

.basket-entry {
  overflow: hidden !important;
}

.basket-checkout {
  display: none;
}

.basket-section .btn.btn-secondary {
  margin-bottom: 10px;
}
.basket-section h3 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .basket-section h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .items-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.basket-section .items-list .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background: var(--colgreyOne);
  padding: 25px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.basket-section .items-list .product-item .product-image {
  width: 100px;
  height: 150px;
  background: var(--colbgLight);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  text-align: center;
}
.basket-section .items-list .product-item .product-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.basket-section .items-list .product-item .product-image a img {
  max-height: 100%;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-image {
    width: 150px;
  }
}
.basket-section .items-list .product-item .product-features {
  position: relative;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
.basket-section .items-list .product-item .product-features .product-info {
  width: auto;
  padding: 0px 30px 5px 0px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-info {
    width: 30%;
  }
}
.basket-section .items-list .product-item .product-features .product-info a.product-name {
  font-size: 24px;
  line-height: 36px;
  line-height: 36px;
  color: var(--colDark);
}
@media (max-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-info a.product-name {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .items-list .product-item .product-features .product-info a.product-name:hover {
  color: var(--colAccentTwo);
}
.basket-section .items-list .product-item .product-features .product-info .product-promo .icon-promo {
  cursor: pointer;
  text-decoration: underline;
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 0px 10px 0px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-info .product-promo .icon-promo {
    font-size: 20px;
    padding: 15px 0px 0px 0px;
  }
}
.basket-section .items-list .product-item .product-features .product-info .product-promo .icon-promo:hover {
  color: var(--colAccentTwo);
}
.basket-section .items-list .product-item .product-features .product-info .booking {
  padding-bottom: 2%;
  padding-top: 2%;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-info .booking {
    font-size: 12px;
    line-height: 20px;
  }
}
.basket-section .items-list .product-item .product-features .product-quantity {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-quantity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    width: 25%;
  }
}
.basket-section .items-list .product-item .product-features .product-quantity .column-title {
  margin-right: 10px;
}
.basket-section .items-list .product-item .product-features .product-quantity .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0;
}
.basket-section .items-list .product-item .product-features .product-quantity .form-group .form-control {
  width: 50px;
  height: 30px;
  text-align: right;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-quantity .form-group .form-control {
    width: 100px;
    height: 60px;
  }
}
.basket-section .items-list .product-item .product-features .product-quantity .form-group .icon-update {
  cursor: pointer;
  margin-left: 10px;
}
.basket-section .items-list .product-item .product-features .product-quantity .form-group .icon-update::after {
  content: "\f2ce";
  font-family: "icons8_win10";
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-quantity .form-group .icon-update::after {
    font-size: 35px;
  }
}
.basket-section .items-list .product-item .product-features .product-format {
  width: auto;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-format {
    width: 15%;
  }
}
.basket-section .items-list .product-item .product-features .product-prices {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-prices {
    width: 30%;
  }
}
.basket-section .items-list .product-item .product-features .product-prices .product-price {
  width: 65%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price .column-title {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price .column-title {
    font-size: 10px;
    line-height: 15px;
  }
}
.basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price .column-value {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price .column-value {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price .prev-price {
  margin-right: 20px;
}
.basket-section .items-list .product-item .product-features .product-prices .product-price .detail-price .prev-price .column-value {
  color: var(--colAccentOne);
}
.basket-section .items-list .product-item .product-features .product-prices .total {
  width: 35%;
}
.basket-section .items-list .product-item .product-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  .basket-section .items-list .product-item .product-action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    margin-left: 0px;
  }
}
.basket-section .items-list .product-item .product-action .product-remove {
  margin: 0px 2px;
}
.basket-section .items-list .product-item .product-action .product-remove .column-title {
  display: block;
}
@media (max-width: 1200px) {
  .basket-section .items-list .product-item .product-action .product-remove .column-title {
    display: none;
  }
}
.basket-section .items-list .product-item .product-action .product-remove .icon-trash::after {
  content: "\eb3e";
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0px;
  font-family: "icons8_win10";
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-action .product-remove .icon-trash::after {
    font-size: 39px;
  }
}
.basket-section .items-list .product-item .product-action .product-modify {
  margin: 0px 2px;
}
.basket-section .items-list .product-item .product-action .product-modify .column-title {
  display: block;
}
@media (max-width: 1200px) {
  .basket-section .items-list .product-item .product-action .product-modify .column-title {
    display: none;
  }
}
.basket-section .items-list .product-item .product-action .product-modify .icon-modify {
  cursor: pointer;
}
.basket-section .items-list .product-item .product-action .product-modify .icon-modify::after {
  content: "\f0bc";
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0px;
  font-family: "icons8_win10";
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .basket-section .items-list .product-item .product-action .product-modify .icon-modify::after {
    font-size: 39px;
  }
}
.basket-section .items-list .column-title {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--colEndPrice);
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--colgreyThree);
}
@media (max-width: 992px) {
  .basket-section .items-list .column-title {
    font-size: 10px;
    line-height: 15px;
  }
}
.basket-section .items-list .column-value {
  font-size: 24px;
  line-height: 36px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .basket-section .items-list .column-value {
    font-size: 14px;
    line-height: 1;
  }
}
.basket-section .basket-totals {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  border-top: 1px solid var(--colgreyThree);
  margin-top: 20px;
}
@media (min-width: 992px) {
  .basket-section .basket-totals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    padding: 30px 0;
  }
}
.basket-section .basket-totals h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin: 25px 0 20px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .basket-totals .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.basket-section .basket-totals .form-group label {
  width: auto;
  margin: 0px 5px;
  font-size: 22px;
  line-height: 33px;
  line-height: 1;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .form-group label {
    font-size: 13px;
    line-height: 19px;
  }
}
.basket-section .basket-totals .form-group .form-control {
  width: 185px;
  height: 56px;
  border: 0;
  background: var(--colBgForm);
}
.basket-section .basket-totals .col-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-bottom: 10px;
}
.basket-section .basket-totals .col-data .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-data {
    margin-bottom: 0px;
  }
}
.basket-section .basket-totals .col-totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.basket-section .basket-totals .col-totals a {
  color: var(--colDark);
}
.basket-section .basket-totals .col-totals a:hover {
  color: var(--colAccentTwo);
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
.basket-section .basket-totals .col-totals label {
  display: block;
}
.basket-section .basket-totals .col-totals .big-price {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 10px;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .col-totals .big-price {
    font-size: 18px;
    line-height: 22px;
  }
}
.basket-section .basket-totals .col-totals .col-prices {
  display: inline-block;
  background: var(--colgreyOne);
}
.basket-section .basket-totals .col-totals .col-prices a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices {
    background: none;
  }
}
.basket-section .basket-totals .col-totals .col-prices .title-prices {
  display: none;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .title-prices {
    display: inline-block;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 20px 0 20px 0;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list {
    padding: 0 0 20px 0;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li {
    font-size: 12px;
    line-height: 18px;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row {
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--colgreyBorder);
  font-size: 16px;
  line-height: 24px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row {
    display: none;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row .label-price {
  width: 52%;
  text-align: right;
  padding: 0 30px 0 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row .label-price {
    width: auto;
    text-align: left;
    display: inline;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row .price {
  font-weight: 700;
  width: 35%;
  text-align: left;
  display: inline-block;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li.first-row .price {
    width: auto;
    display: inline;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list li .label-price {
  width: 52%;
  text-align: right;
  padding: 0 10px 0 0;
  display: inline-block;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li .label-price {
    width: auto;
    text-align: left;
    display: inline;
  }
}
.basket-section .basket-totals .col-totals .col-prices .prices-list li .price {
  width: 35%;
  text-align: left;
  display: inline-block;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-prices .prices-list li .price {
    width: auto;
    display: inline;
  }
}
.basket-section .basket-totals .col-totals .col-buttons {
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
.basket-section .basket-totals .col-totals .col-buttons .big-label-price {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 0 30px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .col-totals .col-buttons .big-label-price {
    font-size: 18px;
    line-height: 22px;
  }
}
.basket-section .basket-totals .col-totals .col-buttons .big-label-price .title {
  padding-right: 30px;
}
.basket-section .basket-totals .col-totals .col-buttons .basket-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-buttons .basket-total {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
.basket-section .basket-totals .col-totals .col-buttons .basket-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-buttons .basket-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
    margin-top: 40px;
  }
}
.basket-section .basket-totals .col-totals .col-buttons .basket-links .btn {
  font-size: 20px;
  line-height: 30px;
  padding: 15px;
  margin: 0 0 10px 0px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .col-totals .col-buttons .basket-links .btn {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 992px) {
  .basket-section .basket-totals .col-totals .col-buttons .basket-links .btn {
    margin: 0 0 0 20px;
  }
}
.basket-section .basket-totals .prices-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.basket-section .basket-totals .prices-summary label {
  display: block;
}
.basket-section .basket-totals .prices-summary .label-price {
  font-size: 16px;
  line-height: 1;
}
.basket-section .basket-totals .prices-summary .big-label-price {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  font-weight: 300;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .prices-summary .big-label-price {
    font-size: 18px;
    line-height: 22px;
  }
}
.basket-section .basket-totals .prices-summary .big-price {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .prices-summary .big-price {
    font-size: 18px;
    line-height: 22px;
  }
}
.basket-section .basket-totals .prices-summary .col-buttons {
  padding-left: 30px;
  text-align: right;
}
.basket-section .basket-totals .btn-primary {
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
  padding: 20px 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .btn-primary {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .basket-totals .btn-primary:hover, .basket-section .basket-totals .btn-primary:active, .basket-section .basket-totals .btn-primary:focus {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 20px 20px;
}
.basket-section .basket-totals .btn-secondary {
  border-radius: 0;
  color: var(--colDark);
  background: var(--colbgLight);
  border: 2px solid var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  padding: 20px 20px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .basket-section .basket-totals .btn-secondary {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .basket-totals .btn-secondary:hover, .basket-section .basket-totals .btn-secondary:active, .basket-section .basket-totals .btn-secondary:focus {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basket-section .basket-totals h3 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 992px) {
  .basket-section .basket-totals h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.basket-section .basket-details {
  font-size: 22px;
  line-height: 33px;
  padding: 10px 0;
}
@media (max-width: 992px) {
  .basket-section .basket-details {
    font-size: 13px;
    line-height: 19px;
  }
}
.basket-section .basket-details .form-control {
  border: 2px solid var(--colPrevPrice);
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .basket-section .basket-details .form-control {
    font-size: 13px;
    line-height: 19px;
  }
}
.basket-section .basket-details .form-control.deliveryCd {
  max-width: 9em;
}
.basket-section .basket-details .notes {
  height: 130px;
}
.basket-section .basket-details .col-basket-cigcup {
  margin-bottom: 20px;
}
.basket-section .basket-details .col-basket-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  padding: 0 0 0 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .basket-section .basket-details .col-basket-details {
    padding: 0 0 0 40px;
  }
}
.basket-section .basket-details .col-basket-details > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 0 30px 0 0;
}
.basket-section .basket-details .col-basket-details .icon-selectdate {
  background-color: var(--colgreyOne);
  border: 1px solid var(--colgreyTwo);
  padding: 0px 10px;
  cursor: pointer;
}
.basket-section .basket-details .col-basket-details .icon-selectdate:before {
  font-family: "icons8_win10";
  content: "\f20f";
  font-size: 30px;
  width: 40px;
  height: 40px;
  line-height: 50px;
}
@media (min-width: 992px) {
  .basket-section .basket-details .col-basket-details .icon-selectdate:before {
    line-height: 65px;
  }
}
.basket-section .basket-details .col-basket-details .promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.basket-section .basket-details .col-basket-details .title {
  font-weight: 600;
  margin-top: 10px;
}
.basket-section .basket-details .col-basket-details .title.delivery-title {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .basket-section .basket-details .col-basket-details .title.delivery-title {
    font-size: 13px;
    line-height: 19px;
  }
}
.basket-section .basket-details .col-basket-details .datepicker-calendar {
  font-size: 0.7em;
}
.basket-section .basket-details .col-basket-details .datepicker-calendar .datepicker-month {
  font-size: 0.9em;
  line-height: 20px;
}
.basket-section .summary-header {
  padding: 20px 0px;
}
@media (min-width: 992px) {
  .basket-section .summary-header {
    padding: 20px 30px;
  }
}
.basket-section .summary-header .summary-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}
@media (min-width: 992px) {
  .basket-section .summary-header .summary-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
.basket-section .summary-header .summary-info .summary-info-item {
  padding-right: 50px;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .basket-section .summary-header .summary-info .summary-info-item {
    font-size: 12px;
    line-height: 18px;
  }
}
.basket-section .summary-header .summary-info .summary-info-item .title {
  font-weight: 600;
}
.basket-section .col-basket-promodet {
  text-align: right;
  background: var(--colgreyOne);
  padding: 10px 20px;
}

.checkout-section .checkout-box {
  width: 100%;
  background: var(--colBgForm);
  padding: 20px 30px;
  margin-bottom: 20px;
  min-height: 200px;
  position: relative;
}
.checkout-section .checkout-box .icon-modify {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.checkout-section .checkout-box .icon-modify::after {
  content: "\f0bc";
  cursor: pointer;
  font-family: "icons8_win10";
  font-size: 28px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .checkout-section .checkout-box .icon-modify::after {
    font-size: 39px;
  }
}
.checkout-section .checkout-box .icon-modify.active::after {
  color: var(--colAccentTwo);
}
.checkout-section .checkout-box h3 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .checkout-section .checkout-box h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.checkout-section .checkout-box .content {
  font-size: 22px;
  line-height: 33px;
  line-height: 33px;
  color: var(--colPageTitle);
}
@media (max-width: 992px) {
  .checkout-section .checkout-box .content {
    font-size: 13px;
    line-height: 19px;
  }
}
.checkout-section .checkout-functions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  gap: 50px;
}
@media (min-width: 992px) {
  .checkout-section .checkout-functions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }
}
.checkout-section .checkout-functions .checkout-box {
  width: 100%;
  padding: 20px 30px;
  margin-bottom: 10px;
  background: var(--colBgForm);
  min-height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .checkout-section .checkout-functions .checkout-box {
    /*width: 31%;*/
    margin-bottom: 30px;
  }
}
.checkout-section .checkout-functions .checkout-box .icon-modify {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  font-family: "icons8_win10";
  font-size: 39px;
  line-height: 30px;
}
.checkout-section .checkout-functions .checkout-box .icon-modify::after {
  content: "\f0bc";
}
.checkout-section .checkout-functions .checkout-box .icon-modify.active::after {
  color: var(--colAccentTwo);
  content: "\f0bc";
}
.checkout-section .checkout-functions .checkout-box h3 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .checkout-section .checkout-functions .checkout-box h3 {
    font-size: 14px;
    line-height: 21px;
  }
}
.checkout-section .checkout-functions .checkout-box .content {
  font-size: 22px;
  line-height: 33px;
  color: var(--colPageTitle);
}
@media (max-width: 992px) {
  .checkout-section .checkout-functions .checkout-box .content {
    font-size: 13px;
    line-height: 19px;
  }
}

/*********RIEPILOGO CARRELLO - LAYER ELENCO ARTICOLI ******/
.total-basket .basketTotalLayer {
  left: auto !important;
  z-index: 10001 !important;
  top: 50px !important;
  height: auto !important;
  right: 0;
  border: 1px solid var(--colgreyOne);
  background: var(--colgreyOne);
  padding: 15px 15px 0px 15px;
  text-align: left;
}

.total-basket-list {
  height: auto !important;
}

.total-basket-list .listitem {
  float: left;
  width: 100%;
  padding: 5px 0px;
  border-bottom: 1px solid var(--colgreyOne);
}

.total-basket-list .listitem .image {
  float: left;
  margin: 2px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.total-basket-list .listitem .itemrow {
  float: left;
  width: -webkit-calc(100% - 54px);
  width: -moz-calc(100% - 54px);
  width: calc(100% - 54px);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.total-basket-list .listitem .itemrow:first-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.total-basket-list .listitem .itemrow .descri {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /*width: 125px;*/
  float: left;
  margin-left: 5px;
  font-weight: 500;
}

.total-basket-list .listitem .itemrow .edit,
.total-basket-list .listitem .itemrow .remove {
  display: inline-block;
}

.total-basket-list .listitem .itemrow .edit:before {
  content: "\f0ba";
  font-family: "icons8_win10";
  color: var(--colAccentThree);
  float: left;
  margin-left: 10px;
}

.total-basket-list .listitem .itemrow .remove:before {
  content: "\f048";
  font-family: "icons8_win10";
  color: var(--colAccentThree);
  float: left;
  margin-left: 10px;
}

.total-basket-list .listitem .itemrow .price {
  font-weight: 500;
  font-size: 15px;
  margin: 0px 5px;
}

.total-basket-list .listitem .itemrow .qta {
  margin: 0px;
}

.total-basket-list .listfooter {
  float: left;
  width: 100%;
}

.total-basket-list .listfooter .total {
  margin: 10px 5px 0px 0px !important;
  padding: 0px !important;
  font-size: 15px;
  font-weight: 600;
  width: auto !important;
  float: left;
}

.total-basket-list .listfooter .gotobasket {
  margin: 5px 0px 15px 0px !important;
  float: right !important;
  display: block;
  font-size: 12px;
  white-space: nowrap;
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--colgreyOne) !important;
  background-color: var(--colAccentThree);
}

/******FINE RIEPILOGO CARRELLO - LAYER ELENCO ARTICOLI ******/
/*CARRELLO RESPONSIVE VERTICALE */
/* SPMODAL LAYER */
.spModalLayer {
  padding: 20px;
}
.spModalLayer .resource_container_wrapper,
.spModalLayer .resource_container {
  height: auto !important;
}
.spModalLayer .basket.resp .lblTitleLayer {
  color: var(--colDark);
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid var(--colgreyBorder);
  font-size: 22px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
.spModalLayer .basket.resp .labelBig {
  width: 50% !important;
  margin: 0px !important;
  padding: 3px 5px !important;
  font-size: 18px;
  float: left;
  text-align: right;
}

/* FINE SPMODAL LAYER */
/* PORTLET CARRELLO .basket.resp*/
.basket.resp {
  min-height: 200px !important;
  min-width: 100px;
  /*LABEL*/
  /*FINE LABEL*/
  /*BOX*/
  /*FINE BOX*/
  /* BOTTONI */
  /*FINE BOTTONI*/
  /*ELENCO ARTICOLI*/
  /*FINE ELENCO ARTICOLI*/
  /*STEP CARRELLO SPEDIZIONE CONSEGNA */
  /*FINE STEP CARRELLO SPEDIZIONE CONSEGNA */
  /*ELENCO SEDI PAGAMENTO SPEDIZIONE */
  /*FINE ELENCO SDI PAGAMENTO SPEDIZIONE */
  /*PORTLET RIEPILOGO*/
  /*FINE PORTLET RIEPILOGO*/
}
.basket.resp select {
  margin: 0px !important;
}
.basket.resp .boxGridBasket .labelBold {
  text-align: center !important;
  padding: 20px;
  margin-bottom: 30px !important;
  background: var(--colBgForm);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.basket.resp .labelBold {
  color: var(--colDark);
  font-size: 18px;
  font-weight: bold;
  margin: 0px !important;
  width: 200px !important;
}
.basket.resp .labelBig {
  margin: 0px !important;
  font-size: 20px;
  width: 200px !important;
}
.basket.resp .labelFooter {
  font-size: 16px;
  color: var(--colgreyThree);
  margin: 2px 0px !important;
}
.basket.resp .labelFooter.cli {
  font-size: 20px;
  font-weight: 700;
}
.basket.resp .boxInfo {
  min-height: auto !important;
  height: auto !important;
  width: auto !important;
}
@media (max-width: 992px) {
  .basket.resp .boxInfo {
    padding: 20px 0px 10px 10px;
    margin: 0px 0px 0px 15px !important;
  }
}
.basket.resp .boxTotaleIva {
  float: right !important;
  min-height: 90px !important;
  height: auto !important;
}
.basket.resp .boxTotaleIva .labelTotal,
.basket.resp .boxTotaleIva .labelFooter {
  font-size: 18px;
  width: 210px !important;
  margin-left: 0px !important;
  white-space: nowrap;
}
.basket.resp .boxTotaleIva .total, .basket.resp .boxTotaleIva .labelFooter.val {
  font-size: 18px;
  width: 150px !important;
  margin-left: 15px !important;
}
.basket.resp .boxTotaleIva .labelTotal, .basket.resp .boxTotaleIva .total {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .basket.resp .boxTotaleIva {
    background-color: var(--colBgForm);
    padding: 10px;
    margin: 0px !important;
  }
}
.basket.resp .boxTotalFooter {
  text-align: right;
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--colgreyTwo);
}
.basket.resp .boxTotalFooter .textbox-container {
  float: left;
  height: auto !important;
  width: auto;
  margin: 15px;
}
.basket.resp .boxTotalFooter .textbox-container .coupon {
  padding: 10px;
  width: auto;
  font-size: 20px;
}
.basket.resp .boxTotalFooter .boxTotale {
  float: right !important;
  width: auto !important;
}
.basket.resp .boxTotalFooter .boxTotale td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.basket.resp .boxTotalFooter .boxTotale .totalFooter.lbl {
  font-size: 32px;
  font-weight: 300;
  padding: 10px;
  text-transform: uppercase;
}
.basket.resp .boxTotalFooter .boxTotale .totalFooter.val {
  font-size: 32px;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
}
.basket.resp .boxTotalFooter .boxTotale .totalFooter.val a {
  color: var(--colDark);
}
@media (max-width: 992px) {
  .basket.resp .boxTotalFooter .boxTotale .totalFooter.lbl {
    display: none !important;
  }
  .basket.resp .boxTotalFooter .boxTotale .totalFooter.val {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .basket.resp .boxTotalFooter .boxTotale {
    margin-left: 0px !important;
  }
}
.basket.resp .boxGridBasket {
  left: 0px !important;
  right: 0px !important;
  height: auto !important;
  margin: 5px 0px 5px 0px !important;
  min-height: 10px !important;
  float: left !important;
  width: 100% !important;
}
.basket.resp .boxGridBasket .basketList {
  display: block !important;
  min-height: 10px !important;
}
.basket.resp .boxGridBasket .basketList.small {
  display: none !important;
}
.basket.resp .boxGridBasketRiep {
  margin: 0px !important;
  min-height: 10px !important;
  float: left !important;
  padding: 10px 10px 0px 20px !important;
  width: 100% !important;
}
.basket.resp .boxGridBasketRiep .basketList {
  display: block !important;
  min-height: 10px !important;
}
.basket.resp .boxGridBasketRiep .basketList.small {
  display: none !important;
}
.basket.resp .boxGridBasketRiep .basketList .grid_row .backImg,
.basket.resp .boxGridBasketRiep .basketList .grid_rowodd .backImg {
  width: 100px;
  height: 100px;
  padding: 10px !important;
}
.basket.resp .boxGridBasketRiep .basketList .grid_row a,
.basket.resp .boxGridBasketRiep .basketList .grid_rowodd a {
  font-size: 24px;
  line-height: 26px;
  color: var(--colDark);
}
.basket.resp .boxGridBasketRiep .basketList .grid_row a:hover,
.basket.resp .boxGridBasketRiep .basketList .grid_rowodd a:hover {
  color: var(--colAccentTwo);
}
.basket.resp .btn {
  width: auto !important;
  height: auto !important;
}
.basket.resp .btn.btn-primary {
  float: right !important;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.9px;
  padding: 20px;
  margin: 10px 5px !important;
  text-transform: uppercase;
}
.basket.resp .btn-secondary {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--colDark);
  background: var(--colbgLight);
  border: none;
  text-transform: uppercase;
  float: left !important;
  margin: 10px 5px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
}
.basket.resp .btn-secondary:hover, .basket.resp .btn-secondary:active, .basket.resp .btn-secondary:focus {
  color: var(--colAccentTwo);
  background: var(--colbgLight);
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .basket.resp .btn-secondary {
    font-size: 14px;
    font-weight: 600;
    margin: 5px 10px !important;
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }
}
.basket.resp .next2 {
  float: right !important;
  margin: 0px 0px 0px 15px !important;
}
.basket.resp .basketList {
  font-size: 24px;
  /*titoli griglia*/
  /*elenco grid*/
  /*bottoni*/
  /*icone promo*/
}
.basket.resp .basketList .grid_row_title .grid_cell_title:nth-child(2) {
  text-align: left !important;
}
.basket.resp .basketList .grid_cell_title {
  text-align: right !important;
  padding: 0px 10px 10px;
  font-size: 20px;
}
.basket.resp .basketList .grid_cell_title .grid_cell_title_table {
  display: inline-block;
}
.basket.resp .basketList .grid_row,
.basket.resp .basketList .grid_rowodd {
  background: var(--colgreyOne);
  height: 150px !important;
  position: initial;
  border-bottom: 10px solid var(--colgreyOne);
}
.basket.resp .basketList .grid_row .grid_cell,
.basket.resp .basketList .grid_rowodd .grid_cell {
  padding: 0px 10px;
  /*colonna modifica elimina*/
}
.basket.resp .basketList .grid_row .grid_cell:nth-child(7) div,
.basket.resp .basketList .grid_rowodd .grid_cell:nth-child(7) div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.basket.resp .basketList .grid_row .backImg,
.basket.resp .basketList .grid_rowodd .backImg {
  width: 200px;
  height: 200px;
  padding: 20px !important;
}
.basket.resp .basketList .grid_row img,
.basket.resp .basketList .grid_rowodd img {
  width: 150px;
  height: auto;
}
.basket.resp .basketList .grid_row a,
.basket.resp .basketList .grid_rowodd a {
  font-size: 24px;
  line-height: 36px;
  color: var(--colDark);
}
.basket.resp .basketList .grid_row a:hover,
.basket.resp .basketList .grid_rowodd a:hover {
  color: var(--colAccentTwo);
}
.basket.resp .basketList .grid_row a p,
.basket.resp .basketList .grid_rowodd a p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 992px) {
  .basket.resp .basketList .grid_row a,
  .basket.resp .basketList .grid_rowodd a {
    font-size: 14px !important;
    line-height: initial !important;
  }
}
.basket.resp .basketList .btnBasketRefresh:after {
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  content: "\f0bc";
  font-family: "icons8_win10";
  font-size: 35px;
}
.basket.resp .basketList .btnBasketDelete:after {
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  content: "\eb3e";
  font-family: "icons8_win10";
  font-size: 35px;
}
.basket.resp .basketList .iconPromoApp:after {
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  content: "\f579";
  font-family: "icons8_win10";
  font-size: 35px;
}
.basket.resp .basketList .iconPromoNoApp:after {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  content: "\f579";
  font-family: "icons8_win10";
  font-size: 35px;
}
.basket.resp .basketList .iconPromoAll:after {
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  width: 40px;
  height: 40px;
  margin: 0px 3px;
  content: "\f579";
  font-family: "icons8_win10";
  font-size: 35px;
}
@media (max-width: 992px) {
  .basket.resp .basketList .iconPromoApp:before,
  .basket.resp .basketList .iconPromoNoApp:before,
  .basket.resp .basketList .iconPromoAll:before {
    font-size: 30px;
  }
}
.basket.resp div[id$=_page_] {
  border-bottom: 2px solid var(--colgreyThree);
}
.basket.resp .step {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  height: 44px;
  width: 100%;
  cursor: default;
  color: var(--colgreyFour);
  text-transform: uppercase;
  display: block;
  padding: 20px;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative !important;
  font-size: 35px;
  line-height: 44px;
  text-align: center !important;
}
.basket.resp .step:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: 0;
  width: 70px;
  height: 1px;
  border-bottom: 3px solid var(--colAccentTwo);
}
.basket.resp .step_link {
  height: 70px;
  width: 100%;
  float: right;
  background-color: var(--colgreyOne);
  padding: 25px;
  margin: 10px 0px;
  font-size: 22px;
  font-weight: 600;
  color: var(--colgreyThree) !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.basket.resp .step_actual {
  height: 70px;
  width: 100%;
  float: right;
  background-color: var(--colgreyOne);
  padding: 25px;
  margin: 10px 0px;
  font-size: 22px;
  font-weight: 600;
  color: var(--colDark) !important;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .basket.resp .step {
    font-size: 18px;
    padding: 20px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 23px;
  }
}
.basket.resp .paymentList,
.basket.resp .officeList,
.basket.resp .gridConsegna {
  font-size: 12px;
  width: 100% !important;
  margin: 0px !important;
}
.basket.resp .paymentList .no-print,
.basket.resp .officeList .no-print,
.basket.resp .gridConsegna .no-print {
  vertical-align: top;
}
.basket.resp .paymentList .grid_cell,
.basket.resp .officeList .grid_cell,
.basket.resp .gridConsegna .grid_cell {
  padding: 5px;
  min-height: 25px;
  border-bottom: 1px solid var(--colgreyOne);
  font-size: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.basket.resp .paymentList a.grid_img_recMark.iconFont,
.basket.resp .officeList a.grid_img_recMark.iconFont,
.basket.resp .gridConsegna a.grid_img_recMark.iconFont {
  color: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.basket.resp .paymentList a.grid_img_recMark.iconFont:after,
.basket.resp .officeList a.grid_img_recMark.iconFont:after,
.basket.resp .gridConsegna a.grid_img_recMark.iconFont:after {
  content: "\ef9f";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 30px;
  color: var(--colgreyTwo);
}
.basket.resp .paymentList a.grid_img_recMark_sel.iconFont,
.basket.resp .officeList a.grid_img_recMark_sel.iconFont,
.basket.resp .gridConsegna a.grid_img_recMark_sel.iconFont {
  color: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.basket.resp .paymentList a.grid_img_recMark_sel.iconFont:after,
.basket.resp .officeList a.grid_img_recMark_sel.iconFont:after,
.basket.resp .gridConsegna a.grid_img_recMark_sel.iconFont:after {
  content: "\f688";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 17px;
  color: var(--colgreyFive);
  border: 2px solid var(--colgreyBorder);
  padding: 2px;
  border-radius: 100%;
}
.basket.resp .paymentList .grid_card_container,
.basket.resp .officeList .grid_card_container,
.basket.resp .gridConsegna .grid_card_container {
  margin-right: 20px;
  margin-bottom: 10px;
}
.basket.resp .officeList .grid_card_container:hover,
.basket.resp .paymentList .grid_row:hover .grid_cell,
.basket.resp .paymentList .grid_rowodd:hover .grid_cell,
.basket.resp .gridConsegna .grid_row:hover .grid_cell,
.basket.resp .gridConsegna .grid_rowodd:hover .grid_cell {
  color: var(--colAccentTwo);
}
.basket.resp div[id$=_portletRiep] {
  margin: 0px !important;
  height: auto !important;
  width: 100% !important;
}
.basket.resp .basketRiep .basketList .grid_row a,
.basket.resp .basketRiep .basketList .grid_rowodd a {
  font-size: 20px;
  line-height: 26px;
}
.basket.resp .basketRiep .boxCollapse {
  width: 100% !important;
  background-color: var(--colBgForm);
  margin-top: 0px;
  margin-bottom: 30px;
  padding: 15px;
}
.basket.resp .basketRiep .boxTitleRiep {
  height: 50px;
  border: none !important;
  background-color: var(--colBgForm);
  padding-top: 5px;
}
.basket.resp .basketRiep .boxTitleRiep .labelBold {
  width: auto !important;
  height: 50px;
  line-height: 50px;
  margin: 0px 0px 0px 5px !important;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding-left: 10px;
  text-transform: uppercase;
}
.basket.resp .basketRiep .labelBig {
  width: 50% !important;
  font-size: 22px;
  padding: 5px 0px;
}
.basket.resp .basketRiep .labelBig.maxwidth {
  margin: 3px 10px !important;
  width: 100% !important;
}
.basket.resp .basketRiep .labelBig.maxwidth i,
.basket.resp .basketRiep .labelBig.maxwidth b {
  display: block;
}
.basket.resp .basketRiep .labelBig.promovalue {
  color: var(--colAccentOne);
  font-size: 20px;
  width: 50% !important;
  font-weight: 500;
}
.basket.resp .basketRiep .totalFooter,
.basket.resp .basketRiep .basketTitle {
  font-weight: 300;
  font-size: 32px;
  width: 50% !important;
  margin: 10px 0px !important;
  line-height: 32px;
  text-transform: uppercase;
}
.basket.resp .basketRiep .totalFooter a,
.basket.resp .basketRiep .basketTitle a {
  color: var(--colgreyFive);
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}
.basket.resp .basketRiep .buttonStampa,
.basket.resp .basketRiep .buttonModifica {
  width: auto !important;
  margin: 0px !important;
  height: 45px;
  float: right !important;
  padding: 0px 5px;
  border: none !important;
}
.basket.resp .basketRiep .buttonStampa a,
.basket.resp .basketRiep .buttonModifica a {
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  font-weight: normal;
  color: var(--colgreyOne);
  text-decoration: none;
}
.basket.resp .basketRiep .buttonStampa a:before,
.basket.resp .basketRiep .buttonModifica a:before {
  font-family: icons8_win10;
  color: var(--colDark);
  float: left;
  margin: 0 auto;
  padding: 0px 5px;
  font-size: 35px;
}
.basket.resp .basketRiep .buttonStampa a:before {
  content: "\ec0b";
}
.basket.resp .basketRiep .buttonModifica a:before {
  content: "\f0bc";
}

/*FINE PORTLET CARRELLO .basket.resp*/
/* LAYER MODIFICA RIGA */
.basketRow {
  background-color: var(--colgreyOne);
  font-size: 13px;
  padding: 10px;
}
.basketRow .label {
  color: var(--colDark);
  height: 30px !important;
  line-height: 30px !important;
  margin-left: 2px !important;
  font-size: 20px;
}
.basketRow textarea {
  padding: 10px 10px;
  margin-top: 25px;
  border: 1px solid var(--colgreyTwo);
  font-size: 18px;
}
.basketRow input[type=text] {
  padding: 3px;
  height: 30px !important;
  line-height: 30px !important;
  background-color: var(--colgreyOne);
  font-size: 18px;
}
.basketRow input[type=date] {
  padding: 3px;
  background-color: var(--colgreyOne);
  border: 1px solid var(--colgreyTwo);
  margin: 0px !important;
  width: 160px !important;
  font-size: 18px;
}
.basketRow input[type=checkbox] {
  margin-right: 10px;
}
.basketRow div[id*=BoxDataRicEva] .label,
.basketRow div[id*=BoxDataLimEva] .label {
  width: 100%;
  height: auto !important;
  line-height: 16px !important;
  text-align: left;
  margin: 10px 0px 5px 20px !important;
}
.basketRow div[id*=BoxDataRicEva] .textbox-container,
.basketRow div[id*=BoxDataLimEva] .textbox-container {
  margin: 0px 0px 5px 20px;
}
.basketRow .btnConferma {
  width: -webkit-calc(100% - 20px) !important;
  width: -moz-calc(100% - 20px) !important;
  width: calc(100% - 20px) !important;
  height: auto !important;
  margin: 10px !important;
  background: var(--colAccentTwo);
  position: relative !important;
  text-transform: uppercase;
}
.basketRow .btnConferma:hover, .basketRow .btnConferma:active, .basketRow .btnConferma:focus {
  background-color: var(--colAccentOne) !important;
}

/*LAYER Riferimenti contratto (Cig Cup)*/
.selectionCigCup {
  height: auto !important;
  padding: 0px;
  min-height: 380px;
}
.selectionCigCup .titleSelection {
  color: var(--colDark);
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid var(--colgreyBorder);
  font-size: 22px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
  right: 16px !important;
  width: auto !important;
}
.selectionCigCup .grid {
  padding: 0px;
  height: auto !important;
  width: auto !important;
}
.selectionCigCup .grid div {
  padding: 0px;
  height: auto !important;
  width: auto !important;
}
.selectionCigCup .grid .grid_rowodd,
.selectionCigCup .grid .grid_row {
  display: table-row;
  border-bottom: 1px solid var(--colgreyBorder);
  cursor: pointer;
}
.selectionCigCup .grid .grid_rowodd .grid_cell,
.selectionCigCup .grid .grid_row .grid_cell {
  padding: 8px 4px;
}
.selectionCigCup .grid .grid_rowodd.grid_rowselected,
.selectionCigCup .grid .grid_row.grid_rowselected {
  background-color: #eeeeee;
}
.selectionCigCup a.button, .selectionCigCup .btn.btn-primary {
  height: auto;
  bottom: 20px;
}
.selectionCigCup input[id$=_btnCancel] {
  right: 10px;
}
.selectionCigCup input[id$=_btnSelect] {
  right: 100px;
}

/*LAYER PROMOZIONI APPLICATE/NON APPLICATE*/
.basket-prom {
  height: auto !important;
  padding: 0px 0px 10px 0px;
}
.basket-prom .title {
  color: var(--colDark);
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid var(--colgreyBorder);
  font-size: 22px;
  line-height: 22px;
  display: block;
  margin-bottom: 10px;
}
.basket-prom .grid {
  padding: 0px;
  margin-bottom: 20px;
}
.basket-prom .grid .grid-row {
  display: table-row;
  border-bottom: 1px solid var(--colgreyBorder);
}
.basket-prom .grid .grid-row div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
  width: 99%;
}
.basket-prom .prom-button {
  display: none;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  float: left !important;
  padding: 10px 20px;
  width: -webkit-calc(100% - 20px) !important;
  width: -moz-calc(100% - 20px) !important;
  width: calc(100% - 20px) !important;
  height: auto !important;
  margin: 10px !important;
  background: var(--colAccentTwo);
  color: var(--colgreyOne);
}

/*LAYER NUOVA SEDE*/
.basket.address .basketTitle {
  padding: 10px 20px;
  background-color: var(--colgreyOne) !important;
  border-bottom: 1px solid var(--colgreyOne);
  font-size: 20px;
  color: var(--colDark);
  left: 0px;
  width: 100%;
  top: 0px !important;
}
.basket.address .buttonBasket {
  height: auto;
  width: auto;
}
.basket.address .labelBold,
.basket.address .textbox,
.basket.address select {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  margin: 0px;
}
.basket.address .textbox,
.basket.address select {
  padding: 0px 5px;
  border: 1px solid var(--colgreyBorder);
}
.basket.address .label {
  font-size: 15px;
  width: auto !important;
  left: 50px;
}
.basket.address .labelbig {
  font-size: 14px;
  top: 60px !important;
}
.basket.address .checkbox {
  margin: 0px 0 0;
  width: 20px;
  height: 25px;
  top: 60px !important;
}
.basket.address span[id*=_autosuggestCity_wrp] {
  height: 30px !important;
}
.basket.address textarea[id*=autosuggestCity] {
  height: 30px !important;
  padding: 0px 10px;
  font-size: 18px;
  border: 1px solid var(--colgreyBorder);
  line-height: 30px;
}
.basket.address .city_sw {
  background-color: var(--colbgLight);
  padding: 10px !important;
  font-size: 16px;
  right: 10px;
  border: 1px solid var(--colgreyBorder);
}
.basket.address .city_sw .over {
  color: var(--colAccentTwo);
}

/*LAYER NUOVA SEDE HTML*/
.basket.addressHtml .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 10px 15px 20px 15px;
}
.basket.addressHtml .basketTitle {
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid var(--colgreyOne);
  font-size: 24px;
  color: var(--colDark);
  left: 0px;
  width: 100%;
  top: 0px !important;
}
.basket.addressHtml .new-address-section {
  background-color: var(--colgreyOne);
  padding: 10px 15px;
}
.basket.addressHtml .alert {
  font-size: 14px;
  margin: 0px;
  padding: 5px 10px;
}
.basket.addressHtml .button {
  color: white;
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 14px;
  line-height: 21px;
  width: 100% !important;
  min-width: 134px !important;
  height: 50px !important;
  margin: 0px;
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
}
.basket.addressHtml .button:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basket.addressHtml .form-group {
  margin-bottom: 5px;
}
.basket.addressHtml .form-group .labelAsterisk {
  text-align: left;
  padding: 0px;
  font-size: 16px;
  margin-top: 5px;
}
.basket.addressHtml .form-group span[id*=_autosuggestCity_wrp] {
  top: auto !important;
  width: 100% !important;
  left: 0px !important;
  position: relative !important;
}
.basket.addressHtml .form-group textarea[id*=autosuggestCity] {
  height: 37px !important;
  padding: 0px 10px;
  font-size: 16px;
  border: 1px solid var(--colgreyBorder);
  line-height: 37px;
}
.basket.addressHtml .form-group .city_sw {
  top: 35px !important;
  left: 15px !important;
  background-color: var(--colbgLight);
  width: auto !important;
  padding: 15px !important;
  font-size: 18px;
  right: 15px;
  border: 1px solid var(--colgreyBorder);
}
.basket.addressHtml .form-group .city_sw li {
  width: 100% !important;
}
.basket.addressHtml .form-group .city_sw .over {
  color: var(--colAccentTwo);
}
.basket.addressHtml .labelBold {
  float: left;
  height: 25px !important;
  line-height: 25px;
  font-size: 16px;
  margin: 15px 4px 10px 4px;
}
.basket.addressHtml .labelInfo {
  float: left;
  height: 20px !important;
  line-height: 20px;
  font-size: 14px;
  margin: 0px;
}
.basket.addressHtml .labelCheck {
  float: left;
  margin-top: 16px;
  margin-left: 10px;
}
.basket.addressHtml .textbox,
.basket.addressHtml select {
  height: 27px !important;
  line-height: 27px;
  width: 100%;
  font-size: 14px;
  margin: 0px;
}
@media (min-width: 576px) {
  .basket.addressHtml .textbox,
  .basket.addressHtml select {
    height: 37px !important;
    line-height: 37px;
    font-size: 16px;
  }
}
.basket.addressHtml .textbox,
.basket.addressHtml select {
  padding: 0px 8px;
  border: 1px solid var(--colgreyBorder);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif !important;
  color: var(--colPageTitle);
}
.basket.addressHtml select {
  padding: 0px 5px;
}
.basket.addressHtml .label {
  font-size: 15px;
  width: auto !important;
  left: 50px;
}
.basket.addressHtml .labelbig {
  font-size: 14px;
  top: 60px !important;
}
.basket.addressHtml .checkbox {
  margin: 0px 0 0;
  width: 20px;
  height: 25px;
  top: 60px !important;
}

/*LAYER MODIFICA RIGA HTML*/
.basket.editRowHtml .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  padding: 10px 15px 20px 15px;
}
.basket.editRowHtml .basketTitle {
  padding: 0px 20px 20px 20px;
  border-bottom: 1px solid var(--colgreyOne);
  font-size: 24px;
  color: var(--colDark);
  left: 0px;
  width: 100%;
  top: 0px !important;
}
.basket.editRowHtml .edit-row-section {
  background-color: var(--colgreyOne);
  padding: 10px 15px;
}
.basket.editRowHtml .button {
  color: white;
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 18px;
  line-height: 21px;
  width: 100% !important;
  min-width: 134px !important;
  height: 50px !important;
  margin: 0px;
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
}
.basket.editRowHtml .button:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.basket.editRowHtml .form-group {
  margin-bottom: 10px;
}
.basket.editRowHtml .form-group .labelInput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 0px 15px;
}
@media (min-width: 768px) {
  .basket.editRowHtml .form-group .labelInput {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    padding: 0px;
  }
}
.basket.editRowHtml .form-group .input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
}
.basket.editRowHtml .form-group .labelBold {
  float: left;
  height: 25px !important;
  line-height: 25px;
  font-size: 16px;
}
.basket.editRowHtml .form-group .textbox {
  height: 27px !important;
  line-height: 27px;
  width: 100%;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  padding: 0px 8px;
  border: 1px solid var(--colgreyBorder);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif !important;
  color: var(--colPageTitle);
}
@media (min-width: 576px) {
  .basket.editRowHtml .form-group .textbox {
    height: 37px !important;
    line-height: 37px;
    font-size: 16px;
  }
}
.basket.editRowHtml .form-group .checkbox {
  width: 20px;
  height: 25px;
}
.basket.editRowHtml .form-group .labelBoldCheck {
  font-size: 16px;
  margin: auto 10px;
}
.basket.editRowHtml .form-group .labelInfo {
  float: left;
  height: 20px !important;
  line-height: 20px;
  font-size: 14px;
  margin: 0px;
}
.basket.editRowHtml .form-group textarea {
  resize: none;
}

@media (max-width: 1200px) {
  .basket.resp .boxTotalFooter .boxTotale {
    margin-left: 0px !important;
  }
  .basket.resp .basketList .grid_row .backImg,
  .basket.resp .basketList .grid_rowodd .backImg {
    width: 120px;
  }
  .basket.resp .basketList .grid_row img,
  .basket.resp .basketList .grid_rowodd img {
    width: 100px;
  }
  .basket.resp .basketList .grid_row td:nth-child(5),
  .basket.resp .basketList .grid_rowodd td:nth-child(5) {
    display: none;
  }
  .basket.resp .basketList.resp .grid_row td:nth-child(5),
  .basket.resp .basketList.resp .grid_rowodd td:nth-child(5) {
    display: table-cell;
  }
  .basket.resp .boxGridBasketRiep.col-md-8,
  .basket.resp .boxGridBasketRiep.col-md-4 {
    max-width: 100% !important;
  }
}
@media (max-width: 992px) {
  .basket.resp .textbox-container {
    margin: 0px 15px !important;
  }
  .basket.resp .boxGridBasketRiep {
    padding: 10px 15px 15px 15px !important;
  }
  .basket.resp .boxTotalFooter .boxTotale .totalFooter.lbl {
    display: none !important;
  }
  .basket.resp .boxTotalFooter .boxTotale .totalFooter.val {
    font-size: 18px;
  }
  .basket.resp .basketRiep .totalFooter,
  .basket.resp .basketRiep .basketTitle,
  .basket.resp .basketRiep .totalFooter a,
  .basket.resp .basketRiep .basketTitle a {
    font-size: 16px !important;
  }
  .basket.resp .basketRiep .boxTitleRiep .labelBold {
    font-size: 14px;
  }
  .basket.resp .basketRiep .boxCollapse {
    margin-bottom: 10px;
  }
  .basket.resp .boxGridBasket .labelBig,
  .basket.resp .boxGridBasket .labelBold,
  .basket.resp .boxGridBasketRiep .labelBig,
  .basket.resp .boxGridBasketRiep .labelBold {
    font-size: 13px !important;
    padding: 0px 0px 0px 15px !important;
  }
  .basket.resp .boxGridBasket .basketList,
  .basket.resp .boxGridBasketRiep .basketList {
    display: none !important;
  }
  .basket.resp .boxGridBasket .basketList.small,
  .basket.resp .boxGridBasketRiep .basketList.small {
    display: block !important;
  }
  .basket.resp .boxGridBasket .basketList.small .grid_cell[colspan="3"], .basket.resp .boxGridBasket .basketList.small .grid_cell[colspan="3"],
  .basket.resp .boxGridBasketRiep .basketList.small .grid_cell[colspan="3"],
  .basket.resp .boxGridBasketRiep .basketList.small .grid_cell[colspan="3"] {
    background-color: var(--colgreyOne);
  }
  .basket.resp .boxGridBasket .basketList .grid_row,
  .basket.resp .boxGridBasket .basketList .grid_rowodd,
  .basket.resp .boxGridBasketRiep .basketList .grid_row,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd {
    height: auto !important;
    border-bottom: 0px;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .backImg,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .backImg,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .backImg,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .backImg {
    width: 100px !important;
    padding: 0px !important;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .backImg td,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .backImg td,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .backImg td,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .backImg td {
    vertical-align: top !important;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell {
    vertical-align: top;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell br,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell br,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell br,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell br {
    display: none;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell a,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell a,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell a,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell a {
    float: left;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell input[type=text],
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell input[type=text],
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell input[type=text],
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell input[type=text] {
    border: none;
    padding: 5px;
    text-align: center !important;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell textarea,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell textarea,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell textarea,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell textarea {
    background-color: var(--colgreyOne);
    border: none;
    padding: 15px 10px;
    font-size: 16px;
    resize: none;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell div,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell div,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell div,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell div {
    padding: 5px 0px;
  }
  .basket.resp .boxGridBasket .basketList .grid_row .grid_cell .grid_row_sep,
  .basket.resp .boxGridBasket .basketList .grid_rowodd .grid_cell .grid_row_sep,
  .basket.resp .boxGridBasketRiep .basketList .grid_row .grid_cell .grid_row_sep,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd .grid_cell .grid_row_sep {
    padding: 0px;
  }
  .basket.resp .boxGridBasket .basketList .grid_row td:first-child,
  .basket.resp .boxGridBasket .basketList .grid_rowodd td:first-child,
  .basket.resp .boxGridBasketRiep .basketList .grid_row td:first-child,
  .basket.resp .boxGridBasketRiep .basketList .grid_rowodd td:first-child {
    width: 100px;
  }
  .basket.resp .boxGridBasket .basketList .btnBasketDelete:before,
  .basket.resp .boxGridBasket .basketList .btnBasketRefresh:before,
  .basket.resp .boxGridBasketRiep .basketList .btnBasketDelete:before,
  .basket.resp .boxGridBasketRiep .basketList .btnBasketRefresh:before {
    font-size: 30px;
  }
  .basket.resp .labelFooter {
    font-size: 14px;
  }
  .basket.resp .labelFooter.cli {
    font-size: 16px;
  }
  .basket.resp .boxTotaleIva .labelTotal,
  .basket.resp .boxTotaleIva .total,
  .basket.resp .boxTotaleIva .labelFooter,
  .basket.resp .boxTotaleIva .labelFooter.val {
    font-size: 16px;
  }
  .main-home-section .slide.title-left {
    display: block;
    margin-top: 44px;
  }
}
@media (max-width: 768px) {
  .basket.resp .boxTotalFooter .textbox-container .coupon,
  .basket.resp .boxTotalFooter .textbox-container textarea {
    border: 1px solid var(--colgreyTwo);
  }
  .basket.resp .boxInfo {
    float: right !important;
  }
  .basket.resp .boxInfo span {
    text-align: right !important;
  }
  .basket.resp .labelBold,
  .basket.resp .labelBig {
    font-size: 14px;
    width: 100px !important;
    padding-bottom: 5px;
  }
  .basket.resp .basketList,
  .basket.resp .basketList .grid_row a,
  .basket.resp .basketList .grid_rowodd a {
    font-size: 20px;
  }
  .basket.resp .btn.btn-primary {
    min-width: 100%;
    margin: 10px 0px !important;
  }
  .basket.resp .buttonBasketChoice,
  .basket.resp .buttonBasketChoice2,
  .basket.resp .buttonBasketChoice3 {
    min-width: -webkit-calc(100% - 20px);
    min-width: -moz-calc(100% - 20px);
    min-width: calc(100% - 20px);
  }
  .basket.resp .buttonBasket.next1,
  .basket.resp .buttonBasket.next2,
  .basket.resp .buttonBasket.next3,
  .basket.resp .buttonBasket.next3_a {
    position: relative !important;
    min-width: -webkit-calc(100% - 10px);
    min-width: -moz-calc(100% - 10px);
    min-width: calc(100% - 10px);
    margin: 10px 15px 10px 15px !important;
  }
  .basket.resp .buttonBasket.salva,
  .basket.resp .buttonBasket.offerta,
  .basket.resp .buttonBasket.annulla,
  .basket.resp .buttonBasket.shopping {
    position: relative !important;
    min-width: -webkit-calc(100% - 10px);
    min-width: -moz-calc(100% - 10px);
    min-width: calc(100% - 10px);
    margin-top: 20px !important;
  }
}
/*FINE CARRELLO RESPONSIVE VERTICALE */
.menu-language ul.topmenu li {
  margin: 0 20px 0 0;
}
.menu-language ul.topmenu li a.active {
  color: var(--colAccentThree);
}

.promotion {
  min-height: 200px;
}
@media (max-width: 992px) {
  .promotion {
    min-height: 150px;
  }
}

.slideContents,
.promotion,
.contentsFlex {
  position: relative;
  text-align: center;
  z-index: 0;
}
.slideContents img,
.promotion img,
.contentsFlex img {
  width: 100%;
  display: block;
}
.slideContents .caption,
.slideContents .promo-layer,
.promotion .caption,
.promotion .promo-layer,
.contentsFlex .caption,
.contentsFlex .promo-layer {
  width: 500px;
  min-height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background: var(--colAccentTwo);
  text-align: center;
}
@media (max-width: 992px) {
  .slideContents .caption,
  .slideContents .promo-layer,
  .promotion .caption,
  .promotion .promo-layer,
  .contentsFlex .caption,
  .contentsFlex .promo-layer {
    width: 400px;
    min-height: 150px;
  }
}
@media (max-width: 576px) {
  .slideContents .caption,
  .slideContents .promo-layer,
  .promotion .caption,
  .promotion .promo-layer,
  .contentsFlex .caption,
  .contentsFlex .promo-layer {
    width: 300px;
    min-height: 10px;
  }
}
.slideContents .caption .slide-content,
.slideContents .promo-layer .slide-content,
.promotion .caption .slide-content,
.promotion .promo-layer .slide-content,
.contentsFlex .caption .slide-content,
.contentsFlex .promo-layer .slide-content {
  margin: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
@media (max-width: 992px) {
  .slideContents .caption .slide-content,
  .slideContents .promo-layer .slide-content,
  .promotion .caption .slide-content,
  .promotion .promo-layer .slide-content,
  .contentsFlex .caption .slide-content,
  .contentsFlex .promo-layer .slide-content {
    min-height: 30px;
  }
}
@media (max-width: 576px) {
  .slideContents .caption .slide-content,
  .slideContents .promo-layer .slide-content,
  .promotion .caption .slide-content,
  .promotion .promo-layer .slide-content,
  .contentsFlex .caption .slide-content,
  .contentsFlex .promo-layer .slide-content {
    min-height: 5px;
    margin: 8px;
  }
}
.slideContents .caption h2,
.slideContents .promo-layer h2,
.promotion .caption h2,
.promotion .promo-layer h2,
.contentsFlex .caption h2,
.contentsFlex .promo-layer h2 {
  font-size: 34px;
  line-height: 40px;
  color: var(--colLight);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 2;
  text-transform: uppercase;
  display: block;
  padding: 15px;
  position: relative;
}
@media (max-width: 992px) {
  .slideContents .caption h2,
  .slideContents .promo-layer h2,
  .promotion .caption h2,
  .promotion .promo-layer h2,
  .contentsFlex .caption h2,
  .contentsFlex .promo-layer h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .slideContents .caption h2,
  .slideContents .promo-layer h2,
  .promotion .caption h2,
  .promotion .promo-layer h2,
  .contentsFlex .caption h2,
  .contentsFlex .promo-layer h2 {
    font-size: 20px;
    line-height: 20px;
    padding: 10px;
  }
}
.slideContents .caption h4,
.slideContents .promo-layer h4,
.promotion .caption h4,
.promotion .promo-layer h4,
.contentsFlex .caption h4,
.contentsFlex .promo-layer h4 {
  font-size: 26px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .slideContents .caption h4,
  .slideContents .promo-layer h4,
  .promotion .caption h4,
  .promotion .promo-layer h4,
  .contentsFlex .caption h4,
  .contentsFlex .promo-layer h4 {
    font-size: 14px;
    line-height: 10px;
  }
}
.slideContents .caption a,
.slideContents .promo-layer a,
.promotion .caption a,
.promotion .promo-layer a,
.contentsFlex .caption a,
.contentsFlex .promo-layer a {
  border-radius: 0;
  color: var(--colDark);
  background: var(--colbgLight);
  border: 2px solid var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
}
.slideContents .caption a:hover,
.slideContents .promo-layer a:hover,
.promotion .caption a:hover,
.promotion .promo-layer a:hover,
.contentsFlex .caption a:hover,
.contentsFlex .promo-layer a:hover {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slideContents .caption .slide-link,
.slideContents .promo-layer .slide-link,
.promotion .caption .slide-link,
.promotion .promo-layer .slide-link,
.contentsFlex .caption .slide-link,
.contentsFlex .promo-layer .slide-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.slideContents .caption *,
.slideContents .promo-layer *,
.promotion .caption *,
.promotion .promo-layer *,
.contentsFlex .caption *,
.contentsFlex .promo-layer * {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
}
.slideContents .owl-dots,
.promotion .owl-dots,
.contentsFlex .owl-dots {
  position: absolute;
  bottom: 5px;
}
@media (max-width: 576px) {
  .slideContents .owl-dots,
  .promotion .owl-dots,
  .contentsFlex .owl-dots {
    bottom: 0;
  }
}

.promotion .description {
  padding: 10px 0 5px;
}

.content {
  min-height: auto !important;
}

.content > .box {
  margin: 0 !important;
}

.category .gadget .image {
  text-align: center;
}
.category .gadget .image img {
  max-width: 100%;
}
.category .gadget .text {
  text-align: center;
  padding: 10px 0 5px;
}

/****************************** ELENCO CONTENUTI **********************/
.contentsList .content {
  margin-top: 30px;
}

.categoriesList .block .categories {
  height: auto;
  overflow: auto;
}
.categoriesList .block .categories .category {
  float: left;
  padding: 40px;
}
.categoriesList.html .slide img,
.categoriesList.html .slide-image img {
  width: auto;
}

.contact-section .form-wrapper {
  background: var(--colBgForm);
  padding: 30px;
  margin-bottom: 80px;
}
.contact-section .form-wrapper h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 41px;
  display: block;
  padding: 20px 15px 30px 15px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 992px) {
  .contact-section .form-wrapper h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-section .form-wrapper .form-group {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .contact-section .form-wrapper .form-group {
    font-size: 13px;
    line-height: 19px;
  }
}
.contact-section .form-wrapper .form-group .securityCode .form-control {
  margin-bottom: 0px;
}
.contact-section .form-wrapper .form-group .form-control {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .contact-section .form-wrapper .form-group .form-control {
    font-size: 14px;
    line-height: 21px;
  }
}
.contact-section .form-wrapper .form-group .required::after {
  content: "*";
  margin-left: 5px;
}
.contact-section .form-wrapper .form-group .required-group::after {
  content: "**";
  margin-left: 5px;
}
.contact-section .form-wrapper .form-group a {
  color: var(--colPageTitle);
  text-decoration: underline;
}
.contact-section .form-wrapper .form-group a:hover {
  color: var(--colAccentTwo);
}
.contact-section .form-wrapper .btn.btn-primary {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  padding: 0 40px;
  height: 60px;
}
@media (max-width: 992px) {
  .contact-section .form-wrapper .btn.btn-primary {
    font-size: 14px;
    line-height: 21px;
  }
}
.contact-section .form-wrapper .custom-checkbox .custom-control-label {
  padding-left: 25px;
}
.contact-section .form-wrapper .custom-checkbox .custom-control-label::before, .contact-section .form-wrapper .custom-checkbox .custom-control-label::after {
  top: 0;
  width: 30px;
  height: 30px;
}
.contact-section .form-wrapper .imageCaptcha img {
  height: 66px;
}
.contact-section .contact-boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          align-items: stretch;
  margin-top: 40px;
}
.contact-section .contact-boxes .contact-box {
  width: 31%;
  background: var(--colbgDark);
  color: var(--colLight);
  padding: 40px;
  margin-bottom: 30px;
  min-height: 300px;
  text-align: center;
}
.contact-section .contact-boxes .contact-box .contact-box-image {
  height: 120px;
}
.contact-section .contact-boxes .contact-box .contact-box-image img {
  max-height: 92px;
  width: auto;
}
.contact-section .contact-boxes .contact-box .contact-box-text {
  font-size: 32px;
  line-height: 48px;
}
@media (max-width: 992px) {
  .contact-section .contact-boxes .contact-box .contact-box-text {
    font-size: 18px;
    line-height: 22px;
  }
}
.contact-section .contact-boxes .contact-box a {
  color: var(--colLight);
  text-decoration: underline;
}

@media (min-width: 1500px) {
  .contact-section .form-wrapper {
    padding: 40px 145px;
  }
}
/****************************** AREA PERSONALE **********************/
.personal-area-title {
  margin-top: 25px !important;
}

.changeaddress,
.changepw,
.viewcredit {
  background: var(--colgreyOne);
  padding: 30px 30px;
  margin-bottom: 50px;
  right: -35px;
}

.changepw span[id*=_wrp] input {
  width: 80%;
}

@media (max-width: 992px) {
  .changeaddress,
  .changepw {
    right: 0px;
  }
  .viewcredit {
    right: 70px;
  }
}
@media (max-width: 576px) {
  .changeaddress,
  .changepw {
    width: 123% !important;
  }
  .enableOTP .boxLabel1_ctrl {
    max-width: 300px !important;
  }
  .enableOTP .lblHelp2_ctrl, .enableOTP .lblHelp3_ctrl {
    max-width: 300px !important;
  }
  .enableOTP .btnChk_ctrl {
    margin-left: 20px !important;
    height: 39px !important;
  }
  .gsec_fe_gadget_credit_portlet {
    min-width: 900px !important;
  }
  .gsec_fe_gadget_credit_portlet .lblHeader_ctrl {
    left: -200px !important;
  }
}
@media (max-width: 576px) and (max-width: 992px) {
  .gsec_fe_gadget_credit_portlet {
    min-width: 900px !important;
  }
}
@media (max-width: 576px) {
  .changeaddress {
    right: 58px;
  }
  .changepw {
    right: 33px;
  }
}
.traceOrder .boxDatiFatt_ctrl,
.boxSped_ctrl,
.boxPag,
.boxCons {
  background-color: var(--colgreyOne) !important;
  padding: 20px !important;
}

.profile {
  font-size: 16px;
  min-width: 200px !important;
  /********************* AREA PERSONALE - MENU **********************/
}
.profile .container_resource {
  height: auto !important;
}
@media (max-width: 992px) {
  .profile .container_resource {
    padding-left: 0 !important;
  }
}
.profile .labelBold {
  height: 37px;
  width: auto !important;
  min-width: 150px;
  font-size: 20px;
  line-height: 37px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .profile .labelBold {
    font-size: 15px;
    line-height: 37px;
  }
}
.profile .labelBold h3 {
  margin: 0px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1;
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 24px;
  line-height: 37px;
}
@media (max-width: 992px) {
  .profile .labelBold h3 {
    font-size: 17px;
    line-height: 37px;
  }
}
.profile .documentList .labelBold {
  min-width: auto !important;
}
.profile span[id$=_lblHeader],
.profile .box {
  width: 100% !important;
  text-align: center;
}
.profile span[id$=_lblHeader] .labelBold,
.profile .box .labelBold {
  width: 100% !important;
  text-align: center !important;
}
.profile span[id*=_wrp],
.profile span[id*=_wrp] input {
  height: 37px !important;
  line-height: 37px;
  color: var(--colPageTitle);
  margin-left: 15px;
}
.profile span[id*=_wrp] input {
  padding: 0px 8px;
  border: 1px solid var(--colgreyTwo);
}
.profile .combobox {
  padding: 0px 8px;
  margin-bottom: 0px;
  height: 37px !important;
  line-height: 37px;
  width: 213px !important;
  font-size: 16px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colPageTitle);
  left: 170px !important;
}
.profile .button,
.profile .btn-primary {
  color: var(--colLight);
  text-transform: uppercase;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1;
  font-size: 14px;
  line-height: 21px;
  width: auto !important;
  min-width: 134px !important;
  height: 50px !important;
  left: 250px !important;
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
}
.profile .button:hover,
.profile .btn-primary:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.profile .labelOk {
  width: 100% !important;
}
.profile .lblMenu { /*menu nella combobox*/
  margin: 0px 0px 0px 10px !important;
  width: auto !important;
  margin-top: 10px !important;
  display: none;
}
.profile .lblMenu optgroup {
  font-size: 16px;
  color: var(--colAccentTwo);
}
.profile .lblMenu option {
  font-size: 12px;
  color: var(--colProdTitle);
}
.profile .lblMenu option:hover, .profile .lblMenu option:checked, .profile .lblMenu option:active, .profile .lblMenu option:focus {
  color: var(--colDark);
  background-color: var(--colgreyOne);
}
@media (max-width: 992px) {
  .profile .lblMenu {
    display: block;
  }
}
.profile div[id$=_container_resource] {
  width: 70% !important;
}
@media (max-width: 992px) {
  .profile div[id$=_container_resource] {
    left: 0px;
    width: 100% !important;
  }
}
.profile .boxMenu {
  border-radius: 0;
  background-clip: padding-box;
  width: 28% !important;
}
@media (max-width: 992px) {
  .profile .boxMenu {
    width: 100% !important;
    min-height: 40px !important;
    background-color: var(--colgreyOne) !important;
    padding: 5px;
    margin-bottom: 15px !important;
  }
  .profile .boxMenu table td {
    height: 40px !important;
    vertical-align: middle !important;
  }
}
.profile .menuview_slide {
  height: auto !important;
  margin-bottom: 20px !important;
  display: block;
  width: 100% !important;
  padding-right: 20px;
  padding-bottom: 20px;
}
.profile .menuview_slide.active {
  padding-left: 30px;
  font-weight: 600;
}
.profile .menuview_slide.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0px;
  margin: -5px 0 0 -2px;
  border: 0;
  border-bottom: 1px solid var(--colAccentTwo);
  border-right: 1px solid var(--colAccentTwo);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.profile .menuview_slide div[id*=_slide] { /*menu aperto*/
  display: block !important;
}
.profile .menuview_slide div[id*=_slideChild] {
  padding-bottom: 20px;
}
.profile .menuview_slide .menuview_sep {
  height: 20px;
}
.profile .menuview_slide .menuview_font,
.profile .menuview_slide .menuview_font_over {
  color: var(--primary-color);
  background-color: transparent !important;
  padding: 0px !important;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 0px 5px 0px !important;
}
.profile .menuview_slide .parent.menuview_font,
.profile .menuview_slide .parent.menuview_font_over {
  padding: 20px 15px !important;
  text-transform: uppercase;
  line-height: 1;
  font-size: 24px;
  line-height: 36px;
  padding: 0px 25px 10px 0px;
  margin: 0 0 15px 0;
  font-weight: 600;
  border-bottom: 4px solid var(--colAccentTwo);
  display: block;
  cursor: pointer;
  position: relative;
}
.profile .menuview_slide td.menuview_sub_font,
.profile .menuview_slide td.menuview_sub_font_over {
  font-weight: 600;
  font-size: 22px !important;
  color: var(--colPageTitle);
  cursor: pointer;
  line-height: 33px;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid var(--colgreyThree);
}
.profile .menuview_slide td.menuview_sub_font :hover,
.profile .menuview_slide td.menuview_sub_font_over :hover {
  font-weight: 600;
}
.profile .menuview_slide td.menuview_sub_font.active,
.profile .menuview_slide td.menuview_sub_font_over.active {
  padding-left: 30px;
  font-weight: 600;
}
.profile .menuview_slide td.menuview_sub_font.active::before,
.profile .menuview_slide td.menuview_sub_font_over.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0px;
  margin: -5px 0 0 -2px;
  border: 0;
  border-bottom: 1px solid var(--colAccentTwo);
  border-right: 1px solid var(--colAccentTwo);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .profile .menuview_slide {
    display: none;
  }
}

.gsec_fe_gadget_doc_trace_container_portlet .btnConfirmOrder_ctrl,
.gsec_fe_gadget_doc_trace_container_portlet .btnEditOrder_ctrl,
.gsec_fe_gadget_doc_trace_container_portlet .btnAnnulla_ctrl {
  margin: 9px 0 0 9px !important;
}

.menuview_border,
.menuview_border table {
  width: 100%;
}

.changeaddress .labelBold h3 {
  text-align: left !important;
  padding-left: 90px !important;
}

.changepw .labelBold h3 {
  text-align: left !important;
  padding-left: 160px !important;
}
.changepw .button {
  left: 208px !important;
}

.enableOTP .labelBold h3,
.gspv_fe_gadget_wcustumerpref_portlet .labelBold h3 {
  text-align: left !important;
  padding-left: 15px !important;
}
.enableOTP .boxLabel1_ctrl,
.gspv_fe_gadget_wcustumerpref_portlet .boxLabel1_ctrl {
  width: 100% !important;
}
.enableOTP .lblHelp2_ctrl, .enableOTP .lblHelp3_ctrl,
.gspv_fe_gadget_wcustumerpref_portlet .lblHelp2_ctrl,
.gspv_fe_gadget_wcustumerpref_portlet .lblHelp3_ctrl {
  width: 100% !important;
  margin-left: 20px !important;
}
.enableOTP .lblHelp4_ctrl,
.gspv_fe_gadget_wcustumerpref_portlet .lblHelp4_ctrl {
  width: 300px !important;
  margin-top: 50px !important;
}
.enableOTP .btnChk_ctrl,
.gspv_fe_gadget_wcustumerpref_portlet .btnChk_ctrl {
  margin-left: 20px !important;
  height: 39px !important;
}
.enableOTP .btnActive_ctrl,
.gspv_fe_gadget_wcustumerpref_portlet .btnActive_ctrl {
  margin-left: 20px !important;
  height: 39px !important;
}

.gspv_fe_gadget_wworkerspref_portlet .labelBold h3 {
  text-align: left !important;
  padding-left: 140px !important;
}
@media (max-width: 992px) {
  .gspv_fe_gadget_wworkerspref_portlet {
    min-width: 900px !important;
  }
}

.gsec_fe_gadget_docnav_portlet .buttonClose_ctrl {
  width: 220px !important;
  left: 500px !important;
}
.gsec_fe_gadget_docnav_portlet .buttonBrowse_ctrl {
  width: 220px !important;
}
@media (max-width: 992px) {
  .gsec_fe_gadget_docnav_portlet .buttonClose_ctrl {
    width: 120px !important;
    left: 100px !important;
    top: 280px !important;
  }
  .gsec_fe_gadget_docnav_portlet .buttonBrowse_ctrl {
    width: 120px !important;
    top: 280px !important;
  }
}
@media (max-width: 768px) {
  .gsec_fe_gadget_docnav_portlet .btnNewDoc_ctrl {
    left: 4px !important;
  }
  .gsec_fe_gadget_docnav_portlet .buttonClose_ctrl {
    width: 120px !important;
    left: 100px !important;
    top: 280px !important;
  }
  .gsec_fe_gadget_docnav_portlet .buttonBrowse_ctrl {
    width: 120px !important;
    top: 280px !important;
  }
}

@media (max-width: 390px) {
  .gsda_fe_gadget_doc_rel_portlet .CLASSEDOC_ctrl {
    left: 100px !important;
  }
}

.gsec_fe_gadget_customers_age_container img {
  width: 25px !important;
  height: 25px !important;
}
.gsec_fe_gadget_customers_age_container .btnNew_ctrl {
  top: 60px !important;
  right: 0px !important;
  left: 850px !important;
}

@media (max-width: 992px) {
  .gsec_fe_gadget_customers_age_container .btnNew_ctrl {
    left: 0px !important;
  }
}
/*****************************  GRID ***************************/
.grid {
  /*layer filtri*/
  /* ordinamento nel layer */
  /*ordinamento nei titoli*/
}
.grid .grid_row,
.grid .grid_rowodd {
  font-size: 14px;
  font-weight: normal;
  background-color: var(--colbgLight);
  color: var(--colgreyThree);
  height: 22px !important;
}
.grid .grid_row .grid_rowselected,
.grid .grid_row .grid_rowselected,
.grid .grid_rowodd .grid_rowselected,
.grid .grid_rowodd .grid_rowselected {
  font-size: 14px;
  font-weight: normal;
  background-color: var(--colbgLight);
  height: 22px !important;
}
.grid .grid_cell_title {
  font-weight: 600;
  background-color: var(--colgreyOne);
  padding-left: 4px;
  height: 40px !important;
  border-bottom: 1px solid var(--colLight);
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .grid .grid_cell_title {
    font-size: 15px;
    line-height: 30px;
  }
}
.grid .grid_cell {
  padding: 16px 4px;
  border-bottom: 1px solid var(--colgreyBorder);
  min-width: 30px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .grid .grid_cell {
    font-size: 15px;
    line-height: 30px;
  }
}
.grid .grid_cell a {
  text-decoration: none !important;
}
.grid .grid_cell .edit img,
.grid .grid_cell .confirm img,
.grid .grid_cell .delete img,
.grid .grid_cell .download img {
  background-color: var(--colAccentTwo) !important;
  width: 25px;
  height: 25px;
  border-radius: 1px;
}
.grid .grid_cell .red {
  background-color: red;
  padding: 0px !important;
  display: inline-block;
  min-width: 10px;
}
.grid .grid_cell .green {
  background-color: green;
  padding: 0px !important;
  display: inline-block;
  min-width: 10px;
}
.grid .grid_cell .yellow {
  background-color: yellow;
  padding: 0px !important;
  display: inline-block;
  min-width: 10px;
}
.grid .grid_cell .red div div,
.grid .grid_cell .green div div,
.grid .grid_cell .yellow div div {
  min-height: 50px;
}
.grid .grid_cell .mime {
  background-color: var(--colgreyOne);
  width: 40px;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 14px;
}
.grid .filters_body {
  margin: 0px 5px;
  padding: 5px 5px;
  border: 1px solid var(--colgreyTwo);
}
.grid .filter_mask_container {
  width: 450px;
  background-color: var(--colbgLight);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.grid .filter_mask_container .toplabel {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.grid .filter_mask_top {
  height: 35px;
}
.grid .filter_mask_content {
  background-image: url(../SpTheme_Fusion/formPage/empty.gif);
  background-position: left;
  background-repeat: repeat-y;
  margin: 0 auto 0 auto;
  padding: 0px 10px 0px 10px;
}
.grid .buttonMaskContainer {
  top: 5px;
  right: 8px;
}
.grid .filter_mask {
  top: 4px;
  border-width: 0px;
  border-style: solid;
}
.grid .filter_mask_bottom {
  height: 15px;
  background-image: url(../SpTheme_Fusion/formPage/empty.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
.grid .grid_orderby_ul_pin {
  position: absolute;
  background-position: right;
}
.grid .grid_orderby_ul,
.grid .search_fields_ul {
  width: 160px;
  padding: 10px;
  margin: 0px;
  font-size: 14px;
  position: absolute;
  z-index: 200;
  background-color: var(--colbgLight);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: var(--primary-color);
}
.grid .filterByExampleHandler {
  display: none !important;
}
.grid .grid_orderby_ico .menu {
  background: none !important;
}
.grid .grid_orderby_ico .menu .desc::after {
  font-family: "icons8_win10";
  content: "\ea6a";
  color: var(--primary-color);
  font-size: 10px;
}
.grid .grid_orderby_ico .menu .asc::after {
  font-family: "icons8_win10";
  content: "\ea6d";
  color: var(--primary-color);
  font-size: 10px;
}
.grid .grid_orderby_ico .text {
  font-size: 14px;
}
.grid .grid_orderby_li ::before {
  font-family: "icons8_win10";
  font-size: 20px;
  top: 3px;
  position: relative;
  margin-right: 5px;
  padding: 2px;
  border-radius: 5px;
}
.grid .grid_orderby_li .desc::before {
  content: "\ea6a";
}
.grid .grid_orderby_li .asc::before {
  content: "\ea6d";
}
.grid .grid_orderby_li .add_desc::before {
  content: "\ebed";
}
.grid .grid_orderby_li .add_asc::before {
  content: "\ebed";
}
.grid .grid_orderby_li .find::before {
  content: "\e9fb";
}
.grid .grid_orderby_li .del_sort::before {
  content: "\ed62";
}
.grid a.iconFont.view::after {
  content: "\e9fb";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
}
.grid a.iconFont.add::after {
  content: "\ebed";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
}
.grid a.iconFont.refresh::after {
  content: "\ec4d";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
}
.grid a.iconFont.edit::after {
  content: "\ebb9";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
}
.grid a.iconFont.delete::after {
  content: "\f041";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
}
.grid a.iconFont.grid_save::after {
  content: "\ecb3";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
}
.grid a.iconFont.grid_first_dis::after {
  content: "\f092";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.grid a.iconFont.grid_prev_dis::after {
  content: "\f144";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.grid a.iconFont.grid_first::after {
  content: "\f092";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.grid a.iconFont.grid_prev::after {
  content: "\f144";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.grid a.iconFont.grid_next_dis::after {
  content: "\f145";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.grid a.iconFont.grid_last_dis::after {
  content: "\f093";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.grid a.iconFont.grid_next::after {
  content: "\f145";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.grid a.iconFont.grid_last::after {
  content: "\f093";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.grid a.iconFont.grid_minus::after {
  content: "\f047";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.grid a.iconFont.grid_plus::after {
  content: "\f113";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.87);
}
.grid span.iconFont .grid_filter_delete::after {
  content: "\f041";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: var(--colLight);
  opacity: 0.87;
}
.grid span.iconFont .grid_filter_temp_add::after {
  content: "\f253";
  font-family: icons8_win10;
  font-weight: normal;
  font-size: 22px;
  color: var(--colLight);
  opacity: 0.87;
}

/* GRID NAVBAR*/
.grid_navbar {
  margin: 20px 0px 20px 0px;
}
.grid_navbar span[id$=page_numbers] {
  margin: 0px 5px 0px 5px;
  font-size: 20px;
}
.grid_navbar .grid_minus,
.grid_navbar .grid_plus,
.grid_navbar .grid_first,
.grid_navbar .grid_last,
.grid_navbar .grid_prev,
.grid_navbar .grid_next {
  width: 25px;
  height: 25px;
  max-width: initial;
}
.grid_navbar .grid_minus :hover,
.grid_navbar .grid_plus :hover,
.grid_navbar .grid_first :hover,
.grid_navbar .grid_last :hover,
.grid_navbar .grid_prev :hover,
.grid_navbar .grid_next :hover {
  background-color: var(--primary-color) !important;
}
.grid_navbar .grid_first_dis,
.grid_navbar .grid_last_dis,
.grid_navbar .grid_prev_dis,
.grid_navbar .grid_next_dis {
  width: 25px;
  height: 25px;
  margin: 0px 1px 0px 1px;
  max-width: initial;
}

.grid_navbar_curpage_input,
.grid_navbar_totpages_input {
  border: none !important;
  border-bottom: 1px solid var(--colPageTitle) !important;
  width: 40px !important;
  font-size: 16px !important;
  padding: 3px !important;
  text-align: center;
  margin: 0px !important;
  height: 25px;
  min-height: 25px !important;
}

/*maschera filtri*/
.buttonMask.iconFont::after {
  font-family: "icons8_win10";
  font-size: 16px;
  position: relative;
  margin-right: 5px;
  background-color: var(--btn-primary-bg-color);
  color: var(--btn-primary-txt-color);
  padding: 4px;
  border-radius: 5px;
}

.grid_img_filter_addnew::after {
  content: "\ebed";
}

.grid_img_filter_apply::after {
  content: "\ef8b";
}

.grid_img_filter_close::after {
  content: "\f048";
}

.grid_img_filter_delete::after {
  content: "\f041";
}

.grid_img_filter_disable::after {
  content: "\f253";
}

/**************************FINE GRID******** **********************/
/***************** AREA PERSONALE - DETTAGLIO  ORDINE ******************/
.myorder .box {
  width: auto !important;
  margin: 10px 0px !important;
  border: 0px !important;
}
.myorder .box .box .boxButton {
  float: left !important;
}
.myorder .traceOrder .boxTotal {
  margin: 10px 0px 10px 0px !important;
  float: right;
}
.myorder .traceOrder .box.boxButton .btnAddToCart {
  margin: 20px 5px 0px 0px !important;
  font-size: 15px;
}
.myorder .traceOrder .labelBold {
  color: var(--colgreyThree);
  height: 20px;
  line-height: 20px;
  text-align: left !important;
  font-size: 16px;
}
.myorder .traceOrder .labelBold a {
  font-size: 16px;
  text-decoration: none;
}
.myorder .traceOrder div[id$=_imgTracking] {
  float: right;
  margin: 11px 15px;
}
.myorder .traceOrder .boxPag {
  clear: left !important;
}
.myorder .traceOrder .boxCons {
  clear: right !important;
}
.myorder .traceOrder .labelBold.stato {
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 18px;
  color: var(--primary-color);
}
.myorder .traceOrder .labelH2 {
  color: var(--colDark);
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  margin: 0px 0px 0px 20px !important;
  font-size: 18px;
}
.myorder .traceOrder .box.boxTotal .labelBold {
  width: 120px !important;
}
.myorder .traceOrder .box.boxTotal .labelBold,
.myorder .traceOrder .box .boxTotal .labelH2 {
  margin: 0px !important;
  padding: 5px 10px;
}
.myorder .traceOrder .box.boxTitleRepeat {
  width: 100% !important;
}
.myorder .traceOrder .box.boxTitleRepeat .labelH2 {
  font-size: 14px;
  margin: 0 !important;
  text-align: left !important;
}
.myorder .traceOrder .box.boxTitleRepeat .lblArt_ctrl {
  width: -webkit-calc(100% - 350px) !important;
  width: -moz-calc(100% - 350px) !important;
  width: calc(100% - 350px) !important;
}
.myorder .traceOrder .box.boxTitleRepeat .label4_ctrl,
.myorder .traceOrder .box.boxTitleRepeat .Quantità_ctrl,
.myorder .traceOrder .box.boxTitleRepeat .label6_ctrl {
  width: 100px !important;
}
@media (min-width: 992px) {
  .myorder .traceOrder .traceOrder .box50 {
    width: 49% !important;
    margin-left: 8px !important;
    padding: 5px;
  }
}
.myorder .traceOrderItem {
  min-height: 0 !important;
  border-bottom: 1px solid var(--colgreyThree);
}
.myorder .traceOrderItem .boxStateOrder {
  float: right;
  margin: 0px !important;
  width: 10px !important;
  height: 40px !important;
}
.myorder .traceOrderItem .labelBold {
  height: 40px;
  line-height: 40px;
  margin: 0px 0px 0px 20px;
  font-size: 16px;
  text-align: right;
}
.myorder .traceOrderItem .labelBold a {
  font-size: 16px;
}
.myorder .traceOrderItem .grid {
  padding-top: 20px;
}
.myorder .traceOrderItem > * {
  margin: 0 !important;
}
.myorder .traceOrderItem span {
  float: left;
  height: auto !important;
  min-height: 40px !important;
}
.myorder .traceOrderItem .lblDesArtText_ctrl,
.myorder .traceOrderItem .lblDesArt_ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: -webkit-calc(100% - 350px) !important;
  width: -moz-calc(100% - 350px) !important;
  width: calc(100% - 350px) !important;
  white-space: break-spaces;
}
.myorder .traceOrderItem .lblPrice_ctrl,
.myorder .traceOrderItem .lblQta_ctrl,
.myorder .traceOrderItem .lblTot_ctrl {
  width: 100px !important;
  min-width: 0 !important;
  line-height: 40px;
}
.myorder .traceOrderItem .imgTracking_ctrl {
  position: relative !important;
  width: 40px !important;
  height: 40px !important;
}
.myorder .traceOrderItem .imgTracking_ctrl a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.myorder .traceOrderItem .imgTracking_ctrl a::before {
  display: block;
  content: "\ea18";
  font-family: icons8_win10;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
}
.myorder .traceOrderItem .imgTracking_ctrl .imgTracking {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0 !important;
}
.myorder .grid img {
  max-width: inherit;
}

/**************************FINE AREA PERSONALE **********************/
/***************************REGISTRAZIONE****************************/
.registration .form-group,
.registration_azi .form-group,
.registration_azi {
  margin-bottom: 1rem;
}

.registration select, .registration span, .registration textarea,
.registration_azi select, .registration_azi span, .registration_azi textarea {
  margin-bottom: 0px;
  height: 60px;
}

.registration-section .form-wrapper {
  background: var(--colBgForm);
  padding: 30px 30px;
  margin-bottom: 30px;
}
.registration-section .form-wrapper .comp-zone {
  margin-bottom: 1rem;
}
.registration-section .form-wrapper h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  /*text-align: center;*/
  text-align: left;
  margin: 20px 0 0 0;
}
.registration-section .form-wrapper .form-group {
  font-size: 22px;
  line-height: 33px;
  line-height: 1 !important;
  /*.captcha {
      padding: 0px 10px;
      img{
          height: 60px;                
      }
  }*/
}
@media (max-width: 992px) {
  .registration-section .form-wrapper .form-group {
    font-size: 13px;
    line-height: 19px;
  }
}
.registration-section .form-wrapper .form-group .showcell,
.registration-section .form-wrapper .form-group .showpwd,
.registration-section .form-wrapper .form-group .showpec {
  text-align: center;
  background-color: #ccc;
}
.registration-section .form-wrapper .form-group .showcell:before,
.registration-section .form-wrapper .form-group .showpwd:before,
.registration-section .form-wrapper .form-group .showpec:before {
  font-size: 30px;
  font-family: "icons8_win10";
  width: 100%;
  height: 100%;
  background-color: var(--btn-primary-bg-color);
  padding: 15px 10px;
  color: #fff;
  display: block;
  cursor: pointer;
}
.registration-section .form-wrapper .form-group .showcell:before {
  content: "\f143";
}
.registration-section .form-wrapper .form-group .showcell.hide:before {
  content: "\f146";
}
.registration-section .form-wrapper .form-group .showpwd:before {
  content: "\e95b";
}
.registration-section .form-wrapper .form-group .showpwd.hide:before {
  content: "\e95c";
}
.registration-section .form-wrapper .form-group .showpec:before {
  content: "\f143";
}
.registration-section .form-wrapper .form-group .showpec.hide:before {
  content: "\f146";
}
.registration-section .form-wrapper .form-group .control-label {
  display: block;
  text-align: right;
  font-size: 22px;
  line-height: 33px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .registration-section .form-wrapper .form-group .control-label {
    font-size: 13px;
    line-height: 19px;
  }
}
.registration-section .form-wrapper .form-group .required div {
  width: -webkit-calc(100% - 15px) !important;
  width: -moz-calc(100% - 15px) !important;
  width: calc(100% - 15px) !important;
  float: left;
}
.registration-section .form-wrapper .form-group .required::after {
  content: "*";
  margin-left: 5px;
}
.registration-section .form-wrapper .form-group .alternate div {
  width: -webkit-calc(100% - 24px) !important;
  width: -moz-calc(100% - 24px) !important;
  width: calc(100% - 24px) !important;
  float: left;
}
.registration-section .form-wrapper .form-group .alternate::after {
  content: "**";
  margin-left: 5px;
}
.registration-section .form-wrapper .form-group a {
  color: var(--colPageTitle);
}
.registration-section .form-wrapper .form-group a:hover {
  color: var(--colAccentTwo);
}
.registration-section .form-wrapper .form-group a img {
  max-height: 60px;
}
.registration-section .form-wrapper .form-group .checkbox-control-input {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px;
}
.registration-section .form-wrapper .form-group .checkbox-control-label {
  top: auto;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  height: 30px;
  line-height: 30px;
}
.registration-section .form-wrapper .form-group span[id*=_autosuggestCity_wrp] {
  top: 0px !important;
  width: 100% !important;
  left: 0px !important;
  position: relative !important;
}
.registration-section .form-wrapper .form-group textarea[id*=autosuggestCity] {
  height: 58px !important;
  padding: 15px;
  font-size: 20px;
  border: none;
  line-height: 30px;
  resize: none !important;
  overflow: hidden !important;
}
.registration-section .form-wrapper .form-group .city_sw {
  top: 60px !important;
  left: 15px !important;
  background-color: var(--colgreyOne);
  width: auto !important;
  padding: 15px !important;
  font-size: 20px;
  right: 15px;
  display: none;
}
.registration-section .form-wrapper .form-group .city_sw li {
  width: 100% !important;
  padding: 5px 5px 10px 5px !important;
}
.registration-section .form-wrapper .form-group .city_sw .over {
  color: var(--colAccentTwo);
}
.registration-section .form-wrapper .form-group .pwdmeter {
  width: 170px !important;
  height: 60px !important;
  margin: 0px;
}
.registration-section .form-wrapper .form-group .pwdmeter .img_bg_gradient_ctrl {
  top: 5px !important;
  left: 10px !important;
  right: 0 !important;
}
.registration-section .form-wrapper .form-group .pwdmeter .box {
  top: 5px !important;
  right: 0 !important;
}
.registration-section .form-wrapper .form-group .pwdmeter .label {
  font-size: 18px !important;
  border: 0 !important;
  top: auto !important;
  left: 10px !important;
  right: 0 !important;
  bottom: 5px;
  line-height: normal !important;
  text-align: center !important;
}
@media (max-width: 576px) {
  .registration-section .form-wrapper .form-group .control-label {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .registration-section .form-wrapper .form-group .required div,
  .registration-section .form-wrapper .form-group .alternate div {
    width: auto !important;
  }
}
.registration-section .form-wrapper .btn.btn-primary {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  width: 200px;
  height: 60px;
}
@media (max-width: 992px) {
  .registration-section .form-wrapper .btn.btn-primary {
    font-size: 14px;
    line-height: 21px;
  }
}
.registration-section .form-wrapper .custom-checkbox .custom-control-label {
  padding-left: 25px;
}
.registration-section .form-wrapper .custom-checkbox .custom-control-label::before, .registration-section .form-wrapper .custom-checkbox .custom-control-label::after {
  top: 0;
  width: 30px;
  height: 30px;
}

@media (max-width: 576px) {
  .registration-section .form-wrapper .form-group .control-label {
    text-align: left;
    margin-bottom: 0.5rem;
  }
  .registration-section .form-wrapper .form-group .required div, .registration-section .form-wrapper .form-group .alternate div {
    width: auto !important;
  }
}
.account-section .form-wrapper {
  background: var(--colBgForm);
  padding: 30px 30px;
  margin-bottom: 30px;
}
.account-section .form-wrapper h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin: 20px 0 0 0;
}
.account-section .form-wrapper .form-group {
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .account-section .form-wrapper .form-group {
    font-size: 13px;
    line-height: 19px;
  }
}
.account-section .form-wrapper .form-group .control-label {
  display: block;
  text-align: left;
  font-size: 22px;
  line-height: 33px;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .account-section .form-wrapper .form-group .control-label {
    font-size: 13px;
    line-height: 19px;
  }
}
.account-section .form-wrapper .form-group .required::after {
  content: "*";
  margin-left: 5px;
}
.account-section .form-wrapper .form-group .required-group::after {
  content: "**";
  margin-left: 5px;
}
.account-section .form-wrapper .form-group a {
  color: var(--colPageTitle);
}
.account-section .form-wrapper .form-group a:hover {
  color: var(--colAccentTwo);
}
.account-section .form-wrapper .btn.btn-primary {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  width: 200px;
  height: 60px;
}
@media (max-width: 992px) {
  .account-section .form-wrapper .btn.btn-primary {
    font-size: 14px;
    line-height: 21px;
  }
}
.account-section .form-wrapper .custom-checkbox .custom-control-label {
  padding-left: 25px;
}
.account-section .form-wrapper .custom-checkbox .custom-control-label::before, .account-section .form-wrapper .custom-checkbox .custom-control-label::after {
  top: 0;
  width: 30px;
  height: 30px;
}

.login-portlet {
  height: auto !important;
}

.login-section .login-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column nowrap;
}
.login-section .form-wrapper {
  background: var(--colBgForm);
  padding: 30px 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
}
.login-section .form-wrapper h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  display: block;
  padding: 0px 0px 30px 0px;
  text-align: left;
}
@media (max-width: 992px) {
  .login-section .form-wrapper h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.login-section .form-wrapper .text-wrapper {
  padding: 0 0 20px 0;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
     -moz-box-flex: 2;
          flex-grow: 2;
}
.login-section .form-wrapper .text-wrapper span {
  color: var(--colPageTitle);
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 992px) {
  .login-section .form-wrapper .text-wrapper span {
    font-size: 14px;
    line-height: 21px;
  }
}
.login-section .form-wrapper .text-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.login-section .form-wrapper .form-group {
  margin-bottom: 1rem;
  position: relative;
  display: block;
}
.login-section .form-wrapper .form-group.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.login-section .form-wrapper .form-group .form-control {
  width: 100%;
  display: block;
  padding: 12px 15px;
}
.login-section .form-wrapper .form-group .form-control + .control-label {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .login-section .form-wrapper .form-group .form-control + .control-label {
    font-size: 13px;
    line-height: 19px;
  }
}
.login-section .form-wrapper .form-group .form-control:focus + .control-label {
  display: none;
}
.login-section .form-wrapper .form-group .button {
  width: 100%;
  padding: 15px 50px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 992px) {
  .login-section .form-wrapper .form-group .button {
    font-size: 14px;
    line-height: 21px;
  }
}
.login-section .form-wrapper .form-group .button:hover {
  background: var(--colAccentOne);
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.login-section .form-wrapper .form-group .button.btn-registration {
  background: var(--colbgDark);
}
.login-section .form-wrapper .button-wrapper.logged {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
.login-section .form-wrapper .button-wrapper .btn {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
  height: auto;
  padding: 15px 20px;
}
@media (max-width: 992px) {
  .login-section .form-wrapper .button-wrapper .btn {
    font-size: 14px;
    line-height: 21px;
  }
}
.login-section .form-wrapper .button-wrapper .btn.btn-secondary {
  border-radius: 0;
  color: var(--colDark);
  background: var(--colbgLight);
  border: 2px solid var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
}
.login-section .form-wrapper .button-wrapper .btn.btn-secondary:hover {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.login-section .form-wrapper a.link {
  display: block;
  text-align: left;
  text-decoration: underline;
  color: var(--colDark);
}
.login-section .form-wrapper a.link:hover {
  color: var(--colAccentTwo);
}
.login-section .form-wrapper .login-submit-group {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 576px) {
  .login-section .form-wrapper h4 {
    text-align: center;
  }
  .login-section .form-wrapper .button-wrapper .btn {
    width: 100%;
  }
  .login-section .form-wrapper a.link {
    text-align: right;
  }
}
.login-section input:not([type=checkbox]) {
  height: 60px;
}
.login-section .captcha {
  margin-right: 10px;
}
.login-section .captcha img {
  height: 60px;
}

.new-password .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.new-password .captcha {
  margin-right: 10px;
}
.new-password .captcha img {
  height: 60px;
}
.new-password .form-group {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.new-password .form-group .textbox-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}
.new-password .pwdmeter {
  width: 170px !important;
  height: 54px !important;
}
.new-password .pwdmeter .img_bg_gradient_ctrl {
  top: 5px !important;
  left: 10px !important;
  right: 0 !important;
}
.new-password .pwdmeter .box {
  top: 5px !important;
  right: 0 !important;
}
.new-password .pwdmeter .label {
  font-size: 16px !important;
  border: 0 !important;
  top: auto !important;
  left: 10px !important;
  right: 0 !important;
  bottom: 5px;
  line-height: normal !important;
  text-align: center !important;
}

.sidebar-account {
  margin-right: 60px;
}
.sidebar-account .customer-info {
  padding: 0 0 20px 0;
}
.sidebar-account .nav-account-wrap {
  margin-bottom: 80px;
}
.sidebar-account .nav-account-wrap .nav-account-title {
  display: block;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  padding: 0px 25px 10px 0px;
  margin: 0 0 15px 0;
  font-weight: 600;
  border-bottom: 4px solid var(--colAccentTwo);
  display: block;
  cursor: pointer;
  position: relative;
}
@media (max-width: 992px) {
  .sidebar-account .nav-account-wrap .nav-account-title {
    font-size: 14px;
    line-height: 21px;
  }
}
.sidebar-account .nav-account-wrap .nav-account-title::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 10px;
  border: 0;
  border-bottom: 1px solid var(--colDark);
  border-right: 1px solid var(--colDark);
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sidebar-account .nav-account-wrap .nav-account-title.collapsed::after {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sidebar-account .nav-account-wrap .nav-account-title.no-collapse::after {
  display: none;
}
.sidebar-account .nav-account-wrap .nav-account {
  padding-left: 30px;
}
.sidebar-account .nav-account-wrap .nav-account li {
  border-bottom: 1px solid var(--colgreyThree);
}
.sidebar-account .nav-account-wrap .nav-account li a {
  display: block;
  font-size: 22px;
  line-height: 33px;
  padding: 15px 0;
  color: var(--colPageTitle);
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (max-width: 992px) {
  .sidebar-account .nav-account-wrap .nav-account li a {
    font-size: 13px;
    line-height: 19px;
  }
}
.sidebar-account .nav-account-wrap .nav-account li a:hover {
  color: var(--colAccentTwo);
}
.sidebar-account .nav-account-wrap .nav-account li a.active {
  padding-left: 30px;
  color: var(--colAccentTwo);
  font-weight: 600;
}
.sidebar-account .nav-account-wrap .nav-account li a.active::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 0px;
  margin: -5px 0 0 -2px;
  border: 0;
  border-bottom: 1px solid var(--colAccentTwo);
  border-right: 1px solid var(--colAccentTwo);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.account-section .form-wrapper label {
  text-align: left;
}
.account-section .form-wrapper .row.doubleinput {
  margin: 0;
}

.content-account {
  margin: 0;
}
.content-account .table-account-wrap {
  margin-bottom: 50px;
}
.content-account .table-account-wrap .account-title {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .content-account .table-account-wrap .account-title {
    font-size: 14px;
    line-height: 21px;
  }
}
.content-account .table-account-wrap .table-account {
  font-size: 22px;
  line-height: 33px;
  color: var(--colPageTitle);
}
@media (max-width: 992px) {
  .content-account .table-account-wrap .table-account {
    font-size: 13px;
    line-height: 19px;
  }
}
.content-account .table-account-wrap .table-account a {
  color: var(--colPageTitle);
  text-decoration: underline;
  cursor: pointer;
}
.content-account .table-account-wrap .table-account a:hover {
  color: var(--colAccentTwo);
}
.content-account .table-account-wrap .table-account td,
.content-account .table-account-wrap .table-account th {
  border: 0;
}
.content-account .table-account-wrap .table-account .table-header tr {
  background: var(--colBgForm);
}
.content-account .table-account-wrap .table-account .table-header tr th {
  vertical-align: middle;
  font-weight: 400;
  position: relative;
}
.content-account .table-account-wrap .table-account .table-header tr th .icon-sorting {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  cursor: pointer;
}
.content-account .table-account-wrap .table-account .table-header tr th .icon-sorting.desc {
  border-top: 8px solid var(--colTargetBar);
}
.content-account .table-account-wrap .table-account .table-header tr th .icon-sorting.desc:hover {
  border-top: 8px solid var(--colgreyFour);
}
.content-account .table-account-wrap .table-account .table-header tr th .icon-sorting.asc {
  border-bottom: 8px solid var(--colTargetBar);
}
.content-account .table-account-wrap .table-account .table-header tr th .icon-sorting.asc:hover {
  border-bottom: 8px solid var(--colgreyFour);
}
.content-account .table-account-wrap .table-account tbody tr {
  position: relative;
  border-bottom: 1px solid var(--colBgForm);
}
.content-account .table-account-wrap .table-account tbody td {
  padding: 15px;
  vertical-align: middle;
}
.content-account .table-account-wrap .table-account tbody td:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.content-account .table-account-wrap .table-account tbody tr:nth-of-type(even) {
  background: var(--colgreyOne);
}
.content-account .table-account-wrap .table-account tbody .btn {
  background: var(--colAccentTwo);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.content-account .table-account-wrap .table-account tbody .btn::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid var(--colLight);
  border-right: 3px solid var(--colLight);
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.content-account .table-account-wrap .table-account tbody .btn:hover {
  background: var(--colAccentOne);
}
.content-account .table-account-wrap .table-account .icon-copy,
.content-account .table-account-wrap .table-account .icon-print,
.content-account .table-account-wrap .table-account .icon-validate,
.content-account .table-account-wrap .table-account .icon-modify,
.content-account .table-account-wrap .table-account .icon-trash {
  cursor: pointer;
}
.content-account .table-account-wrap .table-account .icon-copy::after,
.content-account .table-account-wrap .table-account .icon-print::after,
.content-account .table-account-wrap .table-account .icon-validate::after,
.content-account .table-account-wrap .table-account .icon-modify::after,
.content-account .table-account-wrap .table-account .icon-trash::after {
  zoom: 70%;
}
.content-account .table-account-wrap .table-account .icon-copy {
  margin-right: 10px;
  margin-right: 10px;
}
.content-account .table-account-wrap .table-account .icon-copy::after {
  content: url(../img/copy-icon.png);
  zoom: 70%;
}
.content-account .table-account-wrap .table-account .icon-print {
  margin-right: 10px;
}
.content-account .table-account-wrap .table-account .icon-print::after {
  content: url(../img/print-icon.png);
}
.content-account .table-account-wrap .table-account .icon-validate {
  margin-right: 10px;
}
.content-account .table-account-wrap .table-account .icon-validate::after {
  content: url(../img/validate-icon.png);
}
.content-account .table-account-wrap .table-account .icon-modify {
  margin-right: 10px;
}
.content-account .table-account-wrap .table-account .icon-modify::after {
  content: url(../img/modify-icon.png);
}
.content-account .table-account-wrap .table-account .icon-trash::after {
  content: url(../img/trash-icon.png);
}
.content-account .table-account-wrap .table-account .pagination a {
  text-decoration: none;
}

.selectionCustomer,
.selectionOffice {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  background: var(--colbgLight);
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 992px) {
  .selectionCustomer,
  .selectionOffice {
    font-size: 10px;
    line-height: 15px;
  }
}
.selectionCustomer .titleSelection,
.selectionOffice .titleSelection {
  font-size: 22px;
  line-height: 33px;
  color: var(--colAccentTwo);
}
@media (max-width: 992px) {
  .selectionCustomer .titleSelection,
  .selectionOffice .titleSelection {
    font-size: 13px;
    line-height: 19px;
  }
}
.selectionCustomer input[type=search].form-control,
.selectionOffice input[type=search].form-control {
  border: 1px solid var(--colBgForm);
  padding: 4px 10px;
  margin-bottom: 5px;
}
.selectionCustomer .selection-box .selection-box-header,
.selectionOffice .selection-box .selection-box-header {
  padding: 20px 0;
}
.selectionCustomer .selection-box .selection-box-header h4,
.selectionOffice .selection-box .selection-box-header h4 {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 36px;
  font-size: 20px;
  line-height: 30px;
  text-transform: none;
}
@media (max-width: 992px) {
  .selectionCustomer .selection-box .selection-box-header h4,
  .selectionOffice .selection-box .selection-box-header h4 {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  .selectionCustomer .selection-box .selection-box-header h4,
  .selectionOffice .selection-box .selection-box-header h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
.selectionCustomer .selection-box .selection-box-main,
.selectionOffice .selection-box .selection-box-main {
  font-size: 22px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .selectionCustomer .selection-box .selection-box-main,
  .selectionOffice .selection-box .selection-box-main {
    font-size: 13px;
    line-height: 19px;
  }
}
.selectionCustomer .selection-box .selection-box-main ul li,
.selectionOffice .selection-box .selection-box-main ul li {
  background: var(--colgreyOne);
  margin-bottom: 5px;
  padding: 10px;
}
.selectionCustomer .selection-box .selection-box-main ul li input,
.selectionOffice .selection-box .selection-box-main ul li input {
  display: none;
}
.selectionCustomer .selection-box .selection-box-main ul li input + label,
.selectionOffice .selection-box .selection-box-main ul li input + label {
  display: block;
  padding: 0 0 0 40px;
  margin: 0;
  cursor: pointer;
  position: relative;
  color: var(--colPageTitle);
}
.selectionCustomer .selection-box .selection-box-main ul li input + label:hover,
.selectionOffice .selection-box .selection-box-main ul li input + label:hover {
  color: var(--colAccentTwo);
}
.selectionCustomer .selection-box .selection-box-main ul li input + label::before,
.selectionOffice .selection-box .selection-box-main ul li input + label::before {
  content: url(../img/unchecked.png);
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0px;
  margin: -3px 0 0 0px;
}
.selectionCustomer .selection-box .selection-box-main ul li input:checked + label::before,
.selectionOffice .selection-box .selection-box-main ul li input:checked + label::before {
  content: url(../img/checked.png);
}
.selectionCustomer .selection-box .selection-box-footer,
.selectionOffice .selection-box .selection-box-footer {
  padding: 20px 0;
  text-align: right;
}
.selectionCustomer .selection-box .selection-box-footer .btn.btn-primary,
.selectionOffice .selection-box .selection-box-footer .btn.btn-primary {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  width: 100%;
  margin: 3px 0;
}
@media (max-width: 992px) {
  .selectionCustomer .selection-box .selection-box-footer .btn.btn-primary,
  .selectionOffice .selection-box .selection-box-footer .btn.btn-primary {
    font-size: 14px;
    line-height: 22px;
  }
}
.selectionCustomer .selection-box .selection-box-footer .btn.btn-secondary,
.selectionOffice .selection-box .selection-box-footer .btn.btn-secondary {
  border-radius: 0;
  color: var(--colDark);
  background: var(--colbgLight);
  border: 2px solid var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 20px;
  width: 100%;
  margin: 3px 0;
}
@media (max-width: 992px) {
  .selectionCustomer .selection-box .selection-box-footer .btn.btn-secondary,
  .selectionOffice .selection-box .selection-box-footer .btn.btn-secondary {
    font-size: 14px;
    line-height: 22px;
  }
}
.selectionCustomer .selection-box .selection-box-footer .btn.btn-secondary:hover, .selectionCustomer .selection-box .selection-box-footer .btn.btn-secondary:active, .selectionCustomer .selection-box .selection-box-footer .btn.btn-secondary:focus,
.selectionOffice .selection-box .selection-box-footer .btn.btn-secondary:hover,
.selectionOffice .selection-box .selection-box-footer .btn.btn-secondary:active,
.selectionOffice .selection-box .selection-box-footer .btn.btn-secondary:focus {
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.selectionCustomer .selection-box .selection-box-navbar,
.selectionOffice .selection-box .selection-box-navbar {
  padding: 10px 0 0 0;
}
.selectionCustomer .selection-box .selection-box-navbar .navbar,
.selectionOffice .selection-box .selection-box-navbar .navbar {
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

/*******************************************************/
/******************** GADGET SOCIAL ********************/
/*******************************************************/
.social-links,
.social-sharer {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links li,
.social-sharer li {
  color: var(--colgreyOne) !important;
  position: relative;
  display: inline-block;
  background: var(--colgreyFive);
  text-align: center;
  font-size: 24px;
  margin: 0 5px 5px 0;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
}
.social-links li a::before,
.social-sharer li a::before {
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out !important;
}

.social-links-portlet,
.social-sharer-portlet {
  min-height: 0 !important;
}
.social-links-portlet div[class$=_ctrl],
.social-sharer-portlet div[class$=_ctrl] {
  width: auto !important;
  float: right;
}
@media (max-width: 576px) {
  .social-links-portlet div[class$=_ctrl],
  .social-sharer-portlet div[class$=_ctrl] {
    width: 100% !important;
    float: left;
    text-align: center;
  }
}
.social-links-portlet .label,
.social-sharer-portlet .label {
  padding: 0;
  font-size: 1.5em;
  margin-bottom: 5px;
  width: auto !important;
}
.social-links-portlet li a,
.social-sharer-portlet li a {
  display: block;
  color: var(--colDark);
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 24px 24px;
          background-size: 24px;
}
.social-links-portlet li :hover,
.social-sharer-portlet li :hover {
  background-color: transparent;
}

/*----------------------*/
/* PROFILI
/*----------------------*/
.social-links li {
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.social-links li a {
  width: 100%;
  height: 100%;
}
.social-links li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: icons8_win10;
  font-size: 32px;
  line-height: 40px;
  content: "\f50f";
  color: var(--colDark);
}

/*----------------------*/
/* CONDIVISIONE
/*----------------------*/
.social-sharer li {
  height: 30px;
  border-radius: 3px;
}
.social-sharer li a {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px !important;
}
.social-sharer li a::before {
  display: inline-block;
  line-height: 30px;
  font-family: icons8_win10;
  font-size: 18px;
  content: "\f50f";
  vertical-align: middle;
}
.social-sharer li a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px !important;
}

/*----------------------*/
/* ICONE
/*----------------------*/
/* Background */
ul[class^=social-] {
  /* Icons */
  /* ESEMPIO CON IMMAGINE DI SFONDO */
}
ul[class^=social-] .facebook,
ul[class^=social-] .instagram,
ul[class^=social-] .twitter,
ul[class^=social-] .pinterest,
ul[class^=social-] .reddit,
ul[class^=social-] .youtube,
ul[class^=social-] .linkedin,
ul[class^=social-] .tumblr,
ul[class^=social-] .vk,
ul[class^=social-] .myspace,
ul[class^=social-] .rss {
  background: transparent;
}
ul[class^=social-] .icon-facebook::before {
  content: "\ee23";
}
ul[class^=social-] .icon-instagram::before {
  content: "\ef53";
}
ul[class^=social-] .icon-twitter::before {
  content: "\e907";
}
ul[class^=social-] .icon-pinterest::before {
  content: "\ebd8";
}
ul[class^=social-] .icon-reddit::before {
  content: "\ec49";
}
ul[class^=social-] .icon-youtube::before {
  content: "\e9e5";
}
ul[class^=social-] .icon-linkedin::before {
  content: "\ecf6";
}
ul[class^=social-] .icon-tumblr::before {
  content: "\e900";
}
ul[class^=social-] .icon-vk::before {
  content: "\e95d";
}
ul[class^=social-] .icon-myspace::before {
  content: "\f523";
}
ul[class^=social-] .icon-rss::before {
  content: "\ec98";
}
ul[class^=social-] .slbgimage {
  background-color: lightseagreen;
}
ul[class^=social-] .icon-slbgimage {
  background: url("../images/ico_rss.png") center/16px no-repeat;
}
ul[class^=social-] .icon-slbgimage::before {
  content: "";
}

/*********************************************************/
/************ GESTIONE MENU                   ************/
/*********************************************************/
.menu-bar {
  background: var(--colbgLight);
}
.menu-bar .categoryMenuHorizontal {
  height: auto !important;
}
.menu-bar nav {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.menu-bar nav ul.global-nav {
  background: var(--colbgDark);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
}
.menu-bar nav ul.global-nav li {
  vertical-align: middle;
  padding: 0;
}
.menu-bar nav ul.global-nav li > a {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 15px 12px;
  height: auto;
  font-size: 18px;
  line-height: 27px;
  position: relative;
  display: block;
}
@media (max-width: 992px) {
  .menu-bar nav ul.global-nav li > a {
    font-size: 12px;
    line-height: 18px;
  }
}
.menu-bar nav ul.global-nav li > a:hover {
  background: var(--colAccentTwo);
}
.menu-bar nav ul.global-nav li.dropdown > a {
  padding-right: 25px;
}
.menu-bar nav ul.global-nav li.dropdown > a::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  border: 0;
  border-bottom: 1px solid var(--colLight);
  border-right: 1px solid var(--colLight);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-bar .menuview_horizontal ul,
.menu-bar .menuview_horizontal li {
  margin: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}
.menu-bar .menuview_horizontal li {
  top: 0 !important;
}
.menu-bar .menuview_horizontal .topmenu > li:last-of-type {
  display: none !important;
}
.menu-bar .menuview_horizontal .megamenu {
  background: var(--colbgLight);
}
.menu-bar .menuview_horizontal,
.menu-bar .menuview_flat {
  position: static !important;
  height: auto !important;
}
.menu-bar .menuview_horizontal ul,
.menu-bar .menuview_flat ul {
  background: var(--colAccentTwo);
  min-width: 100%;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
}
.menu-bar .menuview_horizontal li,
.menu-bar .menuview_flat li {
  position: relative;
  display: block;
  white-space: nowrap;
}
.menu-bar .menuview_horizontal > ul > li,
.menu-bar .menuview_flat > ul > li {
  display: inline-block;
}
.menu-bar .menuview_horizontal > ul ul,
.menu-bar .menuview_flat > ul ul {
  position: absolute;
  top: 100% !important;
  display: none !important;
}
.menu-bar .menuview_horizontal > ul ul ul,
.menu-bar .menuview_flat > ul ul ul {
  top: 0 !important;
  left: 100% !important;
}
.menu-bar .menuview_horizontal > ul ul a.parent::after,
.menu-bar .menuview_flat > ul ul a.parent::after {
  margin-top: -5px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-bar .menuview_horizontal li.parent:hover > ul,
.menu-bar .menuview_flat li.parent:hover > ul {
  display: block !important;
}
.menu-bar .menuview_horizontal a,
.menu-bar .menuview_flat a {
  position: relative;
  display: block;
  height: auto;
  padding: 15px 12px;
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: var(--colLight);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .menu-bar .menuview_horizontal a,
  .menu-bar .menuview_flat a {
    font-size: 14px;
    line-height: 18px;
  }
}
.menu-bar .menuview_horizontal a:hover,
.menu-bar .menuview_flat a:hover {
  background-color: var(--colAccentTwoVariant);
}
.menu-bar .menuview_horizontal a.parent,
.menu-bar .menuview_flat a.parent {
  padding-right: 45px !important;
}
.menu-bar .menuview_horizontal a.parent::after,
.menu-bar .menuview_flat a.parent::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -8px;
  border: 0;
  border-bottom: 1px solid var(--colLight);
  border-right: 1px solid var(--colLight);
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-bar .scroll-active .menu-bar .menuview_horizontal a,
.menu-bar .scroll-active .menu-bar .menuview_flat a {
  font-size: 14px;
  padding: 20px 25px;
}

.categoryMenuVertical,
.categoryMenuFlat {
  position: static !important;
  min-height: 0 !important;
  height: auto !important;
  overflow: auto;
}
.categoryMenuVertical ul,
.categoryMenuFlat ul {
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid var(--colgreyOne);
  margin-left: 0px !important;
  list-style-type: none;
}
.categoryMenuVertical ul ul,
.categoryMenuFlat ul ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.categoryMenuVertical ul li,
.categoryMenuFlat ul li {
  position: relative !important;
  inset: 0 auto auto 0;
  opacity: 1 !important;
  visibility: visible !important;
}
.categoryMenuVertical li a,
.categoryMenuFlat li a {
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid var(--colgreyOne);
  color: var(--colgreyFive);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.categoryMenuVertical li a:hover,
.categoryMenuFlat li a:hover {
  background-color: var(--colAccentTwo);
  color: var(--colgreyOne);
}

.categoryMenuVertical .menuview_vertical {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 20px;
}
.categoryMenuVertical .menuview_vertical .topmenu {
  margin: 0 !important;
}

.categoryMenuAccordion {
  width: auto !important;
  min-width: 100px !important;
}
.categoryMenuAccordion div > ul {
  background-color: var(--colgreyOne);
  padding: 0px;
  margin-bottom: 10px;
  border: 1px solid var(--colgreyOne);
  margin-left: 0px !important;
  list-style-type: none;
}
.categoryMenuAccordion div > ul ul {
  list-style: none;
}
.categoryMenuAccordion div > ul .subMenu:after {
  content: "\f143";
  font-family: "icons8_win10";
  font-size: 12px;
  float: right;
}
.categoryMenuAccordion div > ul .subMenu.active:after {
  content: "\f146";
  color: var(--colgreyOne);
}
.categoryMenuAccordion div > ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid var(--colgreyOne);
  color: var(--colgreyFive);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.categoryMenuAccordion div > ul li a:hover, .categoryMenuAccordion div > ul li a.active {
  background: var(--colAccentTwo);
  color: var(--colgreyOne);
}
.categoryMenuAccordion div > ul li ul {
  display: none;
  padding: 0;
}
.categoryMenuAccordion div > ul li ul li a {
  padding: 10px 15px 10px 40px;
}
.categoryMenuAccordion div > ul li ul li ul li a {
  padding: 10px 65px;
}

/****************************************************/
/************ MENU CATEGORIE ORIZZONTALE ************/
/****************************************************/
.categoryMenuHorizontal,
.categoryMenuHorizontal .menuview_horizontal {
  position: static !important;
  display: block !important;
  height: auto !important;
}

.categoryMenuHorizontal .menuview_horizontal {
  margin-bottom: 20px;
}
.categoryMenuHorizontal ul {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid var(--colgreyOne);
  background: var(--colgreyOne);
}
.categoryMenuHorizontal ul ul li.parent > a::after {
  content: "\f145";
}
.categoryMenuHorizontal .topmenu {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
.categoryMenuHorizontal .topmenu ul {
  display: none;
  top: 100% !important;
  left: -1px !important;
  width: auto !important;
}
.categoryMenuHorizontal .topmenu ul ul {
  left: 100% !important;
  top: -1px !important;
}
.categoryMenuHorizontal li {
  top: 0 !important;
  display: block;
  float: none !important;
  text-align: center;
  line-height: 20px;
}
.categoryMenuHorizontal li:hover > ul {
  display: block;
}
.categoryMenuHorizontal li a {
  position: static !important;
  display: block !important;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px !important;
  color: var(--colgreyFive);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  text-align: left;
}
.categoryMenuHorizontal li.parent > a {
  position: relative;
  padding-right: 30px;
}
.categoryMenuHorizontal li.parent > a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline;
  content: "\f143";
  font-family: "icons8_win10";
  text-align: center;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
          transform: translateY(-50%);
}
.categoryMenuHorizontal li[style*="clear:left"] {
  display: none !important;
}

.categoryMenuHorizontal li a:hover,
.categoryMenuHorizontal li a.active {
  background: var(--colAccentTwo);
  color: var(--colgreyOne);
}

header .categoryMenuHorizontal .menuview_horizontal {
  margin-bottom: 0;
  overflow: visible !important;
}
header .categoryMenuHorizontal li {
  display: block !important;
}

header .categoryMenuFlat .topmenu ul,
header .categoryMenuHorizontal .topmenu ul {
  position: absolute !important;
}

header .categoryMenuFlat ul,
header .categoryMenuFlat li a,
header .categoryMenuHorizontal ul,
header .categoryMenuHorizontal li a,
footer .categoryMenuFlat ul,
footer .categoryMenuFlat li a,
footer .categoryMenuHorizontal ul,
footer .categoryMenuHorizontal li a {
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 27px;
}

footer .categoryMenuFlat li,
footer .categoryMenuHorizontal li {
  padding: 5px 0;
}

footer .categoryMenuFlat li a,
footer .categoryMenuHorizontal li a {
  display: inline-block;
}

.top-bar .categoryMenuFlat li a:hover,
.top-bar .categoryMenuHorizontal li a:hover,
footer .categoryMenuFlat li a:hover,
footer .categoryMenuHorizontal li a:hover {
  background-color: transparent;
  color: var(--colAccentTwo);
}

.compareContainer {
  margin-bottom: 20px;
  min-height: 0 !important;
}
.compareContainer .lblNoRecord {
  margin: 40px 0 20px !important;
  width: 100% !important;
  /*font-size: 18px;*/
  text-align: center;
}
.compareContainer .repeater .repeater_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  overflow-x: auto;
}
.compareContainer .repeater .repeater_wrapper .repeater_ele {
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          flex: 0 0 auto;
}
.compareContainer .repeater .repeater_wrapper .repeater_ele:first-child {
  background-color: #F0F0F0;
  width: 200px;
  border-left: 1px solid #dedede;
}

.compareArticoli {
  position: relative;
  height: auto !important;
}
.compareArticoli .buttonDel-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  color: var(--colProdTitle);
  cursor: pointer;
  line-height: 32px;
  float: left;
}
.compareArticoli .buttonDel-wrapper.selected {
  color: var(--colAccentTwo);
}
.compareArticoli .buttonDel-wrapper::before {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  content: "\ea24";
  font-family: "icons8_win10";
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  color: var(--colAccentTwo);
}
.compareArticoli .buttonDel-wrapper .buttonDel {
  position: absolute;
  top: 0;
  margin: 0 !important;
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.compareArticoli div.imgArt_ctrl {
  width: 100%;
  height: 250px;
  margin: 0;
}
.compareArticoli div.imgArt_ctrl a {
  display: block;
  width: 100%;
  height: 100%;
}
.compareArticoli div.imgArt_ctrl .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.compareArticoli .desArt {
  height: 50px !important;
  margin: 10px 0 5px !important;
  padding: 0 10px;
}
.compareArticoli .desArt a {
  display: block;
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: var(--colDark);
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .compareArticoli .desArt a {
    font-size: 16px;
    line-height: 20px;
  }
}
.compareArticoli .desArt a h3 {
  text-align: center;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: var(--colDark);
  font-size: 20px;
  line-height: 20px;
  text-transform: none;
}
@media (max-width: 992px) {
  .compareArticoli .desArt a h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.compareArticoli .desArt a:hover {
  color: var(--colAccentTwo);
}
.compareArticoli .boxDisponib {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
     -moz-box-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 10px 10px;
}
.compareArticoli .dispLabel {
  font-size: 12px;
  line-height: 18px;
  margin: 0 !important;
  width: auto !important;
  min-height: 0 !important;
}
@media (max-width: 992px) {
  .compareArticoli .dispLabel {
    font-size: 10px;
    line-height: 16px;
  }
}
.compareArticoli .dispView {
  font-size: 12px;
  line-height: 18px;
  margin: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  color: var(--colDark);
  padding-left: 5px;
}
@media (max-width: 992px) {
  .compareArticoli .dispView {
    font-size: 10px;
    line-height: 16px;
  }
}
.compareArticoli .dispView img {
  width: 15px;
  padding-bottom: 2px;
}
.compareArticoli .boxPriceWarning {
  width: 100% !important;
  min-height: 0 !important;
  height: 20px !important;
  margin: 0 !important;
}
.compareArticoli .boxPriceWarning .priceWarning {
  display: block !important;
  float: none !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  font-size: 10px;
  color: var(--colDark);
  font-weight: bold;
  line-height: 20px;
  overflow: visible !important;
}
.compareArticoli .boxPriceFinal {
  width: 100% !important;
  height: 30px !important;
  margin: 0 !important;
}
.compareArticoli .boxPriceFinal .priceFinal {
  margin: 0 !important;
  width: 100% !important;
  min-height: auto !important;
  line-height: 30px !important;
  font-size: 20px;
  line-height: 27px;
  color: var(--colEndPrice);
  font-weight: 600;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .compareArticoli .boxPriceFinal .priceFinal {
    font-size: 16px;
    line-height: 18px;
  }
}
.compareArticoli .boxPrice {
  width: 100% !important;
  height: 30px !important;
  margin: 0 !important;
}
.compareArticoli .boxPrice .price {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  font-size: 20px;
  line-height: 27px;
  color: var(--colPrevPrice);
  font-weight: 400;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .compareArticoli .boxPrice .price {
    font-size: 16px;
    line-height: 18px;
  }
}
.compareArticoli .boxPrice .price::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  margin-left: -35px;
  width: 70px;
  height: 1px;
  border-bottom: 1px solid #808080;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
       transform: rotate(-15deg);
}
.compareArticoli .grid {
  margin: 0 !important;
  padding-top: 5px;
  height: auto !important;
}
.compareArticoli .grid .grid_rowselected {
  color: inherit !important;
}
.compareArticoli .grid tr:nth-child(1) {
  display: none !important;
}
.compareArticoli .grid tr:nth-child(odd) {
  background-color: #FAF8F8;
}
.compareArticoli .grid tr:nth-child(even) {
  background-color: #eeeeee;
}
.compareArticoli .boxBasket {
  margin: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
}
.compareArticoli .boxBasket *[style*=hidden] {
  display: none !important;
}
.compareArticoli .boxBasket table {
  table-layout: fixed;
  width: 100%;
}
.compareArticoli .boxBasket .boxBasket-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 0 5px 10px;
}
.compareArticoli .boxBasket .cmbUniMis {
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  background-color: var(--colBgForm);
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 10px !important;
  max-width: -webkit-calc(100% - 40px) !important;
  max-width: -moz-calc(100% - 40px) !important;
  max-width: calc(100% - 40px) !important;
  border: 0;
  margin-bottom: 0px;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
          flex: 1 0 auto;
}
@media (max-width: 576px) {
  .compareArticoli .boxBasket .cmbUniMis {
    padding: 5px;
    height: 37px;
  }
}
.compareArticoli .boxBasket .txtQTA_ctrl {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  margin-top: 10px !important;
}
.compareArticoli .boxBasket .qta {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  height: 40px !important;
  line-height: 40px !important;
  width: 40px !important;
  text-align: center;
  border: 1px solid #ddd;
}
.compareArticoli .boxBasket .addToBasket {
  float: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 40px !important;
  margin-top: 10px !important;
  width: 90px !important;
  height: 40px !important;
  border-radius: 0;
  background: var(--colAccentOne);
  font-family: "Oswald", "Open Sans", Arial, Helvetica, sans-serif;
  color: var(--colLight);
  text-transform: uppercase;
  padding: 10px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 0;
  padding: 0;
}
.compareArticoli .boxBasket .addToBasket::after {
  content: "\ea1d";
  display: block;
  font-family: "icons8_win10";
  font-size: 32px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 40px;
  height: 40px;
}
.compareArticoli .boxBasket .addToBasket:hover {
  border: none;
  -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.compareArticoli.compareArticoliFirstCol .buttonDel-wrapper {
  display: none;
}
.compareArticoli.compareArticoliFirstCol div.imgArt_ctrl a {
  display: none;
}
.compareArticoli.compareArticoliFirstCol .grid {
  font-weight: bold !important;
}
.compareArticoli.compareArticoliFirstCol .grid table {
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
}

div[class*=_portlet].search .layerSuggester {
  position: absolute;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
}
div[class*=_portlet].search .layerSuggester .suggester {
  min-height: 0 !important;
}
div[class*=_portlet].search .layerSuggester .suggester ul {
  background: var(--colLight);
  border: 1px solid var(--colgreyOne);
}
div[class*=_portlet].search .layerSuggester .suggester ul li {
  padding: 12px 20px;
  cursor: pointer;
}
div[class*=_portlet].search .layerSuggester .suggester ul li:hover {
  background: var(--colgreyOne);
}/*# sourceMappingURL=theme.css.map */