body.bg-public {
  background: #FFFFFF !important;
}



.bootstrap-select.tree-select {
    font-weight: bold !important;
    background-color:#A00000;
}


.text-blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*
.bootstrap-select.btn-group .dropdown-menu>li>a {
  color: green;
}
*/

select option[selected]{
    font-weight: bold !important;
    background-color:#A00000;
}


/* 1. Change color of the first option [Nothing selected] when select menu is closed? */
/*
.bootstrap-select.btn-group .dropdown-toggle[title="[Nothing selected]"] .filter-option {
  color: red;
}
*/

/* 2. Change color when there are chosen other select options when select menu is closed? */
/*
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  color: blue;
}
*/

/* 3. Change option's color when the select menu is opened? */
/*
.bootstrap-select.btn-group .dropdown-menu>li>a {
  color: green;
}
*/

/* 4. Change color when option on hover when select menu is opened? */
/*
.bootstrap-select.btn-group .dropdown-menu>li>a:hover:not(:focus) {
  color: orange;
}
*/

/* 5. Change background color of the whole select menu when is opened? */


.bootstrap-select.btn-group .dropdown-menu > .active > a {
    background-color:#A00000;
    color:#4D4D4D;
}
/*
.bootstrap-select.btn-group .dropdown-menu {
  background-color: #BFBFBF;
}
*/


.optionGroup {
    font-weight: bold !important;
    font-size: 15px;

}

.optionGroupTop {
    padding: 0 0px;
    font-weight: bold !important;
}

.optionGroup1 {
    padding: 0 25px;
    font-weight: bold !important;
}

.optionChild1 {
    padding: 0 25px;
}

.optionGroup2 {
    padding: 0 55px;
    font-weight: bold !important;
}

.optionChild2 {
    padding: 0 55px;
}

.optionChild3 {
    padding: 0 100px;
}


/*
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
*/


#listgroup-left .icon-menu{
    max-width: 50px !important;
    height: auto !important;
}
#listgroup-left .listgroup-left{
  font-size: 0.7rem !important;
  font-weight: bold;

}



@media screen and (min-width: 992px)  {
   .img-custom{
      max-width: 160px !important;
      height: auto !important;
   }
   .desktop-only{
     display: block !important;
   }

   .mobile-only{
     display: none !important;
   }

   .el-mobile-display{
     display: block !important;
   }

}


@media (min-width: 1200px) {
    .abs-center-x {
        letter-spacing: 0.08rem;
         min-width: 125px !important;
    }

}


@media (max-width: 1254px) {
    .desktop-only{
      display: none !important;
    }
    .mobile-only{
      display: block !important;
    }
    .text-slider{
      font-size: 2rem !important;
    }

}


@media screen and (max-width: 992px) {
    .img-custom{
      max-width: 125px !important;
      height: auto !important;
    }
    .desktop-only{
      display: none !important;
    }

    .mobile-only{
      display: block !important;
    }

    .search-display{
      display: block !important;
    }

    .btn-close-menu{
        position: fixed !important;
        top: 18px !important;
        right: 40px !important;
        background-color: #FFF !important;
        color: #2d2d2d !important;
    }


    #navbars-qshop {
      background-color: #d0d0d0 !important;
    }

    #navbars-qshop .dotted-nav-item{
      border-bottom: 1px dotted #999999;
    }

    #navbars-qshop .nav-item{
      color: #2d2d2d !important;
      padding: 0.8rem !important;
    }

    #navbars-qshop .nav-item-collapse{
      color: #ffffff !important;
      padding-top: 0.8rem !important;
      letter-spacing: 0rem !important;
      padding-left: 0.4rem !important;
      font-weight: bold !important;
    }

    .navbar-nav.abs-center-x{
      padding-top: 1.8rem !important;
      padding-left: 1rem !important;
    }
    .text-slider{
      font-size: 1rem !important;
    }

}

.abs-center-x{
    letter-spacing: 0.01rem;
    padding-left: 0.4rem  !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
}

.btn-navbar-custom {
  width: 100px !important;
  font-size: 0.9rem !important;
}

.text-navbar-custom {
  font-size: 0.9rem !important;
}

.fa-navbar-custom {
  font-size: 1.4rem !important;
  padding-top: 0.6rem !important;
}

.fa-collapse-color{
  color: #343a40 !important;
}

.btn-outline-dark:hover{
  color: #fff !important;
  background-color: #343a40 !important;
}

.fa-collapse-color:hover{
  color: #fff !important;
}

/*
.col-2-5 {
  @extend .extra-col;
  flex: 0 0 20.833333325%;
  max-width: 20.833333325%;
}
*/

.circular--landscape {
  display: inline-block;
  position: relative;
  width: 180px;
  height: 180px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #909090;
}

.circular--landscape img {
  /*width: auto;
  height: 100%;
  margin-left: -50px;*/

    display: block;
    margin: 0 auto;
    height: auto;
    width: 150%;
    margin: 0 0 0 -20%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;


}



#button-slider {
    color: #FFF !important;
    opacity: 1;
}

.text-stroke {
  -webkit-text-stroke-width: 1px !important;
  -webkit-text-stroke-color: #F16C20 !important;
   /*   filter: alpha(opacity=80); /* IE */
   /* -moz-opacity: 0.3; /* Mozilla */
   /* opacity: 0.3; /* CSS3 */
   letter-spacing: 1px !important;
}

#sidebar-container h2,
#page h2,
#sidebar h4 {
  padding-top: -10px !important;
  text-decoration: underline !important;
  text-decoration-color: #F16C20 !important;
  text-underline-position: under;
}

.nav-link.image:hover{
  opacity: 0.3;
}


.medium{
   font-size: 0.9rem !important;
}

.text-1-2 {
   font-size: 1.2rem !important;
}

.btn-sml { height: 4vh; } /* change the value according to your need. */

/*--- start contacts ----*/
/*

 * #343434
 * #F16C20
 * #0D3C55

* */

.pagination-sm {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}



#pagination-post> li > a {
    background-color: transparent !important;
    color: #F16C20 !important;
    border:none;
}

#pagination-post> .active > a {
    background-color: transparent !important;
    color: #F16C20 !important;
    border:none;
}

#pagination-post> li > a:focus,
#pagination-post> li > a:hover,
#pagination-post> li > span:focus,
#pagination-post> li > span:hover {
    z-index: 3;
    color: #FFC760 !important;
    background-color: transparent !important;
    /*border-color: #BFBFBF !important;*/
    border:none;
}


.caption-calendar {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption-calendar img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption-calendar span {
    float: left;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
    height: 90px;
    background: #1E90FF;
    filter: alpha(opacity=80); /* IE */
    -moz-opacity: 0.8; /* Mozilla */
    opacity: 0.8; /* CSS3 */
    position: absolute;
    left: 0;
    top:0;
}

.caption-calendar span h4,
.caption-calendar span h5,
.caption-calendar span h6 {
    line-height: 0.9 !important;
    color: #FFFFFF !important;
}

.caption-img-bottom {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.caption-img-bottom img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
.caption-img-bottom span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
    background: #222; /* browser che non supportano rgba */
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    bottom: 0;
}
.caption-img-bottom span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}


.list-group-item-custom-footer {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

#contacts{
  background-color: #FFFFFF;
  letter-spacing: 2px;
  }
#contacts a{
  color: #4D4D4D;
  text-decoration: none;
}

.border-warning {
    border-color: #F16C20 !important;
}

.text-warning {
    color: #F16C20 !important;
}




.text-custom-section-header {
     font-size: 1rem !important;
     padding-left: 1.6rem !important;
}

@media (max-width: 575.98px) {
  .text-custom-section-header {
     font-size: 0.8rem !important;
  }

  .js-totCartItems{
    font-size: 0.6rem !important;
  }

  #contacts{padding-bottom: 800px;}
  #contacts .maps iframe{
    width: 100%;
    height: 450px;
  }
 }


@media (min-width: 576px) {

   #contacts{padding-bottom: 800px;}

   #contacts .maps iframe{
     width: 100%;
     height: 450px;
   }
 }

@media (min-width: 768px) {

  #contacts{padding-bottom: 350px;}

  #contacts .maps iframe{
    width: 100%;
    height: 850px;
  }
}

@media (min-width: 992px) {
  #contacts{padding-bottom: 200px;}

   #contacts .maps iframe{
     width: 100%;
     height: 700px;
   }
}

.list-group-item-area:hover {
  background-color: #BFBFBF !important;
}


.list-group-item-area.active:hover {
  background-color: #BFBFBF !important;
  border-color: #BFBFBF !important;
  color: #0D3C55 !important;
}

.list-group-item-area.active:hover a {
  color: #0065C7 !important;
}

.list-group-item-area.active {
  background-color: #0D3C55 !important;
  border-color: #0D3C55 !important;
  color: #FFF !important;
}

.list-group-item-area.active a {
  color: #FFF !important;
}

#author a{
  color: #4D4D4D;
  text-decoration: none;

}
/*--- end contacts ----*/

/*
#slide {
    position: absolute;
    left: -600px;
    width: 600px;
    height: 370px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
*/


.carousel {
  position: relative;
  /*height: 100vh;*/
  width: auto;
  max-height: 450px;
}

.carousel-item {
  width: auto;
  /*height: 100vh;*/
  max-height: 450px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: 650px;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}
*/

.carousel-item .img-fluid {
  width:100%;
  height:100%;
}

.carousel-inner img {
    max-width:100%;
    max-height:100%;
    width: auto;
    height: auto;
}

.d-block {
  display: block !important;
    max-width:100%;
    max-height:100%;
    object-fit: cover;
}


.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block !important;
}


@media (orientation: portrait) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block !important;
        width:100%;
        height:auto;
    }
}

@media (orientation: landscape) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        display: block !important;
        width:100%;
        height:96vh;
    }
}
.carousel-caption > h4 {
     font-size: 2.4rem !important;
}

.carousel-caption .text-display-5 {
     font-size: 1.6rem !important;
}

.carousel-caption p {
     font-size: 1.2rem !important;
}

/*
@media only screen
and (min-width : 320px)
and (max-width : 480px) {

    .carousel-caption {
     font-size: 2rem !important;
     max-width: 100%;
     width:100%;
     background-color: #ffb81c;
    }
}
*/

@keyframes slidein-left {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@keyframes slidein-right {
   0% { transform: translateX(100%); }
   100% { transform: translateX(0); }
}

/*h1 {
   animation: 3s slidein-right;
}*/

/*h2 {
    animation: 3s slidein-left;
}*/

.text-slid-left {
    animation: 3s slidein-left;
}

.text-slid-right {
    animation: 3s slidein-right;
}



div #sidebar-wrapper .offcanvas-active{
    position:relative !important;
    overflow:hidden !important;
}

/*
div #sidebar-wrapper-container .offcanvas-active{
    position:relative !important;
    overflow:hidden !important;
}
*/

.offcanvas-header{ display:none; }

@media (max-width: 992px) {

  #navbars-qshop .dotted-nav-item {
    border-bottom: 1px dotted #999999;
  }


  #navbars-qshop .nav-item {
    color: #1A1A1A !important;
    padding: 0.8rem;
    font-size: 1.2rem;
  }

  /*.btn-megamenu-custom {
     background-color: #E5E5E5 !important;
   }*/


  .offcanvas-header{ display:block; }
  .navbar-collapse {
    position: fixed;
    top:0;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #E5E5E5 !important;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .navbar-collapse.show {
    visibility: visible;
    transform: translateX(-100%);
  }

  .list-group .list-group-root {
    background-color: #E5E5E5 !important;
    border: 0px  #E5E5E5 !important;
  }
  div #bg-mobile {
    background-color: #E5E5E5 !important;
    border: 0px  #E5E5E5 !important;

  }
}

.content-row {
  min-height:300px;
}


.text-custom {
    color: #0D3C55 !important;
}

a.text-custom {
    color: #FFFFFF !important;
}

.bg-custom{
    background-color: #0D3C55 !important;
    color: #FFFFFF !important;
}

.text-custom-admin {
    color: #1A1A1A !important;
}

a.text-custom-admin {
    color: #FFFFFF !important;
}

.bg-custom-admin{
    background-color: #1A1A1A !important;
    color: #FFFFFF !important;
}

.text-custom-blog {
    color: #1A1A1A !important;
}

a.text-custom-blog {
    color: #FFFFFF !important;
}

.bg-custom-blog{

    left: 0;
    bottom:0;
    opacity:0.8;
    background-image:  url(../../../images/mandalorian-690x400.jpg) !important;
    color: #FFFFFF !important;
    background-size: contain;
}

.bg-custom-banner-header{
    background-color: #0D3C55 !important;
    color: #FFFFFF !important;
}



.bg-custom-section-footer{
    background-color: #0D3C55 !important;
    color: #FFFFFF !important;
}

/*
#bg-section-slider{
    background:url('../../../images/.jpg')  repeat-x scroll top transparent;
    background-position: initial;
    z-index: 10;
    left: 0;
    bottom:0;
    opacity:0.6;
    min-height:150px;
}
*/

.bg-custom-footer{
    background-color: #50536e !important;
}

.cookie-bar{ position: fixed; bottom:0px; padding:15px; width: 100%; display: none; z-index:5000000; background-color:#252B33;}

/*
.main-content {
  min-height:600px;
}
*/

.cart-buttons span {
  width: 50px;
  text-align: center;
  border: 1px solid;
}

.card-img-top {
    max-height: 180px !important;
    max-width: 180px !important;
    width: auto !important;
    /*background-blend-mode: multiply !important;
    background-size: cover;*/
    display: block;
    margin: 0 auto;
}

.card-img-noimage {
  max-height: 180px !important;
  max-width: 180px !important;
  width: auto !important;
  display: block;
  margin: 0 auto;
}

/*
.card-img-top {
    min-height: 256px !important;
    max-height: 256px !important;
    width: auto !important;
}

.card-img-noimage {
    height: 256px !important;
    max-width: 256px !important;
    display: block;
    margin: 0 auto;
}
*/

/*
.card-img-top- {
    /*min-height: 256px !important;
    max-height: 256px !important;
    width: auto !important;*/
    /*width: 100% !important;
    height: auto !important;*/
/*    background-blend-mode: multiply !important;
	max-height: 100%;
	max-width: 100%;
	width:200px;
	height: auto !important;
	background-size: cover;
}
*/

.jumbotron-img-single {
    height: 300px !important;
    width: auto !important;
}

.cart-img-single {
    max-height: 100px !important;
    width: auto !important;
}

.hidden {
  display: none;
}


/*
#logo-invert {
    filter: invert(70%) !important ;
  }
*/

.not-pointer {
     cursor: pointer;
     pointer-events: none !important;
}

.btn-outline-danger {
  color: #DF0505 !important;
  border-color: #DF0505 !important;
}

.btn-outline-danger:hover {
  color: #DF0505 !important;
  background-color: #E5E5E5 !important;
  border-color: #D20404 !important;
}

.btn-danger {
  color: #fff !important;
  background-color: #DF0505 !important;
  border-color: #D20404 !important;
}


.btn-danger:hover,
.btn-danger a:hover {
  color: #1A1A1A !important;
  background-color: #BFBFBF !important;
  border-color: #7F7F7F !important;
}

.btn-outline-warning {
  color: #F16C20 !important;
  border-color: #EA5F10 !important;
}

.btn-outline-warning:hover {
  color: #F16C20 !important;
  background-color: #E5E5E5 !important;
  border-color: #EA5F10 !important;
}

.btn-warning {
  color: #fff !important;
  background-color: #F16C20 !important;
  border-color: #EA5F10 !important;
}


.btn-warning:hover,
.btn-warning a:hover {
  color: #1A1A1A !important;
  background-color: #BFBFBF !important;
  border-color: #7F7F7F !important;
}

.btn-outline-warning-disabled {
  color:#000000 !important;
}

.disabled {
    pointer-events: none;
    cursor: default;
}


/*
.navbar-toggler{
    background-color: #F4F4F4 !important;
    border: 1px solid #1A1A1A !important;
    border-radius: 0;
    color: #1A1A1A !important;
    height: 37px;
}
*/
/*
.navbar-toggler-icon.line{
    background-color: #1A1A1A !important;
    color: #fff !important;
}

.navbar-toggler:hover {
    background-color: #1A1A1A !important;
}
*/

.cart-smartphone {
  color: #4D4D4D !important;
}

.cart-smartphone:hover{
  color: #1A1A1A !important;
}

.btn.btn-filter{
  padding: 8px !important;
  height: 38px;
  width: 38px;
  background-color: #fff !important;
  color: #1A1A1A !important;
  border: 1px solid #1A1A1A !important;
}

.btn.btn-filter:hover{
  padding: 8px !important;
  height: 38px;
  width: 38px;
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border: 1px solid #1A1A1A !important;
}

.navbar-toggler.btn-filter{
  background-color: #FFFFFF !important;
  color: #1A1A1A !important;
  border: 1px solid #1A1A1A !important;
  padding: 8px !important;
}

.navbar-toggler.btn-filter:hover{
  background-color: #1A1A1A !important;
  color: #FFFFFF !important;
  border: 1px solid #1A1A1A !important;
  padding: 8px !important;
}

/*
body.bg {
  background: #919aa1;
}
*/




@media(min-width:767px){
  .cart-smartphone{
        display: none;
  }

  .footer-bottom {
    /*tolto per ora
    position: fixed !important;*/
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index:1030 !important;
    text-align: center !important;


  }
}

@media(max-width:767px){
  .cart-desktop{
    display: none;
  }
  .footer-bottom {
    text-align: left !important;
  }
  .list-group-item {
    float: left;
    margin: 0px;
    padding: 0px;
  }
}
