/*background-color: #FFCC00;*/
.accordion .card>img {
  display: none;
}

#create_card .card,
.accordion .card {
  border: 1px solid #343434;
  box-shadow: 0 15px 10px -15px #000;
  min-height: 100px;

  background: #FFF;
  padding: 27px 10px 10px !important;
  margin-bottom: 10px;
  position: relative;
}

#create_card .name,
.accordion .name {
  margin: 0 !important;
  padding: 5px 10px 5px 20px;
  background-color: #343434;
  color: #fff;

  font-size: 14px !important;
  height: 27px !important;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#create_card .name::after,
.accordion .name::after {
  content: " ";
  border-left: 27px solid #343434;
  border-bottom: 27px solid transparent;
  position: absolute;
  top: 0;
  right: -27px;
}

.accordion .name .avatar {
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 32px;
  height: 16px;
  margin-left: -15px;
  vertical-align: -2px;
}

.accordion .services .delete_service {
  color: #cccccc !important;
}

.accordion .services .delete_service:hover {
  color: #dc002d !important;
}

.accordion .services {
  margin: 10px -10px 25px !important;
}

.accordion .services li {
  position: relative;
  user-select: none;
  padding: 3px 10px !important;
  color: #000 !important;
  font-style: normal !important;
}

.accordion .services .delete_service {
  position: absolute;
  top: 5px;
  right: 8px;
}

.accordion .services li:hover {
  background-color: #ebebeb;
}

.accordion .card_total {
  bottom: 2px;
  left: 10px;
  right: 10px;
  position: absolute;
}

.accordion .cart-event-line {
  display: block;
  padding-left: 5px;
  border-left: 2px solid #dc022d;
  margin-bottom: 4px;
}

.accordion .cart-event-total {
  display: inline-block;
  margin-top: 5px;
}

.accordion .cart-event-expire {
  display: inline-block;
  margin-top: 5px;
}

.accordion .cart-event-expire .event-expire img {
  vertical-align: sub;
}

.event-expire-timer {
  display: inline-block;
  width: 64px;
  height: 64px;
  border: 4px solid #dc022d;
  border-radius: 50%;
  line-height: 56px;
  font-size: 1.5em;
  font-weight: bold;
}

.accordion .btn {
  font-size: 16px !important;
}

.accordion .btn .cart_total {
  font-size: 24px;
  margin-bottom: 5px;
}

.accordion h3 #empty_cart {
  color: #fff !important;
  text-transform: uppercase !important;
  text-decoration: underline;
  font-size: 10px !important;
  margin: 3px 0 !important;
}


/* Card colorate */
#create_card .card-yellow,
.accordion .card-yellow {
  border: 1px solid #F6AE00;
}

#create_card .card-yellow .name,
.accordion .card-yellow .name {
  margin: 0 !important;
  background-color: #F6AE00;
}

#create_card .card-yellow .name::after,
.accordion .card-yellow .name::after {
  border-left: 27px solid #F6AE00;
}

#create_card .card-blue,
.accordion .card-blue {
  border: 1px solid #669AFF;
}

#create_card .card-blue .name,
.accordion .card-blue .name {
  margin: 0 !important;
  background-color: #669AFF;
}

#create_card .card-blue .name::after,
.accordion .card-blue .name::after {
  border-left: 27px solid #669AFF;
}

.accordion .delete_card_insurance {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #cccccc;
}



.btn {
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 5px -5px #000;

  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #fff;
  opacity: 1;
  transform: skew(45deg);
  transform-origin: 0% 100%;

  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

input.btn:not(:disabled):hover {
  box-shadow: inset 0 0 0px 100px rgba(255, 255, 255, 0.2), 0 6px 15px -5px #000 !important;
}

.btn:not(:disabled):hover {
  box-shadow: 0 6px 15px -5px #000;
}

.btn:not(:disabled):hover::after {
  width: 150%;
  opacity: 0.2;
}

.btn-alt {
  background-color: #646464 !important;
  color: #ffffff;
  padding: 12px 16px !important;
  margin: 0 auto 8px;
}

.accordion .disclaimer a {
  color: #dc002d;
}

#main-wrapper>div {
  display: none;
}

#sidebar-first h3 {
  background-color: #343434;
  color: #fff !important;
  margin: 0 !important;
  padding: 8px 13px !important;
  box-shadow: inset 2px 0 0 #343434, inset 3px 0 0 #ffffff;
}

#sidebar-first .accordion {
  padding-bottom: 5px !important;
  border-bottom: 1px solid #ebebeb !important;
}

#sidebar-first {
  background: transparent !important;
  padding: 0 !important;
}

#sidebar-first .accordion>div {
  background: #ebebeb;
  padding: 6px;
  border-left: 2px solid #343434;
  border-bottom: 1px solid #343434;
  border-right: 1px solid #343434;
}


#sidebar-first>.accordion>.toggle,
#services_accordion>.toggle {
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

#sidebar-first>.accordion>.toggle:hover {
  background: #676767;
}

#services_accordion>.toggle:hover {
  background: #676767;
}

#services_accordion>.toggle .col_left h3 {
  line-height: 90px;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  #services_accordion>.toggle .col_left h3 {
    line-height: 50px;
  }
}

.panel-newcard {
  border-bottom: none !important;
  background: #fff !important;
  box-shadow: inset 0 -15px 20px -20px #000;
}

.panel-newcard .btn {
  padding: 8px 20px !important;
  width: 100%;
}

.panel-newcard form {
  display: none;
  background: transparent !important;
  padding: 2px 0 0 !important;
}

.panel-newcard form input[type=submit] {
  margin: 0 !important;
}

.block-credit-cards {
  background: #333 !important;
  text-align: center;
}

.block-credit-cards img {
  vertical-align: middle;
  margin: 0 2px;
}

#create_new_card_sidebar input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  ;
  line-height: 1.5;
  color: #495057;
  background-color: #eee !important;
  background-clip: padding-box !important;
  ;
  border: 1px solid rgb(215, 215, 215);
  border-width: 1px !important;
  border-radius: 0.25rem;
  outline: 0;
}

#create_new_card_sidebar input[type="text"]:focus {
  color: #495057;
  background-color: #fff !important;
  border-color: rgba(200, 200, 200, 0.25);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(235, 235, 235);
  box-shadow: 0 0 0 0.2rem rgb(235, 235, 235);
}

.vuselect {
  font-size: 13px !important;
  /*  border: 1px solid #fff !important;*/
  border: 1px solid rgba(220, 2, 45, 0.15) !important;
  border-bottom: 2px solid #dc022d !important;
  user-select: none;
}

.vuselect * {
  user-select: none;
}

.vuselect li {
  margin-top: 0px !important;
  padding: 6px 8px !important;
  border-bottom: 1px solid #cacaca !important;
}

.vuselect li:hover {
  background: #f0f0f0;
  box-shadow: inset 3px 0px 0 0 #000;
}

.vuselect li.notActive {
  cursor: not-allowed !important;
}

.vuselect li.notActive label {
  cursor: not-allowed !important;
}

.vuselect li label {
  font-size: 0.9em;
}

.vuselect li.notActive label {
  color: #343434;
}

.vuselect li.active.notActive,
.vuselect li.notActive:hover {
  background: #FFF !important;
}

.vuselect .options_wrapper {
  display: none;
  top: 24px !important;
  left: -1px !important;
  border: 1px solid #343434 !important;
  box-shadow: 0 15px 10px -15px #000 !important;
}

.vuselect.vuopen .options_wrapper {
  display: block !important;
}

.half:not(.last) .vuselect .options_wrapper {
  left: -1px !important;
}

.half.last .vuselect .options_wrapper {
  right: -1px !important;
}

.vuselect.vuopen {
  border: 1px solid #343434 !important;
}

.row-info {
  position: relative;
  min-height: 23px;
}

.row-info .packToggleDetails {
  position: absolute;
  top: 0;
  left: -10px;
  height: 23px;
  color: #fff !important;
  background-color: #dc022d !important;
  padding: 4px 8px !important;
  margin: 0 !important;
}

.row-info .packToggleDetails::after {
  content: " ";
  border-left: 23px solid #dc022d;
  border-bottom: 23px solid transparent;
  position: absolute;
  top: 0;
  right: -23px;
}

@media (min-width: 769px) {
  .btn-checkout-spalla2 {
    display: none !important;
  }
}

.btn-checkout-spalla2 {
  font-size: 16px !important;
  padding: 20px 1em !important;
  margin: 10px 0 0;
  line-height: 1;
  float: right;
  max-width: 300px;
  width: 100% !important;
}

.btn-checkout-spalla2 .cart_total {
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.service-added img {
  width: 18px;
  width: 18px;
  margin: 0 10px 0 0;
  vertical-align: -4px;
  transform: scale(1.5);
}

.custom-boot .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 8px -15px;
}

.custom-boot:not(.services_list) .row {
  margin-top: 20px;
}

.custom-boot .form-item {
  margin: 0;
}

.custom-boot .form-item label {
  margin: 3px 0 1px;
}

.custom-boot .form-item input[type="text"],
.custom-boot .form-item select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-size: 14px !important;
  line-height: 1.5;
  color: #495057;
  background-color: #f6f6f6;
  background-clip: padding-box;
  border: 1px solid rgb(215, 215, 215);
  border-width: 1px !important;
  outline: 0;
}

.custom-boot .form-item input[type="text"]:focus,
.custom-boot .form-item select:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(200, 200, 200, 0.25);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgb(235, 235, 235);
  box-shadow: 0 0 0 0.2rem rgb(235, 235, 235);
}

.custom-boot .form-item input[type="text"]:disabled,
.custom-boot .form-item select:disabled {
  border-color: #9e9e9e !important;
  background-color: #e9e9e9;
  -webkit-box-shadow: 0 0 0 30px #e9e9e9 inset;
  cursor: not-allowed;
}

.custom-boot label span.mandatory {
  color: #dc002d;
}

.row h3 {
  color: #000;
  padding-left: 15px;
  margin: 0;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-md-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-md-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-md-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-md-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-md-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-md-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-md-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-md-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-md-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 768px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-width {
    display: none;
  }
}

@media (min-width: 768px) {
  .col-sm-width {
    display: none;
  }
}