﻿@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/metropolis-4");
@import url("https://fonts.cdnfonts.com/css/paladins");
b,
strong {
  font-weight: bold;
}

#ricerca_wrapper {
  position: relative;
  background: #F0F0F0;
  border-radius: 1.625rem;
  padding: 0 15px 0 30px;
  border: 1px solid transparent;
  transition: 0.3s;
}
#ricerca_wrapper:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 17px;
  left: 12px;
  color: #0075af;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}
#ricerca_wrapper.loading:before {
  top: 6px;
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#ricerca_wrapper #ricerca {
  outline: none;
  border: none;
  font-size: 1rem;
  height: 2.275em;
  background: transparent;
  padding: 0 10px;
}
#ricerca_wrapper #risultati_wrapper {
  position: absolute;
  width: 100vw;
  max-width: 500px;
  transition: 0.3s;
  transform: translateY(-15px);
  opacity: 0;
  left: 0;
  top: 50px;
  pointer-events: none;
  background: #FFF;
  padding: 15px;
  display: flex;
  z-index: 1;
}
#ricerca_wrapper #risultati_wrapper #risultati {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--header {
  font-weight: bold;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--header:not(:first-child) {
  margin-top: 12px;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--element {
  padding: 3px 0;
  transition: 0.3s;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--element:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--element:hover {
  background: rgba(0, 117, 175, 0.1);
}
#ricerca_wrapper #risultati_wrapper #risultati .search__title {
  color: #0075af;
}
#ricerca_wrapper #risultati_wrapper #risultati .search__title--element {
  transform: translateX(10px);
  font-size: 13px;
  float: left;
}
#ricerca_wrapper #risultati_wrapper #risultati .search__title--element a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}
#ricerca_wrapper #risultati_wrapper #risultati .search__title--element a:hover {
  text-decoration-color: #0075af;
}
#ricerca_wrapper #risultati_wrapper #risultati .search__title--element a img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
}
#ricerca_wrapper #risultati_wrapper #risultati .search__title--element a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 16px;
  overflow: hidden;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--block {
  display: flex;
  flex-direction: column;
  padding: 6px 0;
  border: 1px solid #F0F0F0;
  border-right: 0;
  border-left: 0;
  margin: 6px 0 10px;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--more {
  display: flex;
  justify-content: flex-end;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--more a {
  background: #0075af;
  color: #FFF !important;
  border-radius: 12px;
  font-size: 12px;
  padding: 2px 8px;
}
#ricerca_wrapper #risultati_wrapper #risultati .search--empty {
  color: #000;
  text-align: center;
}
#ricerca_wrapper #risultati_wrapper #risultati .search a {
  color: #000;
  font-size: 13px;
}
@media screen and (max-width: 644px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -0.7px;
  }
}
@media screen and (max-width: 643px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -1.4px;
  }
}
@media screen and (max-width: 642px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -2.1px;
  }
}
@media screen and (max-width: 641px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -2.8px;
  }
}
@media screen and (max-width: 640px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -3.5px;
  }
}
@media screen and (max-width: 639px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -4.2px;
  }
}
@media screen and (max-width: 638px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -4.9px;
  }
}
@media screen and (max-width: 637px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -5.6px;
  }
}
@media screen and (max-width: 636px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -6.3px;
  }
}
@media screen and (max-width: 635px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -7px;
  }
}
@media screen and (max-width: 634px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -7.7px;
  }
}
@media screen and (max-width: 633px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -8.4px;
  }
}
@media screen and (max-width: 632px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -9.1px;
  }
}
@media screen and (max-width: 631px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -9.8px;
  }
}
@media screen and (max-width: 630px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -10.5px;
  }
}
@media screen and (max-width: 629px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -11.2px;
  }
}
@media screen and (max-width: 628px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -11.9px;
  }
}
@media screen and (max-width: 627px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -12.6px;
  }
}
@media screen and (max-width: 626px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -13.3px;
  }
}
@media screen and (max-width: 625px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -14px;
  }
}
@media screen and (max-width: 624px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -14.7px;
  }
}
@media screen and (max-width: 623px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -15.4px;
  }
}
@media screen and (max-width: 622px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -16.1px;
  }
}
@media screen and (max-width: 621px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -16.8px;
  }
}
@media screen and (max-width: 620px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -17.5px;
  }
}
@media screen and (max-width: 619px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -18.2px;
  }
}
@media screen and (max-width: 618px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -18.9px;
  }
}
@media screen and (max-width: 617px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -19.6px;
  }
}
@media screen and (max-width: 616px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -20.3px;
  }
}
@media screen and (max-width: 615px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -21px;
  }
}
@media screen and (max-width: 614px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -21.7px;
  }
}
@media screen and (max-width: 613px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -22.4px;
  }
}
@media screen and (max-width: 612px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -23.1px;
  }
}
@media screen and (max-width: 611px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -23.8px;
  }
}
@media screen and (max-width: 610px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -24.5px;
  }
}
@media screen and (max-width: 609px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -25.2px;
  }
}
@media screen and (max-width: 608px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -25.9px;
  }
}
@media screen and (max-width: 607px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -26.6px;
  }
}
@media screen and (max-width: 606px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -27.3px;
  }
}
@media screen and (max-width: 605px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -28px;
  }
}
@media screen and (max-width: 604px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -28.7px;
  }
}
@media screen and (max-width: 603px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -29.4px;
  }
}
@media screen and (max-width: 602px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -30.1px;
  }
}
@media screen and (max-width: 601px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -30.8px;
  }
}
@media screen and (max-width: 600px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -31.5px;
  }
}
@media screen and (max-width: 599px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -32.2px;
  }
}
@media screen and (max-width: 598px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -32.9px;
  }
}
@media screen and (max-width: 597px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -33.6px;
  }
}
@media screen and (max-width: 596px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -34.3px;
  }
}
@media screen and (max-width: 595px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -35px;
  }
}
@media screen and (max-width: 594px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -35.7px;
  }
}
@media screen and (max-width: 593px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -36.4px;
  }
}
@media screen and (max-width: 592px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -37.1px;
  }
}
@media screen and (max-width: 591px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -37.8px;
  }
}
@media screen and (max-width: 590px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -38.5px;
  }
}
@media screen and (max-width: 589px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -39.2px;
  }
}
@media screen and (max-width: 588px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -39.9px;
  }
}
@media screen and (max-width: 587px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -40.6px;
  }
}
@media screen and (max-width: 586px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -41.3px;
  }
}
@media screen and (max-width: 585px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -42px;
  }
}
@media screen and (max-width: 584px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -42.7px;
  }
}
@media screen and (max-width: 583px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -43.4px;
  }
}
@media screen and (max-width: 582px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -44.1px;
  }
}
@media screen and (max-width: 581px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -44.8px;
  }
}
@media screen and (max-width: 580px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -45.5px;
  }
}
@media screen and (max-width: 579px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -46.2px;
  }
}
@media screen and (max-width: 578px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -46.9px;
  }
}
@media screen and (max-width: 577px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -47.6px;
  }
}
@media screen and (max-width: 576px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -48.3px;
  }
}
@media screen and (max-width: 575px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -49px;
  }
}
@media screen and (max-width: 574px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -49.7px;
  }
}
@media screen and (max-width: 573px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -50.4px;
  }
}
@media screen and (max-width: 572px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -51.1px;
  }
}
@media screen and (max-width: 571px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -51.8px;
  }
}
@media screen and (max-width: 570px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -52.5px;
  }
}
@media screen and (max-width: 569px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -53.2px;
  }
}
@media screen and (max-width: 568px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -53.9px;
  }
}
@media screen and (max-width: 567px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -54.6px;
  }
}
@media screen and (max-width: 566px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -55.3px;
  }
}
@media screen and (max-width: 565px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -56px;
  }
}
@media screen and (max-width: 564px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -56.7px;
  }
}
@media screen and (max-width: 563px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -57.4px;
  }
}
@media screen and (max-width: 562px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -58.1px;
  }
}
@media screen and (max-width: 561px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -58.8px;
  }
}
@media screen and (max-width: 560px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -59.5px;
  }
}
@media screen and (max-width: 559px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -60.2px;
  }
}
@media screen and (max-width: 558px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -60.9px;
  }
}
@media screen and (max-width: 557px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -61.6px;
  }
}
@media screen and (max-width: 556px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -62.3px;
  }
}
@media screen and (max-width: 555px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -63px;
  }
}
@media screen and (max-width: 554px) {
  #ricerca_wrapper #risultati_wrapper {
    right: -63.7px;
  }
}
#ricerca_wrapper.searching #ricerca {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#ricerca_wrapper.searching #risultati_wrapper {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  border: 1px solid #F0F0F0;
}
#ricerca_wrapper:hover {
  border-color: #0075af;
}
@media screen and (max-width: 554px) {
  #ricerca_wrapper {
    display: none;
  }
}

html {
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: "Metropolis", sans-serif;
  letter-spacing: -0.2px;
  font-weight: 500;
  color: #000;
  padding-top: 120px;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 689px) {
  body {
    padding-top: 80px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Metropolis";
}
h1.title, h1.subtitle, h1.page-title, h1.page-subtitle,
h2.title,
h2.subtitle,
h2.page-title,
h2.page-subtitle,
h3.title,
h3.subtitle,
h3.page-title,
h3.page-subtitle,
h4.title,
h4.subtitle,
h4.page-title,
h4.page-subtitle,
h5.title,
h5.subtitle,
h5.page-title,
h5.page-subtitle,
h6.title,
h6.subtitle,
h6.page-title,
h6.page-subtitle {
  font-family: "Paladins";
}

h1,
.h1 {
  font-size: 1.9em;
}

.metropolis {
  font-family: "Metropolis" !important;
}

.paladins {
  font-family: "Paladins" !important;
}

a:hover {
  text-decoration: none !important;
}

#page {
  background: #FFF;
  padding: 0;
  position: relative;
}

.page-title-wrapper {
  padding: 90px 0;
  text-align: center;
}

.page-title {
  color: #0075af;
  font-weight: 700;
}

.page-subtitle {
  font-size: 23px;
  color: #AAAAAA;
  font-weight: 600;
}

#page-contatti {
  background-image: url(../img/background.png);
  background-position: center;
  background-repeat: no-repeat;
}

#page-contatti .container {
  margin-bottom: 90px;
}

.contatti-container {
  background: #FBFBFB;
  box-shadow: 0 0 21px 12px #EAEAEA;
}

.contatti-left {
  background: #FBFBFB;
  padding: 0;
}

.contatti-right {
  background: #F5F5F5;
  padding-top: 20px;
  padding-bottom: 20px;
}

#map {
  width: 100%;
  height: 400px;
  border: 0;
  margin-top: 30px;
}

.skew, .accordion-crismatica button,
.accordion-crismatica a {
  transform: skew(340deg, 0) !important;
  border-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  font-family: "Paladins";
}
.skew *, .accordion-crismatica button *,
.accordion-crismatica a * {
  transform: skew(-340deg, 0) !important;
}
.skew *:not(i), .accordion-crismatica button *:not(i),
.accordion-crismatica a *:not(i) {
  font-family: "Paladins";
}

button.skew, .accordion-crismatica button,
a.skew,
.accordion-crismatica a {
  font-size: 14px;
  letter-spacing: 1px;
}

#ricerca_wrapper.skew #ricerca, .accordion-crismatica button#ricerca_wrapper #ricerca,
.accordion-crismatica a#ricerca_wrapper #ricerca {
  font-family: "Metropolis";
}
#ricerca_wrapper.skew #ricerca::placeholder, .accordion-crismatica button#ricerca_wrapper #ricerca::placeholder,
.accordion-crismatica a#ricerca_wrapper #ricerca::placeholder {
  font-family: "Metropolis";
}
#ricerca_wrapper.skew::before, .accordion-crismatica button#ricerca_wrapper::before,
.accordion-crismatica a#ricerca_wrapper::before {
  transform: translateY(-50%) skew(-340deg, 0) !important;
}

.footer-newsletter-wrapper .input-wrapper button.skew, .footer-newsletter-wrapper .input-wrapper .accordion-crismatica button, .accordion-crismatica .footer-newsletter-wrapper .input-wrapper button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.footer-newsletter-wrapper .input-wrapper input.skew {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  font-family: "Metropolis";
}
.footer-newsletter-wrapper .input-wrapper input.skew::placeholder {
  transform: skew(-340deg, 0) !important;
  font-family: "Metropolis";
}

.button, .prodotti .prodotto .actions_wrapper .action {
  text-transform: uppercase;
  color: #FFF;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  border: 2px solid;
  transition: 0.3s;
  cursor: pointer;
}
.button:hover, .prodotti .prodotto .actions_wrapper .action:hover {
  border-color: #0075af;
  background: transparent;
}
.button--white, .tabs-checkout .tab-nav li a,
.tabs-account .tab-nav li a {
  background: #FFF;
  border-color: #0075af;
  color: #0075af;
}
.button--white.active, .tabs-checkout .tab-nav li a.active,
.tabs-account .tab-nav li a.active {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  color: #FFF;
}
.button--white:hover, .tabs-checkout .tab-nav li a:hover,
.tabs-account .tab-nav li a:hover {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}
.button--rounded {
  border-radius: 25px;
}
.button--small {
  padding: 5px 10px;
  font-size: 15px;
}
.button.hover-white:hover, .prodotti .prodotto .actions_wrapper .hover-white.action:hover {
  background: #FFF;
  color: #0075af;
}
.button:is(a), .prodotti .prodotto .actions_wrapper .action:is(a) {
  text-decoration: none;
}
.button:is(a):not(.hover-white):hover, .prodotti .prodotto .actions_wrapper .action:is(a):not(.hover-white):hover {
  color: #FFF;
}

.form-control:focus {
  border-color: #0075af !important;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 117, 175, 0.25) !important;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 80%;
  padding: 0.75rem 0.5rem;
}
.breadcrumb li.active {
  font-weight: 700;
}
.breadcrumb li a {
  color: #0075af;
}

.a-none {
  text-decoration: none !important;
  color: inherit !important;
}

.color {
  color: #0075af !important;
}

.bg-color {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%) !important;
}

.section-light {
  background-color: #FFF;
}

.section-faded {
  background-color: rgba(0, 117, 175, 0.2);
}

.btn-color {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  border-color: #0075af;
  color: #FFF;
}
.btn-color:hover {
  color: #FFF;
}

.btn-color-outline {
  background-color: #FFF;
  border-color: #0075af;
  color: #0075af;
  font-weight: 500;
}
.btn-color-outline.empty {
  background-color: transparent !important;
}
.btn-color-outline:hover {
  color: #FFF;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}

.text-decoration-line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-eee {
  background-color: #EEEEEE !important;
}

::selection {
  background: rgba(0, 117, 175, 0.2);
}

.color::selection {
  background: rgba(0, 117, 175, 0.2);
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background-color: #F0F0F0;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 20px #0075af;
}

button.discoverMore {
  background-color: #000;
  color: #FFF;
  border: none;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 25px;
  transition: back;
  transition: background-color 200ms linear;
}
button.discoverMore:hover {
  background-color: #FFF;
  color: #000;
  transition: background-color 200ms linear;
}

button.request {
  background-color: #FFF;
  color: #000;
  border: 2px solid #0075af;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 25px;
  transition: background-color 200ms linear;
}
button.request:hover {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  color: #FFF;
  border: 2px solid #FFF;
  transition: background-color 200ms linear;
}

.cart_counter {
  position: absolute;
  top: -17px;
  right: -16px;
  font-size: 13px;
  color: #FFF;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  border-radius: 50%;
  font-weight: bold;
  line-height: 12px;
  border: 2px solid #FFF;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header {
  padding: 0;
  max-width: 1140px;
  width: 100%;
}
#header > .container-fluid > .collapse {
  flex-grow: unset !important;
}
@media (max-width: 1200px) {
  #header > .container-fluid > .collapse {
    margin-top: 2em;
  }
}
#header > .container-fluid > .collapse .row-nav {
  padding-right: 1.25em;
}
@media (max-width: 1200px) {
  #header > .container-fluid > .collapse .row-nav {
    margin-bottom: 1em;
  }
}
#header > .container-fluid > .collapse > ul > li {
  padding: 0 1.4em;
}
#header > .container-fluid > .collapse > ul > li.current > a {
  color: #0075af;
  font-weight: 600;
}
#header > .container-fluid > .collapse > ul > li > a {
  color: #000;
  transition: all 0.2s ease-in-out;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
}
#header > .container-fluid > .collapse > ul > li > a:hover {
  border-bottom: 0.22em solid #0075af;
  text-decoration: none;
}
#header .menu-wrapper {
  display: flex;
  flex-direction: column;
  padding: 0;
}
#header .menu-wrapper .menu-row {
  width: 100%;
}
#header .menu-wrapper .first-row {
  display: flex;
  padding: 30px 0;
  align-items: center;
  height: 80px;
}
#header .menu-wrapper .first-row #navbarSupportedContent {
  width: 100%;
  display: flex;
}
#header .menu-wrapper .first-row #navbarSupportedContent .row-nav {
  display: flex;
  align-items: center;
}
#header .menu-wrapper .first-row #navbarSupportedContent .row-nav > * {
  margin: 0 10px;
  color: #000;
}
#header .menu-wrapper .first-row #navbarSupportedContent .row-nav > * i {
  transition: 0.3s;
}
#header .menu-wrapper .first-row #navbarSupportedContent .row-nav > *:hover i {
  color: #0075af;
}
#header .menu-wrapper .first-row #navbarSupportedContent .row-nav a {
  position: relative;
}
#header .menu-wrapper .first-row #navbarSupportedContent .row-nav a i {
  font-size: 25px;
}
#header .menu-wrapper .second-row {
  display: flex;
  justify-content: center;
  background: #000;
  height: 40px;
  overflow: hidden;
}
#header .menu-wrapper .second-row .menu-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 14px;
  max-height: 40px;
  position: relative;
}
#header .menu-wrapper .second-row .menu-item.current {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}
#header .menu-wrapper .second-row .menu-item:after {
  content: "";
  width: 0%;
  opacity: 0;
  height: 4px;
  transition: 0.3s;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 689px) {
  #header .menu-wrapper .second-row .menu-item:after {
    width: 4px !important;
    height: 100%;
    left: 0;
    transform: none;
  }
}
#header .menu-wrapper .second-row .menu-item:hover:after {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 689px) {
  #header .menu-wrapper .second-row .menu-item:hover:after {
    left: 4px;
  }
}
@media screen and (max-width: 1079px) {
  #header .menu-wrapper .second-row .menu-item {
    padding: 0 13px;
  }
  #header .menu-wrapper .second-row .menu-item .menu-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 899px) {
  #header .menu-wrapper .second-row .menu-item {
    padding: 0 18px;
  }
  #header .menu-wrapper .second-row .menu-item .menu-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 799px) {
  #header .menu-wrapper .second-row .menu-item {
    padding: 0 12px;
  }
  #header .menu-wrapper .second-row .menu-item .menu-link {
    font-size: 13.5px;
  }
}
#header .menu-wrapper .second-row .menu-link {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-style: italic !important;
  font-weight: 600;
}
@media screen and (max-width: 689px) {
  #header .menu-wrapper .second-row {
    justify-content: flex-start;
    margin: 0 !important;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 60px;
    height: auto;
    width: 100vw;
    max-height: calc(100vh - 80px);
  }
  #header .menu-wrapper .second-row.open {
    opacity: 1;
    top: 80px;
    pointer-events: auto;
    overflow-y: scroll;
  }
  #header .menu-wrapper .second-row.open::-webkit-scrollbar {
    width: 0;
  }
  #header .menu-wrapper .second-row .menu-item {
    padding: 20px 25px;
  }
}
#header:after {
  content: "";
  height: 40px;
  width: 100vw;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0px);
}
@media screen and (max-width: 689px) {
  #header:after {
    content: unset;
    border-bottom: 1px solid #EEEEEE;
  }
}
#header .logo:first-child {
  display: block;
}
@media screen and (max-width: 689px) {
  #header .logo:first-child {
    display: none;
  }
}
#header .logo:last-child {
  display: none;
}
@media screen and (max-width: 689px) {
  #header .logo:last-child {
    display: block;
  }
}

#ricerca_wrapper {
  width: 500px;
  border: 1px solid #DDDDDD !important;
}
#ricerca_wrapper #ricerca {
  width: 100%;
}
#ricerca_wrapper:hover {
  border-color: #0075af;
}
@media (max-width: 848px) {
  #ricerca_wrapper {
    width: 300px;
  }
}
@media screen and (max-width: 554px) {
  #ricerca_wrapper {
    display: none;
  }
}

.img-cliente {
  width: 50%;
}
@media (min-width: 768px) {
  .img-cliente {
    width: 75%;
    float: right;
  }
}

@media (max-width: 768px) {
  .col-cliente.col-md-5 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .col-cliente.col-md-7 {
    align-items: center !important;
    padding-bottom: 2.5em;
  }
}

.owl-promo {
  padding: 3rem 7rem 0;
}
@media (max-width: 576px) {
  .owl-promo {
    padding: 3rem 3em;
  }
}
.owl-promo > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img {
  position: relative;
}
.owl-promo > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 117, 175, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}
.owl-promo > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img > .overlay > .overlay-text {
  font-family: "Paladins", cursive;
  color: #FFF;
  font-size: 4vw;
}
.owl-promo > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img > .overlay > button.discoverMore {
  margin-top: 15px;
}
.owl-promo > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img:hover .overlay {
  opacity: 1;
}
.owl-promo > .owl-stage-outer > .owl-stage > .owl-item > .item > span {
  text-align: left;
  margin-top: 10px;
  display: block;
}

.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 45px;
  display: block !important;
  border: 0px solid black;
}
@media screen and (max-width: 576px) {
  .owl-prev {
    left: -15px;
  }
}

.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 30%;
  right: 75px;
  display: block !important;
  border: 0px solid black;
}
@media screen and (max-width: 576px) {
  .owl-next {
    right: 15px;
  }
}

#newsletter {
  overflow: hidden;
}
@media (max-width: 576px) {
  #newsletter > .container {
    margin: 0 3em;
    overflow: hidden;
  }
}

.img-newsletter {
  position: relative;
  height: 100%;
  max-height: 230px;
}
@media (min-width: 768px) {
  .img-newsletter {
    float: right;
  }
}

.newsletter-desc {
  font-weight: 100;
  text-align: left;
  font-size: 1.25rem;
}
@media (max-width: 576px) {
  .newsletter-desc {
    width: 75%;
  }
}

.news-col-img {
  padding-top: 1em;
}
@media (max-width: 768px) {
  .news-col-img {
    text-align: center;
  }
}

.news-col-text {
  padding: 4em 0;
}
@media (max-width: 576px) {
  .news-col-text > .h2-title {
    width: 75%;
  }
}

#news .container-fluid {
  padding: 3em 6em;
}
@media (max-width: 576px) {
  #news .container-fluid {
    padding: 3rem 4em;
  }
}

.colonna-news > .news-img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
  border: 5px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}
.colonna-news > .news-img:hover {
  border-color: #0075af;
}
.colonna-news > .news-desc {
  display: block;
  text-align: left;
  margin-top: 10px !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 100;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .colonna-news > .news-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1200px) {
  .colonna-news > .news-desc {
    -webkit-line-clamp: 2 !important;
  }
}
.colonna-news > .news-more {
  color: #0075af;
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .colonna-news > .news-more {
    margin-bottom: 20px;
  }
}

footer.footer {
  background-color: #000;
}
footer.footer > .mini-footer {
  background: #333333;
  color: #FFF;
  font-size: 14px;
  font-weight: 100;
  padding: 15px;
}
footer.footer > .mini-footer > .container > p {
  margin: 0;
  line-height: 16px;
}
footer.footer .footer-newsletter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
}
footer.footer .footer-newsletter-wrapper .text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}
footer.footer .footer-newsletter-wrapper .text-wrapper img {
  width: 60px;
  height: auto;
}
footer.footer .footer-newsletter-wrapper .text-wrapper .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: 15px;
}
footer.footer .footer-newsletter-wrapper .text-wrapper .text h3 {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  footer.footer .footer-newsletter-wrapper .text-wrapper .text h3 {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .footer-newsletter-wrapper .text-wrapper {
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 449px) {
  footer.footer .footer-newsletter-wrapper .text-wrapper {
    flex-direction: column;
  }
  footer.footer .footer-newsletter-wrapper .text-wrapper img {
    margin-bottom: 15px;
  }
  footer.footer .footer-newsletter-wrapper .text-wrapper .text {
    text-align: center;
  }
}
footer.footer .footer-newsletter-wrapper .input-wrapper {
  width: 100%;
  height: 50px;
  margin-left: 30px;
  display: flex;
}
footer.footer .footer-newsletter-wrapper .input-wrapper #email_newsletter {
  transition: 0.8s;
  width: 100%;
  border: 2px solid #FFF;
  outline: 0;
  padding: 0 30px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}
footer.footer .footer-newsletter-wrapper .input-wrapper #email_newsletter:hover, footer.footer .footer-newsletter-wrapper .input-wrapper #email_newsletter:active, footer.footer .footer-newsletter-wrapper .input-wrapper #email_newsletter:focus {
  border-color: #0075af;
}
footer.footer .footer-newsletter-wrapper .input-wrapper #email_newsletter::placeholder {
  font-style: italic;
}
footer.footer .footer-newsletter-wrapper .input-wrapper button {
  transition: all 0.3s;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  white-space: nowrap;
  color: #FFF;
  padding: 0 20px;
  border: 0;
}
footer.footer .footer-newsletter-wrapper .input-wrapper button:hover, footer.footer .footer-newsletter-wrapper .input-wrapper button:active, footer.footer .footer-newsletter-wrapper .input-wrapper button:focus {
  transition: all 0.3s;
  background: #FFF;
  color: #0075af;
}
@media screen and (max-width: 991px) {
  footer.footer .footer-newsletter-wrapper .input-wrapper {
    height: unset;
    border-radius: 0;
    flex-direction: column;
    max-width: 350px;
  }
  footer.footer .footer-newsletter-wrapper .input-wrapper #email_newsletter {
    height: 45px;
    margin-bottom: 10px;
  }
  footer.footer .footer-newsletter-wrapper .input-wrapper button {
    border: 0;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .footer-newsletter-wrapper .input-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  footer.footer .footer-newsletter-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
footer.footer a {
  color: #FFF !important;
  position: relative;
}
footer.footer a:hover:after {
  width: 100%;
  opacity: 1;
}
footer.footer a:after {
  content: "";
  width: 0%;
  opacity: 0;
  height: 1px;
  transition: 0.3s;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.footer-title {
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
}

.footer-desc {
  color: #FFF;
  font-weight: 100;
  font-size: 14px;
  max-width: 75%;
}
.footer-desc li:not(:last-child) {
  margin-bottom: 10px;
}

#quattro04 > div {
  height: 75vh;
}

.single_post {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single_post .body {
  padding: 30px;
}
.single_post .img-post {
  position: relative;
  overflow: hidden;
  max-height: 500px;
  margin-bottom: 30px;
}
.single_post .img-post > img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  max-width: 100%;
  filter: none;
  -webkit-filter: brightness();
  -webkit-transform: scale(1.02);
  width: 100%;
  object-fit: contain;
}
.single_post .img-post:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: brightness(0.7);
  -webkit-filter: brightness(0.7);
  -webkit-transition: all 0.8s ease-in-out;
}
.single_post .img-post:hover .social_share {
  display: block;
}
.single_post .footer {
  padding: 0 30px 30px 30px;
}
.single_post .footer .actions {
  display: inline-block;
}
.single_post .footer .stats {
  cursor: default;
  list-style: none;
  padding: 0;
  display: inline-block;
  float: right;
  margin: 0;
  line-height: 35px;
}
.single_post .footer .stats li {
  border-left: solid 1px rgba(160, 160, 160, 0.3);
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25em;
  line-height: 1;
  margin: 0 0 0 1em;
  padding: 0 0 0 1em;
  text-transform: uppercase;
  font-size: 13px;
}
.single_post .footer .stats li a {
  color: #000;
  text-decoration: none;
}
.single_post .footer .stats li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
.single_post h1,
.single_post h2.list {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 15px;
}
.single_post h1 a,
.single_post h2.list a {
  color: #242424;
  text-decoration: none;
}
.single_post h2 {
  padding: 0 15px;
  font-size: 24px;
}
.single_post p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin: 0;
  padding: 0 15px;
}
.single_post .blockquote p {
  margin-top: 0 !important;
}
.single_post .meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single_post .meta li {
  display: inline-block;
  margin-right: 15px;
}
.single_post .meta li a {
  font-style: italic;
  color: #959595;
  text-decoration: none;
  font-size: 12px;
}
.single_post .meta li a i {
  margin-right: 6px;
  font-size: 12px;
}

.single_post2 {
  overflow: hidden;
}
.single_post2 .content {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 80px;
  position: relative;
}
.single_post2 .content .actions_sidebar {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.single_post2 .content .actions_sidebar a {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-right: 0;
  text-align: center;
  border-right: 1px solid #E4EAEC;
}
.single_post2 .content .title {
  font-weight: 100;
}
.single_post2 .content .text {
  font-size: 15px;
}

.right-box .categories-clouds li {
  display: inline-block;
  margin-bottom: 5px;
}
.right-box .categories-clouds li a {
  display: block;
  border: 1px solid;
  padding: 6px 10px;
  border-radius: 3px;
  margin-right: 5px;
}
.right-box .categories-clouds li a.active {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  color: #FFF;
}
.right-box .instagram-plugin {
  overflow: hidden;
}
.right-box .instagram-plugin li {
  float: left;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.comment-reply li {
  margin-bottom: 15px;
}
.comment-reply li:last-child {
  margin-bottom: none;
}
.comment-reply li h5 {
  font-size: 18px;
}
.comment-reply li p {
  margin-bottom: 0;
  font-size: 15px;
  color: #777777;
}
.comment-reply .list-inline li {
  display: inline-block;
  margin: 0;
  padding-right: 20px;
}
.comment-reply .list-inline li a {
  font-size: 13px;
}

@media (max-width: 640px) {
  .blog-page .left-box .single-comment-box > ul > li {
    padding: 25px 0;
  }
  .blog-page .left-box .single-comment-box ul li .icon-box {
    display: inline-block;
  }
  .blog-page .left-box .single-comment-box ul li .text-box {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }
  .blog-page .single_post .footer {
    padding: 30px;
  }
  .blog-page .single_post .footer .stats {
    float: none;
    margin-top: 10px;
  }
  .blog-page .single_post .body {
    padding: 30px;
  }
}
section#blog .card,
section#articolo .card {
  background: #FFF;
  transition: 0.5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: 0.55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
section#blog .card .body,
section#articolo .card .body {
  color: #444444;
  padding: 20px;
  font-weight: 400;
}
section#blog .card .header,
section#articolo .card .header {
  color: #444444;
  padding: 20px;
  position: relative;
  box-shadow: none;
}

h1.article-title {
  font-size: 25px !important;
}
h1.article-title:after {
  content: " ";
  display: block;
  border: 2px solid #0075af;
  width: 50%;
  margin: 15px 0;
}

.colonna-news > .news-img,
.card-news .wrapper > .news-img {
  width: 100%;
  max-width: 600px;
  object-fit: contain;
  border: 5px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}
.colonna-news > .news-img:hover,
.card-news .wrapper > .news-img:hover {
  border-color: #0075af;
}
.colonna-news > .news-desc,
.card-news .wrapper > .news-desc {
  display: block;
  text-align: left;
  margin-top: 10px !important;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 100;
  font-size: 18px;
}
@media (max-width: 1600px) {
  .colonna-news > .news-desc,
  .card-news .wrapper > .news-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1200px) {
  .colonna-news > .news-desc,
  .card-news .wrapper > .news-desc {
    -webkit-line-clamp: 4 !important;
  }
}
.colonna-news > .news-more,
.card-news .wrapper > .news-more {
  color: #666666;
  margin: 15px;
  border: 1px solid #666666;
  padding: 6px 16px;
  line-height: 60px;
  border-radius: 26px;
}
.colonna-news > .news-more:hover,
.card-news .wrapper > .news-more:hover {
  color: #0075af;
  border-color: #0075af;
}
@media (max-width: 768px) {
  .colonna-news,
  .card-news .wrapper {
    margin-bottom: 40px;
  }
  .colonna-news:not(:last-child),
  .card-news .wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  }
}

.blog-tripletta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1250px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 644px) {
  .blog-tripletta {
    justify-content: center;
  }
}

.card-news.pretty-card {
  padding: 0;
}
.card-news a {
  text-decoration: none;
  color: inherit;
}
.card-news a .wrapper {
  flex-direction: column;
  text-align: left;
}
.card-news a .wrapper .img_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.card-news a .wrapper .img_wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-news a .wrapper .img_wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.card-news a .wrapper p {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}
.card-news a .wrapper p.titolo {
  padding: 15px 15px 0 15px;
}
.card-news a .wrapper .descrizione * {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
  padding: 0 15px;
}
@media screen and (max-width: 874px) {
  .card-news {
    flex-wrap: wrap;
    width: 50%;
  }
  .card-news:last-child {
    display: none;
  }
}
@media screen and (max-width: 644px) {
  .card-news {
    width: 100%;
    display: flex !important;
  }
  .card-news:not(:last-child) {
    margin-bottom: 35px;
  }
}

.correlati {
  width: 100%;
}
.correlati > .header {
  padding-bottom: 0 !important;
}
.correlati > .body > .row > a {
  text-decoration: none;
  color: inherit;
}
.correlati > .body > .row > a > div.d-flex {
  padding: 0 1em;
  flex-direction: column;
}
.correlati > .body > .row > a > div.d-flex > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 2px solid #0075af;
}
.correlati > .body > .row > a > div.d-flex > p {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

.prodotti-lista .header {
  margin-bottom: 50px;
}
.prodotti-lista .header h3 {
  font-size: 1rem;
  color: #0075af;
  font-weight: 500;
}
.prodotti-lista .header h2 {
  font-size: 2.2rem;
  font-weight: 400;
  color: #444444;
}
.prodotti-lista .single-product {
  margin-bottom: 26px;
}
.prodotti-lista .single-product .part-1 {
  position: relative;
  height: 290px;
  max-height: 290px;
  margin-bottom: 20px;
  overflow: hidden;
}
.prodotti-lista .single-product .part-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s;
}
.prodotti-lista .single-product .part-1 .discount {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 0.85rem;
}
.prodotti-lista .single-product .part-1 .new {
  position: absolute;
  top: 15px;
  left: 20px;
  color: #FFFFFF;
  background-color: #FE302F;
  padding: 2px 8px;
  text-transform: uppercase;
  font-size: 0.85rem;
  left: 0;
  background-color: #444444;
}
.prodotti-lista .single-product .part-1 ul {
  position: absolute;
  bottom: -41px;
  left: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  transition: bottom 0.5s, opacity 0.5s;
}
.prodotti-lista .single-product .part-1 ul li {
  display: inline-block;
  margin-right: 4px;
}
.prodotti-lista .single-product .part-1 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  color: #444444;
  text-align: center;
  box-shadow: 0 2px 20px rgba(50, 50, 50, 0.1);
  transition: color 0.2s;
}
.prodotti-lista .single-product .part-1 ul li a:hover {
  color: #FE302F;
}
.prodotti-lista .single-product .part-1 > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.prodotti-lista .single-product:hover .part-1 > img {
  transform: scale(1.2, 1.2) rotate(5deg);
}
.prodotti-lista .single-product:hover .part-1 ul {
  bottom: 30px;
  opacity: 1;
}
.prodotti-lista .single-product .part-2 .product-title {
  font-size: 1rem;
}
.prodotti-lista .single-product .part-2 h4 {
  display: inline-block;
  font-size: 1rem;
}
.prodotti-lista .single-product .part-2 .product-old-price {
  position: relative;
  padding: 0 7px;
  margin-right: 2px;
  opacity: 0.6;
}
.prodotti-lista .single-product .part-2 .product-old-price::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #444444;
  transform: translateY(-50%);
}

.quantita-box {
  max-width: 4rem;
}

.quantita-box-sm {
  max-width: 3rem;
  margin-left: -25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.img_zoom {
  transition: transform 0.5s ease-out;
  cursor: zoom-in;
}

#combinazioni {
  border-radius: 3px;
  background-color: rgba(251, 255, 254, 0.9882352941);
  padding: 7px 10px;
  outline: none;
  border: 1px solid transparent;
  outline: 1px solid rgba(0, 117, 175, 0.2);
}
#combinazioni:focus {
  outline: 2px solid rgba(0, 117, 175, 0.2);
  border: 0;
}
#combinazioni > option:nth-child(odd) {
  background-color: rgba(0, 117, 175, 0.2);
}
#combinazioni > option:nth-child(even) {
  background-color: rgba(251, 255, 254, 0.9882352941);
}

.h3-combo {
  font-size: 1.5em;
  font-weight: 500;
  color: #0075af;
}

.descrizione .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
}
.descrizione .read_more {
  cursor: pointer;
  color: #0075af;
  padding-top: 10px;
}
.descrizione.full .content {
  -webkit-line-clamp: unset;
}

.row-qt-cart {
  width: 50px;
}

.row-price-cart {
  width: 80px;
}

.row-product-cart {
  max-width: 75%;
}

.colonna-recap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 15px;
}

.add_cart_overlay {
  opacity: 0;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add_cart_overlay > img {
  width: 300px;
}
.add_cart_overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.riepilogo_card {
  max-height: 500px;
  overflow-y: auto;
}

.form-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 75vh;
}
.form-holder .form-content {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 60px;
  padding-bottom: 30px;
}

.form-content .form-items {
  border: 3px solid #FFFFFF;
  padding: 20px;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}
.form-content h3 {
  color: #FFFFFF;
  text-align: left;
  font-size: 28px;
  margin-bottom: 5px;
}
.form-content h3.form-title {
  margin-bottom: 30px;
}
.form-content p {
  color: #FFFFFF;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 30px;
}
.form-content label {
  color: #FFFFFF;
}
.form-content input[type=text] {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.form-content input[type=password] {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.form-content input[type=email] {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.form-content select {
  width: 100%;
  padding: 9px 20px;
  text-align: left;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.form-content textarea {
  position: static !important;
  width: 100%;
  padding: 8px 20px;
  border-radius: 6px;
  text-align: left;
  background-color: #FFFFFF;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  color: #8D8D8D;
  outline: none;
  resize: none;
  height: 120px;
  -webkit-transition: none;
  transition: none;
  margin-bottom: 14px;
}
.form-content textarea:hover {
  border: 0;
  background-color: #EBEFF8;
  color: #8D8D8D;
}
.form-content textarea:focus {
  border: 0;
  background-color: #EBEFF8;
  color: #8D8D8D;
}

.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #FFFFFF;
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #FFFFFF;
}

.btn-primary {
  background-color: #6C757D;
  outline: none;
  border: 0;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.btn-primary:focus {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}
.btn-primary:active {
  background-color: #495056;
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

.mv-up {
  margin-top: -9px !important;
  margin-bottom: 8px !important;
}

.invalid-feedback {
  color: #FF606E;
}

.valid-feedback {
  color: #2ACC80;
}

.home-banner-square {
  position: relative;
  display: flex;
  padding: 0;
  width: 100%;
  margin: 0;
  border: 0;
}
.home-banner-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-square .button, .home-banner-square .prodotti .prodotto .actions_wrapper .action, .prodotti .prodotto .actions_wrapper .home-banner-square .action {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50px);
}

.banner-full {
  height: 400px;
  padding: 0;
}
.banner-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-wrapper {
  display: flex;
}
@media screen and (max-width: 649px) {
  .banner-wrapper--home {
    flex-wrap: wrap;
  }
}

#crismatica-who {
  padding: 50px 0;
}
#crismatica-who .content {
  margin: 0;
  justify-content: center;
  text-align: center;
}
#crismatica-who .content h1 {
  color: #0075af;
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  #richiesta_newsletter .input_wrapper .col-wrapper:not(:last-child) {
    margin-bottom: 15px;
  }
}

#articolo .image {
  width: 100%;
}
#articolo .image img {
  width: inherit;
}

blockquote {
  font-style: italic;
  border-left: 4px solid #0075af;
}
.min-vh-50 {
  min-height: 50vh !important;
}

.mappa {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px 0;
}
.mappa iframe {
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
}

.contatti-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}
.contatti-wrapper .map_info_wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contatti-wrapper .map_info_wrapper > div {
  width: 50%;
}
.contatti-wrapper .map_info_wrapper .descrizione {
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .contatti-wrapper .map_info_wrapper {
    flex-direction: column;
  }
  .contatti-wrapper .map_info_wrapper > div {
    width: 100%;
  }
  .contatti-wrapper .map_info_wrapper .descrizione {
    padding: 0;
    padding-bottom: 30px;
  }
}

#features {
  display: flex;
  justify-content: center;
  background: #F0F0F0;
  padding: 50px 0;
}
#features .feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 20px;
}
#features .feature img {
  width: 100px;
  height: auto;
  margin-bottom: 25px;
}
#features .feature .label {
  color: #4d4d4d;
  width: 120px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 499px) {
  #features {
    flex-direction: column;
  }
  #features .feature:not(:last-child) {
    margin-bottom: 30px;
  }
  #features .feature img {
    margin-bottom: 12px;
  }
  #features .feature .label {
    width: 100%;
  }
}

#prodotti_promo {
  padding: 60px 0;
  background: #F0F0F0;
}
@media screen and (max-width: 991px) {
  #prodotti_promo .wrapper {
    max-width: 950px;
  }
}
@media screen and (max-width: 1199px) {
  #prodotti_promo .wrapper {
    max-width: 1110px;
  }
}
#prodotti_promo .categorie {
  justify-content: center;
  margin-bottom: 60px;
}
#prodotti_promo .categorie .categoria {
  margin: 10px 10px;
}
@media screen and (max-width: 449px) {
  #prodotti_promo .categorie {
    flex-direction: column;
  }
}

#ultimi_arrivi {
  padding: 60px 0;
  background: #FFFFFF;
}
#ultimi_arrivi .prodotti-slide .pretty-card {
  width: 100% !important;
}
#ultimi_arrivi .prodotti-slide .pretty-card:hover {
  box-shadow: none !important;
  border: 1px solid #DDD;
}

.prezzi_wrapper {
  display: flex;
  justify-content: space-evenly;
  /* 	&:not(:last-child) {
      margin-bottom: 15px;
  } */
}
.prezzi_wrapper .prezzo-value {
  font-size: 20px;
  color: #4d4d4d;
  white-space: nowrap;
}
.prezzi_wrapper .prezzo_barrato {
  text-decoration: line-through;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
.prezzi_wrapper .prezzo_barrato:empty {
  display: none;
}
.prezzi_wrapper .prezzo_barrato:after_ {
  content: " ";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #4d4d4d;
  top: 50%;
  left: 0;
}
.prezzi_wrapper .prezzo_finale {
  font-weight: bold;
}

#recensioni h3,
[recensioni] h3 {
  color: #0075af;
  font-size: 25px;
  margin: 0;
}
#recensioni .recensione,
[recensioni] .recensione {
  border: 1px solid #DDD;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
#recensioni .recensione .stars,
[recensioni] .recensione .stars {
  color: #DFDF39;
}
#recensioni .recensione .descrizione,
[recensioni] .recensione .descrizione {
  height: 100%;
  line-clamp: 2 !important;
  -webkit-line-clamp: 2 !important;
  margin: 15px 0;
  font-size: 15px;
}
@media screen and (max-width: 1279px) {
  #recensioni .recensione .descrizione,
  [recensioni] .recensione .descrizione {
    line-clamp: 4 !important;
    -webkit-line-clamp: 4 !important;
  }
}
#recensioni .recensione a,
[recensioni] .recensione a {
  font-size: 14px;
  position: relative;
  color: #0075af;
  padding: 0 15px;
}
#recensioni .recensione a:after,
[recensioni] .recensione a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 1px;
  transition: 0.3s;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  left: 0;
}
#recensioni .recensione a:hover:after,
[recensioni] .recensione a:hover:after {
  width: 100%;
}

@media screen and (max-width: 576px) {
  .checkout-btn {
    flex-direction: column;
  }
}
.owl-recensioni {
  padding: 2rem 7rem 3rem;
}
@media (max-width: 576px) {
  .owl-recensioni {
    padding: 3rem;
  }
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item {
  height: 100%;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item {
  height: 100%;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img {
  position: relative;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 117, 175, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img > .overlay > .overlay-text {
  font-family: "Paladins", cursive;
  color: #FFF;
  font-size: 4vw;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img > .overlay > button.discoverMore {
  margin-top: 15px;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item > .item-img:hover .overlay {
  opacity: 1;
}
.owl-recensioni > .owl-stage-outer > .owl-stage > .owl-item > .item > span {
  text-align: left;
  margin-top: 10px;
  display: block;
}

.hide {
  display: none !important;
}

.flex-direction-column {
  flex-direction: column;
}

.div_zoom {
  /* border: 1px solid $dark-grey; */
  padding: 30px;
  overflow: hidden;
}
.div_zoom .img_zoom {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.div_zoom:not(:first-child) {
  cursor: pointer;
}
.prezzo-iva {
  font-size: 14px;
}
@media screen and (max-width: 449px) {
  .prezzo-iva {
    margin: 0 auto;
    display: table;
  }
}

.scheda_prodotto .add_to_cart * {
  pointer-events: none;
}
.scheda_prodotto .product_info {
  font-size: 80%;
}
.scheda_prodotto .product_info td,
.scheda_prodotto .product_info th {
  padding: 0.25rem !important;
}
.scheda_prodotto .info_zoom_wrapper {
  justify-content: center;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper {
  padding-left: 40px;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .prezzi_wrapper {
  justify-content: flex-start;
  margin: 0;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .prezzi_wrapper .prezzo-value.prezzo_finale {
  font-size: 30px;
  margin-right: 30px;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .prezzi_wrapper .prezzo-value.prezzo_barrato {
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 449px) {
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper .prezzi_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper .prezzi_wrapper .prezzo-value {
    margin: 0 !important;
  }
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 449px) {
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper {
    flex-direction: column;
    align-items: center;
  }
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .el {
    max-width: 80%;
    width: 100%;
  }
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .quantita-box {
    margin-bottom: 15px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 319px) {
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .el {
    max-width: 100%;
    width: 100%;
  }
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .varianti_wrapper {
  width: 100%;
  margin-bottom: 25px;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .varianti_wrapper .h3-combo {
  color: #0075af;
  font-size: 16px;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .varianti_wrapper .select_wrapper {
  margin: 0 !important;
}
.scheda_prodotto .info_zoom_wrapper .product_info_wrapper .add_to_cart_wrapper .varianti_wrapper .select_wrapper__col {
  padding: 0;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .scheda_prodotto .info_zoom_wrapper .product_info_wrapper {
    margin-top: 40px;
    padding-left: 15px;
  }
}
.scheda_prodotto .codice {
  font-size: 13px;
  color: #000;
  margin-bottom: 10px;
}
.scheda_prodotto .codice span {
  color: #000;
  background-color: rgba(0, 117, 175, 0.2);
  padding: 4px 8px;
  border-radius: 10px;
}
.scheda_prodotto .titolo {
  color: #0075af;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 20px;
}
.scheda_prodotto .descrizione {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.scheda_prodotto .dettagli {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.scheda_prodotto .dettagli .tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.scheda_prodotto .dettagli .tabs .tab {
  padding: 15px 20px;
  color: #DDD;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.scheda_prodotto .dettagli .tabs .tab:after {
  content: "";
  transition: 0.3s;
  width: 100%;
  height: 3px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.scheda_prodotto .dettagli .tabs .tab.active {
  color: #777777;
}
.scheda_prodotto .dettagli .tabs .tab.active:after {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}
.scheda_prodotto .dettagli .tabs .tab:hover:not(.active) {
  color: #aaaaaa;
}
.scheda_prodotto .dettagli .tabs .tab:hover:not(.active):after {
  background: rgba(0, 117, 175, 0.2);
}
@media screen and (max-width: 459px) {
  .scheda_prodotto .dettagli .tabs {
    flex-direction: column;
  }
  .scheda_prodotto .dettagli .tabs .tab {
    border: 1px solid #DDD;
    border-radius: 4px;
    margin-bottom: 6px;
    text-align: center;
  }
  .scheda_prodotto .dettagli .tabs .tab.active {
    border-color: #0075af;
    border-width: 2px;
  }
  .scheda_prodotto .dettagli .tabs .tab:hover:not(.active) {
    border-color: rgba(0, 117, 175, 0.2);
  }
  .scheda_prodotto .dettagli .tabs .tab:after {
    content: unset;
  }
}
.scheda_prodotto .dettagli .cards {
  margin: 0;
  padding: 0;
}
.scheda_prodotto .dettagli .cards .card {
  display: none;
  border: 0;
  padding: 30px 20px;
}
.scheda_prodotto .dettagli .cards .card.active {
  display: flex;
}
.scheda_prodotto .dettagli .cards .card--recensioni {
  padding: 20px 10px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.scheda_prodotto .dettagli .cards .card--recensioni .recensione {
  margin: 10px;
  width: 30%;
}
@media screen and (max-width: 899px) {
  .scheda_prodotto .dettagli .cards .card--recensioni .recensione {
    width: 40%;
  }
}
@media screen and (max-width: 689px) {
  .scheda_prodotto .dettagli .cards .card--recensioni .recensione {
    width: 90%;
  }
}
.scheda_prodotto .dettagli .cards .card td {
  word-break: break-all;
}
.scheda_prodotto .cart-scheda {
  display: flex;
  align-items: center;
}

.correlati h2 {
  text-align: center;
  color: #0075af;
}

.burger {
  display: none;
  cursor: pointer;
  padding: 10px 8px;
  border: 1px solid #DDD;
  border-radius: 4px;
}
@media screen and (max-width: 689px) {
  .burger {
    display: block;
  }
}

.burger__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 24px;
  height: 16px;
}

.burger__row {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 2px;
  background: #000;
  position: relative;
}

.burger.open .burger__row:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.burger.open .burger__row:nth-child(2) {
  opacity: 0;
}

.burger.open .burger__row:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 7px;
}

.coupon-wrapper .coupon-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.coupon-wrapper .coupon-body h4 {
  width: 100%;
}
.coupon-wrapper .coupon-body #applica_coupon {
  padding: 7px;
  margin-left: 5px;
  border-radius: 2px;
}
.coupon-wrapper .coupon-body #applica_coupon:hover {
  color: #0075af;
}
.coupon-wrapper .coupon-body #coupon_code {
  margin-left: 10px;
}

.tabs-checkout .tab-nav,
.tabs-account .tab-nav {
  display: flex;
  list-style: none;
  padding: 0;
}
.tabs-checkout .tab-nav li a,
.tabs-account .tab-nav li a {
  border-width: 1px;
}
.tabs-checkout .tab-nav li:not(:last-child),
.tabs-account .tab-nav li:not(:last-child) {
  margin-right: 15px;
}
@media (max-width: 992px) {
  .tabs-checkout .tab-nav li,
  .tabs-account .tab-nav li {
    margin: 0 !important;
  }
}
@media (max-width: 992px) {
  .tabs-checkout .tab-nav,
  .tabs-account .tab-nav {
    flex-direction: column;
  }
}
.tabs-checkout .tab-content,
.tabs-account .tab-content {
  display: none;
  text-align: left;
}
.tabs-checkout .tab-content.active,
.tabs-account .tab-content.active {
  display: block;
}

.tc-checkout {
  font-size: 80%;
  padding-bottom: 20px;
}

.accordion-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #F0F0F0;
  padding: 15px;
}
.accordion-header .accordion-icon {
  margin-right: 10px;
}
.accordion-header .accordion-icon .icon {
  font-size: 12px;
}
.accordion-header .accordion-closed {
  display: block;
}
.accordion-header .accordion-open {
  display: none;
}
.accordion-header.active .accordion-closed {
  display: none;
}
.accordion-header.active .accordion-open {
  display: block;
}
.accordion-content {
  display: none;
  border: 1px solid #F0F0F0;
  margin: 5px;
  text-align: left;
}
.accordion-content.active {
  display: block;
  padding: 20px;
}

.register_btn[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.save_fatt * {
  pointer-events: none;
}

.table.cart .cart_item td {
  vertical-align: middle;
}
.table.cart .cart_item td .prezzi_wrapper {
  justify-content: flex-end;
}
.table.cart .cart_item .amount {
  white-space: nowrap;
}
.table.cart .cart_item .cart-product-thumbnail img {
  object-fit: contain;
}

.select_varianti {
  padding: 7px;
  border: 1px solid #0075af;
  outline: 0;
  border-radius: 3px;
  margin-bottom: 10px;
}

.fSliderWrapper {
  position: relative;
  margin: 0 auto;
}

.fSliderWrapper.centerMode {
  overflow: hidden;
}

.fSliderWrapper.centerMode .fSlider {
  overflow: visible;
}

.fSliderWrapper .fSlider {
  position: relative;
  width: 0;
  overflow: hidden;
  margin: 0 auto;
}

.fSliderWrapper .fSlider .fSliderTrack {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.fSliderWrapper .fSlider .fSliderTrack img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.fSliderWrapper .fSlider .fSliderTrack.fade {
  position: relative;
  overflow: hidden;
}

.fSliderWrapper .fSlider .fSliderTrack.fade .sliderItem {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  display: none;
}

.fSliderWrapper .fSlider .fSliderTrack.fade .sliderItem.current {
  display: block;
}

.fSliderWrapper .fSlider .fSliderTrack .sliderItem {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
}

.fSliderWrapper .fSlider .fSliderTrack .sliderItem.vTop {
  vertical-align: top;
}

.fSliderWrapper .fSlider .fSliderTrack .sliderItem.vBottom {
  vertical-align: bottom;
}

.fSliderWrapper .fSlider .fSliderTrack .sliderItem img {
  display: block;
}

.fSliderWrapper a[class|=fArrow] {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -24px;
  width: 0;
  height: 0;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}

.fSliderWrapper a[class|=fArrow]:after {
  content: "";
  display: block;
  position: absolute;
  top: -22px;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

.fSliderWrapper .fArrow-prev {
  left: 0;
  border-right: 24px solid #000000;
}

.fSliderWrapper .fArrow-prev:after {
  left: 2px;
  border-right: 22px solid #FFCC00;
}

.fSliderWrapper .fArrow-prev.disabled {
  border-right: 22px solid transparent;
}

.fSliderWrapper .fArrow-prev.disabled:after {
  border-right: 22px solid #AAAAAA;
}

.fSliderWrapper .fArrow-next {
  right: 0;
  border-left: 24px solid #000000;
}

.fSliderWrapper .fArrow-next:after {
  right: 2px;
  border-left: 22px solid #FFCC00;
}

.fSliderWrapper .fArrow-next.disabled {
  border-left: 24px solid transparent;
}

.fSliderWrapper .fArrow-next.disabled:after {
  border-left: 22px solid #AAAAAA;
}

.fSliderWrapper .dotsWrapper {
  position: relative;
  padding: 20px 0;
}

.fSliderWrapper .dotsWrapper .dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFCC00;
  cursor: pointer;
}

.fSliderWrapper .dotsWrapper .dot:hover {
  background-color: #CCA300;
}

.fSliderWrapper .dotsWrapper .dot.current {
  background-color: #665200;
}

.cusDotsWrapper .cusdot {
  cursor: pointer;
}

.sp_payments {
  margin-top: 20px;
}
.sp_payments img {
  height: 48px;
  width: auto;
  margin-right: 5px;
}

[data-pagina=chi-siamo] .desc_wrapper img {
  max-width: 100%;
}

#expand_filters,
.drop-categorie {
  display: none;
}
@media screen and (max-width: 774px) {
  #expand_filters,
  .drop-categorie {
    display: block;
    margin-right: 1em;
  }
}

.order_choice:active {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%) !important;
}

.order_choice.active {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%) !important;
}

.lista_categorie .dropdown:not(#order_by) {
  z-index: 0;
}
.lista_categorie button:not(.order_by) {
  display: none;
}
.lista_categorie button.filter {
  display: block !important;
}
.lista_categorie .dropdown-menu:not(.order_by) {
  display: block;
  position: relative !important;
  transform: unset !important;
  margin-top: 10px;
  border: 0;
  padding: 0;
  width: 100%;
}
.lista_categorie .dropdown-menu:not(.order_by) .dropdown-item {
  padding: 10px;
  border: 1px solid #F0F0F0;
  white-space: break-spaces;
}
.lista_categorie .dropdown-menu:not(.order_by) .dropdown-item:not(:last-child) {
  border-bottom: 0;
}
.lista_categorie .dropdown-menu:not(.order_by) .dropdown-item:active {
  background-color: #E9ECEF;
  color: #000;
}
@media screen and (max-width: 774px) {
  .lista_categorie {
    max-width: 87% !important;
    width: 87% !important;
    flex: 0 0 100% !important;
    margin: 0 auto;
    margin-top: 1.5em !important;
    display: none;
  }
  .lista_categorie > *:not(.card-tags):not(.range-slider):not(.price_filter) {
    display: none;
  }
}

@media screen and (max-width: 774px) {
  .colonna-filtri {
    margin-top: 1.5rem;
  }
}

.prodotti {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 !important;
}
.prodotti .prodotto {
  display: flex;
  flex-direction: column;
}
.prodotti .prodotto .img_wrapper {
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
}
.prodotti .prodotto .img_wrapper img {
  width: inherit;
  height: inherit;
  object-fit: contain;
}
.prodotti .prodotto .info_wrapper {
  margin-bottom: 15px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}
.prodotti .prodotto .info_wrapper .titolo,
.prodotti .prodotto .info_wrapper .descrizione {
  font-weight: normal;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* min-height: 54px; */
}
.prodotti .prodotto .info_wrapper .titolo {
  font-weight: 700;
  margin: 7px 0;
}
.prodotti .prodotto .info_wrapper .codice {
  font-size: 13px;
  color: #FFFFFF;
}
.prodotti .prodotto .info_wrapper .codice span {
  color: #FFFFFF;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  padding: 4px 8px;
  border-radius: 10px;
}
.prodotti .prodotto .actions_wrapper {
  display: flex;
  justify-content: center;
}
.prodotti .prodotto .actions_wrapper .action {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 5px;
  transition: all 0.5s;
}
.prodotti .prodotto .actions_wrapper .action:hover {
  color: #0075af;
  transition: all 0.5s;
}
.prodotti .prodotto .actions_wrapper .heart_wishlist {
  display: flex;
}
.prodotti .prodotto .actions_wrapper .remove_wl {
  display: none;
}
.prodotti .prodotto .actions_wrapper.wished .heart_wishlist {
  display: none;
}
.prodotti .prodotto .actions_wrapper.wished .remove_wl {
  display: flex;
}
.prodotti .prodotto .prezzi_wrapper {
  align-items: center;
}
.prodotti .prodotto .prezzo-iva {
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
  color: #4D4D4D !important;
}
@media screen and (max-width: 774px) {
  .prodotti {
    width: 100%;
    max-width: 100%;
    flex: 1;
  }
}

.pretty-card {
  width: 31%;
  margin: 1%;
  border: 1px solid #DDD;
  padding: 20px;
  transition: 0.3s;
  background-color: white;
}
.pretty-card:hover {
  box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
@media screen and (max-width: 1049px) {
  .pretty-card {
    width: 42%;
  }
}
@media screen and (max-width: 649px) {
  .pretty-card {
    width: 45%;
  }
}
@media screen and (max-width: 549px) {
  .pretty-card {
    width: 100%;
  }
}

[data-pagina="prodotto.scheda"] .slider-wrap {
  display: flex;
  flex-wrap: wrap;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide {
  width: 24.5%;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide:first-child {
  width: 100%;
  margin-bottom: 3px;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide:not(:first-child) {
  margin-bottom: 2px;
}
[data-pagina="prodotto.scheda"] .slider-wrap .slide:not(:first-child):not(:last-child) {
  margin-right: 2px;
}

.easy_autocomplete-container {
  position: absolute;
  z-index: 1;
  background: white;
}
.easy_autocomplete-container ul {
  padding: 0;
  list-style: none;
}
.easy_autocomplete-container ul li {
  padding: 10px;
  border: 1px solid #F0F0F0;
}
.easy_autocomplete-container ul li:not(:last-child) {
  border-bottom: 0;
}
.easy_autocomplete-container ul li:hover {
  background: #F0F0F0;
}

[data-pagina=iscrizione-newsletter] .form-items {
  background-color: rgba(231, 231, 231, 0.6588235294);
}
[data-pagina=iscrizione-newsletter] .form_footer_element {
  padding: 0;
  margin-top: 20px;
}

.wrapper_risultati {
  margin-bottom: 30px;
  height: auto;
}

figure.image img {
  width: 100%;
}

.bg-gray {
  background-color: #000;
  color: white;
  transition: all 0.4s;
}
.bg-gray:hover {
  background-color: #5E5E5F;
}

.codice_fiscale {
  text-transform: uppercase !important;
}

.loading_body > *:not(.loader) {
  -webkit-filter: blur(1px) brightness(0.8) !important;
  filter: blur(1px) brightness(0.8) !important;
  pointer-events: none;
}

.loader {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  border-top: 6px solid #0075af;
  border-right: 6px solid transparent;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  position: fixed;
  animation: rotation 1s linear infinite;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 690px) {
  html[data-pagina=checkout] .cart-product-name > a {
    white-space: nowrap !important;
  }
}
.qt__available {
  color: #0075af;
  font-style: italic;
}

.qt__expired {
  color: red;
}

.pagination--wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination--wrapper .pagination--content {
  border: 1px solid #F0F0F0;
  display: flex;
}
.pagination--wrapper .pagination--content .btn--pagination {
  border-radius: 0;
  transition: 0.3s;
}
.pagination--wrapper .pagination--content .btn--pagination:not(:last-child) {
  border-right: 1px solid #F0F0F0;
}
.pagination--wrapper .pagination--content .btn--pagination.active {
  border: 1px solid #0075af;
}
.pagination--wrapper .pagination--content .btn--pagination.hidden {
  visibility: hidden;
}
.pagination--wrapper .pagination--content .btn--pagination:hover {
  background: rgba(0, 117, 175, 0.3);
}
.pagination--wrapper .pagination--content .btn--pagination:focus {
  box-shadow: none !important;
}

.expired__list {
  height: 40px;
  color: #0075af;
  font-weight: 600;
  border: 1px solid #0075af;
  padding: 7px 10px;
  border-radius: 20px;
  cursor: not-allowed;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.form-switch i {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  width: 46px;
  height: 26px;
  background-color: #E6E6E6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #FFFFFF;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #FFFFFF;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}

.form-switch input {
  display: none;
}

.form-switch input:checked + i {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}

.form-switch input:checked + i::before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}

.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}

.form-group label {
  text-transform: capitalize;
}

.descrizione_articolo {
  overflow: auto;
}
.descrizione_articolo img {
  width: 100%;
}
.descrizione_articolo figure.media {
  position: relative;
  display: block;
}
.descrizione_articolo figure.image-style-side {
  float: right;
  margin-left: 1.5em;
  max-width: 50%;
}

@media screen and (max-width: 449px) {
  .risparmio {
    margin: 0 auto;
    display: table;
  }
}
.risparmio > span {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding: 3px 6px;
  border-radius: 5px;
  opacity: 0.9;
}

.fit-contain {
  object-fit: contain !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%) !important;
}

.range-slider {
  z-index: 0;
  position: relative;
  width: 90%;
  height: 35px;
  text-align: center;
}

.range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 100%;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
}

.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}

.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}

.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}

.rangeValue {
  width: 30px;
}

.output {
  position: absolute;
  border: 2px solid #DDDDDD;
  text-align: center;
  color: #0075af;
  border-radius: 15px;
  display: inline-block;
  bottom: 75%;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: 12px;
  padding: 0px 5px;
  background-color: #FFF;
}

.output.second_output {
  left: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  background: none;
}

input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}

input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #555555;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #555555;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #555555;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}

input[type=range]:focus {
  outline: none;
}

.full_range,
.incl_range {
  width: 100%;
  height: 5px;
  left: 0;
  top: 21px;
  position: absolute;
  background: #DDDDDD;
}

.incl_range {
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
}

.card-tags {
  border: 1px solid #F0F0F0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 500px;
  overflow-y: auto;
}

.pricetag {
  position: relative;
  margin: 0 5px 0 10px;
  height: 26px;
  border-radius: 0 5px 5px 0;
  padding: 0 15px 0 15px;
  background: #DEDEDE;
  color: #555555;
  line-height: 26px;
  cursor: pointer;
  transition: all 0.4s;
}
.pricetag.selected {
  color: #FFF;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  transition: all 0.4s;
}
.pricetag.selected:before {
  color: #FFFFFF !important;
  border-right: 14px solid #0075af !important;
  transition: all 0.4s;
}
.pricetag:before {
  position: absolute;
  content: "●";
  color: #0075af;
  font-size: 12px;
  line-height: 0;
  text-indent: 12px;
  left: -14px;
  width: 1px;
  height: 0;
  border-right: 14px solid #DEDEDE;
  border-top: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid rgba(0, 0, 0, 0);
  transition: all 0.4s;
}

.brandspan {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  font-style: normal;
  background: #FFF;
  color: #0075af;
  border-color: #B3E6FF;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0.35rem 0.5rem;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  transition: all 0.4s;
}
.brandspan:hover {
  border-color: #0075af;
}
.brandspan.selected {
  color: #FFFFFF !important;
  background: linear-gradient(90deg, #002767 0%, #00c2f6 100%);
  border-left-color: #000000;
  transition: all 0.4s;
}

@media screen and (max-width: 774px) {
  .tags_filter,
  .brands_filter {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 774px) {
  .price_filter {
    width: 100%;
  }
}

@media screen and (max-width: 449px) {
  .quantita_wrapper {
    margin: 0 auto;
    display: table;
  }
}

#homepage-slider .absolute-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 3;
}
#homepage-slider .absolute-content .wrap-caption h2 {
  color: #FFFFFF;
  letter-spacing: 1px;
  font-size: 36px;
  text-shadow: 2px 3px 3px #0075af;
}
#homepage-slider .absolute-content .wrap-caption div.text {
  font-weight: 500;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 15px;
  text-shadow: 0px 1px #000000;
}
#homepage-slider img.slider-background {
  filter: brightness(0.7);
  height: calc(80vh - 470px);
  min-height: 400px;
  object-fit: cover;
  -o-object-fit: cover;
}
#homepage-slider .btn-slide {
  display: inline-block;
  font-weight: 500;
  border-radius: 20px;
  font-size: 18px;
}
#homepage-slider .slick-dots li button {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
}
#homepage-slider .slick-slide {
  position: relative;
}

.numberDot .slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  height: unset;
  width: 30px;
  display: block;
  text-align: right;
}

.numberDot .slick-dots li {
  justify-content: end;
  margin-bottom: 10px;
  list-style: none;
}

.numberDot .slick-dots button {
  display: block;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  border: 0;
  width: 10px;
  height: 26px;
  text-align: right;
  border-bottom: 0px solid #000000;
  transition: 0.6s;
}

.numberDot .slick-dots li.slick-active button {
  width: 20px;
  border-bottom: 1px solid #000000;
  transform: scale(1);
}

.row-categorie {
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 774px) {
  .row-categorie {
    display: none !important;
  }
}
.row-categorie .brandspan {
  white-space: nowrap;
}

.logout_btn {
  margin-top: 20px;
  float: left;
  position: relative;
  width: auto;
}

table.righe_ordine tbody th,
table.righe_ordine tbody td {
  vertical-align: middle;
}

#expand-search {
  display: none;
}

@media screen and (max-width: 719px) {
  /* body {
      padding-top: 95px;
  } */
  #expand-search {
    display: block;
  }
  #ricerca_wrapper {
    position: fixed;
    top: 95px;
    left: 0;
    width: 90%;
    margin: 0 5% !important;
    display: none;
    border: 1px solid #DDDDDD;
    transition: all 0.4s;
  }
  #risultati_wrapper {
    left: 0 !important;
    width: 100% !important;
    box-shadow: 0px 0px 13px 3px #DDDDDD;
  }
}
#account_page {
  padding: 0 20px;
}
@media (prefers-reduced-motion: no-preference) {
  #account_page :root {
    scroll-behavior: auto;
  }
}
@media (min-width: 576px) {
  #account_page .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  #account_page .card-columns.grid-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #account_page .card-columns > * {
    display: inline-block;
    width: 100%;
  }
}
#account_page .form-group {
  margin-bottom: 1rem;
}
#account_page dd, #account_page dl, #account_page dt, #account_page li, #account_page ol, #account_page ul {
  margin: 0;
  padding: 0;
}
#account_page .clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
#account_page ::selection {
  background: #0075af;
  color: #FFFFFF;
  text-shadow: none;
}
#account_page ::-moz-selection {
  background: #0075af;
  color: #FFFFFF;
  text-shadow: none;
}
#account_page ::-webkit-selection {
  background: #0075af;
  color: #FFFFFF;
  text-shadow: none;
}
#account_page :active, #account_page :focus {
  outline: 0 !important;
}
#account_page body {
  line-height: 1.5;
  color: #555555;
  font-family: Lato, sans-serif;
}
#account_page a img {
  border: none;
}
#account_page img {
  max-width: 100%;
}
#account_page iframe {
  width: 100%;
  border: 0 !important;
  overflow: hidden !important;
}
#account_page h1, #account_page h2, #account_page h3, #account_page h4, #account_page h5 {
  color: #444444;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 30px;
  font-family: Poppins, sans-serif;
}
#account_page h5 {
  margin-bottom: 20px;
}
#account_page h1 {
  font-size: 36px;
}
#account_page h2 {
  font-size: 30px;
}
#account_page h3 {
  font-size: 24px;
}
#account_page h4 {
  font-size: 18px;
}
#account_page h5 {
  font-size: 14px;
}
#account_page h4 {
  font-weight: 600;
}
#account_page h5 {
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #account_page h1 {
    font-size: 28px;
  }
  #account_page h2 {
    font-size: 24px;
  }
  #account_page h3 {
    font-size: 20px;
  }
  #account_page h4 {
    font-size: 16px;
  }
}
#account_page h1 > span:not(.nocolor):not(.badge), #account_page h2 > span:not(.nocolor):not(.badge), #account_page h3 > span:not(.nocolor):not(.badge), #account_page h4 > span:not(.nocolor):not(.badge), #account_page h5 > span:not(.nocolor):not(.badge), #account_page h6 > span:not(.nocolor):not(.badge) {
  color: #0075af;
}
#account_page address, #account_page blockquote, #account_page dd, #account_page dl, #account_page fieldset, #account_page form, #account_page ol, #account_page p, #account_page pre, #account_page table, #account_page ul {
  margin-bottom: 30px;
}
#account_page small {
  font-family: Lato, sans-serif;
}
@media (max-width: 1200px) {
  #account_page .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  #account_page .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  #account_page .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  #account_page .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
#account_page #wrapper {
  position: relative;
  float: none;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  #account_page body:not(.stretched) #wrapper {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  #account_page body:not(.stretched) #wrapper {
    max-width: 1440px;
  }
}
#account_page .double-line, #account_page .line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 1rem 0;
}
#account_page .line.line-sm {
  margin: 2rem 0;
}
#account_page span.middot {
  display: inline-block;
  margin: 0 5px;
}
#account_page .double-line {
  border-top: 3px double #E5E5E5;
}
#account_page .nott {
  text-transform: none !important;
}
#account_page .emptydiv {
  display: block !important;
  position: relative !important;
}
#account_page .allmargin {
  margin: 3rem !important;
}
#account_page .leftmargin {
  margin-left: 3rem !important;
}
#account_page .rightmargin {
  margin-right: 3rem !important;
}
#account_page .topmargin {
  margin-top: 3rem !important;
}
#account_page .bottommargin {
  margin-bottom: 3rem !important;
}
#account_page .allmargin-sm {
  margin: 2rem !important;
}
#account_page .leftmargin-sm {
  margin-left: 2rem !important;
}
#account_page .rightmargin-sm {
  margin-right: 2rem !important;
}
#account_page .topmargin-sm {
  margin-top: 2rem !important;
}
#account_page .bottommargin-sm {
  margin-bottom: 2rem !important;
}
#account_page .allmargin-lg {
  margin: 5rem !important;
}
#account_page .leftmargin-lg {
  margin-left: 5rem !important;
}
#account_page .rightmargin-lg {
  margin-right: 5rem !important;
}
#account_page .topmargin-lg {
  margin-top: 5rem !important;
}
#account_page .bottommargin-lg {
  margin-bottom: 5rem !important;
}
#account_page .header-stick {
  margin-top: -3rem !important;
}
#account_page .content-wrap .header-stick {
  margin-top: -5rem !important;
}
#account_page .footer-stick {
  margin-bottom: -3rem !important;
}
#account_page .content-wrap .footer-stick {
  margin-bottom: -5rem !important;
}
#account_page .border-f5 {
  border-color: #F5F5F5 !important;
}
#account_page .col-padding {
  padding: 4rem;
}
#account_page .notextshadow {
  text-shadow: none !important;
}
#account_page .inline-block {
  float: none !important;
  display: inline-block !important;
}
#account_page .center {
  text-align: center !important;
}
#account_page .mx-auto {
  float: none !important;
}
#account_page .bg-color, #account_page .bg-color #header-wrap {
  background-color: #0075af !important;
}
#account_page .color {
  color: #0075af !important;
}
#account_page .border-color {
  border-color: #0075af !important;
}
#account_page .ls0 {
  letter-spacing: 0 !important;
}
#account_page .ls1 {
  letter-spacing: 1px !important;
}
#account_page .ls2 {
  letter-spacing: 2px !important;
}
#account_page .ls3 {
  letter-spacing: 3px !important;
}
#account_page .ls4 {
  letter-spacing: 4px !important;
}
#account_page .ls5 {
  letter-spacing: 5px !important;
}
#account_page .nolineheight {
  line-height: 0 !important;
}
#account_page .font-body {
  font-family: Lato, sans-serif;
}
#account_page .font-primary {
  font-family: Poppins, sans-serif;
}
#account_page .font-secondary {
  font-family: "pt serif", serif;
}
#account_page .fw-extralight {
  font-weight: 100 !important;
}
#account_page .fw-medium {
  font-weight: 500 !important;
}
#account_page .fw-semibold {
  font-weight: 600 !important;
}
#account_page .fst-normal {
  font-style: normal !important;
}
#account_page .bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1);
}
#account_page .imagescale, #account_page .imagescalein {
  display: block;
  overflow: hidden;
}
#account_page .imagescale img, #account_page .imagescalein img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#account_page .imagescale:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#account_page .imagescalein img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#account_page .imagescalein:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#account_page .grayscale {
  filter: brightness(80%) grayscale(1) contrast(90%);
  -webkit-filter: brightness(80%) grayscale(1) contrast(90%);
  -moz-filter: brightness(80%) grayscale(1) contrast(90%);
  -o-filter: brightness(80%) grayscale(1) contrast(90%);
  -ms-filter: brightness(80%) grayscale(1) contrast(90%);
  transition: 1s filter ease;
  -webkit-transition: 1s -webkit-filter ease;
  -moz-transition: 1s -moz-filter ease;
  -ms-transition: 1s -ms-filter ease;
  -o-transition: 1s -o-filter ease;
}
#account_page .grayscale:hover {
  filter: brightness(100%) grayscale(0);
  -webkit-filter: brightness(100%) grayscale(0);
  -moz-filter: brightness(100%) grayscale(0);
  -o-filter: brightness(100%) grayscale(0);
  -ms-filter: brightness(100%) grayscale(0);
}
#account_page .bganimate {
  -webkit-animation: BgAnimated 30s infinite linear;
  -moz-animation: BgAnimated 30s infinite linear;
  -ms-animation: BgAnimated 30s infinite linear;
  -o-animation: BgAnimated 30s infinite linear;
  animation: BgAnimated 30s infinite linear;
}
@-webkit-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-moz-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-ms-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@-o-keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
@keyframes BgAnimated {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 400px;
  }
}
#account_page .input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#account_page .vertical-middle {
  z-index: 3;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  flex-flow: column;
}
#account_page .vertical-middle-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
#account_page .vertical-middle + .video-wrap {
  z-index: 2 !important;
}
#account_page .magnific-max-width .mfp-content {
  max-width: 800px;
}
#account_page .overflow-visible {
  overflow: visible !important;
}
#account_page .op-ts {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#account_page .text-ts {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#account_page .text-smaller {
  font-size: 80% !important;
}
#account_page .text-larger {
  font-size: 120% !important;
}
#account_page .text-smaller small {
  font-size: 90% !important;
}
#account_page .bg-ts {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#account_page .bg-clip {
  border: 1rem solid transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  transform: translate3d(0, 0, 0);
}
#account_page .bg-clip-sm {
  border-width: 0.5rem;
}
#account_page .bg-clip-lg {
  border-width: 2rem;
}
#account_page .border-transparent, #account_page .h-border-transparent:hover {
  border-color: transparent !important;
}
#account_page .border-default, #account_page .h-border-default:hover {
  border-color: #EEEEEE !important;
}
#account_page .dark .border-default, #account_page .dark.border-default, #account_page .dark.h-border-default:hover .dark .h-border-default:hover {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
#account_page .border-ts {
  -webkit-transition: border 0.5s ease;
  transition: border 0.5s ease;
}
#account_page .rounded-4 {
  border-radius: 0.4rem !important;
}
#account_page .rounded-5 {
  border-radius: 0.5rem !important;
}
#account_page .rounded-6 {
  border-radius: 0.6rem !important;
}
#account_page .shadow-ts {
  -webkit-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}
#account_page .transform-ts {
  -webkit-transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#account_page .all-ts {
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#account_page .align-wide-lg {
  margin-left: calc(50% - 480px) !important;
  margin-right: calc(50% - 480px) !important;
  max-width: 960px !important;
  width: 960px !important;
}
#account_page .align-wide-xl {
  margin-left: calc(50% - 570px) !important;
  margin-right: calc(50% - 570px) !important;
  max-width: 1140px !important;
  width: 1140px !important;
}
#account_page .align-wide-xxl {
  margin-left: calc(50% - 660px) !important;
  margin-right: calc(50% - 660px) !important;
  max-width: 1320px !important;
  width: 1320px !important;
}
@media (max-width: 991.98px) {
  #account_page .align-wide-lg, #account_page .align-wide-xl, #account_page .align-wide-xxl {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
}
#account_page .align-wide-full {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
#account_page .m-6 {
  margin: 5rem !important;
}
#account_page .mt-6, #account_page .my-6 {
  margin-top: 5rem !important;
}
#account_page .me-6, #account_page .mx-6 {
  margin-right: 5rem !important;
}
#account_page .mb-6, #account_page .my-6 {
  margin-bottom: 5rem !important;
}
#account_page .ms-6, #account_page .mx-6 {
  margin-left: 5rem !important;
}
#account_page .p-6 {
  padding: 5rem !important;
}
#account_page .pt-6, #account_page .py-6 {
  padding-top: 5rem !important;
}
#account_page .pe-6, #account_page .px-6 {
  padding-right: 5rem !important;
}
#account_page .pb-6, #account_page .py-6 {
  padding-bottom: 5rem !important;
}
#account_page .ps-6, #account_page .px-6 {
  padding-left: 5rem !important;
}
@media (min-width: 576px) {
  #account_page .m-sm-6 {
    margin: 5rem !important;
  }
  #account_page .mt-sm-6, #account_page .my-sm-6 {
    margin-top: 5rem !important;
  }
  #account_page .me-sm-6, #account_page .mx-sm-6 {
    margin-right: 5rem !important;
  }
  #account_page .mb-sm-6, #account_page .my-sm-6 {
    margin-bottom: 5rem !important;
  }
  #account_page .ms-sm-6, #account_page .mx-sm-6 {
    margin-left: 5rem !important;
  }
  #account_page .p-sm-6 {
    padding: 5rem !important;
  }
  #account_page .pt-sm-6, #account_page .py-sm-6 {
    padding-top: 5rem !important;
  }
  #account_page .pe-sm-6, #account_page .px-sm-6 {
    padding-right: 5rem !important;
  }
  #account_page .pb-sm-6, #account_page .py-sm-6 {
    padding-bottom: 5rem !important;
  }
  #account_page .ps-sm-6, #account_page .px-sm-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 768px) {
  #account_page .m-md-6 {
    margin: 5rem !important;
  }
  #account_page .mt-md-6, #account_page .my-md-6 {
    margin-top: 5rem !important;
  }
  #account_page .me-md-6, #account_page .mx-md-6 {
    margin-right: 5rem !important;
  }
  #account_page .mb-md-6, #account_page .my-md-6 {
    margin-bottom: 5rem !important;
  }
  #account_page .ms-md-6, #account_page .mx-md-6 {
    margin-left: 5rem !important;
  }
  #account_page .p-md-6 {
    padding: 5rem !important;
  }
  #account_page .pt-md-6, #account_page .py-md-6 {
    padding-top: 5rem !important;
  }
  #account_page .pe-md-6, #account_page .px-md-6 {
    padding-right: 5rem !important;
  }
  #account_page .pb-md-6, #account_page .py-md-6 {
    padding-bottom: 5rem !important;
  }
  #account_page .ps-md-6, #account_page .px-md-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 992px) {
  #account_page .m-lg-6 {
    margin: 5rem !important;
  }
  #account_page .mt-lg-6, #account_page .my-lg-6 {
    margin-top: 5rem !important;
  }
  #account_page .me-lg-6, #account_page .mx-lg-6 {
    margin-right: 5rem !important;
  }
  #account_page .mb-lg-6, #account_page .my-lg-6 {
    margin-bottom: 5rem !important;
  }
  #account_page .ms-lg-6, #account_page .mx-lg-6 {
    margin-left: 5rem !important;
  }
  #account_page .p-lg-6 {
    padding: 5rem !important;
  }
  #account_page .pt-lg-6, #account_page .py-lg-6 {
    padding-top: 5rem !important;
  }
  #account_page .pe-lg-6, #account_page .px-lg-6 {
    padding-right: 5rem !important;
  }
  #account_page .pb-lg-6, #account_page .py-lg-6 {
    padding-bottom: 5rem !important;
  }
  #account_page .ps-lg-6, #account_page .px-lg-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1200px) {
  #account_page .m-xl-6 {
    margin: 5rem !important;
  }
  #account_page .mt-xl-6, #account_page .my-xl-6 {
    margin-top: 5rem !important;
  }
  #account_page .me-xl-6, #account_page .mx-xl-6 {
    margin-right: 5rem !important;
  }
  #account_page .mb-xl-6, #account_page .my-xl-6 {
    margin-bottom: 5rem !important;
  }
  #account_page .ms-xl-6, #account_page .mx-xl-6 {
    margin-left: 5rem !important;
  }
  #account_page .p-xl-6 {
    padding: 5rem !important;
  }
  #account_page .pt-xl-6, #account_page .py-xl-6 {
    padding-top: 5rem !important;
  }
  #account_page .pe-xl-6, #account_page .px-xl-6 {
    padding-right: 5rem !important;
  }
  #account_page .pb-xl-6, #account_page .py-xl-6 {
    padding-bottom: 5rem !important;
  }
  #account_page .ps-xl-6, #account_page .px-xl-6 {
    padding-left: 5rem !important;
  }
}
@media (min-width: 1400px) {
  #account_page .m-xxl-6 {
    margin: 5rem !important;
  }
  #account_page .mt-xxl-6, #account_page .my-xxl-6 {
    margin-top: 5rem !important;
  }
  #account_page .me-xxl-6, #account_page .mx-xxl-6 {
    margin-right: 5rem !important;
  }
  #account_page .mb-xxl-6, #account_page .my-xxl-6 {
    margin-bottom: 5rem !important;
  }
  #account_page .ms-xxl-6, #account_page .mx-xxl-6 {
    margin-left: 5rem !important;
  }
  #account_page .p-xxl-6 {
    padding: 5rem !important;
  }
  #account_page .pt-xxl-6, #account_page .py-xxl-6 {
    padding-top: 5rem !important;
  }
  #account_page .pe-xxl-6, #account_page .px-xxl-6 {
    padding-right: 5rem !important;
  }
  #account_page .pb-xxl-6, #account_page .py-xxl-6 {
    padding-bottom: 5rem !important;
  }
  #account_page .ps-xxl-6, #account_page .px-xxl-6 {
    padding-left: 5rem !important;
  }
}
#account_page [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
  position: relative;
}
#account_page .col-1-5 {
  flex: 0 0 auto;
  width: 20%;
}
@media (min-width: 576px) {
  #account_page .col-sm-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 768px) {
  #account_page .col-md-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 992px) {
  #account_page .col-lg-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #account_page .col-xl-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1400px) {
  #account_page .col-xxl-1-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
#account_page [class*=gutter-] {
  --custom-gutter: var(--bs-gutter-x);
  margin-right: calc(var(--custom-gutter) / -2);
  margin-left: calc(var(--custom-gutter) / -2);
  margin-top: calc(var(--custom-gutter) * -1);
}
#account_page [class*=gutter-] > .col, #account_page [class*=gutter-] > [class*=col-] {
  padding-right: calc(var(--custom-gutter) / 2);
  padding-left: calc(var(--custom-gutter) / 2);
  margin-top: var(--custom-gutter);
}
#account_page .gutter-10 {
  --custom-gutter: 10px ;
}
#account_page .gutter-20 {
  --custom-gutter: 20px ;
}
#account_page .gutter-30 {
  --custom-gutter: 30px ;
}
#account_page .gutter-40 {
  --custom-gutter: 40px ;
}
#account_page .gutter-50 {
  --custom-gutter: 50px ;
}
#account_page [class*=col-mb-] {
  margin-bottom: calc(var(--col-mb) / -1);
}
#account_page [class*=col-mb-] > .col, #account_page [class*=col-mb-] > [class*=col-] {
  padding-bottom: var(--col-mb);
}
#account_page .col-mb-30 {
  --col-mb: 30px ;
}
#account_page .col-mb-50 {
  --col-mb: 50px ;
}
#account_page .col-mb-80 {
  --col-mb: 80px ;
}
#account_page .section {
  position: relative;
  width: 100%;
  margin: 60px 0;
  padding: 60px 0;
  background-color: #F9F9F9;
  overflow: hidden;
}
#account_page .parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
  will-change: transform;
}
#account_page .mobile-parallax, #account_page .video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}
#account_page .section .container {
  z-index: 2;
}
#account_page .section .container + .video-wrap {
  z-index: 1;
}
#account_page .revealer-image {
  position: relative;
  bottom: -100px;
  transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
}
#account_page .section:hover .revealer-image {
  bottom: -50px;
}
#account_page .postcontent, #account_page .sidebar {
  position: relative;
}
#account_page .fslider, #account_page .fslider .flexslider, #account_page .fslider .slide, #account_page .fslider .slide > a, #account_page .fslider .slide > a > img, #account_page .fslider .slide > img, #account_page .fslider .slider-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
#account_page .fslider.h-100 .flexslider, #account_page .fslider.h-100 .slide, #account_page .fslider.h-100 .slider-wrap {
  height: 100% !important;
}
#account_page .fslider {
  min-height: 32px;
}
#account_page .flex-control-nav, #account_page .flex-direction-nav, #account_page .slider-wrap {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
#account_page .flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
#account_page .flexslider .slider-wrap > .slide {
  display: none;
  -webkit-backface-visibility: hidden;
}
#account_page .flexslider .slider-wrap img {
  width: 100%;
  display: block;
}
#account_page .flex-pauseplay span {
  text-transform: capitalize;
}
#account_page .slider-wrap::after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#account_page html[xmlns] .slider-wrap {
  display: block;
}
#account_page * html .slider-wrap {
  height: 1%;
}
#account_page .no-js .slider-wrap > .slide:first-child {
  display: block;
}
#account_page .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#account_page .primary-menu {
  display: -ms-flexbox;
  display: flex;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
#account_page .primary-menu + .primary-menu {
  border-top: 1px solid #EEEEEE;
}
#account_page .header-misc {
  position: initial;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
#account_page .header-misc-element, #account_page .header-misc-icon {
  margin: 0 8px;
}
#account_page .header-misc-icon > a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
#account_page .one-page-arrow {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  text-align: center;
  color: #222222;
}
#account_page .side-push-panel {
  overflow-x: hidden;
}
#account_page .boxed-slider {
  padding-top: 40px;
}
#account_page .swiper_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#account_page .full-screen .swiper_wrapper {
  height: auto;
}
#account_page .swiper_wrapper .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
#account_page .swiper_wrapper .swiper-slide {
  position: relative;
  margin: 0;
  overflow: hidden;
}
#account_page .swiper-slide-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#account_page .swiper-slide [data-caption-animate] {
  -webkit-backface-visibility: hidden;
}
#account_page .section .video-wrap, #account_page .section .yt-bg-player, #account_page .slider-element .video-wrap, #account_page .swiper-slide .yt-bg-player, #account_page .swiper-slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
#account_page .yt-bg-player .inlinePlayButton, #account_page .yt-bg-player .loading {
  display: none !important;
}
#account_page .slider-element .container, #account_page .slider-element .container-fuild {
  position: relative;
  height: 100%;
}
#account_page .slider-element.canvas-slider .swiper-slide img {
  width: 100%;
}
#account_page .slider-element.canvas-slider a {
  display: block;
  height: 100%;
}
#account_page .swiper-pagination {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 20px !important;
  text-align: center;
  line-height: 1;
}
#account_page .swiper-pagination span {
  display: inline-block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#account_page .swiper-pagination span.swiper-pagination-bullet-active, #account_page .swiper-pagination span:hover {
  background-color: #FFFFFF !important;
}
#account_page .video-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  direction: ltr;
}
#account_page .video-wrap video {
  position: relative;
  z-index: 1;
  opacity: 1;
  width: 100%;
  transition: opacity 0.3s 1s ease;
}
#account_page body:not(.has-plugin-html5video) .video-wrap video {
  opacity: 0;
}
#account_page .video-overlay, #account_page .video-placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: transparent url(images/grid.png) repeat;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
#account_page .video-placeholder {
  z-index: 4;
  background-repeat: no-repeat !important;
}
#account_page .flex-next, #account_page .flex-prev, #account_page .slider-arrow-bottom-sm, #account_page .slider-arrow-left, #account_page .slider-arrow-right, #account_page .slider-arrow-top-sm {
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0 3px 3px 0;
  transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#account_page .slider-arrow-bottom-sm, #account_page .slider-arrow-top-sm {
  top: auto;
  bottom: 57px;
  left: auto;
  right: 20px;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 3px 3px 0 0;
}
#account_page .slider-arrow-bottom-sm {
  bottom: 20px;
  border-radius: 0 0 3px 3px;
}
#account_page .fslider[data-thumbs=true] .flex-next, #account_page .fslider[data-thumbs=true] .flex-prev {
  margin-top: -20px;
}
#account_page .flex-next, #account_page .slider-arrow-right, #account_page .slider-element .owl-next {
  left: auto;
  right: 0;
  border-radius: 3px 0 0 3px;
}
#account_page .flex-next i, #account_page .flex-prev i, #account_page .slider-arrow-bottom-sm i, #account_page .slider-arrow-left i, #account_page .slider-arrow-right i, #account_page .slider-arrow-top-sm i {
  line-height: 50px;
  width: 100%;
  height: 100%;
  color: #DDDDDD;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 34px;
  text-align: center;
  transition: color 0.3s ease-in-out;
}
#account_page .slider-arrow-bottom-sm i, #account_page .slider-arrow-top-sm i {
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 30px;
  font-size: 18px;
  color: #FFFFFF;
  color: #FFFFFF;
}
#account_page .slider-element .owl-prev i {
  margin-left: 0;
}
#account_page .slider-element .owl-next i {
  margin-right: 4px;
}
#account_page .flex-next:hover, #account_page .flex-prev:hover, #account_page .slider-arrow-bottom-sm:hover, #account_page .slider-arrow-left:hover, #account_page .slider-arrow-right:hover, #account_page .slider-arrow-top-sm:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
#account_page .slide-number {
  position: absolute;
  opacity: 0;
  top: auto;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  width: 36px;
  height: 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#account_page .slider-element:hover .slide-number {
  opacity: 1;
}
#account_page .slide-number-current, #account_page .slide-number-total {
  position: absolute;
  line-height: 1;
  top: 5px;
  left: 0;
}
#account_page .slide-number-total {
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0;
}
#account_page .slide-number span {
  display: block;
  font-size: 32px;
  line-height: 40px;
}
#account_page .slider-element .owl-dots {
  position: absolute;
  width: 100%;
  z-index: 20;
  margin: 0;
  top: auto;
  bottom: 15px;
}
#account_page .slider-element .owl-dots button {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  opacity: 1 !important;
  background-color: transparent !important;
  border: 1px solid #FFFFFF;
}
#account_page .slider-element .owl-dots .owl-dot.active, #account_page .slider-element .owl-dots .owl-dot:hover {
  background-color: #FFFFFF !important;
}
#account_page .nav-offset .flex-next, #account_page .nav-offset .flex-prev {
  border-radius: 3px;
}
#account_page .nav-offset .flex-prev {
  left: 20px;
}
#account_page .nav-offset .flex-next {
  right: 20px;
}
#account_page .nav-circle .flex-next, #account_page .nav-circle .flex-prev {
  border-radius: 50%;
}
#account_page .nav-solid .flex-next, #account_page .nav-solid .flex-prev {
  opacity: 1;
  background-color: #FFFFFF;
}
#account_page .nav-solid .flex-next:hover, #account_page .nav-solid .flex-prev:hover {
  background-color: #333333 !important;
}
#account_page .nav-solid .flex-next:not(:hover) i, #account_page .nav-solid .flex-prev:not(:hover) i {
  color: #444444;
  text-shadow: none;
}
#account_page .nav-size-sm .flex-next, #account_page .nav-size-sm .flex-prev {
  width: 32px;
  height: 32px;
}
#account_page .nav-size-sm .flex-next i, #account_page .nav-size-sm .flex-prev i {
  line-height: 32px;
  font-size: 24px;
}
#account_page .fslider[class*=nav-pos-] .flex-next, #account_page .fslider[class*=nav-pos-] .flex-prev {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 5px;
  transform: none;
}
#account_page .fslider.nav-size-sm[class*=nav-pos-] .flex-next, #account_page .fslider.nav-size-sm[class*=nav-pos-] .flex-prev {
  margin: 0 3px;
}
#account_page .fslider[class*=nav-pos-] .flex-direction-nav {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
}
#account_page .nav-pos-top .flex-direction-nav, #account_page .nav-pos-top-left .flex-direction-nav, #account_page .nav-pos-top-right .flex-direction-nav {
  top: 20px;
  left: 0;
}
#account_page .nav-pos-bottom .flex-direction-nav, #account_page .nav-pos-bottom-left .flex-direction-nav, #account_page .nav-pos-bottom-right .flex-direction-nav {
  top: auto;
  bottom: 20px;
}
#account_page .nav-pos-bottom-left .flex-direction-nav, #account_page .nav-pos-top-left .flex-direction-nav {
  width: auto !important;
  left: 16px;
}
#account_page .nav-pos-bottom-right .flex-direction-nav, #account_page .nav-pos-top-right .flex-direction-nav {
  width: auto !important;
  left: auto;
  right: 16px;
}
#account_page .flex-control-nav {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: auto;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0;
}
#account_page .flex-control-nav li {
  display: block;
  margin: 0 3px;
  width: 0.625rem;
  height: 0.625rem;
}
#account_page .flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #FFFFFF;
  color: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#account_page .flex-control-nav li a.flex-active, #account_page .flex-control-nav li:hover a {
  background-color: #FFFFFF;
}
#account_page .control-solid .flex-control-nav li a {
  border: none;
  background-color: #FFFFFF;
}
#account_page .control-solid .flex-control-nav li a.flex-active, #account_page .control-solid .flex-control-nav li:hover a {
  background-color: #0075af;
}
#account_page .control-square .flex-control-nav li a {
  border-radius: 3px;
}
#account_page .control-diamond .flex-control-nav li a {
  border-radius: 3px;
  transform: rotate(45deg);
}
#account_page .control-offset-lg .flex-control-nav {
  top: 24px;
  right: 20px;
}
#account_page .control-pos-bottom-left .flex-control-nav, #account_page .control-pos-top-left .flex-control-nav {
  left: 10px;
  right: auto;
}
#account_page .control-offset-lg.control-pos-bottom-left .flex-control-nav, #account_page .control-offset-lg.control-pos-top-left .flex-control-nav {
  left: 20px;
}
#account_page .control-pos-bottom .flex-control-nav, #account_page .control-pos-bottom-left .flex-control-nav, #account_page .control-pos-bottom-right .flex-control-nav {
  top: auto;
  bottom: 14px;
}
#account_page .control-offset-lg.control-pos-bottom .flex-control-nav, #account_page .control-offset-lg.control-pos-bottom-left .flex-control-nav, #account_page .control-offset-lg.control-pos-bottom-right .flex-control-nav {
  bottom: 24px;
}
#account_page .control-pos-bottom .flex-control-nav, #account_page .control-pos-top .flex-control-nav {
  width: 100%;
  right: 0;
}
#account_page .control-size-lg .flex-control-nav li {
  width: 0.9325rem;
  height: 0.9325rem;
  margin: 0 5px;
}
#account_page .flex-control-nav.flex-control-thumbs {
  position: relative;
  justify-content: left;
  top: 0;
  left: 0;
  right: 0;
  margin: 2px -2px -2px 0;
  height: auto;
}
#account_page .flex-control-nav.flex-control-thumbs li {
  margin: 0 2px 2px 0;
}
#account_page .flex-control-nav.flex-control-thumbs li img {
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  border-radius: 0;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#account_page .flex-control-nav.flex-control-thumbs li, #account_page .flex-control-nav.flex-control-thumbs li img {
  display: block;
  width: 100px !important;
  height: auto !important;
}
#account_page .flex-control-nav.flex-control-thumbs li img.flex-active, #account_page .flex-control-nav.flex-control-thumbs li:hover img {
  border-width: 0;
  opacity: 1;
}
#account_page .breadcrumb {
  position: absolute !important;
  width: auto !important;
  top: 50% !important;
  left: auto !important;
  right: 15px !important;
  margin: 0 !important;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 90%;
  transform: translateY(-50%);
}
#account_page .transparent-header + .page-title-parallax .breadcrumb {
  margin-top: 35px !important;
}
#account_page .breadcrumb a {
  color: #555555;
}
#account_page .breadcrumb a:hover {
  color: #0075af;
}
#account_page .breadcrumb i {
  width: auto !important;
}
#account_page #content {
  position: relative;
  background-color: #FFFFFF;
}
#account_page #content p {
  line-height: 1.8;
}
#account_page .content-wrap {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
#account_page #content .container {
  position: relative;
}
#account_page .grid-container, #account_page .grid-inner {
  position: relative;
  overflow: hidden;
}
#account_page .grid-inner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#account_page body:not(.device-touch) .grid-container {
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
#account_page .grid-shuffle {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#account_page .grid-shuffle:hover {
  background-color: #0075af;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#account_page .grid-item .grid-inner > img, #account_page .grid-item > img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
#account_page .grid-1 > .grid-item {
  width: 100%;
}
#account_page .grid-2 > .grid-item {
  width: 50%;
}
#account_page .grid-3 > .grid-item {
  width: 33.333333%;
}
#account_page .grid-4 > .grid-item {
  width: 25%;
}
#account_page .grid-5 > .grid-item {
  width: 20%;
}
#account_page .grid-6 > .grid-item {
  width: 16.666667%;
}
#account_page .grid-8 > .grid-item {
  width: 12.5%;
}
#account_page .grid-10 > .grid-item {
  width: 10%;
}
#account_page .grid-12 > .grid-item {
  width: 8.333333%;
}
@media (min-width: 576px) {
  #account_page .grid-sm-1 > .grid-item {
    width: 100%;
  }
  #account_page .grid-sm-2 > .grid-item {
    width: 50%;
  }
  #account_page .grid-sm-3 > .grid-item {
    width: 33.333333%;
  }
  #account_page .grid-sm-4 > .grid-item {
    width: 25%;
  }
  #account_page .grid-sm-5 > .grid-item {
    width: 20%;
  }
  #account_page .grid-sm-6 > .grid-item {
    width: 16.666667%;
  }
  #account_page .grid-sm-8 > .grid-item {
    width: 12.5%;
  }
  #account_page .grid-sm-10 > .grid-item {
    width: 10%;
  }
  #account_page .grid-sm-12 > .grid-item {
    width: 8.333333%;
  }
}
@media (min-width: 768px) {
  #account_page .grid-md-1 > .grid-item {
    width: 100%;
  }
  #account_page .grid-md-2 > .grid-item {
    width: 50%;
  }
  #account_page .grid-md-3 > .grid-item {
    width: 33.333333%;
  }
  #account_page .grid-md-4 > .grid-item {
    width: 25%;
  }
  #account_page .grid-md-5 > .grid-item {
    width: 20%;
  }
  #account_page .grid-md-6 > .grid-item {
    width: 16.666667%;
  }
  #account_page .grid-md-8 > .grid-item {
    width: 12.5%;
  }
  #account_page .grid-md-10 > .grid-item {
    width: 10%;
  }
  #account_page .grid-md-12 > .grid-item {
    width: 8.333333%;
  }
}
@media (min-width: 992px) {
  #account_page .grid-lg-1 > .grid-item {
    width: 100%;
  }
  #account_page .grid-lg-2 > .grid-item {
    width: 50%;
  }
  #account_page .grid-lg-3 > .grid-item {
    width: 33.333333%;
  }
  #account_page .grid-lg-4 > .grid-item {
    width: 25%;
  }
  #account_page .grid-lg-5 > .grid-item {
    width: 20%;
  }
  #account_page .grid-lg-6 > .grid-item {
    width: 16.666667%;
  }
  #account_page .grid-lg-8 > .grid-item {
    width: 12.5%;
  }
  #account_page .grid-lg-10 > .grid-item {
    width: 10%;
  }
  #account_page .grid-lg-12 > .grid-item {
    width: 8.333333%;
  }
}
@media (min-width: 1200px) {
  #account_page .grid-xl-1 > .grid-item {
    width: 100%;
  }
  #account_page .grid-xl-2 > .grid-item {
    width: 50%;
  }
  #account_page .grid-xl-3 > .grid-item {
    width: 33.333333%;
  }
  #account_page .grid-xl-4 > .grid-item {
    width: 25%;
  }
  #account_page .grid-xl-5 > .grid-item {
    width: 20%;
  }
  #account_page .grid-xl-6 > .grid-item {
    width: 16.666667%;
  }
  #account_page .grid-xl-8 > .grid-item {
    width: 12.5%;
  }
  #account_page .grid-xl-10 > .grid-item {
    width: 10%;
  }
  #account_page .grid-xl-12 > .grid-item {
    width: 8.333333%;
  }
}
@media (min-width: 1400px) {
  #account_page .grid-xxl-1 > .grid-item {
    width: 100%;
  }
  #account_page .grid-xxl-2 > .grid-item {
    width: 50%;
  }
  #account_page .grid-xxl-3 > .grid-item {
    width: 33.333333%;
  }
  #account_page .grid-xxl-4 > .grid-item {
    width: 25%;
  }
  #account_page .grid-xxl-5 > .grid-item {
    width: 20%;
  }
  #account_page .grid-xxl-6 > .grid-item {
    width: 16.666667%;
  }
  #account_page .grid-xxl-8 > .grid-item {
    width: 12.5%;
  }
  #account_page .grid-xxl-10 > .grid-item {
    width: 10%;
  }
  #account_page .grid-xxl-12 > .grid-item {
    width: 8.333333%;
  }
}
#account_page .modal-padding {
  padding: 40px;
}
#account_page .ajax-modal-title {
  background-color: #F9F9F9;
  border-bottom: 1px solid #EEEEEE;
  padding: 25px 40px;
}
#account_page .ajax-modal-title h2 {
  font-size: 28px;
  margin-bottom: 0;
}
#account_page #posts {
  position: relative;
}
#account_page .entry {
  position: relative;
  margin-bottom: 50px;
}
#account_page .posts-md .entry, #account_page .posts-sm .entry {
  margin-bottom: 0;
}
#account_page .entry::after {
  content: "";
  position: relative;
  height: 2px;
  margin-top: 50px;
  background-color: #F5F5F5;
}
#account_page .entry-image {
  margin-bottom: 30px;
}
#account_page .posts-md .entry-image, #account_page .posts-sm .entry-image {
  margin-bottom: 0;
}
#account_page .entry-image, #account_page .entry-image .slide a, #account_page .entry-image img, #account_page .entry-image > a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
#account_page .posts-sm .entry-image {
  width: 64px;
}
#account_page .entry-image iframe {
  display: block;
}
#account_page .entry-image video {
  display: block;
  width: 100%;
}
#account_page .entry-image img {
  border-radius: 3px;
}
#account_page .posts-md .entry-image + .entry-title {
  margin-top: 0.875rem;
}
#account_page .entry-title h2, #account_page .entry-title h3, #account_page .entry-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#account_page .entry-title.title-sm h2, #account_page .entry-title.title-sm h3 {
  font-size: 20px;
  letter-spacing: 0;
}
#account_page .entry-title.title-sm h3 {
  font-size: 18px;
}
#account_page .entry-title.title-xs h2, #account_page .entry-title.title-xs h3 {
  font-size: 16px;
  letter-spacing: 0;
}
#account_page .entry-title h4 {
  font-size: 14px;
  letter-spacing: 0;
}
#account_page .entry-title h4, #account_page .entry-title.nott h2, #account_page .entry-title.nott h3 {
  text-transform: none;
}
#account_page .entry-title h2 a, #account_page .entry-title h3 a, #account_page .entry-title h4 a {
  color: #333333;
}
#account_page .entry-title h2 a:hover, #account_page .entry-title h3 a:hover, #account_page .entry-title h4 a:hover {
  color: #0075af;
}
#account_page .entry-meta {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
#account_page .posts-sm .entry-meta {
  margin-top: 6px;
}
#account_page .single-post .entry-meta {
  margin-bottom: 20px;
}
#account_page .posts-md .entry-meta, #account_page .posts-sm .entry-meta {
  margin-bottom: 0;
}
#account_page .entry-meta ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px -20px;
  list-style: none;
}
#account_page .entry-meta ul.flex-column, #account_page .entry-meta.no-separator ul {
  align-items: start;
  margin-left: 0;
}
#account_page .posts-sm .entry-meta ul {
  margin-bottom: -5px;
}
#account_page .entry-meta li {
  font-size: 90%;
  margin: 0 15px 10px 0;
  color: #999999;
}
#account_page .entry-meta ul.flex-column li {
  margin-left: 0;
}
#account_page .posts-sm .entry-meta li {
  margin-bottom: 5px;
}
#account_page .entry-meta:not(.no-separator) li::before {
  content: "⁞";
  width: 5px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
}
#account_page .entry-meta i {
  position: relative;
  top: 1px;
  padding-left: 1px;
  margin-right: 5px;
}
#account_page .entry-meta a:not(:hover) {
  color: #999999;
}
#account_page .entry-meta ins {
  font-weight: 700;
  text-decoration: none;
}
#account_page .entry-content {
  margin-top: 30px;
}
#account_page .single-post .entry-content {
  margin-top: 0;
}
#account_page .posts-md .entry-content, #account_page .posts-sm .entry-content {
  margin-top: 20px;
}
#account_page .single-post .entry-content .entry-image {
  max-width: 350px;
}
#account_page .entry-content {
  position: relative;
}
#account_page .entry-link {
  display: block;
  width: 100%;
  background-color: #F5F5F5;
  padding: 30px 0;
  text-align: center;
  color: #444444;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  border-radius: 3px;
}
#account_page body:not(.device-touch) .entry-link {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#account_page .entry-link:hover {
  color: #FFFFFF;
  background-color: #0075af;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#account_page .entry-link span {
  display: block;
  margin-top: 5px;
  font-family: "pt serif", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: #AAAAAA;
}
#account_page .entry-link:hover span {
  color: #EEEEEE;
}
#account_page .entry blockquote p {
  font-weight: 400;
  font-family: "pt serif", serif;
  font-style: italic;
}
#account_page .entry-timeline {
  display: none;
}
@media (min-width: 992px) {
  #account_page .timeline-border {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 1px dashed #CCCCCC;
    height: 100%;
    transform: translateX(-50%);
  }
  #account_page .postcontent .post-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 1px dashed #CCCCCC;
    height: 100%;
  }
  #account_page .post-timeline .entry-timeline {
    display: none;
    position: absolute;
    border: 2px solid #CCCCCC;
    background-color: #FFFFFF;
    padding-top: 0;
    text-indent: -9999px;
    top: 40px;
    left: auto;
    right: -6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 700;
    color: #AAAAAA;
    text-align: center;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #account_page .post-timeline .entry:not(.entry-date-section) {
    padding-right: 85px;
  }
  #account_page .post-timeline .entry.alt:not(.entry-date-section) {
    padding-right: inherit;
    padding-left: 85px;
  }
  #account_page .post-timeline .alt .entry-timeline {
    right: auto;
    left: -6px;
  }
  #account_page .post-timeline .entry-timeline span {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 400;
  }
}
#account_page .entry.entry-date-section {
  margin: 50px 0 80px;
  text-align: center;
}
#account_page .entry.entry-date-section:first-child {
  margin-top: 0;
}
#account_page .entry.entry-date-section span {
  display: inline-block;
  width: 250px;
  background-color: #FFFFFF;
  border: 2px solid #EEEEEE;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}
@media (min-width: 992px) {
  #account_page .postcontent .post-timeline::before {
    left: -68px;
    margin-left: 0;
  }
  #account_page .postcontent .post-timeline {
    padding-left: 0;
    margin-left: 100px;
    margin-right: 0 !important;
    overflow: visible;
  }
  #account_page .postcontent .post-timeline .entry {
    width: 100% !important;
    padding: 0 !important;
  }
  #account_page .postcontent .post-timeline .entry-timeline {
    display: block;
    border: 3px solid #CCCCCC;
    background-color: #FFFFFF;
    padding-top: 10px;
    text-indent: 0;
    top: 20px;
    left: -100px;
    right: auto;
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}
#account_page .more-link {
  display: inline-block;
  border-bottom: 1px solid #0075af;
  padding: 0 2px;
  font-family: "pt serif", serif;
  font-style: italic;
}
#account_page .more-link:hover {
  border-bottom-color: #555555;
}
#account_page .post-navigation + .line {
  margin-top: 50px;
}
#account_page .author-image {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
}
#account_page .author-image img {
  width: 64px;
  height: 64px;
}
#account_page .author-desc {
  position: relative;
  overflow: hidden;
}
#account_page #comments {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #EEEEEE;
}
#account_page .commentlist {
  list-style: none;
  padding-bottom: 50px;
  margin: 0 0 50px;
  border-bottom: 1px solid #EEEEEE;
}
#account_page .commentlist ul {
  list-style: none;
}
#account_page .commentlist li, #account_page .commentlist li ul, #account_page .commentlist li ul li {
  margin: 30px 0 0;
}
#account_page .commentlist ul:first-child {
  margin-top: 0;
}
#account_page .commentlist li {
  position: relative;
  margin: 30px 0 0 30px;
}
#account_page .comment-wrap {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}
#account_page .commentlist ul .comment-wrap {
  margin-left: 25px;
  padding-left: 20px;
}
#account_page .commentlist li .children {
  margin-top: 0;
}
#account_page .commentlist li li .children {
  margin-left: 30px;
}
#account_page .commentlist li .comment-content, #account_page .pingback {
  position: relative;
  overflow: hidden;
}
#account_page .commentlist li .comment-content p, #account_page .pingback p {
  margin: 20px 0 0;
}
#account_page .commentlist li .comment-content {
  padding: 0 0 0 15px;
}
#account_page .commentlist li .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
}
#account_page .comment-avatar {
  position: absolute;
  top: 15px;
  left: -35px;
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
}
#account_page .comment-avatar img {
  display: block;
  border-radius: 50%;
}
#account_page .commentlist li .children .comment-avatar {
  left: -25px;
}
#account_page .comment-content .comment-author {
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
}
#account_page .comment-content .comment-author a {
  border: none;
  color: #333333;
}
#account_page .comment-content .comment-author a:hover {
  color: #0075af;
}
#account_page .comment-content .comment-author span {
  display: block;
}
#account_page .comment-content .comment-author span, #account_page .comment-content .comment-author span a {
  font-size: 12px;
  font-weight: 400;
  font-family: "pt serif", serif;
  font-style: italic;
  color: #AAAAAA;
}
#account_page .comment-content .comment-author span a:hover {
  color: #888888;
}
#account_page .comment-reply-link, #account_page .review-comment-ratings {
  display: block;
  position: absolute;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0;
  width: 14px;
  height: 14px;
  color: #CCCCCC;
  font-size: 14px;
  line-height: 1;
}
#account_page .comment-reply-link:hover {
  color: #888888;
}
#account_page .fb-comments, #account_page .fb-comments > span, #account_page .fb-comments > span > iframe, #account_page .fb_iframe_widget, #account_page .fb_iframe_widget > span, #account_page .fb_iframe_widget > span > iframe {
  display: block !important;
  width: 100% !important;
  margin: 0;
}
#account_page div.alignleft, #account_page img.alignleft {
  float: left;
  margin: 5px 20px 13px 0;
  max-width: 100%;
}
#account_page div.aligncenter > img, #account_page div.alignleft > img, #account_page div.alignnone > img, #account_page div.alignright > img {
  display: block;
  float: none;
}
#account_page div.aligncenter, #account_page div.alignnone, #account_page img.aligncenter, #account_page img.alignnone {
  display: block;
  margin: 10px 0;
  float: none;
}
#account_page div.aligncenter, #account_page div.aligncenter img, #account_page img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
#account_page div.alignright, #account_page img.alignright {
  float: right;
  margin: 5px 0 13px 20px;
}
#account_page .wp-caption {
  text-align: center;
  margin: 10px 20px 13px;
  font-family: Lato, Georgia, times new roman, Times, serif;
  font-style: italic;
}
#account_page .wp-caption img, #account_page .wp-caption img a {
  display: block;
  margin: 0;
}
#account_page p.wp-caption-text {
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 10px;
  background-color: #EEEEEE;
  border-radius: 50px;
}
#account_page .wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}
#account_page .page-load-status {
  position: relative;
  display: none;
  padding: 30px 0;
}
#account_page .page-load-status .css3-spinner-ball-pulse-sync > div {
  background-color: #333333;
}
#account_page .quantity {
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 30px;
}
#account_page .quantity input[type=number]::-webkit-inner-spin-button, #account_page .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#account_page .quantity .qty {
  width: 50px;
  height: 40px;
  line-height: 40px;
  border: 0;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  text-align: center;
  margin-bottom: 0;
}
#account_page .quantity .minus, #account_page .quantity .plus {
  display: block;
  cursor: pointer;
  border: 0 transparent;
  padding: 0;
  width: 36px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #EEEEEE;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}
#account_page .quantity .minus:hover, #account_page .quantity .plus:hover {
  background-color: #DDDDDD;
}
#account_page .quantity .minus:focus, #account_page .quantity .plus:focus, #account_page .quantity .qty:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
#account_page .cart .remove {
  font-size: 14px;
  color: red;
}
#account_page .cart .remove:hover {
  color: #000000;
}
#account_page .cart th {
  padding: 12px 15px !important;
  color: #555555;
}
#account_page .cart td {
  padding: 12px 15px !important;
  vertical-align: middle !important;
  border-color: #E5E5E5 !important;
}
#account_page td.actions {
  padding: 20px 15px !important;
  vertical-align: top !important;
  background-color: #F5F5F5;
}
@media (max-width: 767.98px) {
  #account_page .cart:not(.cart-totals) thead th {
    display: none;
  }
  #account_page .cart:not(.cart-totals) tbody td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 !important;
    text-align: center;
  }
  #account_page .cart:not(.cart-totals) .cart_item {
    display: block;
    position: relative;
    border: 1px solid #EEEEEE;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
  #account_page .quantity .qty {
    width: 42px;
  }
  #account_page .quantity .minus, #account_page .quantity .plus, #account_page .quantity .qty {
    font-size: 14px;
  }
}
#account_page .event.entry::after {
  display: none !important;
}
#account_page .event .grid-inner {
  background-color: #F9F9F9;
  border-bottom: 3px solid #EEEEEE;
}
#account_page .event .entry-image .entry-date {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 64px;
  text-align: center;
  padding-top: 9px;
  font-size: 28px;
  line-height: 1;
}
#account_page .event .entry-image .entry-date span {
  display: block;
  font-size: 12px;
  margin-top: 7px;
}
#account_page .parallax .iconlist li, #account_page .single-event .event-meta .iconlist li {
  margin: 5px 0;
}
#account_page .parallax .entry-overlay-meta, #account_page .single-event .entry-overlay {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 80px;
  font-size: 20px;
  color: #FFFFFF;
  z-index: 5;
}
#account_page .single-event .countdown-section {
  padding: 0 15px;
  border-left-color: rgba(255, 255, 255, 0.3);
  color: #CCCCCC;
}
#account_page .single-event .countdown-amount {
  color: #FFFFFF;
}
#account_page .parallax .entry-overlay, #account_page .parallax .entry-overlay-meta {
  background: 0 0;
  width: auto;
  text-align: right;
  bottom: 30px;
  left: auto;
  right: 30px;
}
#account_page .parallax .entry-overlay-meta {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  right: 38px;
  bottom: 130px;
  width: 368px;
  height: auto;
  line-height: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
#account_page .parallax.overlay-left .entry-overlay, #account_page .parallax.overlay-left .entry-overlay-meta {
  right: auto;
  left: 30px;
}
#account_page .parallax.overlay-left .entry-overlay-meta {
  left: 38px;
}
@media (max-width: 575.98px) {
  #account_page .parallax .entry-overlay, #account_page .parallax .entry-overlay-meta {
    left: 0 !important;
    right: 0 !important;
    width: 90%;
    margin: 0 auto;
  }
}
#account_page .parallax.overlay-center .entry-overlay, #account_page .parallax.overlay-center .entry-overlay-meta {
  bottom: 100px;
  right: auto;
  left: 50%;
  margin-left: -192px;
}
#account_page .parallax.overlay-center .entry-overlay-meta {
  top: 100px;
  bottom: auto;
  margin-left: -184px;
}
#account_page .parallax .entry-overlay-meta h2 {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 17px;
}
#account_page .parallax .entry-overlay-meta h2 a {
  color: #FFFFFF;
}
#account_page .parallax .entry-overlay-meta h2 a:hover {
  color: #DDDDDD;
}
#account_page .parallax .countdown {
  top: 0;
}
#account_page .parallax .countdown-section {
  border-left: 0;
  width: 80px;
  height: 80px;
  margin: 0 8px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  padding-top: 14px;
}
#account_page .parallax .countdown-amount {
  font-size: 28px;
  margin-bottom: 6px;
}
#account_page .countdown {
  position: relative;
  display: block;
}
#account_page .countdown-row {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
#account_page .countdown-section {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  border-left: 1px dotted #BBBBBB;
  color: #888888;
  text-transform: capitalize;
}
#account_page .countdown-section:first-child {
  border-left: 0;
}
#account_page .countdown-amount {
  display: block;
  font-size: 20px;
  color: #333333;
  margin-bottom: 5px;
}
#account_page .countdown-descr {
  display: block;
  width: 100%;
}
#account_page .countdown-medium .countdown-section {
  font-size: 14px;
}
#account_page .countdown-medium .countdown-amount {
  font-size: 30px;
  margin-bottom: 7px;
}
#account_page .countdown-large .countdown-section {
  font-size: 18px;
}
#account_page .countdown-large .countdown-amount {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 8px;
}
#account_page .countdown.countdown-inline {
  display: inline-block;
}
#account_page .countdown.countdown-inline .countdown-row {
  display: inline-block;
  text-align: center;
}
#account_page .countdown.countdown-inline .countdown-section {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: auto;
  border: none;
  color: inherit;
  margin-left: 7px;
  text-transform: inherit;
}
#account_page .countdown.countdown-inline .countdown-section:first-child {
  margin-left: 0;
}
#account_page .countdown.countdown-inline .countdown-amount {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: 700;
  margin: 0 3px 0 0;
}
#account_page .countdown.countdown-inline .countdown-descr {
  display: inline-block;
  width: auto;
}
@media (min-width: 768px) {
  #account_page .countdown.countdown-large.coming-soon .countdown-section {
    border: none;
    padding: 15px;
  }
  #account_page .countdown.countdown-large.coming-soon .countdown-amount {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 15px !important;
  }
}
#account_page body:not(.device-touch) .button, #account_page body:not(.device-touch) .prodotti .prodotto .actions_wrapper .action, .prodotti .prodotto .actions_wrapper #account_page body:not(.device-touch) .action {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#account_page .button.button-dark, #account_page .prodotti .prodotto .actions_wrapper .button-dark.action, .prodotti .prodotto .actions_wrapper #account_page .button-dark.action {
  background-color: #444444;
}
#account_page .button.button-light, #account_page .prodotti .prodotto .actions_wrapper .button-light.action, .prodotti .prodotto .actions_wrapper #account_page .button-light.action {
  background-color: #EEEEEE;
  color: #333333;
  text-shadow: none !important;
}
#account_page .button.button-dark:hover, #account_page .prodotti .prodotto .actions_wrapper .button-dark.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-dark.action:hover {
  background-color: #0075af;
}
#account_page .button.button-mini, #account_page .prodotti .prodotto .actions_wrapper .button-mini.action, .prodotti .prodotto .actions_wrapper #account_page .button-mini.action {
  padding: 4px 14px;
  font-size: 11px;
  line-height: 20px;
}
#account_page .button.button-small, #account_page .prodotti .prodotto .actions_wrapper .button-small.action, .prodotti .prodotto .actions_wrapper #account_page .button-small.action {
  padding: 7px 17px;
  font-size: 12px;
  line-height: 20px;
}
#account_page .button.button-large, #account_page .prodotti .prodotto .actions_wrapper .button-large.action, .prodotti .prodotto .actions_wrapper #account_page .button-large.action {
  padding: 8px 26px;
  font-size: 16px;
  line-height: 30px;
}
#account_page .button.button-xlarge, #account_page .prodotti .prodotto .actions_wrapper .button-xlarge.action, .prodotti .prodotto .actions_wrapper #account_page .button-xlarge.action {
  padding: 9px 32px;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 34px;
}
#account_page .button.button-desc, #account_page .prodotti .prodotto .actions_wrapper .button-desc.action, .prodotti .prodotto .actions_wrapper #account_page .button-desc.action {
  text-align: left;
  padding: 24px 34px;
  font-size: 20px;
  height: auto;
  line-height: 1;
  font-family: Poppins, sans-serif;
}
#account_page .button.button-desc span, #account_page .prodotti .prodotto .actions_wrapper .button-desc.action span, .prodotti .prodotto .actions_wrapper #account_page .button-desc.action span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: "pt serif", serif;
  font-style: italic;
  text-transform: none;
}
#account_page .button i, #account_page .prodotti .prodotto .actions_wrapper .action i, .prodotti .prodotto .actions_wrapper #account_page .action i {
  position: relative;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}
#account_page .button.text-end i, #account_page .prodotti .prodotto .actions_wrapper .text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .text-end.action i {
  margin: 0 0 0 5px;
}
#account_page .button-mini i {
  margin-right: 3px;
}
#account_page .button-mini.text-end i {
  margin: 0 0 0 3px;
}
#account_page .button-small i {
  margin-right: 4px;
}
#account_page .button-small.text-end i {
  margin: 0 0 0 4px;
}
#account_page .button-xlarge i {
  margin-right: 8px;
}
#account_page .button-xlarge.text-end i {
  margin: 0 0 0 8px;
}
#account_page .button.button-desc i, #account_page .prodotti .prodotto .actions_wrapper .button-desc.action i, .prodotti .prodotto .actions_wrapper #account_page .button-desc.action i {
  font-size: 48px;
  width: 48px;
  text-align: center;
  margin-right: 12px;
}
#account_page .button.button-desc.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-desc.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-desc.text-end.action i {
  margin: 0 0 0 12px;
}
#account_page .button.button-desc div, #account_page .prodotti .prodotto .actions_wrapper .button-desc.action div, .prodotti .prodotto .actions_wrapper #account_page .button-desc.action div {
  display: inline-block;
}
#account_page .button.button-rounded, #account_page .prodotti .prodotto .actions_wrapper .button-rounded.action, .prodotti .prodotto .actions_wrapper #account_page .button-rounded.action {
  border-radius: 3px;
}
#account_page .button.button-border, #account_page .prodotti .prodotto .actions_wrapper .button-border.action, .prodotti .prodotto .actions_wrapper #account_page .button-border.action {
  border: 2px solid #444444;
  background-color: transparent;
  color: #333333;
  font-weight: 700;
  text-shadow: none;
}
#account_page .button.button-border-thin, #account_page .prodotti .prodotto .actions_wrapper .button-border-thin.action, .prodotti .prodotto .actions_wrapper #account_page .button-border-thin.action {
  border-width: 1px;
}
#account_page .button.button-border.button-desc, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-desc.action, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-desc.action {
  line-height: 1;
}
#account_page .button.button-border:not(.button-fill):hover, #account_page .prodotti .prodotto .actions_wrapper .button-border.action:not(.button-fill):hover, .prodotti .prodotto .actions_wrapper #account_page .button-border.action:not(.button-fill):hover {
  background-color: #444444;
  color: #FFFFFF;
  border-color: transparent !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#account_page .button.button-border.button-light, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-light.action, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-light.action {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#account_page .button.button-border.button-light:hover, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-light.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-light.action:hover {
  background-color: #FFFFFF;
  color: #333333;
  text-shadow: none;
}
#account_page .button.button-3d, #account_page .prodotti .prodotto .actions_wrapper .button-3d.action, .prodotti .prodotto .actions_wrapper #account_page .button-3d.action {
  border-radius: 3px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#account_page .button.button-3d:hover, #account_page .prodotti .prodotto .actions_wrapper .button-3d.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-3d.action:hover {
  background-color: #0075af;
  opacity: 0.9;
}
#account_page .button.button-3d.button-light:hover, #account_page .prodotti .prodotto .actions_wrapper .button-3d.button-light.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-3d.button-light.action:hover, #account_page .button.button-reveal.button-light:hover, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-light.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-light.action:hover {
  text-shadow: none;
  color: #333333;
}
#account_page .button.button-reveal, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.action, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.action {
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
}
#account_page .button.button-reveal i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.action i {
  display: block;
  position: absolute;
  top: 0;
  left: -32px;
  width: 32px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
#account_page .button.button-reveal.button-border i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-border.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-border.action i {
  top: -2px;
}
#account_page .button.button-reveal.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.text-end.action i {
  left: auto;
  right: -32px;
}
#account_page .button.button-reveal.button-3d i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-3d.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-3d.action i, #account_page .button.button-reveal.button-rounded i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-rounded.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-rounded.action i {
  border-radius: 3px 0 0 3px;
}
#account_page .button.button-reveal.button-3d.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-3d.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-3d.text-end.action i, #account_page .button.button-reveal.button-rounded.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-rounded.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-rounded.text-end.action i {
  border-radius: 0 3px 3px 0;
}
#account_page .button.button-reveal span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.action span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.action span {
  display: inline-block;
  position: relative;
  left: 0;
}
#account_page body:not(.device-touch) .button.button-reveal i, #account_page body:not(.device-touch) .prodotti .prodotto .actions_wrapper .button-reveal.action i, .prodotti .prodotto .actions_wrapper #account_page body:not(.device-touch) .button-reveal.action i, #account_page body:not(.device-touch) .button.button-reveal span, #account_page body:not(.device-touch) .prodotti .prodotto .actions_wrapper .button-reveal.action span, .prodotti .prodotto .actions_wrapper #account_page body:not(.device-touch) .button-reveal.action span {
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}
#account_page .button.button-reveal.button-mini, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-mini.action, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-mini.action {
  padding-left: 17px;
  padding-right: 17px;
}
#account_page .button.button-reveal.button-mini i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-mini.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-mini.action i {
  left: -22px;
  width: 22px;
}
#account_page .button.button-reveal.button-mini.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-mini.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-mini.text-end.action i {
  left: auto;
  right: -22px;
}
#account_page .button.button-reveal.button-small, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-small.action, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-small.action {
  padding-left: 22px;
  padding-right: 22px;
}
#account_page .button.button-reveal.button-small i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-small.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-small.action i {
  left: -26px;
  width: 26px;
}
#account_page .button.button-reveal.button-small.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-small.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-small.text-end.action i {
  left: auto;
  right: -26px;
}
#account_page .button.button-reveal.button-large, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-large.action, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-large.action {
  padding-left: 32px;
  padding-right: 32px;
}
#account_page .button.button-reveal.button-large i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-large.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-large.action i {
  left: -38px;
  width: 38px;
}
#account_page .button.button-reveal.button-large.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-large.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-large.text-end.action i {
  left: auto;
  right: -38px;
}
#account_page .button.button-reveal.button-xlarge, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-xlarge.action, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-xlarge.action {
  padding-right: 40px;
  padding-left: 40px;
}
#account_page .button.button-reveal.button-xlarge i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-xlarge.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-xlarge.action i {
  left: -44px;
  width: 44px;
}
#account_page .button.button-reveal.button-xlarge.text-end i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-xlarge.text-end.action i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-xlarge.text-end.action i {
  left: auto;
  right: -44px;
}
#account_page .button.button-reveal:hover i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.action:hover i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.action:hover i {
  left: 0;
}
#account_page .button.button-reveal.text-end:hover i, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.text-end.action:hover i, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.text-end.action:hover i {
  left: auto;
  right: 0;
}
#account_page .button.button-reveal:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.action:hover span {
  left: 16px;
}
#account_page .button.button-reveal.button-mini:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-mini.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-mini.action:hover span {
  left: 11px;
}
#account_page .button.button-reveal.button-small:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-small.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-small.action:hover span {
  left: 13px;
}
#account_page .button.button-reveal.button-large:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-large.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-large.action:hover span {
  left: 19px;
}
#account_page .button.button-reveal.button-xlarge:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-xlarge.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-xlarge.action:hover span {
  left: 22px;
}
#account_page .button.button-reveal.text-end:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.text-end.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.text-end.action:hover span {
  left: -16px;
}
#account_page .button.button-reveal.button-mini.text-end:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-mini.text-end.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-mini.text-end.action:hover span {
  left: -11px;
}
#account_page .button.button-reveal.button-small.text-end:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-small.text-end.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-small.text-end.action:hover span {
  left: -13px;
}
#account_page .button.button-reveal.button-large.text-end:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-large.text-end.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-large.text-end.action:hover span {
  left: -19px;
}
#account_page .button.button-reveal.button-xlarge.text-end:hover span, #account_page .prodotti .prodotto .actions_wrapper .button-reveal.button-xlarge.text-end.action:hover span, .prodotti .prodotto .actions_wrapper #account_page .button-reveal.button-xlarge.text-end.action:hover span {
  left: -22px;
}
#account_page .button.button-full, #account_page .prodotti .prodotto .actions_wrapper .button-full.action, .prodotti .prodotto .actions_wrapper #account_page .button-full.action {
  display: block;
  width: 100%;
  white-space: normal;
  margin: 0;
  height: auto;
  line-height: 1.6;
  padding: 30px 0;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#account_page .button.button-full.button-light, #account_page .prodotti .prodotto .actions_wrapper .button-full.button-light.action, .prodotti .prodotto .actions_wrapper #account_page .button-full.button-light.action {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#account_page .button.button-full strong, #account_page .prodotti .prodotto .actions_wrapper .button-full.action strong, .prodotti .prodotto .actions_wrapper #account_page .button-full.action strong {
  font-weight: 700;
  border-bottom: 2px solid #EEEEEE;
}
#account_page body:not(.device-touch) .button.button-full strong, #account_page body:not(.device-touch) .prodotti .prodotto .actions_wrapper .button-full.action strong, .prodotti .prodotto .actions_wrapper #account_page body:not(.device-touch) .button-full.action strong {
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#account_page .button.button-full.button-light strong, #account_page .prodotti .prodotto .actions_wrapper .button-full.button-light.action strong, .prodotti .prodotto .actions_wrapper #account_page .button-full.button-light.action strong {
  border-bottom-color: #333333;
}
#account_page .button.button-full.button-light:hover strong, #account_page .prodotti .prodotto .actions_wrapper .button-full.button-light.action:hover strong, .prodotti .prodotto .actions_wrapper #account_page .button-full.button-light.action:hover strong {
  border-bottom-color: #EEEEEE;
}
#account_page .button.button-circle, #account_page .prodotti .prodotto .actions_wrapper .button-circle.action, .prodotti .prodotto .actions_wrapper #account_page .button-circle.action {
  border-radius: 20px;
}
#account_page .button.button-mini.button-circle, #account_page .prodotti .prodotto .actions_wrapper .button-mini.button-circle.action, .prodotti .prodotto .actions_wrapper #account_page .button-mini.button-circle.action {
  border-radius: 14px;
}
#account_page .button.button-small.button-circle, #account_page .prodotti .prodotto .actions_wrapper .button-small.button-circle.action, .prodotti .prodotto .actions_wrapper #account_page .button-small.button-circle.action {
  border-radius: 17px;
}
#account_page .button.button-large.button-circle, #account_page .prodotti .prodotto .actions_wrapper .button-large.button-circle.action, .prodotti .prodotto .actions_wrapper #account_page .button-large.button-circle.action {
  border-radius: 23px;
}
#account_page .button.button-xlarge.button-circle, #account_page .prodotti .prodotto .actions_wrapper .button-xlarge.button-circle.action, .prodotti .prodotto .actions_wrapper #account_page .button-xlarge.button-circle.action {
  border-radius: 26px;
}
#account_page .button.button-border.button-fill, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.action, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.action {
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  -webkit-backface-visibility: hidden;
}
#account_page .button.button-border.button-fill span, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.action span, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.action span {
  position: relative;
}
#account_page .button.button-border.button-fill:hover, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.action:hover {
  background-color: transparent !important;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#account_page .button.button-border.button-fill.button-light:hover, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.button-light.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.button-light.action:hover {
  border-color: #EEEEEE !important;
  color: #333333 !important;
  text-shadow: none;
}
#account_page .button.button-border.button-fill::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.action::before {
  content: "";
  position: absolute;
  background-color: #444444;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
}
#account_page .button.button-border.button-fill.button-light::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.button-light.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.button-light.action::before {
  background-color: #EEEEEE;
}
#account_page .button.button-border.button-fill.fill-from-right::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-right.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-right.action::before {
  left: auto;
  right: 0;
}
#account_page .button.button-border.button-fill:hover::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.action:hover::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.action:hover::before {
  width: 100%;
}
#account_page .button.button-border.button-fill.fill-from-bottom::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-bottom.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-bottom.action::before, #account_page .button.button-border.button-fill.fill-from-top::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-top.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-top.action::before {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#account_page .button.button-border.button-fill.fill-from-top::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-top.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-top.action::before {
  width: 100%;
  height: 0;
}
#account_page .button.button-border.button-fill.fill-from-top:hover::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-top.action:hover::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-top.action:hover::before {
  height: 100%;
}
#account_page .button.button-border.button-fill.fill-from-bottom::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-bottom.action::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-bottom.action::before {
  width: 100%;
  height: 0;
  top: auto;
  bottom: 0;
}
#account_page .button.button-border.button-fill.fill-from-bottom:hover::before, #account_page .prodotti .prodotto .actions_wrapper .button-border.button-fill.fill-from-bottom.action:hover::before, .prodotti .prodotto .actions_wrapper #account_page .button-border.button-fill.fill-from-bottom.action:hover::before {
  height: 100%;
}
#account_page .button-red:not(.button-border) {
  background-color: #C02942 !important;
}
#account_page .button-3d.button-red:hover, #account_page .button-border.button-red.button-fill::before, #account_page .button-border.button-red:hover, #account_page .button-reveal.button-red:hover {
  background-color: #C02942 !important;
}
#account_page .button-border.button-red {
  color: #C02942;
  border-color: #C02942;
}
#account_page .button-teal:not(.button-border) {
  background-color: #53777A !important;
}
#account_page .button-3d.button-teal:hover, #account_page .button-border.button-teal.button-fill::before, #account_page .button-border.button-teal:hover, #account_page .button-reveal.button-teal:hover {
  background-color: #53777A !important;
}
#account_page .button-border.button-teal {
  color: #53777A;
  border-color: #53777A;
}
#account_page .button-light.button-yellow:not(.button-border) {
  background-color: #ECD078 !important;
}
#account_page .button-3d.button-yellow:hover, #account_page .button-border.button-yellow.button-fill::before, #account_page .button-border.button-yellow:hover, #account_page .button-reveal.button-yellow:hover {
  background-color: #ECD078 !important;
}
#account_page .button-border.button-yellow, #account_page .button-border.button-yellow.button-fill.button-light:hover {
  color: #ECD078 !important;
  border-color: #ECD078 !important;
}
#account_page .button-border.button-yellow.button-fill.button-light:hover, #account_page .button-border.button-yellow:hover {
  color: #333333 !important;
}
#account_page .button-green:not(.button-border) {
  background-color: #59BA41 !important;
}
#account_page .button-3d.button-green:hover, #account_page .button-border.button-green.button-fill::before, #account_page .button-border.button-green:hover, #account_page .button-reveal.button-green:hover {
  background-color: #59BA41 !important;
}
#account_page .button-border.button-green {
  color: #59BA41;
  border-color: #59BA41;
}
#account_page .button-brown:not(.button-border) {
  background-color: #774F38 !important;
}
#account_page .button-3d.button-brown:hover, #account_page .button-border.button-brown.button-fill::before, #account_page .button-border.button-brown:hover, #account_page .button-reveal.button-brown:hover {
  background-color: #774F38 !important;
}
#account_page .button-border.button-brown {
  color: #774F38;
  border-color: #774F38;
}
#account_page .button-aqua:not(.button-border) {
  background-color: #40C0CB !important;
}
#account_page .button-3d.button-aqua:hover, #account_page .button-border.button-aqua.button-fill::before, #account_page .button-border.button-aqua:hover, #account_page .button-reveal.button-aqua:hover {
  background-color: #40C0CB !important;
}
#account_page .button-border.button-aqua {
  color: #40C0CB;
  border-color: #40C0CB;
}
#account_page .button-light.button-lime:not(.button-border) {
  background-color: #AEE239 !important;
}
#account_page .button-3d.button-lime:hover, #account_page .button-border.button-lime.button-fill::before, #account_page .button-border.button-lime:hover, #account_page .button-reveal.button-lime:hover {
  background-color: #AEE239 !important;
}
#account_page .button-border.button-lime {
  color: #AEE239;
  border-color: #AEE239;
}
#account_page .button-purple:not(.button-border) {
  background-color: #5D4157 !important;
}
#account_page .button-3d.button-purple:hover, #account_page .button-border.button-purple.button-fill::before, #account_page .button-border.button-purple:hover, #account_page .button-reveal.button-purple:hover {
  background-color: #5D4157 !important;
}
#account_page .button-border.button-purple {
  color: #5D4157;
  border-color: #5D4157;
}
#account_page .button-leaf:not(.button-border) {
  background-color: #A8CABA !important;
}
#account_page .button-3d.button-leaf:hover, #account_page .button-border.button-leaf.button-fill::before, #account_page .button-border.button-leaf:hover, #account_page .button-reveal.button-leaf:hover {
  background-color: #A8CABA !important;
}
#account_page .button-border.button-leaf {
  color: #A8CABA;
  border-color: #A8CABA;
}
#account_page .button-pink:not(.button-border) {
  background-color: #F89FA1 !important;
}
#account_page .button-3d.button-pink:hover, #account_page .button-border.button-pink.button-fill::before, #account_page .button-border.button-pink:hover, #account_page .button-reveal.button-pink:hover {
  background-color: #F89FA1 !important;
}
#account_page .button-border.button-pink {
  color: #F89FA1;
  border-color: #F89FA1;
}
#account_page .button-dirtygreen:not(.button-border) {
  background-color: #1693A5 !important;
}
#account_page .button-3d.button-dirtygreen:hover, #account_page .button-border.button-dirtygreen.button-fill::before, #account_page .button-border.button-dirtygreen:hover, #account_page .button-reveal.button-dirtygreen:hover {
  background-color: #1693A5 !important;
}
#account_page .button-border.button-dirtygreen {
  color: #1693A5;
  border-color: #1693A5;
}
#account_page .button-blue:not(.button-border) {
  background-color: #1265A8 !important;
}
#account_page .button-3d.button-blue:hover, #account_page .button-border.button-blue.button-fill::before, #account_page .button-border.button-blue:hover, #account_page .button-reveal.button-blue:hover {
  background-color: #1265A8 !important;
}
#account_page .button-border.button-blue {
  color: #1265A8;
  border-color: #1265A8;
}
#account_page .button-amber:not(.button-border) {
  background-color: #EB9C4D !important;
}
#account_page .button-3d.button-amber:hover, #account_page .button-border.button-amber.button-fill::before, #account_page .button-border.button-amber:hover, #account_page .button-reveal.button-amber:hover {
  background-color: #EB9C4D !important;
}
#account_page .button-border.button-amber {
  color: #EB9C4D;
  border-color: #EB9C4D;
}
#account_page .button-black:not(.button-border) {
  background-color: #111111 !important;
}
#account_page .button-3d.button-black:hover, #account_page .button-border.button-black.button-fill::before, #account_page .button-border.button-black:hover, #account_page .button-reveal.button-black:hover {
  background-color: #111111 !important;
}
#account_page .button-border.button-black {
  color: #111111;
  border-color: #111111;
}
#account_page .button-white:not(.button-border) {
  background-color: #F9F9F9 !important;
}
#account_page .button-3d.button-white:hover, #account_page .button-reveal.button-white:hover {
  background-color: #F9F9F9 !important;
}
#account_page .button.button-nohover:hover, #account_page .prodotti .prodotto .actions_wrapper .button-nohover.action:hover, .prodotti .prodotto .actions_wrapper #account_page .button-nohover.action:hover {
  opacity: inherit !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: inherit !important;
}
#account_page .promo {
  position: relative;
}
#account_page .promo h3 {
  font-weight: 700;
  margin-bottom: 0;
}
#account_page .promo h3 + span {
  display: block;
  color: #444444;
  font-weight: 300;
  font-size: 18px;
  margin-top: 6px;
}
#account_page .promo-uppercase {
  text-transform: uppercase;
}
#account_page .promo-uppercase h3 {
  font-size: 20px;
}
#account_page .promo-uppercase h3 + span {
  font-size: 16px;
}
#account_page .promo-border {
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}
#account_page .promo-light {
  background-color: #F5F5F5;
  border-radius: 3px;
}
#account_page .promo-dark {
  border: 0 !important;
  background-color: #333333;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#account_page .promo-dark h3 {
  color: #FFFFFF;
}
#account_page .promo-dark h3 + span {
  color: #EEEEEE;
  font-weight: 400;
}
#account_page .promo-full {
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
#account_page .promo.parallax {
  padding: 80px 0 !important;
}
#account_page .promo-mini {
  text-align: left;
}
#account_page .promo-mini h3 {
  font-size: 20px;
}
#account_page .promo-mini.promo-uppercase h3 {
  font-size: 18px;
}
#account_page .feature-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#account_page .feature-box:first-child {
  margin-top: 0;
}
#account_page .fbox-icon {
  width: 5.5rem;
  height: 4rem;
  padding: 0 0.75rem;
}
#account_page .fbox-icon a, #account_page .fbox-icon i, #account_page .fbox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
}
#account_page .fbox-icon i, #account_page .fbox-icon img {
  border-radius: 50%;
  background-color: #0075af;
}
#account_page .fbox-icon i {
  font-style: normal;
  font-size: 28px;
  line-height: 4rem;
  text-align: center;
}
#account_page .fbox-content {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  padding: 0 0.75rem;
}
#account_page .fbox-content h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333333;
}
#account_page .fbox-content p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #999999;
}
#account_page .fbox-content .before-heading {
  font-size: 14px;
}
#account_page .fbox-content-sm h3, #account_page .fbox-content-sm p {
  font-size: 14px;
}
#account_page .fbox-content-sm .before-heading {
  font-size: 12px;
}
#account_page .fbox-content-lg h3 {
  font-size: 20px;
}
#account_page .fbox-content-lg p {
  font-size: 18px;
  margin-top: 0.75rem;
}
#account_page .fbox-content-lg .before-heading {
  font-size: 16px;
}
#account_page .fbox-sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
#account_page .fbox-sm .fbox-icon {
  width: 3rem;
  height: 2rem;
  padding: 0 0.5rem;
}
#account_page .fbox-sm .fbox-icon i {
  font-size: 16px;
  line-height: 2rem;
}
#account_page .fbox-sm .fbox-content {
  padding: 0 0.5rem;
}
#account_page .fbox-lg .fbox-icon {
  width: 7.5rem;
  height: 6rem;
}
#account_page .fbox-lg .fbox-icon i {
  font-size: 40px;
  line-height: 6rem;
}
#account_page .fbox-xl .fbox-icon {
  width: 9.5rem;
  height: 8rem;
}
#account_page .fbox-xl .fbox-icon i {
  font-size: 72px;
  line-height: 8rem;
}
#account_page .fbox-outline .fbox-icon a {
  border: 1px solid #0075af;
  padding: 0.25rem;
  border-radius: 50%;
}
#account_page .fbox-outline .fbox-icon i {
  line-height: 3.5rem;
}
#account_page .fbox-outline.fbox-sm .fbox-icon i {
  line-height: 1.5rem;
}
#account_page .fbox-outline.fbox-lg .fbox-icon i {
  line-height: 5.5rem;
}
#account_page .fbox-outline.fbox-xl .fbox-icon i {
  line-height: 7.5rem;
}
#account_page .fbox-rounded .fbox-icon {
  border-radius: 3px !important;
}
#account_page .fbox-rounded .fbox-icon i, #account_page .fbox-rounded .fbox-icon img {
  border-radius: 3px !important;
}
#account_page .fbox-rounded.fbox-lg .fbox-icon {
  border-radius: 4px !important;
}
#account_page .fbox-rounded.fbox-lg .fbox-icon i, #account_page .fbox-rounded.fbox-lg .fbox-icon img {
  border-radius: 4px !important;
}
#account_page .fbox-rounded.fbox-xl .fbox-icon {
  border-radius: 6px !important;
}
#account_page .fbox-rounded.fbox-xl .fbox-icon i, #account_page .fbox-rounded.fbox-xl .fbox-icon img {
  border-radius: 6px !important;
}
#account_page .fbox-light.fbox-outline .fbox-icon a {
  border-color: #E5E5E5;
}
#account_page .fbox-light .fbox-icon i, #account_page .fbox-light .fbox-icon img {
  border: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  color: #444444;
}
#account_page .fbox-dark.fbox-outline .fbox-icon a {
  border-color: #444444;
}
#account_page .fbox-dark .fbox-icon i, #account_page .fbox-dark .fbox-icon img {
  background-color: #333333;
}
#account_page .fbox-border .fbox-icon a {
  border: 1px solid #0075af;
  border-radius: 50%;
}
#account_page .fbox-border .fbox-icon i, #account_page .fbox-border .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #0075af;
}
#account_page .fbox-border.fbox-light .fbox-icon a {
  border-color: #E5E5E5;
}
#account_page .fbox-border.fbox-light .fbox-icon i, #account_page .fbox-border.fbox-light .fbox-icon img {
  color: #888888;
}
#account_page .fbox-border.fbox-dark .fbox-icon a {
  border-color: #333333;
}
#account_page .fbox-border.fbox-dark .fbox-icon i, #account_page .fbox-border.fbox-dark .fbox-icon img {
  color: #444444;
}
#account_page .fbox-plain .fbox-icon {
  border: none !important;
}
#account_page .fbox-plain .fbox-icon i, #account_page .fbox-plain .fbox-icon img {
  border: none;
  background-color: transparent !important;
  color: #0075af;
  border-radius: 0;
}
#account_page .fbox-plain .fbox-icon i {
  font-size: 48px;
  line-height: 1;
}
#account_page .fbox-plain.fbox-image .fbox-icon {
  width: auto;
}
#account_page .fbox-plain.fbox-image .fbox-icon img {
  width: auto;
  display: inline-block;
}
#account_page .fbox-plain.fbox-light .fbox-icon i, #account_page .fbox-plain.fbox-light .fbox-icon img {
  color: #888888;
}
#account_page .fbox-plain.fbox-dark .fbox-icon i, #account_page .fbox-plain.fbox-dark .fbox-icon img {
  color: #444444;
}
#account_page .fbox-plain.fbox-sm .fbox-icon i {
  font-size: 32px;
}
#account_page .fbox-plain.fbox-lg .fbox-icon i {
  font-size: 72px;
}
#account_page .fbox-plain.fbox-xl .fbox-icon i {
  font-size: 96px;
}
#account_page .fbox-center {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
#account_page .fbox-center .fbox-icon {
  margin-bottom: 1.5rem;
}
#account_page .fbox-center .fbox-content {
  -ms-flex-preferred-size: auto;
}
#account_page .fbox-content + .fbox-icon {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
}
#account_page .fbox-content h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444444;
  font-weight: 300;
  text-transform: none;
}
#account_page .fbox-center.fbox-sep:not(.fbox-bg) h3::after {
  content: "";
  display: block;
  margin: 1.25rem auto;
  width: 2rem;
  height: 2px;
  background-color: #555555;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#account_page .fbox-center.fbox-sep:not(.fbox-bg):hover h3::after {
  width: 3rem;
}
#account_page .fbox-center.fbox-italic p {
  font-style: italic;
  font-family: Lato, sans-serif;
}
#account_page .fbox-bg.fbox-center {
  margin-top: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0 2rem 2rem;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}
#account_page .fbox-bg.fbox-center .fbox-icon {
  margin-top: -2rem;
}
#account_page .fbox-bg.fbox-center .fbox-icon {
  background-color: #FFFFFF;
}
#account_page .fbox-bg.fbox-center.fbox-lg {
  margin-top: 3rem;
}
#account_page .fbox-bg.fbox-center.fbox-lg .fbox-icon {
  margin-top: -3rem;
}
#account_page .fbox-bg.fbox-center.fbox-xl {
  margin-top: 4rem;
}
#account_page .fbox-bg.fbox-center.fbox-xl .fbox-icon {
  margin-top: -4rem;
}
#account_page .fbox-effect .fbox-icon i {
  z-index: 1;
}
#account_page .fbox-effect .fbox-icon i::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#account_page .fbox-rounded.fbox-effect .fbox-icon i::after {
  border-radius: 3px;
}
#account_page .fbox-effect .fbox-icon i {
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
#account_page .fbox-effect .fbox-icon i::after {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 2px #333333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
}
#account_page .fbox-effect .fbox-icon i:hover, #account_page .fbox-effect:hover .fbox-icon i {
  background-color: #333333;
  color: #FFFFFF;
}
#account_page .fbox-effect.fbox-dark .fbox-icon i::after {
  box-shadow: 0 0 0 2px #0075af;
}
#account_page .fbox-effect.fbox-dark .fbox-icon i:hover, #account_page .fbox-effect.fbox-dark:hover .fbox-icon i {
  background-color: #0075af;
}
#account_page .fbox-effect .fbox-icon i:hover::after, #account_page .fbox-effect:hover .fbox-icon i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#account_page .fbox-border.fbox-effect .fbox-icon i {
  -webkit-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  -o-transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
  transition: color 0.5s, box-shadow 0.5s, background-color 0.5s;
}
#account_page .fbox-border.fbox-effect .fbox-icon i::after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  box-shadow: none;
  background-image: url(images/icons/iconalt.svg);
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
  -o-transition: -moz-transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
#account_page .fbox-border.fbox-rounded.fbox-effect .fbox-icon i::after {
  border-radius: 3px;
}
#account_page .fbox-border.fbox-effect .fbox-icon i:hover, #account_page .fbox-border.fbox-effect:hover .fbox-icon i {
  color: #FFFFFF;
  box-shadow: 0 0 0 1px #333333;
}
#account_page .fbox-border.fbox-effect .fbox-icon i::after {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  background-color: #333333;
}
#account_page .fbox-border.fbox-effect.fbox-dark .fbox-icon i:hover, #account_page .fbox-border.fbox-effect.fbox-dark:hover .fbox-icon i {
  box-shadow: 0 0 0 1px #0075af;
}
#account_page .fbox-border.fbox-effect.fbox-dark .fbox-icon i::after {
  background-color: #0075af;
}
#account_page .fbox-border.fbox-effect .fbox-icon i:hover::after, #account_page .fbox-border.fbox-effect:hover .fbox-icon i::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#account_page .media-box {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  -ms-flex-direction: column;
  flex-direction: column;
}
#account_page .media-box .fbox-media {
  margin: 0 0 1.5rem;
}
#account_page .media-box .fbox-media, #account_page .media-box .fbox-media a, #account_page .media-box .fbox-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#account_page .media-box .fbox-media iframe {
  display: block;
}
#account_page .media-box p {
  margin-top: 1rem;
}
#account_page .media-box .fbox-content {
  -ms-flex-preferred-size: auto;
}
#account_page .media-box.fbox-bg .fbox-media {
  margin: 0;
}
#account_page .media-box.fbox-bg .fbox-content {
  padding: 1.5rem;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
#account_page .media-box.fbox-bg .fbox-media img {
  border-radius: 5px 5px 0 0;
}
#account_page .flipbox {
  perspective: 1000px;
}
#account_page .flipbox-inner {
  transition: 0.5s;
  transition-timing-function: ease;
  position: relative;
  transform-style: preserve-3d;
}
#account_page .flipbox-back, #account_page .flipbox-front {
  -webkit-backface-visibility: hidden;
}
#account_page .flipbox-front {
  z-index: 2;
}
#account_page .flipbox-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#account_page .flipbox:not(.flipbox-vertical) .flipbox-front {
  transform: rotateY(0);
}
#account_page .flipbox:not(.flipbox-vertical) .flipbox-back {
  transform: rotateY(-180deg);
}
#account_page .flipbox.flipbox-vertical .flipbox-front {
  transform: rotateX(0);
}
#account_page .flipbox.flipbox-vertical .flipbox-back {
  transform: rotateX(-180deg);
}
#account_page .flipbox:not(.flipbox-vertical).hover .flipbox-inner, #account_page .flipbox:not(.flipbox-vertical):hover .flipbox-inner {
  transform: rotateY(180deg);
}
#account_page .flipbox.flipbox-vertical.hover .flipbox-inner, #account_page .flipbox.flipbox-vertical:hover .flipbox-inner {
  transform: rotateX(180deg);
}
#account_page .process-steps {
  margin: 0 0 40px;
  list-style: none;
}
#account_page .process-steps li {
  position: relative;
  text-align: center;
  overflow: hidden;
}
#account_page .process-steps li .i-circled {
  margin-bottom: 0 !important;
}
#account_page .process-steps li .i-bordered {
  background-color: #FFFFFF;
}
#account_page .process-steps li h5 {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: 300;
}
#account_page .process-steps li.active h5, #account_page .process-steps li.ui-tabs-active h5 {
  font-weight: 600;
  color: #0075af;
}
#account_page .process-steps li.active a, #account_page .process-steps li.ui-tabs-active a {
  background-color: #0075af !important;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  border-color: #0075af !important;
}
@media (min-width: 992px) {
  #account_page .process-steps li::after, #account_page .process-steps li::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -26px;
    width: 50%;
    border-top: 1px dashed #DDDDDD;
  }
  #account_page .process-steps li::after {
    left: auto;
    right: 0;
    margin: 0 -26px 0 0;
  }
  #account_page .process-steps li:first-child::before, #account_page .process-steps li:last-child::after {
    display: none;
  }
}
#account_page .style-msg, #account_page .style-msg2 {
  position: relative;
  display: block;
  color: #444444;
  border-left: 4px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#account_page .style-msg2 {
  border-left: 4px solid rgba(0, 0, 0, 0.2);
}
#account_page .successmsg {
  background: #D4EDDA;
  color: #155724;
}
#account_page .errormsg {
  background: #F8D7DA;
  color: #721C24;
}
#account_page .infomsg {
  background: #D1ECF1;
  color: #0C5460;
}
#account_page .alertmsg {
  background: #FFF3CD;
  color: #856404;
}
#account_page .style-msg .sb-msg, #account_page .style-msg2 .msgtitle, #account_page .style-msg2 .sb-msg {
  display: block;
  padding: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
#account_page .style-msg2 .msgtitle {
  background: rgba(0, 0, 0, 0.15);
  border-top: none;
  border-bottom: none;
  font-weight: 700;
}
#account_page .style-msg-light .msgtitle, #account_page .style-msg-light .sb-msg {
  color: #FFFFFF;
}
#account_page .style-msg2 .sb-msg {
  font-weight: 400;
}
#account_page .style-msg2 ol, #account_page .style-msg2 ul {
  margin: 0 0 0 30px;
}
#account_page .style-msg2 ol {
  list-style-type: decimal;
}
#account_page .style-msg2 ul {
  list-style-type: disc;
}
#account_page .alert i, #account_page .msgtitle i, #account_page .sb-msg i {
  position: relative;
  top: 1px;
  font-size: 14px;
  width: 14px;
  text-align: center;
  margin-right: 5px;
}
#account_page .style-msg .btn-close {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
#account_page .i-bordered, #account_page .i-circled, #account_page .i-plain, #account_page .i-rounded, #account_page .social-icon {
  display: block;
  float: left;
  margin: 4px 11px 7px 0;
  text-align: center !important;
  font-size: 28px;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-style: normal;
}
#account_page body:not(.device-touch) .i-bordered, #account_page body:not(.device-touch) .i-circled, #account_page body:not(.device-touch) .i-plain, #account_page body:not(.device-touch) .i-rounded, #account_page body:not(.device-touch) .social-icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#account_page .i-bordered, #account_page .i-circled, #account_page .i-rounded {
  width: 52px !important;
  height: 52px !important;
  line-height: 52px !important;
  background-color: #444444;
  border-radius: 3px;
}
#account_page .i-bordered {
  border: 1px solid #555555;
  line-height: 50px !important;
  background-color: transparent !important;
  color: #444444;
  text-shadow: none;
}
#account_page .i-plain {
  width: 36px !important;
  height: 36px !important;
  font-size: 28px;
  line-height: 36px !important;
  color: #444444;
  text-shadow: 1px 1px 1px #FFFFFF;
}
#account_page .i-plain:hover {
  color: #777777;
}
#account_page .i-circled {
  border-radius: 50%;
}
#account_page .i-light {
  background-color: #F5F5F5;
  color: #444444;
  text-shadow: 1px 1px 1px #FFFFFF;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
}
#account_page .i-alt {
  background-image: url(images/icons/iconalt.svg);
  background-position: center center;
  background-size: 100% 100%;
}
#account_page .i-circled:hover, #account_page .i-rounded:hover {
  background-color: #0075af;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}
#account_page .i-bordered:hover {
  background-color: #444444 !important;
  color: #FFFFFF;
  border-color: #444444;
}
#account_page .i-small.i-bordered, #account_page .i-small.i-circled, #account_page .i-small.i-plain, #account_page .i-small.i-rounded {
  margin: 4px 11px 7px 0;
  font-size: 14px;
}
#account_page .i-small.i-bordered, #account_page .i-small.i-circled, #account_page .i-small.i-rounded {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
}
#account_page .i-small.i-bordered {
  line-height: 26px !important;
}
#account_page .i-small.i-plain {
  width: 18px !important;
  height: 18px !important;
  font-size: 14px;
  line-height: 18px !important;
}
#account_page .i-medium.i-bordered, #account_page .i-medium.i-circled, #account_page .i-medium.i-plain, #account_page .i-medium.i-rounded {
  margin: 6px 13px 9px 0;
  font-size: 21px;
}
#account_page .i-medium.i-bordered, #account_page .i-medium.i-circled, #account_page .i-medium.i-rounded {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}
#account_page .i-medium.i-bordered {
  line-height: 34px !important;
}
#account_page .i-medium.i-plain {
  width: 28px !important;
  height: 28px !important;
  font-size: 20px;
  line-height: 28px !important;
}
#account_page .i-large.i-bordered, #account_page .i-large.i-circled, #account_page .i-large.i-plain, #account_page .i-large.i-rounded {
  margin: 4px 11px 7px 0;
  font-size: 42px;
}
#account_page .i-large.i-bordered, #account_page .i-large.i-circled, #account_page .i-large.i-rounded {
  width: 64px !important;
  height: 64px !important;
  line-height: 64px !important;
}
#account_page .i-large.i-bordered {
  line-height: 62px !important;
}
#account_page .i-large.i-plain {
  width: 48px !important;
  height: 48px !important;
  font-size: 42px;
  line-height: 48px !important;
}
#account_page .i-xlarge.i-bordered, #account_page .i-xlarge.i-circled, #account_page .i-xlarge.i-plain, #account_page .i-xlarge.i-rounded {
  margin: 4px 11px 7px 0;
  font-size: 56px;
}
#account_page .i-xlarge.i-bordered, #account_page .i-xlarge.i-circled, #account_page .i-xlarge.i-rounded {
  width: 84px !important;
  height: 84px !important;
  line-height: 84px !important;
}
#account_page .i-xlarge.i-bordered {
  line-height: 82px !important;
}
#account_page .i-xlarge.i-plain {
  width: 64px !important;
  height: 64px !important;
  font-size: 56px;
  line-height: 64px !important;
}
#account_page .i-xxlarge.i-bordered, #account_page .i-xxlarge.i-circled, #account_page .i-xxlarge.i-plain, #account_page .i-xxlarge.i-rounded {
  margin: 6px 15px 10px 0;
  font-size: 64px;
}
#account_page .i-xxlarge.i-bordered, #account_page .i-xxlarge.i-circled, #account_page .i-xxlarge.i-rounded {
  width: 96px !important;
  height: 96px !important;
  line-height: 96px !important;
}
#account_page .i-xxlarge.i-bordered {
  line-height: 94px !important;
}
#account_page .i-xxlarge.i-plain {
  width: 80px !important;
  height: 80px !important;
  font-size: 64px;
  line-height: 80px !important;
}
#account_page .social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px !important;
  color: #555555;
  text-shadow: none;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  overflow: hidden;
}
#account_page .d-flex > .social-icon, #account_page .d-lg-flex > .social-icon, #account_page .d-md-flex > .social-icon, #account_page .d-sm-flex > .social-icon, #account_page .d-xl-flex > .social-icon, #account_page .d-xxl-flex > .social-icon {
  float: none;
  margin-bottom: 0;
}
#account_page .si-rounded {
  border-radius: 50%;
}
#account_page .si-borderless {
  border-color: transparent !important;
}
#account_page .si-dark {
  background-color: #444444;
  color: #FFFFFF !important;
  border-color: transparent;
}
#account_page .si-light {
  background-color: rgba(0, 0, 0, 0.05);
  color: #666666 !important;
  border-color: transparent;
}
#account_page .si-colored {
  border-color: transparent !important;
}
#account_page .si-colored i {
  color: #FFFFFF;
}
#account_page .social-icon.si-large {
  margin: 0 10px 10px 0;
  width: 56px;
  height: 56px;
  font-size: 30px;
  line-height: 54px !important;
}
#account_page .social-icon.si-small {
  width: 32px;
  height: 32px;
  font-size: 14px;
  line-height: 30px !important;
}
#account_page .social-icon i {
  display: block;
  position: relative;
}
#account_page body:not(.device-touch) .social-icon i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#account_page .social-icon i:last-child {
  color: #FFFFFF !important;
}
#account_page .social-icon:hover i:first-child {
  margin-top: -38px;
}
#account_page .social-icon.si-large:hover i:first-child {
  margin-top: -54px;
}
#account_page .social-icon.si-small:hover i:first-child {
  margin-top: -30px;
}
#account_page .social-icon:hover {
  color: #555555;
  border-color: transparent;
}
#account_page .si-colored.social-icon {
  border-color: transparent;
}
#account_page .si-sticky {
  position: fixed;
  top: 50%;
  left: 5px;
  width: 36px;
  z-index: 499;
  transform: translateY(-50%);
}
#account_page .si-sticky.si-sticky-right {
  left: auto;
  right: 8px;
}
#account_page .si-share {
  position: relative;
  padding-left: 5px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
#account_page .si-share span {
  line-height: 36px;
  font-weight: 700;
  font-size: 13px;
}
#account_page .si-share .social-icon {
  margin: -1px 0;
  border-radius: 0;
  font-size: 15px;
}
#account_page .toggle {
  display: block;
  position: relative;
  margin: 0 0 20px;
}
#account_page .accordion-header, #account_page .toggle-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  cursor: pointer;
  color: #444444;
  font-size: 16px;
  font-weight: 700;
}
#account_page .accordion-icon, #account_page .toggle-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 5px;
  text-align: center;
}
#account_page .toggle-icon i, #account_page .toggle-icon span {
  width: 1rem;
}
#account_page .accordion-title, #account_page .toggle-title {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 5px;
}
#account_page .toggle-active > .toggle-header .toggle-closed, #account_page .toggle:not(.toggle-active) > .toggle-header .toggle-open {
  display: none;
}
#account_page .toggle-active > .toggle-header .toggle-open {
  display: inline-block;
}
#account_page .accordion-content, #account_page .toggle-content {
  display: none;
  position: relative;
  padding: 0.75rem 0;
}
#account_page .accordion-content.active, #account_page .toggle-content.active {
  display: block;
}
#account_page .toggle-bg .toggle-header {
  background-color: #EEEEEE;
  margin: 0;
  padding: 0.75rem;
  border-radius: 2px;
}
#account_page .toggle-bg .toggle-content {
  padding: 1rem 0.75rem;
}
#account_page .toggle-border {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}
#account_page .toggle-border .toggle-header {
  padding: 0.75rem;
  margin: 0;
}
#account_page .toggle-border .toggle-content {
  padding: 1rem;
  padding-top: 0;
}
#account_page .faqs .toggle {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
#account_page .faqs .toggle-content {
  padding-bottom: 10px;
}
#account_page .accordion {
  margin-bottom: 20px;
}
#account_page .accordion-header {
  padding: 0.75rem 0;
  border-top: 1px dotted #DDDDDD;
  cursor: pointer;
}
#account_page .accordion:not([data-collapsible=true]) .accordion-header.accordion-active {
  cursor: auto;
}
#account_page .accordion-active .accordion-closed, #account_page .accordion-header:not(.accordion-active) .accordion-open {
  display: none;
}
#account_page .accordion-active .accordion-open {
  display: inline-block;
}
#account_page .accordion-content {
  padding-top: 0;
  padding-bottom: 1.5rem;
}
#account_page .accordion-bg .accordion-header {
  background-color: #EEEEEE;
  padding: 0.75rem;
  border-radius: 2px;
  margin: 0;
  margin-bottom: 5px;
  border-top: 0;
}
#account_page .accordion-bg .accordion-content {
  padding: 0.75rem 0.75rem 1.5rem;
}
#account_page .accordion-border {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
}
#account_page .accordion-border .accordion-header {
  border-color: #CCCCCC;
  padding: 0.75rem;
  margin: 0;
}
#account_page .accordion-border .accordion-content {
  padding: 0 1.125rem 1.5rem;
}
#account_page .accordion-lg .accordion-header {
  font-size: 20px;
}
#account_page .tabs {
  position: relative;
  margin: 0 0 30px;
  list-style: none;
}
#account_page .tab-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  border-bottom: 1px solid #DDDDDD;
  list-style: none;
  padding: 0 15px;
}
#account_page .tab-nav li {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  border: 1px solid #DDDDDD;
  border-bottom: 0;
  border-left: 0;
  height: 41px;
  text-align: center;
}
#account_page .tabs-justify .tab-nav li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#account_page .tab-nav li:first-child {
  border-left: 1px solid #DDDDDD;
}
#account_page .tab-nav li a {
  display: block;
  padding: 0 15px;
  color: #444444;
  height: 40px;
  line-height: 40px;
  background-color: #F2F2F2;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  #account_page .tab-nav li a {
    font-size: 14px;
  }
}
#account_page .tab-nav li.ui-tabs-active a {
  position: relative;
  top: 1px;
  background-color: #FFFFFF;
}
#account_page .tabs-alt .tab-nav li {
  border-color: transparent;
}
#account_page .tabs-alt .tab-nav li:first-child {
  border-left: 0;
}
#account_page .tabs-alt .tab-nav li a {
  background-color: #FFFFFF;
}
#account_page .tabs-alt .tab-nav li.ui-tabs-active a {
  border: 1px solid #DDDDDD;
  border-bottom: 0;
}
#account_page .tabs-tb .tab-nav li.ui-tabs-active a {
  top: -1px;
  height: 43px;
  line-height: 38px;
  border-top: 2px solid #0075af;
}
#account_page .tabs-alt.tabs-tb .tab-nav li.ui-tabs-active a {
  height: 42px;
}
#account_page .tabs-bb .tab-nav {
  padding: 0;
}
#account_page .tabs-bb .tab-nav li {
  border: 0 !important;
  margin: 0;
}
#account_page .tabs-bb .tab-nav li a {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
#account_page .tabs-bb .tab-nav li.ui-tabs-active a {
  border-bottom: 2px solid #0075af;
  top: -2px;
  height: 44px;
  line-height: 44px;
}
#account_page .tab-nav.tab-nav2 {
  border-bottom: 0;
  padding: 0;
}
#account_page .tab-nav.tab-nav2 li {
  border: 0;
  margin-left: 10px;
}
#account_page .tab-nav.tab-nav2 li:first-child {
  margin-left: 0;
  border-left: 0;
}
#account_page .tab-nav.tab-nav2 li a {
  background-color: #F5F5F5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#account_page .tab-nav.tab-nav2 li.ui-state-active a {
  top: 0;
  background-color: #0075af;
  color: #FFFFFF;
}
#account_page .tab-nav-lg {
  margin-bottom: 20px;
  list-style: none;
}
#account_page .tab-nav-lg li {
  position: relative;
  text-align: center;
  padding: 1rem;
}
#account_page .tab-nav-lg li a {
  display: inline-block;
  color: #444444;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#account_page .tab-nav.tab-nav-lg li i {
  display: block;
  font-size: 28px;
  margin: 0 0 7px;
}
#account_page .tab-nav-lg li.ui-tabs-active a {
  color: #0075af;
}
#account_page .tab-nav-lg.tab-nav-section li.ui-tabs-active::after, #account_page .tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: -50px;
  border: solid transparent;
}
#account_page .tab-nav-lg.tab-nav-section li.ui-tabs-active::after {
  border-top-color: #FFFFFF;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}
#account_page .tab-nav-lg.tab-nav-section li.ui-tabs-active::before {
  border-top-color: #FFFFFF;
  border-width: 16px;
  left: 50%;
  margin-left: -16px;
}
#account_page .tab-container {
  position: relative;
}
#account_page .tabs .tab-content:not(:first-child):not(.active) {
  display: none;
}
#account_page .tab-nav i {
  position: relative;
  top: 1px;
  margin-right: 3px;
}
#account_page .tabs-bordered .tab-nav {
  padding: 0;
}
#account_page .tabs-bordered .tab-nav li:first-child {
  margin-left: 0;
}
#account_page .tabs-bordered .tab-container {
  border: 1px solid #DDDDDD;
  border-top: 0;
  padding: 20px;
}
@media (min-width: 768px) {
  #account_page .side-tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #account_page .side-tabs .tab-nav {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-flow: column;
    min-width: 200px;
    width: auto;
    max-width: 100%;
    padding: 20px 0;
    border-bottom: 0;
    border-right: 1px solid #DDDDDD;
  }
  #account_page .side-tabs .tab-nav li {
    border: 1px solid #DDDDDD;
    border-right: 0;
    border-top: 0;
    height: auto;
    text-align: left;
  }
  #account_page .side-tabs .tab-nav li:first-child {
    margin-left: 0;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
  }
  #account_page .side-tabs .tab-nav li a {
    height: auto;
    line-height: 44px;
  }
  #account_page .side-tabs .tab-nav li.ui-tabs-active a {
    top: 0;
    right: -1px;
  }
  #account_page .side-tabs .tab-container {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0 0 20px;
  }
  #account_page .ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
    display: block !important;
  }
  #account_page .side-tabs .tab-nav.tab-nav2 {
    border: 0;
  }
  #account_page .side-tabs .tab-nav.tab-nav2 li {
    border: 0;
    margin: 6px 0 0;
  }
  #account_page .side-tabs .tab-nav.tab-nav2 li:first-child {
    margin-top: 0;
  }
  #account_page .side-tabs .tab-nav.tab-nav2 li a {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  #account_page .side-tabs .tab-nav.tab-nav2 li.ui-state-active a {
    right: 0;
  }
  #account_page .tabs-bordered.side-tabs .tab-nav {
    position: relative;
    padding: 0;
    z-index: 2;
    margin-right: -1px;
  }
  #account_page .tabs-bordered.side-tabs .tab-nav li a {
    height: auto;
    line-height: 44px;
  }
  #account_page .tabs-bordered.side-tabs .tab-nav li.ui-tabs-active a {
    right: -1px;
    border-right: 1px solid #FFFFFF;
  }
  #account_page .tabs-bordered.side-tabs .tab-container {
    overflow: hidden;
    padding: 20px;
    border-top: 1px solid #DDDDDD;
  }
}
#account_page .faqlist li {
  margin-bottom: 5px;
  font-size: 15px;
}
#account_page .faqlist li a {
  color: #444444;
}
#account_page .faqlist li a:hover {
  color: #0075af !important;
}
#account_page .clients-grid .grid-item a {
  opacity: 0.6;
}
#account_page body:not(.device-touch) .clients-grid .grid-item a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
#account_page .clients-grid .grid-item a:hover {
  opacity: 1;
}
#account_page .clients-grid .grid-item a, #account_page .clients-grid .grid-item img {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
#account_page .clients-grid .grid-item a img {
  width: 100%;
}
#account_page .team, #account_page .team-image {
  position: relative;
}
#account_page .team-image img, #account_page .team-image > a {
  display: block;
  width: 100%;
}
#account_page .team-desc {
  text-align: center;
}
#account_page .team-desc.team-desc-bg {
  background-color: #FFFFFF;
  padding: 10px 0 30px;
}
#account_page .team .si-share {
  margin-top: 30px;
  text-align: left;
}
#account_page .team .si-share .social-icon {
  font-size: 14px;
  width: 34px;
}
#account_page .team-title {
  position: relative;
  padding-top: 20px;
}
#account_page .team-title h4 {
  display: block;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
#account_page .team-title span {
  display: block;
  color: #0075af;
  font-weight: 400;
  font-family: "pt serif", serif;
  font-style: italic;
  font-size: 16px;
  margin-top: 5px;
}
#account_page .team-content {
  margin-top: 1rem;
  color: #777777;
}
#account_page .team-content p:last-child {
  margin-bottom: 0;
}
#account_page .team.center .team-title::after {
  left: 50%;
  margin-left: -40px;
}
#account_page .team-list .team-desc {
  text-align: left;
}
#account_page .team-list .team-title {
  padding-top: 0;
}
#account_page .team .team-desc > .social-icon {
  margin-top: 20px;
}
#account_page .team .team-content ~ .social-icon {
  margin-top: 30px;
}
#account_page .team:not(.team-list) .social-icon {
  display: inline-block !important;
  vertical-align: middle;
  float: none;
  margin-left: 4px;
  margin-right: 4px;
}
#account_page .table-comparison, #account_page .table-comparison th {
  text-align: center;
}
#account_page .table-comparison td:first-child, #account_page .table-comparison th:first-child {
  text-align: left;
  font-weight: 700;
}
#account_page .counter {
  font-size: 42px;
  font-weight: 600;
  font-family: Poppins, sans-serif;
}
#account_page .counter.counter-small {
  font-size: 28px;
}
#account_page .counter.counter-large {
  font-size: 56px;
}
#account_page .counter.counter-xlarge {
  font-size: 64px;
  font-weight: 400;
}
#account_page .counter.counter-inherit {
  font-size: inherit;
  font-weight: inherit;
}
#account_page .counter + h5 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#account_page .counter.counter-lined + h5::before {
  display: block;
  position: relative;
  margin: 20px auto 25px;
  content: "";
  width: 15%;
  border-top: 2px solid #444444;
  opacity: 0.9;
}
#account_page .counter.counter-small + h5 {
  font-size: 14px;
}
#account_page .counter.counter-large + h5, #account_page .counter.counter-xlarge + h5 {
  font-size: 15px;
  font-weight: 300;
}
#account_page .widget .counter + h5 {
  opacity: 0.7;
}
#account_page .rounded-skill {
  display: inline-block;
  margin: 0 15px 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}
#account_page body:not(.device-touch) .rounded-skill {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#account_page .rounded-skill + h5 {
  margin-bottom: 0;
}
#account_page .rounded-skill i {
  font-size: 42px;
}
#account_page .rounded-skill canvas {
  position: absolute;
  top: 0;
  left: 0;
}
#account_page blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 18px;
  border-left: 5px solid #EEEEEE;
}
#account_page .blockquote-reverse {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #EEEEEE;
  border-left: 0;
  text-align: right;
}
#account_page blockquote.float-start {
  max-width: 300px;
  margin: 5px 20px 10px 0;
  padding-right: 0;
}
#account_page blockquote.float-end {
  max-width: 300px;
  margin: 5px 0 10px 20px;
  padding-left: 0;
}
#account_page .quote {
  border: none !important;
  position: relative;
}
#account_page .quote p {
  position: relative;
}
#account_page .quote::before {
  font-family: font-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  content: "\e7ad";
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 42px;
  top: 0;
  left: 0;
  color: #EEEEEE;
}
#account_page .quote.blockquote-reverse::before {
  content: "\e7ae";
  left: auto;
  right: 0;
}
#account_page .dropcap {
  float: left;
  font-size: 42px;
  line-height: 1;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
#account_page .highlight {
  padding: 2px 5px;
  background-color: #444444;
  color: #FFFFFF;
  border-radius: 2px;
}
#account_page .text-rotater .t-rotate {
  display: none;
}
#account_page .text-rotater .t-rotate.morphext, #account_page .text-rotater .t-rotate.plugin-typed-init {
  display: inherit;
}
#account_page .text-rotater .typed-cursor {
  font-weight: 400;
}
#account_page .text-rotater > .t-rotate > .animated {
  display: inline-block;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#account_page .owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
#account_page .bg-overlay, #account_page .bg-overlay-bg, #account_page .bg-overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
#account_page .bg-overlay [data-hover-animate]:not(.animated) {
  opacity: 0;
}
#account_page .bg-overlay {
  z-index: 5;
}
#account_page .bg-overlay-content {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 20px;
}
#account_page .bg-overlay-bg {
  background-color: rgba(255, 255, 255, 0.85);
}
#account_page .bg-overlay-bg.dark, #account_page .dark .bg-overlay-bg {
  background-color: rgba(0, 0, 0, 0.5);
}
#account_page .text-overlay-mask {
  opacity: 0.85;
  top: auto;
  bottom: 0;
  height: auto;
  padding: 40px 15px 15px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
}
#account_page .form-control {
  border-radius: 3px;
}
#account_page .form-control:active, #account_page .form-control:focus {
  border-color: #999999;
  box-shadow: none;
}
#account_page label {
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
#account_page label.label-muted {
  color: #999999;
  font-weight: 400;
  margin-right: 5px;
}
#account_page .contact-form-overlay {
  position: relative;
  background-color: #FFFFFF;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#account_page label.error {
  margin-top: 5px;
  color: #E42C3E;
  font-weight: 400;
}
#account_page label.error {
  display: none !important;
}
#account_page .show-error-msg + label.error {
  display: block !important;
}
#account_page input[type=checkbox]:not(:checked) + label.error {
  display: block !important;
}
#account_page .gmap {
  position: relative;
  width: 100%;
  height: 450px;
}
#account_page .gmap img {
  max-width: none !important;
}
#account_page .gm-style .gm-style-iw h3 span {
  font-size: inherit;
  font-family: inherit;
}
#account_page #content .gs-error-result .gs-snippet, #account_page #content .gs-no-results-result .gs-snippet {
  margin: 0 !important;
}
#account_page .titular-title {
  font-weight: 500;
  letter-spacing: -1px;
}
#account_page h1.titular-title {
  font-size: 52px;
}
#account_page h2.titular-title {
  font-size: 44px;
}
#account_page h3.titular-title {
  font-size: 32px;
}
#account_page .titular-sub-title {
  margin: 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
}
#account_page .titular-title + .titular-sub-title {
  margin-top: -25px;
  margin-bottom: 30px;
}
#account_page .heading-block {
  margin-bottom: 30px;
  text-align: left;
}
#account_page .emphasis-title h1, #account_page .emphasis-title h2, #account_page .heading-block h1, #account_page .heading-block h2, #account_page .heading-block h3, #account_page .heading-block h4 {
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333333;
}
#account_page .emphasis-title h1, #account_page .emphasis-title h2 {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
#account_page .heading-block h1 {
  font-size: 32px;
}
#account_page .heading-block h2 {
  font-size: 30px;
}
#account_page .heading-block h3 {
  font-size: 28px;
  text-align: left;
}
#account_page .heading-block h4 {
  font-size: 20px;
  font-weight: 700;
}
#account_page .heading-block > span:not(.before-heading) {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  color: #777777;
}
#account_page .heading-block .before-heading {
  margin-bottom: 7px;
}
#account_page .center .heading-block > span, #account_page .heading-block.center > span, #account_page .heading-block.text-center > span, #account_page .text-center .heading-block > span {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #account_page .text-md-start .heading-block > span {
    max-width: none !important;
  }
}
#account_page .heading-block h1 + span {
  font-size: 24px;
}
#account_page .heading-block h2 + span {
  font-size: 20px;
}
#account_page .heading-block h3 + span, #account_page .heading-block h4 + span {
  font-size: 20px;
}
#account_page .heading-block::after {
  content: "";
  display: block;
  margin-top: 30px;
  width: 40px;
  border-top: 2px solid #444444;
}
#account_page .center .heading-block::after, #account_page .heading-block.center::after, #account_page .heading-block.text-center::after, #account_page .text-center .heading-block::after {
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  #account_page .text-md-start .heading-block::after {
    margin-left: 0 !important;
  }
}
#account_page .heading-block.text-end, #account_page .heading-block.title-right, #account_page .text-end .heading-block {
  direction: rtl;
}
#account_page .heading-block.border-0::after, #account_page .heading-block.border-bottom-0::after {
  display: none;
}
#account_page .heading-block.border-color::after {
  border-color: #0075af;
}
#account_page .emphasis-title {
  margin: 0 0 50px;
}
#account_page .emphasis-title h1, #account_page .emphasis-title h2 {
  font-size: 64px;
  letter-spacing: -2px;
}
#account_page .emphasis-title h1 strong, #account_page .emphasis-title h2 strong {
  font-weight: 700;
}
#account_page .fancy-title {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
#account_page .fancy-title h1, #account_page .fancy-title h2, #account_page .fancy-title h3, #account_page .fancy-title h4, #account_page .fancy-title h5, #account_page .fancy-title h6 {
  position: relative;
  margin-bottom: 0;
}
#account_page .fancy-title::after, #account_page .fancy-title::before {
  content: "";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 0;
  border-top: 3px double #E5E5E5;
}
#account_page .fancy-title::before {
  display: none;
  margin-right: 0.75rem;
}
#account_page .fancy-title::after {
  margin-left: 0.75rem;
}
#account_page .title-border::after, #account_page .title-border::before {
  border-top-width: 1px;
  border-top-style: solid;
}
#account_page .title-border-color::after, #account_page .title-border-color::before {
  border-top: 1px solid #0075af !important;
}
#account_page .title-center::before {
  display: block;
}
#account_page .title-right::before {
  display: block;
}
#account_page .title-right::after {
  display: none;
}
#account_page .title-bottom-border::after, #account_page .title-bottom-border::before {
  display: none;
}
#account_page .title-bottom-border h1, #account_page .title-bottom-border h2, #account_page .title-bottom-border h3, #account_page .title-bottom-border h4, #account_page .title-bottom-border h5, #account_page .title-bottom-border h6 {
  width: 100%;
  padding: 0 0 0.75rem;
  border-bottom: 2px solid #0075af;
}
#account_page .before-heading {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-family: "pt serif", serif;
  font-style: italic;
  font-weight: 400;
  color: #999999;
}
@media (max-width: 767.98px) {
  #account_page .title-block h1 + span {
    font-size: 18px;
  }
  #account_page .title-block h2 + span {
    font-size: 17px;
  }
  #account_page .title-block h3 + span {
    font-size: 15px;
  }
  #account_page .title-block h4 + span {
    font-size: 13px;
  }
  #account_page .heading-block h1 {
    font-size: 30px;
  }
  #account_page .heading-block h2 {
    font-size: 26px;
  }
  #account_page .heading-block h3 {
    font-size: 22px;
  }
  #account_page .heading-block h4 {
    font-size: 19px;
  }
  #account_page .heading-block h1 + span {
    font-size: 20px;
  }
  #account_page .heading-block h2 + span {
    font-size: 18px;
  }
  #account_page .heading-block h3 + span, #account_page .heading-block h4 + span {
    font-size: 17px;
  }
  #account_page .emphasis-title h1, #account_page .emphasis-title h2 {
    font-size: 44px !important;
  }
}
#account_page .top-advert {
  padding: 5px;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
#account_page .top-advert a, #account_page .top-advert img {
  display: block;
}
#account_page .bnews-title {
  display: block;
  float: left;
  margin-top: 2px;
  padding-top: 0.3em;
  text-transform: uppercase;
}
#account_page .bnews-slider {
  float: left;
  width: 970px;
  margin-left: 20px;
  min-height: 0;
}
#account_page #gotoTop {
  display: none;
  z-index: 599;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #333333;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 2px;
}
#account_page body:not(.device-touch) #gotoTop {
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
}
#account_page .stretched #gotoTop {
  bottom: 30px;
}
#account_page #gotoTop:hover {
  background-color: #0075af;
}
#account_page .landing-wide-form {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-radius: 3px;
}
#account_page .landing-form-overlay {
  position: absolute;
  z-index: 10;
  top: auto;
  left: auto;
  right: 0;
  bottom: -154px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px 3px 0 0;
}
#account_page .landing-video {
  z-index: 1;
  width: 560px;
  height: 315px;
  margin: 22px 0 0 95px;
  overflow: hidden;
}
#account_page .landing-promo h3 {
  font-size: 28px;
}
#account_page .landing-promo > .container > span {
  font-size: 18px;
}
#account_page .form-process, #account_page .preloader, #account_page .preloader2 {
  display: block;
  width: 100%;
  height: 100%;
  background: center center no-repeat #FFFFFF;
}
#account_page .preloader2 {
  background-color: transparent;
}
#account_page .form-process {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: transparent;
}
#account_page .form-process::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.7;
  z-index: -1;
}
#account_page #footer {
  position: relative;
  background-color: #EEEEEE;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  #account_page .sticky-footer #content, #account_page .sticky-footer #page-submenu, #account_page .sticky-footer #page-title, #account_page .sticky-footer #slider:not(.slider-parallax-invisible) {
    z-index: 2;
  }
  #account_page .sticky-footer #content {
    transform: translate3d(0, 0, 0);
  }
  #account_page .sticky-footer #footer {
    position: sticky;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
#account_page #footer .footer-widgets-wrap {
  position: relative;
  padding: 80px 0;
}
#account_page .footer-logo {
  display: block;
  margin-bottom: 30px;
}
#account_page .widget {
  position: relative;
  margin-top: 50px;
}
#account_page .widget p {
  line-height: 1.7;
}
#account_page .sidebar-widgets-wrap .widget {
  padding-top: 50px;
  border-top: 1px solid #EEEEEE;
}
#account_page .widget:first-child {
  margin-top: 0;
}
#account_page .sidebar-widgets-wrap .widget:first-child {
  padding-top: 0;
  border-top: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #account_page .sidebar-widgets-wrap {
    position: relative;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -40px;
  }
  #account_page .sidebar-widgets-wrap .widget {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 40px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 0;
  }
}
#account_page .widget > h4 {
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#account_page .sidebar-widgets-wrap .widget > h4 {
  letter-spacing: 1px;
}
#account_page .tagcloud {
  margin-bottom: -2px;
}
#account_page .tagcloud a {
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #E5E5E5;
  font-size: 13px !important;
  color: #666666;
  border-radius: 2px;
}
#account_page body:not(.device-touch) .tagcloud a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#account_page .tagcloud a:hover {
  border-color: #0075af !important;
  color: #0075af !important;
}
#account_page .widget_archive li, #account_page .widget_archive ul, #account_page .widget_categories li, #account_page .widget_categories ul, #account_page .widget_links li, #account_page .widget_links ul, #account_page .widget_meta li, #account_page .widget_meta ul, #account_page .widget_nav_menu li, #account_page .widget_nav_menu ul, #account_page .widget_pages li, #account_page .widget_pages ul, #account_page .widget_recent_comments li, #account_page .widget_recent_comments ul, #account_page .widget_recent_entries li, #account_page .widget_recent_entries ul, #account_page .widget_rss li, #account_page .widget_rss ul {
  list-style: none;
  margin: 0;
}
#account_page .widget_archive li, #account_page .widget_categories li, #account_page .widget_links li, #account_page .widget_meta li, #account_page .widget_nav_menu li, #account_page .widget_pages li, #account_page .widget_recent_comments li, #account_page .widget_recent_entries li, #account_page .widget_rss li {
  display: flex;
  padding: 4px 0;
  font-size: 15px;
}
#account_page .widget_recent_comments li::before {
  content: "\e9b8";
}
#account_page .widget_archive li a, #account_page .widget_categories li a, #account_page .widget_links li a, #account_page .widget_meta li a, #account_page .widget_nav_menu li a, #account_page .widget_pages li a, #account_page .widget_recent_comments li a, #account_page .widget_recent_entries li a, #account_page .widget_rss li a {
  display: inline-block;
  padding: 0 3px 0 12px;
  border: none !important;
  color: #444444;
}
#account_page .widget_archive li a:hover, #account_page .widget_categories li a:hover, #account_page .widget_links li a:hover, #account_page .widget_meta li a:hover, #account_page .widget_nav_menu li a:hover, #account_page .widget_pages li a:hover, #account_page .widget_recent_comments li a:hover, #account_page .widget_recent_entries li a:hover, #account_page .widget_rss li a:hover {
  color: #000000;
}
#account_page .widget_archive > ul > li:first-child, #account_page .widget_categories > ul > li:first-child, #account_page .widget_links > ul > li:first-child, #account_page .widget_meta > ul > li:first-child, #account_page .widget_nav_menu > ul > li:first-child, #account_page .widget_pages > ul > li:first-child, #account_page .widget_recent_comments > ul > li:first-child, #account_page .widget_recent_entries > ul > li:first-child, #account_page .widget_rss > ul > li:first-child {
  border-top: 0 !important;
}
#account_page .widget_archive > ul, #account_page .widget_categories > ul, #account_page .widget_links > ul, #account_page .widget_meta > ul, #account_page .widget_nav_menu > ul, #account_page .widget_pages > ul, #account_page .widget_recent_comments > ul, #account_page .widget_recent_entries > ul, #account_page .widget_rss > ul {
  margin-top: -4px !important;
}
#account_page .widget_archive ul ul, #account_page .widget_categories ul ul, #account_page .widget_links ul ul, #account_page .widget_meta ul ul, #account_page .widget_nav_menu ul ul, #account_page .widget_pages ul ul, #account_page .widget_recent_comments ul ul, #account_page .widget_recent_entries ul ul, #account_page .widget_rss ul ul {
  margin-left: 15px;
}
#account_page .quick-contact-widget.form-widget .form-control, #account_page .quick-contact-widget.form-widget .input-group, #account_page .quick-contact-widget.form-widget .sm-form-control {
  margin-bottom: 10px;
}
#account_page .quick-contact-widget.form-widget .input-group .form-control {
  margin-bottom: 0;
}
#account_page #template-contactform, #account_page .quick-contact-widget.form-widget form {
  position: relative;
}
#account_page .subscribe-widget h5 {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
#account_page .table .success {
  color: #3C763D;
}
#account_page .table .info {
  color: #31708F;
}
#account_page .table .warning {
  color: #8A6D3B;
}
#account_page .table .danger {
  color: #A94442;
}
#account_page .btn-link, #account_page .page-link, #account_page .page-link:focus, #account_page .page-link:hover {
  color: #0075af;
}
#account_page .btn-link:focus, #account_page .btn-link:hover {
  color: #222222;
}
#account_page .boot-tabs {
  margin-bottom: 20px !important;
}
#account_page .responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999999;
}
#account_page .show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
}
#account_page .img-circle {
  border-radius: 50% !important;
}
#account_page .page-item.active .page-link, #account_page .page-link:focus, #account_page .page-link:hover {
  color: #FFFFFF !important;
  background-color: #0075af !important;
  border-color: #0075af !important;
}
#account_page .nav-pills > li.active > a, #account_page .nav-pills > li.active > a:focus, #account_page .nav-pills > li.active > a:hover {
  background-color: #0075af;
}
#account_page label.checkbox, #account_page label.radio {
  padding-left: 20px;
}
#account_page .input-group-lg > .input-group-addon {
  line-height: 1;
}
#account_page .stretched #wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}
#account_page .animsition-overlay, #account_page .page-transition #wrapper {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
#account_page .mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
#account_page .inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
#account_page .inline_YTPlayer img {
  border: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#account_page .datepicker td, #account_page .datepicker th {
  padding: 5px;
}
#account_page .irs-bar, #account_page .irs-from, #account_page .irs-handle.state_hover > i:first-child, #account_page .irs-handle:hover > i:first-child, #account_page .irs-handle > i:first-child, #account_page .irs-single, #account_page .irs-to {
  background-color: #0075af !important;
}
#account_page .irs-from::before, #account_page .irs-single::before, #account_page .irs-to::before {
  border-top-color: #0075af !important;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#account_page .fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#account_page .fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#account_page .fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#account_page .fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
#account_page .fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}
@-webkit-keyframes fadeOutLeftSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeOutLeftSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
#account_page .fadeOutLeftSmall {
  -webkit-animation-name: fadeOutLeftSmall;
  animation-name: fadeOutLeftSmall;
}
@-webkit-keyframes fadeOutRightSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
@keyframes fadeOutRightSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
}
#account_page .fadeOutRightSmall {
  -webkit-animation-name: fadeOutRightSmall;
  animation-name: fadeOutRightSmall;
}
@-webkit-keyframes fadeOutUpSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes fadeOutUpSmall {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}
#account_page .fadeOutUpSmall {
  -webkit-animation-name: fadeOutUpSmall;
  animation-name: fadeOutUpSmall;
}
#account_page .list-group-item {
  position: relative;
}
#account_page .list-group-item:before {
  content: "";
  width: 0;
  transition: 0.3s;
  background: #0075af;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
#account_page .list-group-item.active {
  background: transparent;
  color: #495057;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#account_page .list-group-item.active:before {
  width: 5px;
}

.alert_box {
  padding: 15px;
  background-color: rgba(0, 117, 175, 0.2);
  border: 1px solid #0075af;
  border-radius: 0.25rem;
}
.alert_box p:last-child {
  margin-bottom: 0;
}
.alert_box [data-oembed-url] {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
