.toast.topright{
	top: 0;right: 0;position: absolute;
}

.toast .toast-body.success{
	background-color: #36b4ff;color: #FFF;
}

.toast .toast-body.error{
	background-color: #f03131;color: #FFF;
}

.checkout .form-group input{
  height: 40px;
}

.checkout .shipping_calculator .custom_select .select2-container--default .select2-selection--single {
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
}

.checkout .shipping_calculator .custom_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
  /*color: #919191;*/
  font-weight: 600;
}




.odr_success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

.odr_success i {
    font-size: 55px;
    color: #28a745;
}

.odr_success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

.odr_success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}


.display-2{
  color: #FFF;
}



.social-links li{
  float: left;
  padding: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 480px) {
  .cartPage .table td {
    padding: 5px 15px !important;
  }
  .cartPage .table .product-name{
  	font-size: 1.5rem
  }
  .detailsD .details .table td{
  	display: table-cell;
  }
  .detailsD .details .table td.cart_total_label { 
    width: 70%; 
  }
  .detailsD .details .table td.cart_total_amount { 
    width: 30%; 
  }
  .cart-totals{
  	padding: 30px 15px;
  }

  .toast.topright {
	  top: 0;
	  right: 0;
	  position: fixed;
	  z-index: 99999;
	}
}
