/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 .product-description-short.text-muted ul{
	 list-style: disc;
    padding-left: 10px;
	text-align:left;
 }
button.confirmation,
button.continue {
 width:250px!important;
 margin-left: auto!important;
  margin-right: auto!important;
}
.btn-secondary,
.btn-primary {
   border-radius: 5px!important;
}

img.tbi {
      height:80px!important;
      width: auto!important;
    
}
.tbi-info {
   margin-top:10px!important;
   font-size:18px!important;
   text-transform:uppercase!important;
   text-align:center!important;
   
}
.aaa {
 color:#FF6F61!important;
}
#shipping-new .select2-container {
	width:100%!important;
}
.card.mt-2.d-print-none{
	display:none!important;
}
.my-account-side-links .link-item .material-icons{
	font-size: inherit!important;
}