.btn, .accordion-group, .select2-selection, input, textarea{
  border-radius: 0 !important;
}
.accordion-group {
  border: 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: #0090c5 !important;
}

.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.select2-dropdown{
  border-radius: 0 !important;  
}

.popover{
    max-width:600px;
    top: 60px!important;
    left: 298px!important;
}
.popover.right .arrow {visibility:hidden;}

#cart-counter{
  font-size: 1.2em;
}
#addToCartModal{
  margin-top: 15%;
}
#shdowCartModal{
  margin-top: 15%;
}
.modal-content{
  border-radius: 1px!important;
}
#errors, #response{
  text-align: left!important;
}

.cad-format{
  width: 100%!important;
  margin: 20px 0;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.download-link{
  padding-top: 20px;
}

.code-search{
  margin-right: 20px; 
  width: 269px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: #ffffff;
  border: 0px;
}

.caption{
  min-height: 50px;
}


@media (max-width: 768px) {
  table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 1px;
  }

  #datatable {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .add-to-quotation{
    max-width: 40px;
    height: 30px;
  }  
  .all{
    max-width: 52px;
  }
}

.breadcrumb a {
  color: #69ca98 !important;
}

.list-group-item a {
  color: #69ca98 !important;
}

#nomenclature:before { content: none;}
#nomenclature a {
   color: #555;
   white-space: nowrap;
}

.img-active{
  line-height: 195px;
  height: 200px;
  border: 1px solid #aaaaaa;
  text-align: center;
}

.category-images{
  padding: 5px;
}
.vertical-center{
  display: inline-block !important;
  vertical-align: middle;
  max-height: 180px;  
}

.logo.left {
  padding-right: 30px;
  border-right: 2px solid #000;
}
.content{
  background-color: #ffffff;
}

.img-active{
  background-color: #ffffff;
}

.add-to-quotation {
  max-width: 40px;
  height: 30px;
  border-radius: 0;
}
.btn-add-to-cart {
  height: 30px;
  padding-top: 5px;
  margin-left: 10px;
  border-radius: 0;
  background-color: #f60606;
}

.btn-add-to-cart:hover {
  background-color: #000000b3;
}

.tbCell__pnLink{
  color: #f60606;
}

.tbCell__pnLink:hover {
  color: #000000b3;
}

.form-group.select2-selection--single {
  height: auto;
}

.form-control-feedback {
	position: absolute;
	top: 50%;
	right: 0;
  transform: translateY(-25%);
	z-index: 2;
	display: block;
	text-align: center;
	pointer-events: none;
}

#resetButton {
  margin-top: 20px;
}

.configurator__col label {
  margin-bottom: 0;
  font-weight: 400;
}

.configurator__col .form-group {
  margin-bottom: 12px;
  font-size: 16px;
}

.btn-confirm-addtocart {
  padding: 10px 20px;
  background-color: #f60606;
  border: none;
}

.btn-confirm-addtocart:hover {
  background-color: #000000b3;
}

.product_description {
  color: #333;
}

.product_description p {
  line-height: 2.75rem;
  margin-top: 3rem;
}

.product_description ul {
  margin: 1rem 0;
}

.product_description ul,
.product_description li {
  list-style: inside none disc;
}
.product_description li {
  line-height: 2.5rem;
  font-size: 16px;
}

.product_description>h3:first-of-type {
  margin-top: 8px;
}

.darker {
  color: #333333 !important;
}

.product_description,
#cad_container,
#pricingSection,
.cart-info ,
#sales_drawing {
  margin-bottom: 3rem;
}

#sales_drawing {
  margin-top: 4rem;
}