/* Base
arancio F07800
 */
body {
  line-height: 1.7;
  color: #8c92a0;
  font-weight: 300;
  font-size: 16px;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.nascosto {
  display: none;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none;
}

.text-black {
  color: #000;
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  height: 43px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-transform: uppercase;
  font-size: 13px;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-black {
  padding: 12px 30px;
  background: #fff;
  color: #000;
  opacity: 0.7;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus {
  /* background-color: #333333; */
  opacity: 1;
}

.form-control {
  height: 43px;
}

.form-control:active,
.form-control:focus {
  border-color: #F07800;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0 0 0;
}

@media (min-width: 768px) {

  /*classi mancanti responsive BS4*/
  .site-section {
    padding: 3em 0 0 0;
  }

  .w-md-50 {
    width: 50% !important;
  }
}

.site-section.site-section-sm {
  padding: 2em 0;
}

.site-section-heading {
  font-size: 30px;
  color: #25262a;
  position: relative;
}

.site-section-heading:before {
  content: "";
  left: 0%;
  top: 0;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #F07800;
}

.site-section-heading.text-center:before {
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 2px;
  background: #F07800;
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0 1em 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul li a {
  color: #5c626e;
}

.site-footer ul li a:hover {
  color: #F07800;
}

.site-footer .footer-heading {
  font-size: 14px;
  color: #25262a;
  letter-spacing: .2em;
  text-transform: uppercase;
}

/* Navbar */
.site-logo img {
  max-height: 70px;
}

/*.site-logo a {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #25262a;
  color: #000 !important; }
  .site-logo a:hover {
    text-decoration: none; }
*/
.icons-btn {
  display: inline-block;
  text-align: center;
}

.icons-btn span {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

@media (max-width: 991.98px) {
  .icons-btn span {
    width: 24px;
  }
}

.site-menu-toggle {
  display: block;
  text-align: center;
  font-size: 28px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.site-menu-toggle>span {
  top: 5px;
  position: relative;
}

.site-navbar {
  background: #fff;
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  background: #fff !important;
}

.site-navbar.transparent {
  background: transparent;
}

.site-navbar .site-navbar-top {
  border-bottom: 1px solid #f3f3f4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .site-navbar .site-navbar-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.site-navbar .site-search-icon a span {
  display: inline-block;
  margin-right: 10px;
}

.site-navbar .site-search-icon a:hover {
  text-decoration: none;
}

.site-navbar a {
  color: #868995;
}

.site-navbar a:hover {
  color: #3d3f45;
}

.site-navbar .icon {
  font-size: 20px;
}

.site-navbar .site-top-icons ul,
.site-navbar .site-top-icons ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-navbar .site-top-icons ul li {
  display: inline-block;
}

.site-navbar .site-top-icons ul li a {
  margin-right: 10px;
}

.site-navbar .site-top-icons ul li a.site-cart {
  display: block;
  position: relative;
}

.site-navbar .site-top-icons ul li a.site-cart .count {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -15px;
  margin-top: -20px;
  font-size: 13px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  display: block;
  text-align: center;
  background: #F07800;
  color: #fff;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.site-navbar .site-top-icons ul li a:hover .count {
  -webkit-box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.3) !important;
  margin-top: -22px;
}

.site-navbar .site-top-icons ul li:last-child a {
  padding-right: 0;
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid #f3f3f4 !important;
}

.site-navbar .site-navigation .site-menu {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active>a {
  color: #F07800;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  font-size: 15px;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #25262a;
  font-size: 15px;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #F07800;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #F07800;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.05);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #F07800 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children a {
  text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #F07800;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 40px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 10px;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
  color: #25262a;
  letter-spacing: .2em;
  font-size: 20px;
  /* padding-left: 10px;
        padding-right: 10px;*/
  /*border: 2px solid #25262a; */
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;


}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo img {
  max-height: 75px;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 10px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 5px 10px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #F07800;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #F07800;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 18px;
  z-index: 20;
  font-family: "icomoon";
  content: "\e313";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 10px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /*  background: #c7c7c8;*/
  background: #000;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

@media (max-width: 767px) {

  .site-blocks-cover,
  .site-blocks-cover .row {
    min-height: 180px;
    /*  height: calc(100vh - 174px); */
  }
}

@media (min-width: 768px) {

  .site-blocks-cover,
  .site-blocks-cover .row {
    /*   min-height: 600px;*/
    /*  height: calc(100vh - 174px); */
  }
}

@media (min-width: 768px) {

  .site-blocks-cover.inner-page,
  .site-blocks-cover.inner-page .row {
    min-height: 400px;
    height: 500px;
  }
}

.site-blocks-cover h2 {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.site-blocks-cover h1 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .site-blocks-cover h1 {
    font-size: 70px;
  }
}

.site-blocks-cover p {
  color: #C0C0C0;
  font-size: 20px;
  line-height: 35px;
}

.site-blocks-cover .intro-text {
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .site-blocks-cover .site-block-cover-content {
    margin-top: 20%;
    text-align: center;
  }

  .site-blocks-cover .site-block-cover-content {
    margin-top: 50%;
  }

  .site-blocks-cover.inner-page .site-block-cover-content {
    text-align: center;
    margin-top: 30%;
  }
}

@media (max-width: 767px) {

  .site-blocks-cover .site-block-cover-content,
  .site-blocks-cover.inner-page .site-block-cover-content {
    margin-top: 10%;
    text-align: center;
  }
}

.site-blocks-1 {
  border-bottom: 1px solid #edf0f5;
}

.site-blocks-1 .divider {
  position: relative;
}

.site-blocks-1 .divider:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  right: 10px;
  background: #edf0f5;
}

.site-blocks-1 .divider:last-child:after {
  display: none;
}

.site-blocks-1 .icon span {
  position: relative;
  color: #F07800;
  top: -10px;
  font-size: 50px;
  display: inline-block;
}

.site-blocks-1 .text h2 {
  color: #25262a;
  letter-spacing: .05em;
  font-size: 18px;
}

.site-blocks-1 .text p:last-child {
  margin-bottom: 0;
}

.site-blocks-2 .block-2-item {
  display: block;
  position: relative;
}

.site-blocks-2 .block-2-item:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.site-blocks-2 .block-2-item .image {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.site-blocks-2 .block-2-item .image img {
  margin-bottom: 0;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-blocks-2 .block-2-item .text {
  z-index: 2;
  bottom: 0;
  padding-left: 20px;
  position: absolute;
  width: 100%;
}

.site-blocks-2 .block-2-item .text>span,
.site-blocks-2 .block-2-item .text h3 {
  color: #fff;
}

.site-blocks-2 .block-2-item .text>span {
  font-size: 12px;
  letter-spacing: .1em;
  font-weight: 900;
}

.site-blocks-2 .block-2-item .text h3 {
  font-size: 40px;
}

.site-blocks-2 .block-2-item:hover .image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.block-3 .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px;
}

.block-3 .owl-nav {
  position: relative;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-3 .owl-nav .owl-prev,
.block-3 .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #5c626e;
}

.block-3 .owl-nav .owl-prev:hover,
.block-3 .owl-nav .owl-next:hover {
  color: #25262a;
}

.block-3 .owl-nav .owl-prev.disabled,
.block-3 .owl-nav .owl-next.disabled {
  opacity: .2;
}

.block-4 {
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.block-4 .block-4-text h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.block-4 .block-4-text h3 a {
  text-decoration: none;
}

.block-5 ul,
.block-5 ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.block-5 ul li {

  position: relative;
  margin-bottom: 15px;
  color: #25262a;
}

@media (min-width: 768px) {

  .block-5 ul li,
  .block-5 h3 {
    padding-left: 30px;
  }

}

/*  .block-5 ul li:before {
    top: 0;
    font-family: "icomoon";
    content: "";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
    color: #F07800; }
    
  .block-5 ul li.address:before {
    content: "\e8b4"; }
  .block-5 ul li.email:before {
    content: "\f0e0"; }
  .block-5 ul li.phone:before {
    content: "\f095"; }
*/
.block-6 {
  display: block;
}

.block-6 img {
  display: block;
}

.block-6 h3 {
  font-size: 18px;
}

.block-6 p {
  color: #737b8a;
}

.block-7 .form-group {
  position: relative;
}

.block-7 .form-control {
  padding-right: 96px;
}

.block-7 .btn {
  position: absolute;
  width: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3px;
}

.block-8 .post-meta {
  color: #c4c7ce;
}

.block-8 .block-8-sep {
  margin-left: 10px;
  margin-right: 10px;
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 1px !important;
  vertical-align: middle;
  color: #212529;
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: #212529;
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #F07800 !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000;
}

.site-block-top-search {
  position: relative;
}

.site-block-top-search .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-block-top-search input {
  padding-left: 40px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.site-block-top-search input:focus,
.site-block-top-search input:active {
  padding-left: 25px;
}

.site-block-27 ul,
.site-block-27 ul li {
  padding: 0;
  margin: 0;
}

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
}

.site-block-27 ul li a,
.site-block-27 ul li span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.site-block-27 ul li.active a,
.site-block-27 ul li.active span {
  background: #F07800;
  color: #fff;
  border: 1px solid transparent;
}

#slider-range {
  height: 8px;
}

#slider-range .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none !important;
  background: #F07800;
}

#slider-range .ui-slider-handle:focus,
#slider-range .ui-slider-handle:active {
  outline: none;
}

#slider-range .ui-slider-range {
  background-color: #F07800;
}

.puntino_colore {
  width: 14px;
  height: 14px;
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
}

.block-16 figure {
  position: relative;
}

.block-16 figure .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 90px;
  height: 90px;
  background: #fff;
  display: block;
  border-radius: 50%;
  border: none;
}

.block-16 figure .play-button:hover {
  opacity: 1;
}

.block-16 figure .play-button>span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}

.block-38 .block-38-header .block-38-heading {
  color: #000;
  margin: 0;
  font-weight: 300;
}

.block-38 .block-38-header .block-38-subheading {
  color: #b3b3b3;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .1em;
}

.block-38 .block-38-header img {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.bag {
  position: relative;
}

.bag .number {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  background: #FF0000;
  right: -10px;
}

.search-wrap {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s all ease;
  -o-transition: .5s all ease;
  transition: .5s all ease;
}

.search-wrap .container {
  position: relative;
  height: 100%;
}

.search-wrap.active {
  opacity: 1;
  visibility: visible;
}

.search-wrap .form-control {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  z-index: 3;
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .search-wrap .form-control {
    font-size: 20px;
  }
}

.search-wrap .search-close {
  z-index: 4;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrap .search-close span {
  font-size: 30px;
}

.title-section h2 {
  padding-left: 30px;
  border-left: 4px solid #F07800;
  display: inline-block;
  color: #000;
}

.title-section.text-center h2 {
  border-left: none;
  position: relative;
  padding-left: 0px;
  padding-bottom: 20px;
}

.title-section.text-center h2:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: #F07800;
  content: "";
}

.product-item {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.product-item .product-category {
  border-radius: 5px;
  position: absolute;
  display: inline-block;
  padding: 10px 30px;
  background: #484747;
  color: #fff;
  z-index: 8;
  top: 45%;
  left: 50%;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-item .product-category span {
  color: #ced4da;
  font-size: 12px;
}

.product-item .product-category:hover {
  background: #000;
  color: #fff;
}

.product-item .product-category:hover span {
  color: rgba(255, 255, 255, 0.5);
}

.product-item.full-height {
  height: 100% !important;
}

@media (min-width: 768px) {
  .product-item.full-height {
    /*  height: 300px !important;*/
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .product-item.full-height {
    height: 185px !important;
    margin-bottom: 30px;
  }
}

.product-item.bg-gray {
  background: #f9f9f9;
}

.product-item.md-height {
  height: 400px;
  padding: 40px;
}

.product-item .img {
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 300px;
  position: absolute;
}

.box_articolo .product-item {
  margin-bottom: 30px;
}

.box_articolo .item-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

.box_articolo .item-title a {
  color: gray;
}

.box_articolo:hover .item-title a {
  color: #F07800;
}

.box_articolo .item-price {
  color: #000;
  font-weight: bold;
}

.box_articolo .item-price del {
  color: #b3b3b3;
}

.custom-border-bottom {
  border-bottom: 1px solid #f9f9f9;
}

.custom-border-top {
  border-top: 1px solid #f9f9f9;
}

.height-auto {
  height: auto !important;
}

@media (min-width: 768px) {
  .home_centrale {
    height: 480px
  }

  .home_sotto img {
    top: 0px;
    height: 300px
  }

  .product-item.sm-height {
    height: 300px;
    padding: 40px;
  }
}

.home_centrale .product-category,
.home_sotto .product-category {
  opacity: 0.75
}

.top-0 {
  top: 0px !important;
}

.product-category:hover {
  opacity: 1;
}

.elenco_vetrina_home .box_articolo:nth-child(2),
.elenco_vetrina_home .box_articolo:nth-child(3) {
  @media (max-width: 767px) {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu_laterale_elenco {
    background-color: #f0f0f0;
    display: none;
  }

  .mobile-nopadding {
    padding: 0px;
  }

  .gallery_articoli_titolo {
    font-size: 20px;
    max-width: 60%;
  }
}

.img_attiva {
  border: solid;
  border-width: 2px;
  border-color: #F07800;
  border-radius: 10px;
}

.puntatore,
.menu_laterale_elenco .nome_colore,
.menu_laterale_elenco .puntino_colore,
.menu_laterale_elenco .link {
  cursor: pointer;
}

.menu_laterale_elenco {
  padding: 1rem 1rem 0rem 1rem;
}

.menu_laterale_elenco a,
.menu_laterale_elenco .link {
  color: #818181;
}

.menu_laterale_elenco a:hover,
.menu_laterale_elenco .link:hover {
  color: #000;
}

.menu_laterale_elenco .link.attivo {
  color: #F07800;
}

.menu_laterale_elenco .btn_chiudi_filtri,
.btn_apri_filtri {
  font-size: 13px;
}

.menu_laterale_elenco h2 {
  text-align: center;
  font-size: 19px;
  color: #484848;
}

.hover-zoom {
  --mdb-image-hover-zoom-transition: transform 0.3s linear;
  --mdb-image-hover-zoom-transform: scale(1.3)
}

.hover-zoom img,
.hover-zoom video {
  transition: var(--mdb-image-hover-zoom-transition);
  object-fit: cover;
  object-position: center;
}

.hover-zoom .img_posizione_stampa {
  transition: none;
  transform: none;
  --mdb-image-hover-zoom-transform: none;
  --mdb-image-hover-zoom-transition: none;
}

.hover-zoom:hover img {
  transform: var(--mdb-image-hover-zoom-transform)
}

.hover-zoom {
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
}

.buy-now {
  background-color: #F07800;
  color: #fff;
}

.text-bark {
  color: #F07800
}

.bg-bark {
  background-color: #F07800 !important;
}

.btn-bark {
  background-color: #F07800;
  color: #fff;
}

.btn-bark:hover {
  color: #F07800;
  background-color: #fff;
  border: solid;
  border-width: 1px;
  border-color: #F07800;
}

#scheda_articolo #elenco_taglie span.attivo,
#scheda_articolo #elenco_colori span.attivo:not(.radio_bottone) {
  color: #F07800 !important;
}

#scheda_articolo .elenco_radio span.attivo:not(.radio_bottone) {
  color: #F07800 !important;
}

#scheda_articolo .gallery_articolo {
  height: 150px;
}

#scheda_articolo .gallery_articolo .img-container {
  object-fit: contain;
  height: 150px;
  /*height: auto;*/
  /*border: 1px solid #dee2e6 !important;*/
  padding: 2px;
}

#scheda_articolo .gallery_articolo #prevBtn,
#scheda_articolo .gallery_articolo #nextBtn {
  position: relative;
  left: 0px;
  right: 0px;
  margin-top: 50px;
}

.bg-nero {
  background-color: #000;
}

.gallery_articoli .item-title {
  font-size: 0.9em;
}

#carrello .riga_carrello {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000;
}

#carrello .riga_carrello:last-child {
  margin-bottom: 0px;
  border: none;
}

#carrello .riga_finale .riga_totale {
  font-size: 1.2em;
}

#carrello .fa-trash-can:hover {
  color: rgb(255, 0, 0);
  transition: color 0.8s;
  cursor: pointer;
}

@media (max-width: 767px) {
  #carrello .fa-trash-can {
    position: absolute;
    top: 20px;
    right: 18px;
  }
}

/*select personalizzate*/
.bootstrap-select {
  text-transform: uppercase;
}

.bootstrap-select .btn {
  background-color: #000 !important;
  border-width: 0px 0px 1px 0px;
  border-color: #DFDFDF;
  color: #fff;
  border-radius: 0px;
}

.bootstrap-select .dropdown-menu {
  border-radius: 10px;
}

.bootstrap-select .dropdown-menu {
  background-color: #000;
  border: solid;
}

.bootstrap-select .dropdown-header {
  background-color: #000;
}

.bootstrap-select .dropdown-header span {
  color: #DFDFDF;
  font-weight: bold;
  font-size: 15px;
}

.bootstrap-select .dropdown-menu a {
  font-weight: normal;
}

.bootstrap-select .dropdown-item {
  color: #DFDFDF;
  font-size: 13px;
}

.bootstrap-select .dropdown-item.active {
  background-color: #F07800
}

@media (max-width: 767px) {
  .bootstrap-select {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .caratteristiche_prodotto {
    border: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #fff;
    padding-top: 15px;
  }

  .bootstrap-select {
    width: auto !important;
    min-width: 50%;

  }

  .w-md-auto {
    width: auto !important;
  }
}

/*select personalizzate*/

/*tooltip colorato*/
.tooltip_bianco {
  background-color: #fff;
  color: #000;
}

.tooltip_bianco-freccia::before {
  border-left-color: #fff !important;
}

/* Indicatori su card prodotto */
.indicatori-prodotto {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.indicatore-animale-prodotto {
  background-color: #a0d9e8;
  color: #333;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.8em;
  margin-bottom: 5px;
  text-align: center;
  border: solid;
  border-width: 1px;
}

.indicatore-sport-prodotto {
  background-color: #b3e6b3;
  color: #333;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 0.8em;
  text-align: center;
  border: solid;
  border-width: 1px;
}

a.btn {
  padding: 0px;
  line-height: 43px;
}

/* Indicatori su card prodotto */
.posizione_colore {
  position: absolute;
  top: 3%;
  left: 3%;
}

.posizione_stampa span {
  width: 42px;
  height: 42px;
  border: 2px solid #dee2e6 !important;
  border-radius: 50% !important;
  position: absolute;
  top: 0px;
  right: 70px;
}

#scheda_articolo .box_img_principale:hover .posizione_stampa span,
#scheda_articolo .box_img_principale:hover .img_posizione_stampa {
  /*	transform: scale(1.3);*/
  width: 65px;
  height: 65px;
  transition: all 0.3s !important;
  --mdb-image-hover-zoom-transition: transform 1s linear;

}

.posizione_stampa {
  position: absolute;
  top: 3%;
  right: 3%;
}

.posizione_stampa img {
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/* Utente */
.area_utente h2 {
  font-size: 50px;
}


.area_utente .riga_ordine:nth-child(2n-1) {
  background-color: #f0f0f0;
}

.area_utente .riga_ordine:last-child {
  border: none !important;
}

.area_utente .riga_ordine:hover {
  background-color: #F07800;
}

.area_utente .riga_ordine:hover p {
  color: #fff !important;
}

.area_utente .righe_ordini_esterno {
  min-height: 30vh;
}

.dettagli_ordine .riga_carrello:nth-child(2n) {
  background-color: #f0f0f0;
}

.dettagli_ordine .riga_carrello {
  border: solid;
  border-width: 0px 0px 1px 0px;
}

@media (max-width: 767px) {
  #divInserimentoOk {
    position: absolute;
    width: 100%;

    top: 60px;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #F07800;
    display: none;
    opacity: 0.95;
  }
}

@media (min-width: 768px) {
  #divInserimentoOk {
    position: absolute;
    left: 10px;
    top: 70px;
    background-color: #fff;
    z-index: 2;
    width: 300px;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #F07800;
    display: none;
    opacity: 0.9;
  }
}

input.radio_bottone {
  display: none;
}

span.radio_bottone {
  display: inline-block;
  padding: 2px 18px;
  background-color: #fff;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 5px;
  color: #000 !important;
  min-width: 85px;
  text-align: center;
}

span.attivo.radio_bottone {
  background-color: #F07800 !important;
  color: #fff !important;
}

.testo_chisiamo {
  font-family: "Story Script", sans-serif;
  /*font-weight: 400;*/
  font-style: normal;
  font-size: 20px;
  color: #000;
}

@media (min-width: 768px) {
  .posizione_immagine {
    float:right

  }

  .posizione_immagine img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .posizione_immagine {
    /*					width:100%;
					position:absolute;top:0px				
*/
    text-align: center;

  }

  .posizione_immagine img {
    max-width: 70%;
  }
}
#scheda_articolo .posizione_stampa img:first-child{
	right:0px;
}
.posizione_stampa img:first-child{
	right:50px;
}
.posizione_stampa img:last-child{
	right:0px;
}
.testo_categoria_richiedi{
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
.testo_categoria_richiedi a:hover{
	color:#F07800;
}