/* LOGO E MENU */
#sp-header {
  height: auto;
}

#sp-header .logo {
  display: block;
}

.sppb-addon-title {
  font-weight: bold !important;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
}

div.logo img {
  height: auto;
  width: 177px;
  vertical-align: top;

  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav li.sp-menu-item a {
  text-transform: uppercase;
  font-weight: bold;
  color: #5A6C73;
  font-size: 14px;
}

nav li.sp-menu-item a.xcamp {
  text-transform: uppercase;
  font-weight: bold;
  color: #03723E;
  font-size: 14px;
}

nav li.sp-menu-item.active a,
nav li.sp-menu-item a:hover {
  text-transform: uppercase;
  font-weight: bold;
  color: #5A6C73;
  font-size: 14px;
  font-style: italic;
}

nav li.sp-menu-item.active a.shop,
nav li.sp-menu-item a.shop:hover,
nav li.sp-menu-item.active a.xcamp,
nav li.sp-menu-item a.xcamp:hover {
  color: #03723E;
}

nav li.sp-menu-item {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid transparent;
}

nav li.sp-menu-item.active,
nav li.sp-menu-item:hover {
  border-bottom: 2px solid #EC342E;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right>.fa {
  color: #5A6C73;
}

body.ltr #offcanvas-toggler.offcanvas-toggler-right:hover>.fa {
  color: #B1BDB9;
}

#sp-header.header-sticky div.logo img {
  width: 100px;
}

#sp-header.header-sticky .sp-module {
  display: none;
}

#sp-header.header-sticky .social_and_cart_container .sp-module {
  display: block;
}

/* SOCIAL MENU */

ul.socialmenu {
  float: right;
  margin: 20px 0 0 0;
  line-height: inherit;
}

#sp-footer ul.socialmenu {}

ul.socialmenu li {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-left: 15px;
  background: #5A6C73;
  border-radius: 50%;
}

ul.socialmenu li a {
  color: #fff !important;
  font-size: 15px;
  width: 36px;
  line-height: 36px;
  text-align: center;
}

ul.socialmenu li:hover {
  background: #B1BDB9;
}

ul.socialmenu li a:hover {
  color: #fff !important;
}

ul.socialmenu.light li {
  background: #B1BDB9;
}

ul.socialmenu.light li:hover {
  background: #5A6C73;
}


/* OFFCANVAS MENU */
.offcanvas-menu .offcanvas-inner .sp-module ul {
  margin-top: 30px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li {
  line-height: 36px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid transparent;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li:hover {
  border-bottom: 2px solid #EC342E;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
  text-transform: uppercase;
  font-weight: bold;
  color: #5A6C73;
  font-size: 14px;
}

div.offcanvas-menu ul.menu li a.xcamp {
  text-transform: uppercase;
  font-weight: bold;
  color: #03723E;
  font-size: 14px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
  text-transform: uppercase;
  font-weight: bold;
  color: #5A6C73;
  font-size: 14px;
  font-style: italic;
}

div.offcanvas-menu ul.menu li a.xcamp:hover {
  color: #03723E;
}

/* MAIN SLIDESHOW */
.mainCarousel .sppb-carousel-item-inner .sppb-carousel-caption {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainCarousel .sppb-carousel-text {
  display: block !important;
  max-width: 50%;
  text-align: left;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mainCarousel .sppb-carousel-text h2 {
  font-weight: bold;
}

.mainCarousel .sppb-btn {
  border: 1px solid #5A6C73;
  padding: 10px 30px;
}

.mainCarousel .sppb-btn:hover {
  background: #5A6C73 !important;
  color: #fff;
}

.mainCarousel .sppb-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: inherit;
  z-index: 15;
  width: 50%;
  margin-left: 0;
  padding-left: 50px;
  list-style: none;
  text-align: left;
  margin-bottom: 0px;
}


/* HOMEPAGE FIX */
.centerAddon {
  margin: 0 auto;
}

/* TEAM */
.team .sppb-column-addons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.team_member {
  position: relative;
  width: 180px;
  margin: 5px;
}

.team_member .sppb-media-content {
  background: #F2F2F2;
  border: 1px solid #EC342E;
  padding: 7px 10px;
  width: 100%;
  /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
}

.team_member .sppb-media-content .sppb-addon-title {
  color: #EC342E !important;
  margin: 0px;
  font-size: 14px !important;
  text-transform: uppercase;
}

.team_member .sppb-addon-text {
  color: #5A6C73 !important;
  font-size: 14px !important;
}

.team_member img {
  width: 80%;
}

/* APPROCCIO LISTA */
.sp-page-builder .page-content #dettagli-approccio .sppb-addon-title {
  font-size: 30px;
}

.sp-page-builder .page-content #dettagli-approccio {
  min-height: 300px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sp-page-builder .page-content #dettagli-approccio.hideApproach {
  opacity: 0;
  height: 0;
  padding: 0;
  min-height: 0px;
  overflow: hidden;
}

/* MIDDLE BANNER */
.bannerText p {
  font-size: 30px;
  line-height: 1.2;
}

/* BUTTON */
.grey-button,
.white-button,
.green-button,
.redwhite-button,
.red-button {
  color: #EC342E !important;
  border: 1px solid #EC342E !important;
  background: transparent;
  font-weight: bold !important;
  padding: 25px 30px;
  letter-spacing: 1px !important;
}

.grey-button:hover,
.white-button:hover,
.redwhite-button:hover,
.red-button:hover {
  color: #fff !important;
  border: 1px solid #EC342E !important;
  background: #EC342E !important;
}

.grey-button {
  color: #5a6c73 !important;
  border: 1px solid #5a6c73 !important;
  background: transparent;
}

.grey-button:hover {
  color: #fff !important;
  border: 1px solid #5a6c73 !important;
  background: #5a6c73 !important;
}

.redwhite-button {
  color: #EC342E !important;
  border: 1px solid #fff !important;
  background: transparent;
}

.redwhite-button:hover {
  color: #fff !important;
  border: 1px solid #EC342E !important;
  background: #EC342E !important;
}

.green-button {
  color: #5A6C73 !important;
  border: 1px solid #03723E !important;
  background: transparent;
}

.green-button:hover {
  color: #fff !important;
  border: 1px solid #03723E !important;
  background: #03723E !important;
}

.white-button {
  color: #fff !important;
  border: 1px solid #fff !important;
  background: transparent;
}

.white-button:hover {
  color: #fff !important;
  border: 1px solid #03723E !important;
  background: #03723E !important;
}

/* Carrello e virtuemart */

.reset ul.unstyled,
.remind ul.unstyled,
.login ul.unstyled,
#login-form ul.unstyled {
  padding: 0;
  list-style: none;
}

span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
.reset button.btn,
.remind button.btn,
.login button.btn,
#login-form button.btn {
  background: #999;
  border: 1px solid #999;
  color: #fff;
  min-width: 190px;
  width: 100%;
}

span.addtocart-button span.addtocart-button:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
.reset button.btn:hover,
.remind button.btn:hover,
.login button.btn:hover,
#login-form button.btn:hover {
  background: #fff;
  color: #999;
}

.reset a,
.remind a,
.login a,
#login-form a {
  color: #999;
}

.reset a:hover,
.remind a:hover,
.login a:hover,
#login-form a:hover {
  color: #252525;
}

.reset fieldset,
.remind fieldset,
.login fieldset,
#login-form fieldset {
  padding: 0px;
  margin: 0px;
}

div.accept_toc {
  font-size: 13px;
  margin-bottom: 20px;
}

.usertogglerbox ul.menu {
  list-style: none;
  padding: 0px;
}

.usertogglerbox ul.menu li a {
  line-height: 30px;
  width: 100%;
  padding-left: 10px;
  float: left;
}

.usertogglerbox ul.menu li a:hover {
  background: #d0d0d0;
  padding-left: 10px;
}

.vmCartModule a {
  color: #999;
}

.vmCartModule a:hover {
  color: #252525;
}

.vmCartModule .product_name.info a,
.vmCartModule .product_name.info {
  color: #252525;
  transition: 0.3s;
}

.vmCartModule .product_name.info a:hover,
.vmCartModule .product_name.info:hover {
  color: #EC342E;
}

.vm_cart_products .empty-cart {
  font-weight: 300;
}

.cta_button a,
.vmCartModule .show_cart a {
  margin-top: 20px;
  float: right;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #03723E;
  border: solid 1px #03723E;
  font-size: 14px;
  line-height: 24px;
  transition: 0.3s;
  border-radius: 4px;
  /* padding: 0 20px; */
  /* color: #fff; */
  /* background: #999; */
  /* border: 1px solid #999; */
  /* border-radius: 4px; */
  width: 100%;
  /* text-align: center; */

}

.cta_button a::after,
.vmCartModule .show_cart a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.cta_button a:hover,
.vmCartModule .show_cart a:hover {
  /* background: #fff; */
  /* color: #999; */
  color: #03723E;
  background-color: #ffffff;
}

/* .vmCartModule .show_cart a::before{
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
} */

.vmCartModule h3 {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d0d0d0;
}

.cartTotalProducts .price .PricesalesPrice,
.masonry_product_container .productdetails.product-price.itemPrice .PricesalesPrice {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.cartTotalProducts .price .PricesalesPrice.baseDiscounted,
.masonry_product_container .productdetails.product-price.itemPrice .PricesalesPrice.baseDiscounted {
  text-decoration: line-through;
  color: #c0c0c0;
  font-size: 15px;
}

.masonry_product_container .discountPercentage {
  position: absolute;
  top: 15px;
  background: #70a927;
  left: 0;
  display: flex;
  text-align: right;
  color: #fff;
  font-weight: bold;
  padding: 0 5px 0 15px;
  line-height: 25px;
}

.ask-a-question-view .product-summary h2,
.productDetailsScheda h1,
.joomdle-assigncourses h1.titlesection {
  font-size: 30px;
  color: #5A6C73;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
}




body.com-virtuemart.view-productdetails.layout-default #sp-main-body {
  /*padding: 40px 0 20px 0;*/
}

.productDetailsScheda h2 {
  font-size: 14px;
  color: #6b7189;
  text-transform: uppercase;
  margin: 0;
  line-height: 32px;
}

.manufacturerSkuZone {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;

  line-height: 32px;
}

.manufacturerSkuZone .manufacturer {
  margin-top: 0;
  margin-right: 5px;
}

.gridproduct .container {
  background: #fff;
}

.gridproduct .PricesalesPrice,
.productrow .PricesalesPrice,
.productDetailsScheda .PricesalesPrice {
  font-size: 25px;
}

.productDetailsScheda img.manufacturerLogo {
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 9;
}

.productDetailsScheda hr {
  float: left;
  width: 100%;
}

.productDetailsScheda .price {
  margin-top: 20px;
  color: #252525;
}

.productDetailsScheda .price .PricebasePriceWithTax.vm-display.vm-price-value {
  color: #252525;
}


span.quantity-controls input {
  overflow: hidden;
}

span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button {

  line-height: 32px;
  padding: 0 20px;
}

.availability {
  margin: 0 auto;
  height: 30px;
}




#loginFormCart input[type="submit"],
.buttonBar-right button,
.control-buttons button.default[type="submit"],
.vm-button-correct,
.vm-button-correct:link,
.vm-button-correct:visited,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
button.ui.button.olive,
#shipmentToggler,
#paymentToggler,
.billto-shipto .details,
.control-buttons button.default[type="reset"],
div.changeQuantityToggler,
.vm2-add_quantity_cart,
.vm2-remove_from_cart,
.logincontainer .login-form #com-form-login .width30.floatleft input[type="submit"] {
  padding: 25px 30px;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  background: transparent;
  color: #03723E;
  border: solid #03723E 1px;
  margin-left: 0;
}

#loginFormCart input[type="submit"]:hover,
.buttonBar-right button:hover,
.control-buttons button.default[type="submit"]:hover,
.vm-button-correct:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
button.ui.button.olive:hover,
#shipmentToggler:hover,
#paymentToggler:hover,
.billto-shipto .details:hover,
.control-buttons button.default[type="reset"]:hover,
div.changeQuantityToggler:hover,
.vm2-add_quantity_cart:hover,
.vm2-remove_from_cart:hover,
.logincontainer .login-form #com-form-login .width30.floatleft input[type="submit"]:hover {
  background: #03723E;
  color: #fff;
  /* border: solid #999 1px; */
}

.logincontainer .login-form #com-form-login .width30.floatleft input[type="submit"] {
  margin-bottom: 15px;
}

.vm2-remove_from_cart,
.vm2-add_quantity_cart {
  width: 100%;
  height: auto;
  padding: 0 20px;
  border-radius: 4px;
  transition: 0.3s;
}


input[type="text"].coupon:not(.form-control) {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

a.button-show-more,
#shipmentToggler,
#paymentToggler,
a.details.updateInformations,
a.details.shiptoInformation,
div.changeQuantityToggler {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  float: left;
  padding: 3px 13px;
  background: #fff;
  color: #999;
  cursor: pointer;
}

/* CART */
.emptyCart,
#checkoutForm {
  min-height: 100vh;
}

.selectShipmentPopupContent h3 {
  font-weight: 300;
  font-size: 17px;
}

.ask-a-question-view .vm-page-title,
.cart-view h2,
#userForm h2,
.userfields_info,
.selectShipmentPopupContent h3.vm-shipment-header-select,
.selectShipmentPopupContent h3.vm-payment-header-select,
.vm-payment-header-selected,
.selectShipmentPopupContent h3.vm-shipment-header-selected,
#com-form-login h2,
.order-view h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 0px;
  position: relative;
}

#loginFormCart input {
  margin-bottom: 20px;
}

.selectShipmentPopupContent h3.vm-shipment-header-select {
  line-height: 7px
}

.selectShipmentPopupContent h3.vm-shipment-header-select p {
  margin: 0;
}

.ask-a-question-view .vm-page-title::after,
#userForm h2::after,
.userfields_info::after,
.cart-view h2::after,
.vm-payment-header-select::after,
.vm-shipment-header-select::after,
.vm-payment-header-selected::after,
.vm-shipment-header-selected::after,
#com-form-login h2::after,
.order-view h2::after {
  content: '';
  border-bottom: 2px solid #999;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

fieldset.userdata,
#checkoutForm fieldset {
  border: 0px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

.discountedBasePrice {
  position: relative;
  float: right;
  font-size: 14px;
  color: #aaa;
  max-width: max-content;
}

.discountedBasePrice::after {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #999;
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.productSummary {
  padding-top: 20px;
  padding-bottom: 20px;
}

.productSummary .PricesalesPriceCoupon,
.productSummary .cartTotalProducts .PricesalesPrice {
  float: right;
  font-size: 20px;
}

.productSummary .cartCouponContainer {
  border: 1px solid #ccc;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.cartSummaryDetails {
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.cartSummaryDetails div.priceTag {
  margin-bottom: 5px;
}


.popupChangeQuantity.is-active {
  display: flex !important;
}

.popupChangeQuantity,
#loginFormCart,
#selectShipmentPopupContainer,
#selectPaymentPopupContainer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.popupChangeQuantity .popupChangeQuantityContent,
#loginFormCart .login-form,
#selectShipmentPopupContainer .selectShipmentPopupContent,
#selectPaymentPopupContainer .selectPaymentPopupContent {
  background: #fff;
  z-index: 99999;
  padding: 15px;
}

#loginFormCart .login-form #cartFormLoginClose {
  cursor: pointer;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
}

#loginFormCart .login-form #cartFormLoginClose:hover {
  color: #4a4a4a;
}

.popupChangeQuantity .popupChangeQuantityBackground,
#loginFormCart #loginFormCartBackground,
#selectShipmentPopupContainer #selectShipmentPopupBackground,
#selectPaymentPopupContainer #selectPaymentPopupBackground {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.cartTotal {
  border-top: 1px solid #ccc;
  margin-top: 20px !important;
  padding-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.cartSummaryDetails .tos {
  padding: 20px 0;
}

.cartSummaryDetails .tos a {
  color: #252525;
}

.cartSummaryDetails .tos a:hover {
  text-decoration: underline;
}

.tos a.terms-of-service {
  color: #252525;
}

.tos a.terms-of-service:hover {
  text-decoration: underline;
}

.billto-shipto {
  border: 0px;
  margin: 0;
  padding: 0;
}

.addressContent {
  padding-bottom: 30px;
}

.billto-shipto span.billTotitle,
.billto-shipto span.shipTotitle {
  background: #ccc;
  float: left;
  width: calc(100% + 30px);
  padding: 5px 15px;
  margin-left: -15px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 20px;
}

#customer_note_field {
  min-height: 120px;
}

#loginFormCart .login-form {
  position: relative;
  max-width: 370px;
}

.logincontainer .login-form .width30.floatleft,
.logincontainer .login-form #com-form-login .width30.floatleft {
  float: none;
  width: 100%;
  padding: 8px 0px;
}

.logincontainer .login-form #com-form-login .width30.floatleft input,
.logincontainer .login-form #com-form-login .width30.floatleft input[type="file"],
.logincontainer .login-form #com-form-login .width30.floatleft input[type="image"],
.logincontainer .login-form #com-form-login .width30.floatleft input[type="submit"],
.logincontainer .login-form #com-form-login .width30.floatleft input[type="reset"],
.logincontainer .login-form #com-form-login .width30.floatleft input[type="button"],
.logincontainer .login-form #com-form-login .width30.floatleft input[type="radio"],
.logincontainer .login-form #com-form-login .width30.floatleft input[type="checkbox"] {
  float: left;
  width: 100%;
}

.logincontainer .login-form #com-form-login .accept_toc a,
.logincontainer .login-form #com-form-login a {
  color: #252525;
  font-size: 13px;
}

.logincontainer .login-form #com-form-login .accept_toc a:hover,
.logincontainer .login-form #com-form-login a:hover {
  color: #252525;
  text-decoration: underline;
}

.logincontainer .login-form #com-form-login input[type="submit"] {
  display: block;
  padding: 10px 20px;
  border-radius: 4px;
}

#STsameAsBTjs {
  float: left;
  margin: 3px 5px 3px 0;
}

/* FORM SUBSCRIPTION */

#userForm fieldset,
.adminForm fieldset {
  border: 0;
  float: left;
  width: 100%;
}

.adminForm fieldset .userfields_info,
.adminForm fieldset .userfields_info {
  margin: 0 0 30px;
}

.adminForm fieldset .adminForm.user-details {
  padding-left: 0;
  padding-right: 0;
}

.adminForm.user-details div.field {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.adminForm.user-details div.field.username {
  width: 100%;
}

.adminForm.user-details div.field.username .small_description {
  font-size: 13px;
}

.adminForm.user-details div.field label {
  margin-bottom: 0;
}

div.field.Soprannome.indirizzo,
.adminForm.user-details div.field.Ragione.Sociale,
.adminForm.user-details div.field.Indirizzo {
  width: 100%;
}

#virtuemart_state_id_field,
#virtuemart_country_id_field,
#shipto_virtuemart_country_id_field,
#shipto_virtuemart_state_id_field,
div#vmMainPageOPC div#opc_unlogged_wrapper .inputDiv .formField input {
  margin-top: 0px;
  width: calc(100% - 24px) !important;
  margin-bottom: 0px;
  padding: 5px;
}

.adminForm.user-details div.field .formInput select,
.adminForm.user-details div.field .formInput input {
  float: left;
  margin-top: 0px;
  width: calc(100% - 24px);
  margin-bottom: 0px;
  padding: 5px;
  height: 44px;
  line-height: 1.428571429;
}

.adminForm.user-details div.field .formInput input[type="checkbox"] {
  height: 19px;
  width: 19px;

}

#userForm h2,
.userfields_info {
  margin: 0 15px 30px 15px;
}

#dynamic_recaptcha_1 {
  /* padding-left: 15px; */
  float: left;
  width: 100%;
}

/* tos subscription */
.adminForm.user-details div.field .formInput input.terms-of-service {
  float: left;
  width: 20px;
}

.billto-shipto .details.invalid,
.addressContent a.details.invalid {
  border-color: #999 !important;
  margin: 3px 0;
}

.totalValue {
  font-size: 25px;
  font-weight: bold;
}

div.adminForm.user-details {
  float: left;
  padding: 15px;
  width: 100%;
}

form#userForm hr {
  float: left;
  width: 100%;
}

.output-billto span.titles,
.output-shipto span.titles {
  width: 50%;
  font-weight: bold;
}

.output-billto span.values,
.output-shipto span.values {
  width: 50%;
}

#fancybox-wrap #fancybox-outer {
  max-width: 800px;
}

#fancybox-outer #fancybox-content {
  /* padding: 25px; */
  max-width: 800px;
}

#fancybox-outer #fancybox-content a.continue_link {
  position: absolute;
  bottom: 5px;
  left: 0;
  color: #EC342E;
}

#fancybox-outer #fancybox-content a.continue_link:hover {
  text-decoration: underline;
}

#fancybox-outer #fancybox-content a.showcart.floatright {
  float: initial;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 10px;
  border: solid 1px #EC342E;
  /* background-color: #EC342E; */
  background-color: transparent;
  border-radius: 4px;
  color: #EC342E;
  /* color: #ffffff; */
  transition: 0.3s;
  outline: none;
}

#fancybox-outer #fancybox-content a.showcart.floatright:hover {
  /* background-color: #ffffff;
  color: #EC342E; */
  background-color: #EC342E;
  color: #ffffff;
}

#fancybox-outer #fancybox-content h4 {
  margin-bottom: 40px;
}

.askQuestionRow a.ask-a-question {
  padding: 0 50px;
  line-height: 35px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  background: #999;
  color: #fff;
  border: solid #999 1px;
  transition: 0.3s;
}

.askQuestionRow a.ask-a-question:hover {
  background: #fff;
  color: #999;
}

.login-form #com-form-login input#remember {
  width: initial;
  margin-top: 3px;
  margin-right: 10px;
}

body.com-virtuemart.view-user.task-editaddresscart #sp-main-body #sp-component h1 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 35px;
  font-weight: bold;
  color: #383838;
  margin-bottom: 40px;
  padding: 0 15px;
}

body.com-virtuemart.view-user.task-editaddresscart #sp-main-body #sp-component h1::after {
  display: none;
}

.addtocart-bar {
  /* margin-bottom: 1rem; */
  /* display: flex;
  flex-wrap: wrap; */
  display: flex;
  width: 100%;
  margin-bottom: 0;
  max-width: 300px;
}

.productDetailsScheda .addtocart-bar {
  max-width: unset;
}

.addtocart-bar .control_buttons_container {
  float: left;
  width: calc(50% - 20px);
  margin-right: 20px;
}

.addtocart-bar .addtocart-button {
  float: left;
  /* width: 50%; */
}

.addtocart-bar .addtocart-button a {
  margin-top: 20px;
  border: solid 1px #03723E;
  color: #03723E;
  border-radius: 4px;
  padding: 15px 20px;
  transition: 0.3s;
  border-radius: 0;
}

.addtocart-bar .addtocart-button a:hover {
  background-color: #03723E;
  color: #fff;
}

a.link_to_details {
  color: #5a6c73;
  margin-top: 20px;
  float: left;
  font-size: 16px;
}

a.link_to_details:hover {
  text-decoration: underline;
  color: #5a6c73;
}

.control_buttons_container span.quantity-controls {
  width: 30px;
}

.control_buttons_container span.quantity-controls button {
  background: none;
  border: solid 1px #5A6C73;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #5A6C73;
  outline: none;
  margin: 0;
  transition: 0.5s;
  border-radius: 0;
}

.control_buttons_container span.quantity-controls button:hover {
  border: solid 1px #5A6C73;
  color: #ffffff;
  background-color: #5A6C73;
}

.control_buttons_container span.quantity-controls button:focus {
  border: solid 1px #5A6C73;
}

.control_buttons_container span.quantity-controls button.quantity-minus {
  border-right: none;
}

.control_buttons_container span.quantity-controls button.quantity-plus {
  border-left: none;
}

.control_buttons_container span.quantity-box input.quantity-input.js-recalculate {
  border-left: none;
  border-right: none;
  border-top: solid 1px #5A6C73;
  border-bottom: solid 1px #5A6C73;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  border-radius: 0;
  color: #5A6C73;
}

.control_buttons_container span.quantity-box input.quantity-input.js-recalculate:hover,
.control_buttons_container span.quantity-box input.quantity-input.js-recalculate:focus {
  background-color: transparent;
  background: none;
}

span.quantity-box,
span.quantity-controls,
span.addtocart-button {
  margin: 5px 0;
}

.com-virtuemart .form-validate .adminForm.user-details .field .formInput input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.com-virtuemart .form-validate .adminForm.user-details .field .formInput .chzn-container.chzn-container-single {
  max-width: calc(100% - 24px)
}

.com-virtuemart .form-validate .adminForm.user-details .field .formInput .chzn-container.chzn-container-single .chzn-drop {
  background-color: #f6f0e8;
}

#userForm .adminForm.user-details div.field .formInput select,
#adminForm .adminForm.user-details div.field .formInput select {
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.com-virtuemart .form-validate .adminForm.user-details .field label {
  background-color: transparent;
  color: #5A6C73;
}

.com-virtuemart .control-buttons button.vm-button-correct,
.com-virtuemart .control-buttons button.default {
  /* border-radius: 0; */
  border-radius: 4px;
  background-color: transparent;
  /* color: #5A6C73; */
  text-transform: uppercase;
  /* border: solid 1px #5A6C73; */
  /* transition: 0.5s; */
  transition: 0.3s;
  padding: 10px 20px;
  color: #03723E;
  background-color: transparent;
  border: solid 1px #03723E;
}

.com-virtuemart .control-buttons button.vm-button-correct:hover,
.com-virtuemart .control-buttons button.default:hover {
  /* background-color: #5A6C73; */
  background-color: #03723E;
  color: #ffffff;
}

.com-virtuemart .control-buttons button.default[type="reset"] {
  color: #03723E;
  border-color: #03723E;
}

.com-virtuemart .control-buttons button.default[type="reset"]:hover {
  background-color: #03723E;
  color: #ffffff;
}

div.control-buttons button,
div.control-buttons button.default,
.control-buttons button.default[type="reset"] {
  margin: 8px auto;
  outline: none;
}

.control-buttons #reg_text {
  float: left;
  margin: 20px;
  text-align: left;
}

a.button-show-more {
  float: right;
}

.skuval {
  font-size: 12px;
  color: #909090;
  text-transform: uppercase;
}

.stockAlert {
  text-align: left;
  line-height: 10px;
  font-size: 10px;
  display: flex;
  justify-content: center;
}

.stockAlert:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f06a";
  color: #7ea22b;
  float: left;
  line-height: 30px;
  padding-right: 11px;
  padding-left: 5px;
  font-size: 20px;
  margin-top: -4px;
}

#askform label {
  width: 100%;
}

.ask-a-question-view input.counter,
.ask-a-question-view input#name,
.ask-a-question-view input#email {
  margin: 0;
}

.ask-a-question-view .form-field textarea.field {
  width: 100%;
}


#askform label.counter {
  font-size: 10px;
  text-transform: uppercase;
  width: calc(100% - 306px);
  min-width: 150px;
  float: right;
  text-align: right;
}

#askform label.counter input.counter {
  text-align: right;
  border: 0;
  background: transparent;
  color: #aaa;
  padding: 0;
}

.ask-a-question-view #jform_captcha {
  float: left;
  width: 306px;
  margin-bottom: 20px;
}

.ask-a-question-view .form-field .submit {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}


.formError {
  position: absolute;
  top: 300px;
  left: 100px !important;
  display: block;
  cursor: pointer;
  text-align: left;
}


/* signup */
.com-virtuemart.view-user.layout-edit fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.com-virtuemart.view-user.layout-edit fieldset .userfields_info {
  margin: 0 0 20px 0;
}

.com-virtuemart.view-user.layout-edit fieldset .adminForm {
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}


/* EDIT SHIPMENT ADDRESS */
.view-user.layout-default.task-editaddresscart #userForm h2,
.view-user.layout-default.task-editaddresscart span.userfields_info {
  margin-left: 0px;
  margin-right: 0px;
}

.view-user.layout-default.task-editaddresscart div.adminForm.user-details {
  padding-left: 0;
  padding-right: 0;
}

.view-user.layout-default.task-editaddresscart .control-buttons button.default[type="submit"] {
  margin: 8px auto;
}

.view-user.layout-default.task-editaddresscart div.controls {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}


.view-user.layout-default.task-editaddresscart .control-buttons {
  text-align: right !important;
  float: left;
  width: 100%;
  margin: 20px 0;
}

.output-shipto .controls {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.output-shipto .controls label.radio {
  width: 100%;
}

.output-shipto .controls label.radio input[type="radio"] {
  margin-right: 10px;
}

.view-user.layout-default.task-editaddresscart #dynamic_recaptcha_1 {
  padding: 0;
}

body.com-virtuemart.view-productdetails #fancybox-content {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

body.com-virtuemart.view-productdetails #fancybox-img {
  height: auto !important;
}

/* .slickproduct{
  padding:0 15px 20px 0;
  position: relative;
}

.slickproduct .slickproductinner{
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.slickproduct .slickproductinner.simple_carousel_inner {
  border: none;
}
.slickproduct:hover .slickproductinner.simple_carousel_inner {
  box-shadow: none;
} */

.slickproduct .slickproductinner.simple_carousel_inner .product_name a {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 500;
  color: #383838;
  margin-top: 10px;
  text-align: center;
}

.forsale {
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  right: -30px;
  background: #e00;
  color: #fff;
  font-size: 10px;
  padding: 6px 35px;
}

/* .slickproduct .product_image{
    height:250px;
    overflow:hidden;
}

.slickproduct .product_image img{
  height:250px;
  width:auto;
  max-width: inherit;
} */

.product_name .sku {
  font-size: 14px;
  color: #999;
  text-align: left;
  padding: 0 15px;
}

/* .slickproduct:hover .slickproductinner{
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.46);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.46);
  box-shadow: 0px 0px 15px -6px rgba(0,0,0,0.46);
}

.slickproduct .product_name {
text-align: center;
}

.slickproduct .product_name a {
  color: #999;
  font-size: 20px;
  text-align: left;
  padding: 15px 15px 0 15px;
  width: 100%;
  float: left;
  line-height:24px;
}

.slickproduct .product_name a:hover {
    color: #607D8B;
}


.slickproduct .product-price{
  float:inherit;
}

.slickproduct .addtocart-area{
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.slickproduct:hover .addtocart-area{
  bottom: 0;
}

.slickproduct .addtocart-area span.addtocart-button{
  margin-top: 10px;
  width: 100%;
}

.slickproduct .addtocart-area span.quantity-controls{
  width: 19px;
}

.slickproduct .addtocart-area span.quantity-box{
 margin-top: 4px;
 width: calc( 100% - 30px );
}

.slickproduct .product-price{
  text-align:left;
  margin: auto 0 0 0;
}

.slickproduct .product-price .vm-display{
  margin: 0;
  padding:15px;
  color: #252525;
  font-size:18px;
} */

.productDetailsScheda .price .PricesalesPrice.basePriceView .priceDesc,
.category_view_container .price .PricesalesPrice.basePriceView .priceDesc {
  /* .slickproduct .product-price .vm-display span.vm-price-desc{ */
  font-size: 13px;
  text-align: left;
  min-width: 16px;
  margin: 0 12px 3px 0;
}

.productDetailsScheda .price .PricesalesPrice.basePriceView .priceDesc,
.category_view_container .price .PricesalesPrice.basePriceView .priceDesc {
  width: 100%;
  color: #999;
  float: left;
}

/* .category_view_container .addtocart-bar span.quantity-controls.js-recalculate,
.category_view_container .addtocart-bar .quantity-box input.quantity-input.js-recalculate{
  display:none;
} */

.total.row button#checkoutFormSubmit {
  /* background-color:#5A6C73;
  border-color: #5A6C73; */
  padding: 10px 20px;
  /* border-radius: 0; */
  border-radius: 4px;
  transition: 0.3s;
  outline: none;
}

/* .total.row button#checkoutFormSubmit:hover{
  background-color:#252525;
  border-color: #252525;
  color:#fff;
} */

.sp-module ul>li>a {
  color: #252525;
}

.sp-module ul>li>a:hover {
  color: #5A6C73;
}

.reset a,
.remind a,
.login a,
#login-form a {
  color: #5A6C73;
}

#login-form a {
  color: #5A6C73;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 25px;
}

#login-form a:hover {
  color: #5A6C73;
}

.login .list-group a.list-group-item {
  color: #5A6C73;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 25px;
}

.login .list-group a.list-group-item:hover {
  color: #5A6C73;
}

.login form .accept_toc a {
  color: #5A6C73;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 25px;
}

.login form .accept_toc a:hover {
  color: #5A6C73;
}

.usertogglerbox form ul.menu li a {
  line-height: 30px !important;
}

.usertogglerbox form div.accept_toc a {
  line-height: 1.5 !important;
}

.cta_button a,
.vmCartModule .show_cart a span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
.reset button.btn,
.remind button.btn,
.login button.btn,
#login-form button.btn {
  background: #EC342E;
  color: #fff;
  border-color: #EC342E;
}


.cta_button a:hover,
.vmCartModule .show_cart a:hover span.addtocart-button span.addtocart-button:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
.reset button.btn:hover,
.remind button.btn:hover,
.login button.btn:hover,
#login-form button.btn:hover {
  background: transparent;
  color: #EC342E;
  /* border-color:#252525; */
}

ul.nav.menu-vmcategories {
  color: #999;
}

ul.nav.menu-vmcategories a {
  color: #999;
  font-size: 15px;
  line-height: 17px;
  padding: 6px 0;
  margin: 6px 0;
}

ul.nav.menu-vmcategories a:hover {
  color: #fff;
}

ul.nav.menu-vmcategories .nav-header {
  margin: 5px 0 !important;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
}

ul.nav.menu-vmcategories li {
  width: 100%;
  margin-bottom: 15px;
}

ul.nav.menu-vmcategories li li {
  margin: 8px 0;
}

ul.nav.menu-vmcategories ul {
  padding: 0;
  list-style-type: none;
  column-count: 2;
}

ul.nav.menu-vmcategories ul li {}


/* NUMERO VERDE */
.numeroverde {
  color: #189f2b;
  border: 1px solid #189f2b;
  padding: 5px 10px;
  text-align: center;
  float: left;
}

.numeroverde:before {
  color: #189f2b;
  content: "\f095";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
}

span.addtocart-button span.addtocart-button,
span.addtocart-button input.addtocart-button,
span.addtocart-button input.notify-button,
.customize_kit {
  /* padding: 0 50px !important; */
  line-height: 28px !important;
  font-size: 12px !important;
  cursor: pointer !important;
  font-weight: 400 !important;
  border: solid #5A6C73 1px !important;
  /* margin-left: 0 !important; */
  background: transparent !important;
  color: #5A6C73 !important;
  border-color: #5A6C73 !important;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  min-width: unset;
  transition: 0.5s;
}

span.addtocart-button span.addtocart-button:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
.customize_kit:hover {
  color: #fff !important;
  background: #5A6C73 !important;
}

.chzn-container.chzn-container-single .chzn-single {
  border-radius: 0;
  color: #5A6C73;
  font-size: 12px;
  background-color: transparent;
  margin: 5px 0 10px;
  border: solid 1px #5A6C73;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 28px;
  height: 30px;
}

.chzn-container.chzn-container-single {
  width: 100% !important;
  max-width: 300px;
}

.chzn-container.chzn-container-single .chzn-drop {
  border: solid 1px #5A6C73;
  border-radius: 0;
}

.chzn-container .chzn-results {
  margin: 0;
  padding: 0;
  color: #5A6C73;
  background-color: #f6f0e8;
}

.customize_kit {
  float: left;
  border-radius: 0;
}

.customize_kit:hover,
span.addtocart-button span.addtocart-button:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover {
  background: #5A6C73 !important;
  color: #fff !important;
  border-color: #5A6C73 !important;
}

/* VM RELATED IN CONTENT */
body .product-description .slickProductRelated,
body.com-content.view-article .virtuemart_related .slickProduct {
  -webkit-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.46);
  border: 1px solid #ccc;
  padding-left: 30px;
  padding-right: 30px;
}

body .product-description .slickProductRelated .productrow,
body.com-content.view-article .virtuemart_related .slickProduct .productrow {
  padding: 25px;
  -webkit-box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0);
  border: 0px;
  background: transparent;
}

body .product-description .slickProductRelated {
  -webkit-box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0);
  -moz-box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0);
  box-shadow: 10px 10px 25px -15px rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, .1);
}

.related-products-container {

  border: 1px solid rgba(0, 0, 0, .1);
}

body.com-content.view-article .virtuemart_related .slickProduct .imagecontainer,
body.com-content.view-article .virtuemart_related .slickProduct .col-12.col-md-7 {
  float: left;
  padding: 0;
}

.slick-dots li button:before {
  font-size: 35px;
}

.vm-pagination ul {
  text-align: center !important;
  justify-content: center !important;
}

.order-view #com-form-order-submit {
  margin-top: 10px;
}

#com-form-login #com-form-login-password,
#com-form-login #com-form-login-username {
  margin-bottom: 10px;
}

.product-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  position: initial;
  width: 100%;
  margin-bottom: 0;
}

span.vm-price-desc {
  margin-bottom: 0;
}

.product-price .PricediscountAmount.vm-display.vm-price-value {
  position: absolute;
  top: -7px;
  right: 14px;
  background: #fff;
  color: #e00;
  border: 1px solid #ccc;
  width: 100px;
  padding: 4px 20px;
  text-align: center;

  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-price .PricediscountAmount.vm-display.vm-price-value .PricediscountAmount {
  width: 90px;
  text-align: center;
}

.product-price .PricediscountAmount.vm-display.vm-price-value .vm-price-desc {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.product-price .PricebasePriceWithTax .vm-price-desc {
  display: none;
}

.product-price .vm-price-value.PricediscountedPriceWithoutTaxTt,
.product-price .vm-price-value.PricesalesPriceTt,
.product-price .vm-price-value.PricediscountedPriceWithoutTax,
.product-price .vm-price-value.PricesalesPrice {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-price .vm-price-value.PricediscountedPriceWithoutTaxTt .PricediscountedPriceWithoutTaxTt,
.product-price .vm-price-value.PricesalesPriceTt .PricesalesPriceTt,
.product-price .vm-price-value.PricediscountedPriceWithoutTax .PricediscountedPriceWithoutTax,
.product-price .vm-price-value.PricesalesPrice .PricesalesPrice {
  font-size: 20px;
}

.product-price .vm-price-value.PricediscountedPriceWithoutTaxTt span.vm-price-desc,
.product-price .vm-price-value.PricesalesPriceTt span.vm-price-desc,
.product-price .vm-price-value.PricediscountedPriceWithoutTax span.vm-price-desc,
.product-price .vm-price-value.PricesalesPrice span.vm-price-desc {
  font-size: 14px;
  color: #999;
}

.userNotLogged .billTotitle {
  display: none;
}

.price.row .product-price .PricesalesPrice span.PricesalesPrice {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.price.row .product-price .PricesalesPrice span.vm-price-desc {
  color: #6b6b6b;
}

.view-category .price.row .product-price .PricesalesPrice span.PricesalesPrice,
.simple_two_col_view .price.row .product-price .PricesalesPrice span.PricesalesPrice {
  margin-top: 0px;
}

.shop_product .product-price .PricesalesPrice {
  font-weight: bold;
}

.shop_product .product-price .vm-price-value.PricesalesPrice span.vm-price-desc {
  font-size: 11px;
  color: #383838;
  font-weight: 300;
  margin-top: 5px;
}

.product_details_button_container {
  float: left;
}

.product_details_button_container a.product_details_button {
  font-size: 12px;
  color: #383838;
  font-weight: 300;
  text-transform: capitalize;
}

.product_details_button_container a.product_details_button:hover {
  text-decoration: underline;
}

.product_details_button_container a.product_details_button i {
  font-size: 10px;
}

a.product_call_info_button {
  color: #189f2b;
  float: left;
  font-size: 12px;
  line-height: 30px;
  margin-left: 10px;
  text-transform: uppercase;
}

a.product_call_info_button:hover {
  text-decoration: underline;
}

.product_call_info_button:after {
  color: #189f2b;
  content: "\f095";
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.product_not_available {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #6b6b6b;
}

.product_not_available.in_list {
  font-size: 16px;
  line-height: 20px;
}

.emptyCart,
#checkoutForm {
  min-height: 100vh;
}

.emptyCart a {
  color: #EC342E;
}

.selectShipmentPopupContent h3 {
  font-weight: 300;
  font-size: 17px;
}

.ask-a-question-view .vm-page-title,
.cart-view h2,
#userForm h2,
.userfields_info,
.selectShipmentPopupContent h3.vm-shipment-header-select,
.selectShipmentPopupContent h3.vm-payment-header-select,
.vm-payment-header-selected,
.selectShipmentPopupContent h3.vm-shipment-header-selected,
#com-form-login h2,
.order-view h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 0px;
  position: relative;
}

#loginFormCart input {
  margin-bottom: 20px;
}

.selectShipmentPopupContent h3.vm-shipment-header-select {
  line-height: 7px
}

.selectShipmentPopupContent h3.vm-shipment-header-select p {
  margin: 0;
}

.ask-a-question-view .vm-page-title::after,
#userForm h2::after,
.userfields_info::after,
.cart-view h2::after,
.vm-payment-header-select::after,
.vm-shipment-header-select::after,
.vm-payment-header-selected::after,
.vm-shipment-header-selected::after,
#com-form-login h2::after,
.order-view h2::after {
  content: '';
  border-bottom: 2px solid #999;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

fieldset.userdata,
#checkoutForm fieldset {
  border: 0px solid #c0c0c0;
  margin: 0;
  padding: 0;
}

.discountedBasePrice {
  position: relative;
  float: right;
  font-size: 14px;
  color: #aaa;
  max-width: max-content;
}

.discountedBasePrice::after {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 1px;
  content: '';
  border-bottom: 1px solid #999;
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.productSummary {
  padding-top: 20px;
  padding-bottom: 20px;
}

.productSummary .PricesalesPriceCoupon,
.productSummary .cartTotalProducts .PricesalesPrice {
  float: right;
  font-size: 20px;
}

.productSummary .cartCouponContainer {
  border: 1px solid #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.cartSummaryDetails {
  background: #fff;
  border: 2px solid #5A6C73;
  padding-top: 20px;
  padding-bottom: 20px;
}

div.cartSummaryDetails div.priceTag {
  font-size: 15px;
}

div.cartSummaryDetails h2 {
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  border-bottom: 1px solid #f0f0f0;
}

div.cartSummaryDetails h2::after {
  display: none;
}

div.cartSummaryDetails h3 {
  font-size: 20px;
  font-weight: bold;
}

div.cartSummaryDetails .cartSeparator {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}

div.cartSummaryDetails .cartBigSeparator {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #5A6C73;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.selectShipmentPopupContent .userNotLogged .summary h2,
.selectShipmentPopupContent .userNotLogged .cartBigSeparator {
  display: none;
}

div.cartSummaryDetails .totalTitle {
  font-size: 15px;
}

.vmpayment_name {
  float: left;
  width: 100%;
}

.orderSummary .vmpayment_name {
  float: none;
}

.orderSummary .vmpayment_description {
  display: none;
}

.cartSummaryDetails .vmpayment_description,
.cartSummaryDetails .vmshipment_description {
  float: left;
}

.cartSummaryDetails .selectShipmentPopupContent .vmpayment_description,
.cartSummaryDetails .selectPaymentPopupContent .vmshipment_description {
  float: none;
}

.vm-shipment-plugin-single,
.vm-payment-plugin-single {
  display: flex;
}

.vm-shipment-plugin-single input,
.vm-payment-plugin-single input {
  margin: 7px;
}

div.changeQuantityToggler {
  /* color: #EC342E;
    width: 50px; */
  border: solid 1px #ccc;
  color: #929292;
  border-radius: 4px;
}

div.changeQuantityToggler:hover {
  /* color: #EC342E;
    width: 50px; */
  border: solid 1px #ccc;
  color: #929292;
  background-color: transparent;
}

.prodtabtitle {
  color: #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.prodtabdetails {
  border: 1px solid #ccc;
}

.prodtabdetails .nameProduct {
  font-size: 14px;
  width: 100%;
  float: left;
}

.prodtabdetails .skuProduct {
  font-size: 13px;
  width: 100%;
  float: left;
  color: #5A6C73
}

.removeico {
  width: 28px;
  height: 28px;
  font-size: 10px;
  border-radius: 50%;
  padding: 0px;
  line-height: 27px;
  text-align: center;
  border: solid 1px #ccc;
  color: #ccc;
}

.removeico:hover {
  color: #fff;
  background-color: #ccc;
}

a.details.updateInformations,
a.details.shiptoInformation,
a.editBillingInfo,
#shipmentToggler,
#paymentToggler {
  color: #ef2e24;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  text-align: left;
  border: 0px;
  font-size: 15px;
  padding: 0px;
}

div.cartLoginFormToggler {
  color: #ef2e24;
  cursor: pointer;
  font-size: 15px;
  background: transparent;
}

a.cartLoginFormToggler:hover,
a.details.updateInformations:hover,
a.details.shiptoInformation:hover,
a.editBillingInfo:hover,
#shipmentToggler:hover,
#paymentToggler:hover {
  color: #ef2e24;
  text-decoration: underline;
  background: transparent;
  text-align: left;
  border: 0px;
  font-size: 15px;
  padding: 0px;
}

div.cartLoginFormToggler:hover {
  color: #5A6C73;
  text-decoration: underline;
  background: transparent;
}

.cartTableHeader {
  color: #ccc;
  font-size: 14px;
  line-height: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}


.popupChangeQuantity.is-active {
  display: flex !important;
}

.couponCartContainer {
  border: 1px solid #ccc;
  background: #f0f0f0;
}

.couponCartContainer .col-3.no-gutters-left input.details-button {
  /* background:#5A6C73; */
  /* color: #fff; */
  text-transform: uppercase;
  /* border-radius: 0; */
  border-radius: 4px;
  color: #03723E;
  border: solid 1px #03723E;
}

.couponCartContainer .col-3.no-gutters-left input.details-button:hover {
  /* background:#000; */
  /* text-transform: uppercase;
  border-radius: 0; */
  background: #03723E;
  color: #ffffff;
}

.infoCartContainer {
  border: 1px solid #ccc;
  background: #fff;
}

.infoCartContainer textarea#customer_note_field {
  width: 100%;
  border: 1px solid #ccc;
}

.helpAndInfo {
  background: #5A6C73;
  border: 1px solid #5A6C73;
  color: #fff;
}

.helpAndInfo .fa.fa-question-circle {
  font-size: 30px;
}

.helpAndInfo .textInfo {
  font-size: 20px;
  line-height: 24px;
}

.helpAndInfo .textInfo .smallInfo {
  font-size: 15px;
  padding-top: 10px;
}

.cartProductList {
  background: #fff;
}

.order_detail_kit {
  color: #949494;
  font-size: 12px;
  line-height: 12px;
  margin: 2px 0;
}


.vm-customfield-cart .product-field-type-E {
  display: none;
}

.vm-customfield-cart .product-field-type-E:first-child {
  display: block;
}

button.usertoggler {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  /* background: #B1BDB9; */
  background: transparent;
  border-radius: 50%;
  /* color: #ffffff; */
  color: #B1BDB9;
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  line-height: 36px;
  cursor: pointer;
  border: none;
  outline: none;
  align-items: center;
}

button.usertoggler.is-active,
button.usertoggler:hover {
  /* background-color: #5A6C73; */
  color: #5A6C73;
}

/* div.usertogglerbox{
  position: fixed;
  z-index: 999;
  background: #f0f0f0;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  top: 90px;
  display: none;
  box-shadow: 1px 1px 7px rgba(0,0,0,0.15);
  right: 22px;
  max-width: 290px;
  min-width: 290px;
  overflow: auto;
  max-height: 80vh;
} */

div.usertogglerbox.is-active {
  display: block;
}

i.usertogglerboxarrow {
  position: absolute;
  z-index: 9;
  top: -22px;
  right: 24px;
  font-size: 30px;
  color: #ccc;
}

/* carrello */
.cartmm {
  position: fixed;
  z-index: 800;
  right: 65px;
  top: 0px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.cartmm.hideOnScroll {
  right: 10px;
}

.social_and_cart_container .vmCartModule .cartButton {
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-left: 20px;
  /* background: #B1BDB9; */
  background: transparent;
  border-radius: 50%;
  /* color: #ffffff; */
  color: #B1BDB9;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  line-height: 36px;
  cursor: pointer;
}

.social_and_cart_container .vmCartModule .cartButton:hover,
.social_and_cart_container .vmCartModule .cartButton.is-active {
  /* background-color: #5A6C73; */
  color: #5A6C73;
}

.cartmm .cartButton {
  line-height: 112px;
  float: right;
  cursor: pointer;
  color: #5A6C73;
  font-size: 30px;
}

.cartmm .cartButton.is-active {
  color: #5A6C73;
}

.cart_number.total_products {
  position: absolute;
  background: #fff;
  line-height: 16px;
  border-radius: 20px;
  border: 1px solid #ccc;
  padding: 0 6px;
  right: 30px;
  top: 14px;
  font-size: 10px;
}

div.usertogglerbox,
div.cartDetails {
  display: none;
  float: left;
  position: absolute;
  background: #f0f0f0;
  padding: 10px 30px 20px 30px;
  width: 290px;
  position: fixed;
  bottom: 0;
  top: 118px;
  right: 0;
  /* background: rgba(255,255,255,0.8); */
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  box-shadow: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  box-shadow: 2px 19px 13px 0px rgba(0, 0, 0, 0.1);

}

#fancybox-wrap.addProductToCart {
  float: left !important;
  background: #f0f0f0 !important;
  padding: 10px 30px 20px 30px !important;
  z-index: 10 !important;
  width: 290px !important;
  position: fixed !important;
  bottom: 0 !important;
  top: 118px !important;
  left: auto !important;
  right: 0 !important;
  /* background: rgba(255,255,255,0.8) !important; */
  background: rgb(255, 255, 255) !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow-y: auto !important;
  box-shadow: none !important;
  -webkit-transition: all 1s ease-in-out !important;
  -moz-transition: all 1s ease-in-out !important;
  -ms-transition: all 1s ease-in-out !important;
  -o-transition: all 1s ease-in-out !important;
  transition: all 1s ease-in-out !important;
  box-shadow: 2px 19px 13px 0px rgba(0, 0, 0, 0.1) !important;
}

.addProductToCart #fancybox-outer {
  background: transparent !important;
}

.addProductToCart #fancybox-content {
  background: transparent !important;
  border: 0px !important;
  padding: 10px !important;
}

.small_header div.addProductToCart {
  top: 84px !important;
}

.addProductToCart .fancybox-bg {
  display: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.header-sticky div.usertogglerbox,
.header-sticky div.cartDetails {
  top: 62px;
}

div.cartDetails.showDetails {
  display: block;
}

.backtoshop,
.cartDetails.showDetails .backtoshop {
  font-size: 14px;
  line-height: 24px;
  border: solid 1px #03723E;
  color: #03723E;
  transition: 0.3s;
  padding: 5px 10px;
  display: flex;
  width: 100%;
  border-radius: 4px;
  justify-content: space-between;
  background-color: transparent;
}

.backtoshop:hover,
.cartDetails.showDetails .backtoshop:hover {
  color: #ffffff;
  background-color: #03723E;
}

.overflow-hidden {
  overflow: hidden;
}

.category_name {
  color: #5a6c73;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}

.category_product .product_name {
  color: #5a6c73;
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
}

.productDetailsScheda .productCategory {
  margin-bottom: 20px;
}

.productDetailsScheda .productCategory a.categoryLink {
  /* color: #EC342E; */
  color: #fff;
  font-size: 16px;
  background-color: #5A6C73;
  border-radius: 20px;
  padding: 5px 20px;
  letter-spacing: 2px;
  line-height: 24px;
  width: fit-content;
  border: solid 1px #5A6C73;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.productDetailsScheda .productCategory a.categoryLink:hover {
  /* text-decoration: underline; */
  background-color: #ffffff;
  color: #5A6C73;
}

.productDetailsScheda .product-short-description {
  font-size: 24px;
  line-height: 34px;
  color: #5A6C73;
}

.productDetailsScheda .insegnante {
  font-size: 20px;
  line-height: 28px;
  color: #5A6C73;
  font-weight: 500;
  margin-bottom: 20px;
}

.productDetailsSchedaDescription .product-description {
  font-size: 20px;
  line-height: 28px;
  color: #5a6c73;
}

span.quantity-controls {
  width: initial;
}

span.quantity-controls button.quantity-controls {
  width: 30px;
  height: 30px;
  line-height: 30px;
  outline: none;
  /* color: #EC342E; */
  color: #929292;
  padding: 0;
  /* border: solid 1px #EC342E; */
  border: solid 1px rgba(0, 0, 0, 0.15);
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
}

span.quantity-controls button.quantity-controls:hover {
  /* background-color: #EC342E;
  color: #ffffff; */
  background-color: #929292;
  color: #fff;
  /* box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.5); */
}

span.quantity-box input.quantity-input.js-recalculate {
  height: 30px;
  line-height: 30px;
  border-radius: 0;
}

.addtocart-button button.addToCartProduct.addToCart.addtocart-button {
  margin-top: 30px;
  padding: 10px 30px;
  outline: none;
  color: #03723E;
  border: solid 1px #03723E;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
}

.addtocart-button button.addToCartProduct.addToCart.addtocart-button:hover {
  background-color: #03723E;
  color: #ffffff;
}

.productDetailsScheda .addtocart-button button.addToCartProduct.addToCart.addtocart-button {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

.vmCartModule {
  display: flex;
}

.logout-button .btn-primary,
.logout-button .sppb-btn-primary {
  font-size: 14px;
  line-height: 24px;
  border: solid 1px #EC342E;
  color: #ffffff;
  background-color: #EC342E;
  transition: 0.3s;
  padding: 5px 10px;
}

.logout-button .btn-primary:hover,
.logout-button .sppb-btn-primary:hover {
  color: #EC342E;
  background-color: transparent;
}

.usertogglerbox ul.menu.offcanvas_user_menu {
  margin-top: 20px;
}

.usertogglerbox ul.menu.offcanvas_user_menu li a {
  padding-left: 0;
}

#login-form ul.menu.offcanvas_user_menu li a:hover {
  text-decoration: underline;
  background-color: transparent;
}

/* .accordition_product_details .sppb-panel-default {
  border: none;
} */

.accordition_product_details .sppb-panel-heading {
  background-color: transparent;
  color: #5A6C73;
}

.accordition_product_details .sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
  font-weight: 500;
}

.accordition_product_details .sppb-panel-heading .sppb-panel-title i {
  margin-right: 5px;
}

.accordition_product_details .sppb-panel-heading .sppb-toggle-direction i {
  color: #5A6C73;
}

.accordition_product_details .sppb-panel-collapse {
  color: #5A6C73;
  opacity: 0.9;
}

@media (max-width: 400px) {

  .grey-button,
  .white-button,
  .green-button,
  .redwhite-button,
  .red-button {
    padding: 10px;
  }
}

/* Big Number */

.bigNumber {
  font-size: 120px;
  line-height: 120px;
  font-weight: lighter;
  color: #EC342E !important;
}

.greenNumber {
  color: #03723E !important;
}

/* FOOTER */

#sp-footer {
  background: #f2f2f2;
  color: #5A6C73;
}

#sp-footer a {
  color: #5A6C73;
}

#sp-footer a:hover {
  color: #EC342E;
}

#sp-footer .sp-module {
  padding-bottom: 30px;
}

#sp-footer .container-inner {
  padding-top: 0;
}

#sp-footer .container-inner .contacts-logo {
  padding-bottom: 20px;
  max-width: 200px;
}

#sp-footer .container-inner .contacts {
  padding: 20px 20px 20px 20px;
}

.sp-copyright {}



/* MAIN SLIDESHOW */




.mod_module_slider_content {
  padding: 0 !important;
  border: 0 !important;
}



.mod_module_slider .slick-dots,
.mod_module_slider_content .rowContainer .sppb-row {
  width: 100%;
  /* padding-right: 15px;
        padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .mod_module_slider .slick-dots,
  .mod_module_slider_content .rowContainer .sppb-row {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .mod_module_slider .slick-dots,
  .mod_module_slider_content .rowContainer .sppb-row {
    max-width: 720px;
  }

}

@media (min-width: 992px) {

  .mod_module_slider .slick-dots,
  .mod_module_slider_content .rowContainer .sppb-row {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .mod_module_slider .slick-dots,
  .mod_module_slider_content .rowContainer .sppb-row {
    max-width: 1140px;
  }
}

.mod_module_slider .slick-dots {
  display: flex !important;
  left: auto;
  right: auto;
  position: relative;
  height: 0;
}

.mod_module_slider .slick-dots li button:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 1px;
  text-indent: 0px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: transparent;
  opacity: 1;
  top: -60px;
  left: 10px;
  /* -webkit-box-shadow: 0 0 3px 0px rgba(0,0,0,0.1);
        box-shadow: 0 0 3px 0px rgba(0,0,0,0.1); */
}

.mod_module_slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mod_module_slider .slick-dots li.slick-active button:before {
  margin: 0;
  background-color: #fff;
}

.mod_module_slider {
  margin-bottom: 0;
}

.mod_module_slider .sppb-section.rowContainer {
  min-height: 530px;
}

/* MOBILE */
@media only screen and (max-width: 991px) {

  #sp-header.header-sticky div.logo img,
  div.logo img {
    height: auto;
    width: 100px;
    vertical-align: top;
  }

  ul.socialmenu.light {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mainCarousel .sppb-btn {
    background-color: rgba(68, 68, 68, 0);
    color: #5A6C73;
    font-size: 13px;
    padding: 10px;
    min-width: 200px;
  }

  /*Mobile popup di errore*/
  #errorpopupbackground {
    max-width: 90%;
  }

  #errorpopupcontainer {
    font-size: 18px;
  }
}

@media only screen and (max-width: 500px) {
  .mainCarousel .sppb-carousel-indicators {
    display: none;
  }



  .mainCarousel .sppb-btn {
    background-color: rgba(68, 68, 68, 0);
    color: #5A6C73;
    font-size: 10px;
    padding: 10px;
    min-width: 200px;
  }

  .mod_module_slider .slick-dots {
    display: none;
  }
}




.rightWing {
  position: absolute;
  width: 50vw;
  box-shadow: inset 5px 1px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  .rightWing {
    position: absolute;
    width: 50vw;
    box-shadow: inset 5px 1px 3px rgba(0, 0, 0, 0.0);
  }
}

@media (min-width: 768px) {
  .rightWing {
    position: absolute;
    width: 80vw;
  }
}

@media (min-width: 991px) {
  .mod_module_slider .slick-dots li button:before {
    /* margin-top: -14vh; */
  }

  .mod_module_slider .slick-dots li.slick-active button:before {
    /* margin-top: -14vh; */
  }
}

@media (min-width: 1127px) {
  .rightWing {
    position: absolute;
    width: 65vw;
  }
}

@media (min-width: 1200px) {
  .rightWing {
    position: absolute;
    width: 50vw;
  }
}

a.sppb-btn.sppb-btn-link {
  cursor: pointer;
}


li::marker {
  color: #EC342E;
}

.logoxcamp {
  width: 90%;
}


.grey-button.w-75,
.white-button.w-75,
.green-button.w-75,
.redwhite-button.w-75,
.red-button.w-75 {
  width: 86% !important;
}


.mod_module_slider_content .sppb-btn {
  min-width: 75%;
}

/* mailinglist */
#sp-mailinglist>.row {
  margin-left: 0;
  margin-right: 0;
}

.cmc-signup {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cmc-signup textarea,
.cmc-signup input[type="text"],
.cmc-signup input[type="password"],
.cmc-signup input[type="datetime"],
.cmc-signup input[type="datetime-local"],
.cmc-signup input[type="date"],
.cmc-signup input[type="month"],
.cmc-signup input[type="time"],
.cmc-signup input[type="week"],
.cmc-signup input[type="number"],
.cmc-signup input[type="email"],
.cmc-signup input[type="url"],
.cmc-signup input[type="search"],
.cmc-signup input[type="tel"],
.cmc-signup input[type="color"],
.cmc-signup .uneditable-input {
  background-color: #5b6b73 !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 11px 21px !important;
  width: calc(100% - 42px) !important;
  border-radius: 0px !important;
  margin: 0px !important;
  display: inherit !important;
}

.cmc-signup input[type="text"]::placeholder {
  color: #fff !important;
  text-transform: uppercase !important;
}

.cmc-signup input[type="text"]::-ms-input-placeholder {
  color: #fff !important;
  text-transform: uppercase !important;
}

.cmc-signup input[type="text"]::-webkit-input-placeholder {
  color: #fff !important;
  text-transform: uppercase !important;
}

.form-control {
  border-radius: 0;
}

.error-input {
  color: red;
  border: 1px solid #EC342E;
}

#email_alert {
  font-size: 12px;
  color: #EC342E;
}

.cmc-signup .button-red {
  width: 100% !important;
  padding: 0 !important;
  line-height: 42px !important;
  background: #EC342E !important;
  color: #fff !important;
  text-transform: uppercase !important;
  display: inherit !important;
  cursor: pointer !important;
}

.cmc-signup label,
.cmc-signup input,
.cmc-signup button,
.cmc-signup select,
.cmc-signup textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

.cmc-signup select,
.cmc-signup textarea,
.cmc-signup input[type="text"],
.cmc-signup input[type="password"],
.cmc-signup input[type="datetime"],
.cmc-signup input[type="datetime-local"],
.cmc-signup input[type="date"],
.cmc-signup input[type="month"],
.cmc-signup input[type="time"],
.cmc-signup input[type="week"],
.cmc-signup input[type="number"],
.cmc-signup input[type="email"],
.cmc-signup input[type="url"],
.cmc-signup input[type="search"],
.cmc-signup input[type="tel"],
.cmc-signup input[type="color"],
.cmc-signup .uneditable-input {
  border-radius: 3px;
  color: #555;
  display: inline-block;
  font-size: 13px;
  height: 18px;
  line-height: 18px;
  margin-bottom: 9px;
  padding: 4px 6px;
  vertical-align: middle;
  box-sizing: content-box;
}

.mailsignup-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 99999;
}

.newsletter_toc {
  margin-top: 20px;
  /* margin-bottom: 20px; */
}

.newsletter_toc input {
  width: 30px !important;
}

.newsletter_toc label {
  color: #fff !important;
}

.newsletter_toc label a {
  color: #fff !important;
  text-decoration: underline !important;
}

.cmc-signup .alert,
.cmc-signup .alert-success {
  background: transparent !important;
  color: #fff !important;
  font-size: 20px !important;
  text-align: center !important;
  border: 0px !important;
  margin: 20px !important;
}


.cmc-signup .alert-error {
  background-color: #f2dede !important;
  border-color: #eed3d7 !important;
  color: #b94a48 !important;
  border-radius: 0px !important;
  padding: 5px !important;
  text-align: center !important;
  font-size: 12px !important;
  width: calc(100% + 2px) !important;
  margin: 0px 0px 20px 0px !important;
}

.cmc-signup .alert-error p {
  margin: 0;
  width: 100%;
  font-size: 15px !important;
  text-align: center;
}

.cmc-signup .alert-error a {
  display: none;
}

.cmc_intro {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.cmc_intro b {
  font-size: 24px;
  line-height: 24px;
}

/* INFO ARTICLE */
div.article-details {
  font-size: 20px;
}

div.article-details a {
  color: #EC342E;
}

div.article-details a:hover {
  color: #5a6c73;
}


.contactpage .contacts {
  color: #5a6c73 !important;
  font-size: 16px;
  line-height: 24px;
}

.ui.button.red-button {
  background: transparent !important;
  width: 100%;
  max-width: 350px;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
}

.ui.button.red-button:hover {
  background: #EC342E !important;
}

.field {
  margin-bottom: 25px !important;
}

.field label,
label,
#member-profile label {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #5A6C73 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  margin-bottom: 0;
}



/* download_attachment */

/* CATEGORY */

.catTitle h1 {
  font-family: 'Montserrat', sans-serif;
  margin-left: 0;
  font-size: 34px;
  line-height: 36px;
  color: #5a6c73;
  font-weight: bold;
}

.catTitle .k2FeedIcon a {
  color: #5a6c73;
}

.catTitle .k2FeedIcon a:hover {
  color: #EC342E;
}

div.catItemView {
  border: 1px solid #ccc;
  padding: 0;
  margin-bottom: 0;
}

div.catItemView div.catItemImageBlock span.catItemImage,
div.catItemView div.catItemImageBlock {
  margin-bottom: 0;
}

.itemListView h2 {
  font-size: 25px;
  line-height: 30px;
}

.itemTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #5a6c73;
  font-size: 34px;
  line-height: 34px;
  line-height: 45px;
}

.itemListView a,
.itemListView h3 a {
  color: #5a6c73;
}

.itemListView a:hover,
.itemListView h3 a:hover {
  color: #EC342E;
}

div.itemVideoBlock {
  margin: 0 0 16px 0;
  padding: 0px;
  background: #010101 url(../images/videobg.gif) repeat-x bottom;
  color: #eee;
}

div.catItemIntroText,
div.itemText,
div.itemIntroText,
div.itemFullText {
  font-size: 16px;
  line-height: 24px;
  color: #5a6c73;
  font-weight: 500 !important;
}

div.catItemIntroText a,
div.itemText a,
div.itemIntroText a,
div.itemFullText a {
  color: #5a6c73;
  font-weight: 700;
}

div.catItemIntroText a:hover,
div.itemText a:hover,
div.itemIntroText a:hover,
div.itemFullText a:hover {
  color: #EC342E;
}

.download_attachment {
  position: relative;
}

.download_attachment #fileDownload {
  position: absolute;
  top: -150px;
}

.download_attachment button.red-button,
.download_attachment a.red-button {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  border-radius: 0;
}

.download_attachment .cmc_intro {}

.download_attachment .cmc_intro button.red-button,
.download_attachment .cmc_intro a.red-button {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 5px;
  width: 100%;
  float: left;
  border-radius: 0;
}

.lesson_material .cmc_intro,
.lesson_material .cmc_intro b {
  color: #252525;
  margin-bottom: 0;
  font-size: 18px;
}

.download_attachment .toc {
  font-size: 13px;
  margin: 5px 0;
  color: #888;
}

.download_attachment .toc a {
  color: #999;
  text-decoration: underline;
}

.download_attachment {
  padding: 0px;
  border-bottom: 0px dotted #ccc;
  background-color: #f0f0f0;
  padding: 20px;
  margin: 20px 0;
}

.download_attachment div.itemAttachmentsBlock {
  border-bottom: 0px dotted #ccc;
}

.download_attachment div.itemAttachmentsBlock ul.itemAttachments {}

.download_attachment div.itemAttachmentsBlock ul.itemAttachments li {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.download_attachment div.itemAttachmentsBlock ul.itemAttachments li a {
  line-height: 34px;
  color: #EC342E;
}

.download_attachment div.itemAttachmentsBlock ul.itemAttachments li a:hover {
  text-decoration: underline;
}

/*SLICK SLIDE*/
.slick-slide img {
  margin: 0 auto;
}

.slickproductinner .product_name {
  text-align: center;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  color: #5b6b73;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

.slickproductinner .product_name a {
  width: 100%;
  text-align: center;
  color: #5b6b73;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}

/* FAQ */
body .product-description .faq .sppb-panel-modern>.sppb-panel-heading,
body .product-description .faq span.sppb-panel-title {
  background: #f0f0f0 !important;
  color: #4a4a4a !important;
  font-size: 20px !important;
}

/*xcamp lista paragrafi*/
.xcamplist .sppb-panel.sppb-panel-modern {
  background: transparent;
  border: 0px;

}

.xcamplist .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background: transparent;
  color: #fff;
  background: url(../images/x-camp-ico.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 0 14px;
  font-size: 20px;
  padding-left: 40px;
}

.xcamplist .ico1 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w01.png);
}

.xcamplist .ico2 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w02.png);
}

.xcamplist .ico3 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w03.png);
}

.xcamplist .ico4 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w04.png);
}

.xcamplist .ico5 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w05.png);
}

.xcamplist .ico6 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w06.png);
}

.xcamplist .ico7 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w07.png);
}

.xcamplist .ico8 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w08.png);
}

.xcamplist .ico9 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w09.png);
}

.xcamplist .ico10 .sppb-panel.sppb-panel-modern .sppb-panel-heading {
  background-image: url(../images/Xcamp_icone_w10.png);
}

.xcamplist .sppb-panel.sppb-panel-modern .sppb-panel-heading .sppb-toggle-direction {
  top: 30px;
}

.xcamplist .sppb-panel.sppb-panel-modern .sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
  font-weight: 500;
}

.xcamplist .sppb-panel.sppb-panel-modern .sppb-addon-content {
  color: #9e9e9e;
}

.sponsorhome .slick-list.draggable {
  overflow: visible;
}


.errormessagePopup {
  position: fixed;
  z-index: 9999999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  height: 100vh;
}

.errormessagePopup .errorMessageBG {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}

.errormessageContainer {
  position: relative;
  max-width: 500px;
  width: 90%;
  margin: auto;
  background: #fff;
  padding: 0 20px;
}

/* PAGINATION */
div.k2Pagination ul {
  text-align: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
}

div.k2Pagination ul li a {
  min-width: 34px;
  text-align: center;
  margin-bottom: 10px;
}

.page-item.active .page-link:hover,
.page-item.active .page-link {
  background-color: #eb342e;
  border-color: #eb342e;
  color: #fff;
}


.catItemTagsBlock {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 0px;
}

/* RELATED ITEMS */
.itemRelated h2 {
  color: #5a6c73;
  font-size: 20px;
  font-weight: bold;
}

.relatedItemContainer {
  border: 1px solid #ccc;
}

.relatedItemContainer h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.relatedItemContainer h3 a {
  font-family: 'Montserrat', sans-serif;
  color: #5a6c73;
}

.relatedItemContainer h3 a:hover {
  color: #EC342E;
}


.itemRelated .slick-track {
  display: flex !important;
}

/* the slides */
.itemRelated .slick-slide {
  margin: 0 15px;
  height: inherit !important;
}

/* the parent */
.itemRelated .slick-list {
  margin: 0 -15px;
}


/* items tag */
.itemTagsBlock {
  font-size: 13px;
}

.itemTagsBlock a {
  color: #5a6c73;
}

.itemTagsBlock a:hover {
  color: #EC342E;
}

.downloadFormContainer a {
  color: #5a6c73;
  font-weight: bold;
}

.downloadFormContainer a:hover {
  color: #EC342E;
}


.itemCategory {
  background: #f0f0f0;
  width: 100%;
  text-align: center;
}

.searchblock .filters {
  grid-column: 1 / 3;
}

.searchblock .filters .filters_list {
  margin-top: 7px;
}

.searchblock .filters .filters_list .filter.button {
  border: 1px solid #ccc;
  background: #eee;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 7px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
}

.searchblock .filters .filtertitle {
  margin-bottom: 7px;
  font-size: 13px;
}

.anchorSearch,
#resetFilter {
  color: #EC342E;
  font-size: 13px;
  cursor: pointer;
}

.anchorSearch:hover,
#resetFilter:hover {
  color: #EC342E;
}

/* JOOMDLE */
.headingtablecourses {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 32px;
}

.togglerassign {
  cursor: pointer;
}

.togglerassign_selector {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999999;
}

.bgpopupassign {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.togglerassign_content {
  position: absolute;
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  margin: 10vh auto;
  height: 80vh;
  overflow: hidden;
}

.addchild {
  color: #252525;
}

.addchild:hover {
  color: #ec342e;
}

.childrenCheckList {
  overflow-y: hidden;
  height: calc(100% - 50px);
}

.childrenCheckList input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 10px;
}

@media(max-width:650px) {
  .childrenCheckList {
    font-size: 15px;
  }

  .childrenCheckList h1.titlesection {
    font-size: 15px !important;
    line-height: 18px;
  }

  .addchild {
    font-size: 11px;
  }
}

.assigncoursecontainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  color: #fff;
  text-align: center;
}

.assigncoursecontainer .red-button {
  padding: 5px 30px;
  color: #fff !important;
  background: #EC342E !important;
}

/*Stile form registrazione*/

.adminForm.user-details div.field.Nome.utente {
  width: 100%;
}

.adminForm.user-details div.field.Cambio.Password {
  width: 100%;
}

.adminForm.user-details div.field.Cambio.Password::after {
  content: 'Inserisci la nuova password nel campo "password" e confermala riscrivendola nel campo "conferma password" poi premi salva';
  width: 100%;
}

.adminForm.user-details div.field.Cambio.Password textarea {
  display: none;
}

#errorpopup,
#errorbg {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

#errorpopupbackground h1 {
  font-size: 28px;
}

#errorpopupbackground {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 2%;
  top: 10%;
  width: 90%;
  max-width: 900px;
  z-index: 99999999999999;
  background: #f8d7da;
  text-align: center;
  border-radius: 20px;
  border: 2px solid rgb(240, 168, 175);

}

#errorpopupcontainer {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: scroll;
  font-size: 20px;
  max-height: calc(100vh - 150px);
  text-align: justify;
  /* top: 10%; */
  height: 50%;
  width: 100%;
  padding: 5% 7% 5% 7%;


}

#crosserrorpopup {
  cursor: pointer;
  font-size: 33px;
  position: absolute;
  top: 2%;
  right: 3%;
}


.field.Clicca.se.la.partita.IVA.è.uguale.al.codice.fiscale {
  width: 100%;
}

div.field.consenso input[type="checkbox"] {
  height: 19px;
  width: 19px;
}

div.formInput {
  padding-right: 15px;
}

div.field.Vuoi,
div.field.Clicca,
div.field.Fattura.estera,
div.field.consenso {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 15px;
}


.br_cart_richiesta_fattura,
.value_cart_richiesta_fattura,
.title_cart_richiesta_fattura,
.br_cart_cf_piva_uguali,
.value_cart_cf_piva_uguali,
.title_cart_cf_piva_uguali,
.br_cart_gdpr2,
.value_cart_gdpr2,
.title_cart_gdpr2,
.br_cart_gdpr1,
.value_cart_gdpr1,
.title_cart_gdpr1 {
  display: none !important;
}


.com-virtuemart.view-user ul#tabs {
  display: none;
}

.com-virtuemart.view-orders #ui-tabs ul#tabs,
.com-virtuemart.view-orders #ui-tabs .tabs,
.com-virtuemart.view-user #ui-tabs .tabs {
  padding: 0 0 20px 0;
}

/* JOOMDLE i miei corsi */
.joomdle_mycourses_no_list ul {
  padding: 0px;
}

.joomdle_mycourses_no_list img {
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 0px solid;
  float: left !important;
  margin-left: 0px !important;
  margin-right: 10px !important;
  margin-bottom: 9px !important;
}

.joomdle_mycourses_no_list a,
.joomdle_mycourses_no_list a:hover {
  color: #03723E;
}

.joomdle_mycourses_no_list .course_summary ul {
  list-style-type: disc;
  margin-left: 20px !important;
}

.joomdle_mycourses_no_list .course_summary ul li::marker {
  color: #03723E;
}

/* LANDING PRODOTTO */
body.landing_product {
  color: #5A6C73;
}

body.landing_product h3.sppb-addon-title.sppb-feature-box-title {
  color: #5A6C73 !important;
}

body.landing_product .darklink a,
body.landing_product .darklink a:hover {
  color: #5A6C73;
  text-decoration: underline;
  font-weight: bold;
}

#intro_landing_prod {
  background: #30353B;
  color: #fff;
}

#intro_landing_prod .subtitle h3 {
  color: #00adef;
  font-size: 14px;
  font-style: italic;
}

#intro_landing_prod .addtocart-bar {
  max-width: 100%;
}

#intro_landing_prod .addtocart-button button.addToCartProduct.addToCart.addtocart-button {
  background: #03723E;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

#intro_landing_prod_second img {
  margin-top: -340px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}

body.landing_product .feature_dark h3.sppb-addon-title.sppb-feature-box-title {
  color: #fff !important;
}

.feature_dark {
  background: #30353B;
  color: #fff;
}

.feature_prod img {
  width: 90px;
}

body.landing_product .aggregate {
  color: #fff;
}

body.landing_product .aggregate img {
  height: 20px;
  margin: 3px;
}

.feature_prod h3.sppb-addon-title {
  font-size: 23px !important;
  line-height: 44px !important;
}

.feature_prod .sppb-addon-text {
  font-size: 16px !important;
  max-width: 200px;
  margin: 0 auto;
}

.cta_button .addtocart-bar {
  width: 100%;
  margin: 0 auto;
  max-width: inherit;
  justify-content: center;
}

.cta_button .addtocart-button button.addToCartProduct.addToCart.addtocart-button {
  background: #03723E;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
}

.carousel_control ul.slick-dots {
  margin-bottom: -60px;
}

.carousel_control.slick-dotted.slick-slider {
  margin-bottom: 60px;
  border-radius: 1px solid #000;
}

.carousel_control ul.slick-dots li button::before {
  font-size: 50px;
}

.carousel_control img {
  width: 120px;
}

.carousel_control .carousel_category_text {
  font-size: 16px;
}

.carousel_control .slick-next:before {
  content: "";
  right: 3px;
  top: -2px;
  position: absolute;
  width: 39px;
  height: 39px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  border-right: 1px solid rgba(0, 0, 0, .25);
  transform: rotate(-45deg);
  margin-top: 12px;
  margin-left: 10px;
}

.carousel_control .slick-prev:before {
  content: "";
  right: -23px;
  top: -2px;
  position: absolute;
  width: 39px;
  height: 39px;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
  border-right: 1px solid rgba(0, 0, 0, .25);
  transform: rotate(135deg);
  margin-top: 12px;
  margin-left: 10px;
}

.carousel_control .product_name,
.carousel_control .carousel_category_text {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.carousel_control .stars {
  margin: 30px 0;
}

/* .carousel_control .stars img{
  height: 30px;
} */

#review_section .carousel_control .product_name,
#review_section .carousel_control .carousel_category_text {
  color: #fff;
}

#review_section .carousel_control ul.slick-dots li button::before {
  color: #fff;
}

.sppb-panel-faq {
  margin-bottom: 20px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.sppb-panel-faq>.sppb-panel-heading {
  border: 0;
  padding: 15px 60px 15px 30px;
}

.sppb-panel-faq>.sppb-panel-heading .sppb-panel-title {
  font-size: 20px;
}

.sppb-panel-faq>.sppb-panel-heading.active {
  background: #30353B;
  color: #fff;
}

.sppb-panel-faq .sppb-panel-heading .sppb-toggle-direction {
  right: 30px;
}

.couponCartContainer a {
  position: absolute;
  right: 0;
  top: 0;
}

@media(max-width:576px) {
  .carousel_control .slick-next:before {
    right: 25px;
  }

  .carousel_control .slick-prev:before {
    right: -43px;
  }

  .carousel_control ul.slick-dots {
    max-width: 200px;
    margin-left: calc(50% - 100px);
  }

  .sppb-panel-faq>.sppb-panel-heading .sppb-panel-title {
    font-size: 18px;
  }

  .sppb-panel-faq>.sppb-addon.sppb-addon-text-block {
    font-size: 16px;
  }

  body.landing_product .addtocart-bar .addtocart-button {
    width: 100%;
  }

  body.landing_product .addtocart-bar .addtocart-button button.addToCartProduct.addToCart.addtocart-button,
  #intro_landing_prod .addtocart-button button.addToCartProduct.addToCart.addtocart-button {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media(max-width: 1200px) {
  #errorpopupcontainer {
    max-width: 90%;
    font-size: 28px;
  }

  .summary.nopadding.billto-shipto .addressContent a.details,
  .summary.nopadding.billto-shipto .addressContent #cartLoginFormToggler {
    display: block;
    width: fit-content;
    margin: 10px auto;
  }

  .PricebillTotal span.PricebillTotal {
    font-size: 22px;
  }

  .total.row button#checkoutFormSubmit {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 15px;
  }

  .summary.nopadding.checkout-button-top .total.row .totalValue {
    padding-left: 0;
    padding-right: 0;
    line-height: 32px;
  }
}

@media(max-width: 1199px) {
  .sp-megamenu-parent>li>a.no_on_little {
    display: none;
  }
}

@media(max-width: 992px) {
  .row.askQuestionRow {
    display: block;
  }

  /* #errorpopupcontainer {
    font-size:
  } */

  .row.askQuestionRow .col-12.col-md-6.d-flex.justify-content-start.no-gutters {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .row.askQuestionRow .col-12.col-md-6.d-flex.justify-content-start.no-gutters a.ask-a-question {
    margin: 0 auto;
  }

  .row.askQuestionRow .col-12.col-md-6.d-flex.justify-content-end.no-gutters {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center !important;
  }
}

@media(max-width: 991px) {

  .control_buttons_container span.quantity-controls,
  .control_buttons_container span.quantity-controls button {
    width: 30px;
  }

  .header-sticky div.usertogglerbox,
  .header-sticky div.cartDetails,
  div.usertogglerbox,
  div.cartDetails {
    top: 60px;
  }

  .social_and_cart_container .vmCartModule .cartButton {
    margin-top: 12px;
  }

  button.usertoggler {
    margin-top: 13px;
    margin-left: 12px;
  }
}

@media (max-width: 768px) {
  #errorpopupcontainer {
    font-size: 18px;
    text-align: left;
  }

  div.control-buttons button,
  div.control-buttons button.default {
    display: block;
    width: 100%;
    max-width: 350px;
  }

  .com-virtuemart.view-orders h1 {
    margin-top: 40px;
  }

  .com-virtuemart.view-orders .cart-view {
    margin-top: 40px;
  }

  .com-virtuemart.view-user .adminForm.user-details {
    width: 100%;
  }
}

@media(max-width: 767px) {

  .productSummary fieldset.vm-fieldset-pricelist .cartCouponContainer {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
}

@media (max-width: 480px) {
  .numeroverde {
    color: #189f2b;
    border: 1px solid #189f2b;
    padding: 5px 10px;
    text-align: center;
    float: left;
    font-size: 12px;
  }

  .adminForm.user-details div.field {
    width: 100%;
  }

  div.control-buttons button,
  div.control-buttons button.default {
    font-size: 15px;
  }

  /* .addtocart-area .addtocart-bar .quantity-controls.js-recalculate {
    width: 19px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
    flex-direction: column;
  } */
  #fancybox-outer #fancybox-content h4 {
    margin-bottom: 80px;
  }

  #fancybox-outer #fancybox-content a.continue_link {
    bottom: 55px;
    right: 0;
    text-align: center;
  }

  #fancybox-outer #fancybox-content a.showcart.floatright {
    left: 0;
    text-align: center;
  }

  .askQuestionRow a.ask-a-question {
    padding: 0 10px;
    font-size: 15px;
    text-align: center;
  }

  .com-virtuemart.view-user.task-editaddresscart .form-validate .control-buttons .signupbuttonrow {
    padding-left: 0;
    padding-right: 0;
  }

  .quantity-box {
    width: calc(100% - 40px) !important;
    float: left;
  }

  .quantity-controls {
    float: right;
  }

  /* .slick-dots{
    display:none !important;
  } */

  .productrow {
    padding: 3px !important;
  }

  /* body.com-content.view-article .virtuemart_related .slickProduct .productrow {
    padding: 25px !important;
  } */
  #sp-main-body {
    padding-top: 20px;
  }

  .adminForm.user-details div.field {
    width: 100%;
  }

  .output-billto span.titles,
  .output-shipto span.titles {
    width: 100%;
  }

  .output-billto span.values,
  .output-shipto span.values {
    width: 100%;
  }

  .buttonBar-right button {
    width: 100%;
  }
}


@media(max-width: 400px) {

  .control_buttons_container span.quantity-controls,
  .control_buttons_container span.quantity-controls button {
    width: 20px;
  }

  .product_call_info_button_first_label {
    display: none;
  }
}


/* black friday */
.blackbutton .addtocart-button {
  width: 100% !important;
}

.blackbutton button {
  width: 100% !important;
  background: #000 !important;
  padding: 10px 40px !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  text-align: center !important;
  font-size: 1.75rem !important;
  margin-bottom: 0.5rem !important;
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.blackbutton .addtocart-bar {
  max-width: 100%;
}



/* ONE PAGE CART */
.opg-grid {}

.opg-grid h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-bottom: 0px;
  position: relative;
}

.opg-grid h3::after {
  content: '';
  border-bottom: 2px solid #999;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -10px;
}


.opg-text-primary,
.opg-text-large a {
  color: #000 !important;
  font-size: 15px;
  line-height: 18px;
}

.opg-grid>*> :last-child {
  line-height: 18px;
}

#custom_buttons .opg-button-mini.opg-button-primary {
  display: block !important;
  height: 15px !important;
  line-height: 16px !important;
  min-height: 5px !important;
  width: 18px !important;
  font-size: 8px;
  background: #fff !important;
  color: #ccc !important;
  border: 1px solid #ccc !important;
  padding: 0 !important;
}

#custom_buttons .opg-button-mini.opg-button-primary:hover {
  background: #ccc !important;
  color: #fff !important;
}

.opg-grid .opg-button-primary {
  background: #fff !important;
  color: #ccc;
  border: 1px solid #ccc;
}

.opg-grid .opg-button-primary:hover {
  background: #ccc !important;
  color: #fff;
  border: 1px solid #ccc;
}

.opg-grid .quantity-input {
  border: 1px solid #ccc !important;
}

.opg-grid #refreshbutton {
  margin: 3px 0 !important;
  text-transform: uppercase;
}

.opg-grid .linkdetails a {
  color: #ccc;
}


.opg-grid .deleteproduct a {
  color: #ccc;
}

/* .opg-grid .couponform{
  border: 1px solid #ccc
} */


.opg-button {
  background: #f0f0f0 !important;
  text-transform: uppercase;
  border-radius: 4px;
  color: #4a4a4a !important;
  border: solid 1px #ccc;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.opg-button-danger,
.opg-button.opg-button-primary,
.opg-grid .activatecoupon_button {
  background: #fff !important;
  /* color: #fff; */
  text-transform: uppercase;
  /* border-radius: 0; */
  border-radius: 4px;
  color: #03723E !important;
  border: solid 1px #03723E;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.opg-form .opg-grid input.activatecoupon_button {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.opg-button:hover {
  background: #ccc !important;
  text-transform: uppercase;
  border-radius: 4px;
  color: #4a4a4a !important;
  border: solid 1px #ccc;
  padding-left: 30px !important;
  padding-right: 30px !important;
  margin-top: 5px !important;
}

.opg-button-danger:hover,
.opg-button.opg-button-primary:hover,
.opg-grid .activatecoupon_button:hover {
  background: #03723E !important;
  /* color: #fff; */
  text-transform: uppercase;
  /* border-radius: 0; */
  border-radius: 4px;
  color: #fff !important;
  border: solid 1px #03723E;
}

#coupon_taxfulldiv {
  display: none !important;
}

.opg-grid .username a {
  margin-top: 0;
}

.opg-grid .password a {
  margin-top: 0;
}

#payment_ul {
  padding: 0;
}

#payment_ul.opg-list li {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#payment_ul li label {
  display: flex;
}

#payment_ul li input {
  margin-right: 10px;
}

#payment_ul li .vmpayment_name {
  font-weight: normal;
}

#payment_ul li .opg-margin-small-top {
  display: none;
}

textarea#customer_note_field {
  min-height: 150px !important;
}

p#bottom_total {
  padding-top: 20px;
}

#checkoutForm .shipto_fields_div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.btn-primary,
.sppb-btn-primary {
  background: #EC342E;
  color: #fff;
  border-color: #EC342E;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
  background: #fff;
  color: #EC342E;
  border-color: #EC342E;
}

.opg-modal-close.opg-button {
  margin-bottom: 5px;
}

.vmpaymentt_description.w-100 {
  font-size: 14px;
}

.assigncoursecontainer .btn {
  width: 130px;
}

.joomdle_mycourses_no_list h4,
h1.titlesection {
  font-size: 30px;
  color: #5A6C73;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
}

.form-group {
  margin-bottom: 25px;
}


.opg-button.quantity-minus.opg-button-mini,
.opg-button.quantity-plus.opg-button-mini,
.quantityButton.quantityButtonLess,
.quantityButton.quantityButtonMore {
  background: transparent;
  border: 1px solid #ccc;
  cursor: pointer;
  width: 32px;
  line-height: 32px;
  color: #4a4a4a !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0;
}

.opg-button.quantity-minus.opg-button-mini:hover,
.opg-button.quantity-plus.opg-button-mini:hover,
.quantityButton.quantityButtonLess:hover,
.quantityButton.quantityButtonMore:hover {
  background: #ccc !important;
}

.quantity-input.js-recalculate {
  width: 60px !important;
  text-align: center;
}

.opg-button.quantity-plus.opg-button-mini,
.quantityButton.quantityButtonMore {
  border-left: 0px;
}

.opg-button.quantity-minus.opg-button-mini,
.quantityButton.quantityButtonLess {
  border-right: 0px;
}

.opg-panel-box {
  border: 1px solid #ccc;
}

#regbtn {
  border-radius: 4px 0 0 4px;
}

#loginbtn {
  border-radius: 0 4px 4px 0;
}

#user_fields_div #username_field,
#user_fields_div #password_field {
  margin-bottom: 5px;
}

.opg-modal-dialog .first_name {
  width: 50%
}

.opg-modal-dialog .virtuemart_country_id {
  padding: 0px;
  padding-left: 15px;
}

.opg-modal-dialog #virtuemart_state_id_field,
.opg-modal-dialog #virtuemart_country_id_field {
  width: 100% !important;
}

.opg-modal-dialog .virtuemart_country_id .virtuemart_country_id {
  margin-bottom: 0px;
  padding: 0px;
  width: auto;
}


.opg-modal-dialog .fattura_estera1 label,
.opg-modal-dialog .gdpr1 label,
.opg-modal-dialog .gdpr2 label {
  text-transform: inherit !important;
}

.opg-modal-dialog .fattura_estera1 input,
.opg-modal-dialog .gdpr1 input,
.opg-modal-dialog .gdpr2 input {
  margin-right: 5px !important;
}

.opg-modal-dialog .gdpr1 a,
.opg-modal-dialog .gdpr2 a {
  color: #4a4a4a;
  font-weight: bold;
}

@media (max-width: 480px) {
  .row div[class*="width"] {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
}

.opg-form input[type="checkbox"].opg-form-danger {
  outline: 2px solid rgba(255, 0, 0, 0.7);
}

#sp-menu>div.sp-column.d-flex.justify-content-end>div>div>div>div.akeeba-sociallogin-buttons{
  display:none;
}

a.akeeba-sociallogin-link-button-linkedin,
a.akeeba-sociallogin-unlink-button-linkedin,
a.akeeba-sociallogin-button-linkedin,
a.akeeba-sociallogin-link-button-facebook,
a.akeeba-sociallogin-unlink-button-facebook,
a.akeeba-sociallogin-button-facebook,
a.akeeba-sociallogin-link-button-google,
a.akeeba-sociallogin-unlink-button-google,
a.akeeba-sociallogin-button-google {
  background-color: #f0f0f0 !important;
  color: #000 !important;
  text-shadow: none !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  padding: 4px 8px !important;
  width:100% !important;
  margin: 10px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

a.akeeba-sociallogin-link-button-linkedin img,
a.akeeba-sociallogin-unlink-button-linkedin img,
a.akeeba-sociallogin-button-linkedin img,
a.akeeba-sociallogin-link-button-facebook img,
a.akeeba-sociallogin-unlink-button-facebook img,
a.akeeba-sociallogin-button-facebook img,
a.akeeba-sociallogin-link-button-google img,
a.akeeba-sociallogin-unlink-button-google img,
a.akeeba-sociallogin-button-google img{
  background:transparent !important;
  padding:0 !important;
  margin: 0 !important;
  margin-right:5px !important;
}

.ui-tooltip.ui-widget.ui-corner-all.ui-widget-content{
  background:#f0f0f0 !important;
  max-width:300px;
  padding:15px;
  border:1px solid #ccc;
  z-index: 99999999999999999;
}