#product_images .carousel-thumbs {
  width: 100%;
  display: flex !important;
  align-items: normal !important;
}
 #product_images .carousel-thumbs a {
  display: block;
  background: #f8f8f8;
  border: 1px solid transparent !important;
}
 #product_images .carousel-thumbs a.active {
  border: 1px solid #0221c4 !important;
}
 #product_images .carousel-thumbs a img {
  height: 100% !important;
  object-fit: contain;
  background-color: transparent !important;
}

#product_images .carousel-thumbs a, .kit_product_info .carousel-thumbs a {
 flex: 0 0 auto;
}


/*HIDE Share design product feature link */
#price_calculator .card-header #generate_link {
    display: none;
}
/*END hide */

#price_calculator #productpricetotal #producttotalprice span {
    font-size: 0.9rem !important;
}

.bg-info{
    background-color: #080808 !important;
}

.btn-primary{
    border-color: #B03077;
    color: #B03077 !important;
    background: #fff;
}

.btn-primary:hover{
    border-color: #B03077;
    color: #fff !important;
    background: #B03077 !important;
}

#templates_listing_area .card-footer a.btn{
    width: 100%;
}

#avatar{
    background-color: #B03077 !important;
}

.navbar .container .collapse .navbar-nav .nav-item .dropdown-menu li{
    padding: 2px 0 2px 0;
}

.awesome-bar{
    background-color: #f575b0 !important;
    background-image: none;
}