.tooltip-inner {
background-color: #deb01a;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #deb01a !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #deb01a !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #deb01a !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #deb01a !important;
}

.card-body h2.card-title
{
  text-transform: uppercase;
}

main
{
  min-height:500px;
}

.basketError {
  border: 3px solid red !important;
}

.section-title:after {
  background:none !important;
}

.long-text p{
    margin-bottom:0;
}

/* fix menu mobile */
@media only screen and (max-width : 767px) {
	.dropdowns ul li a i {
    -webkit-animation: r 1s linear both;
    animation: r 1s linear both;
  }

  .dropdowns .hidden-list.active {
       display: none!important;
  }
}
