/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  padding-right:0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/***********************/
.floating-action-button-container {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: inline-block;
    z-index: 9;
}
.floating-action-button {
	display: block;
	background-color: var(--green-color);
	/*width: 250px;*/
	border-radius: 12px;
	font-size: 15px;
	padding: 9px 10px 10px 10px;
	line-height: 1.2;
	border-width: 0px;
	letter-spacing: 0.7px;

	min-width: 55px;
  	min-height: 55px;
}
.floating-action-button .icon-badge {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 40px;
}
.floating-action-button i {
    font-size: 21px;
    color: #fff;
}
.floating-action-button span.cartCount.badge {
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
	color: #fff;
	background-color: #e41e3f;
	position: absolute;
	top: -2px;
  	right: -1px;
	padding: 0;
	text-align: center;
	height: 17px;
	width: 17px;
	border: 0;
	border-radius: 5px;
}
.floating-action-button span.title {
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap !important;
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.rabies-note {
	padding: 20px 15px;
	font-size: 90%;
	color: #737373;
	text-align: justify !important; 
	text-justify: inter-character !important;
}
/***** My Order List user Page *********/
#filterOrderModal {
	top: 150px;
}
#filterOrderModal .modal-content {
	padding: 20px;
}

/*######################################################*/
/*---- New ShoppingCart Pages v 4.8 [1-8-2021] ---------*/
/********** ShoppingCart page **************/

.checkout-wrap {
    position: relative;
    margin: 130px auto 0;
}
.checkout-bar li.next::after, ul.checkout-bar {
    background-color: #ececec;
}
ul.checkout-bar {
    position: absolute;
    top: -90px;
    width: 90%;
    height: 6px;
    margin: 0 auto 20px 5%;
    padding: 0;
    border-radius: 6px;
    background-size: 35px 35px;
}
.checkout-bar.first {

}
ul.checkout-bar li.visited::after {
    background-color: #3bb54a;
}

ul.checkout-bar::before  { /*ul.checkout-bar li.visited::after*/
    position: absolute;
    left: 0;
    width: 17%;
    height: 6px;
    border-radius: 6px;
    background-color: #3bb54a;
    background-size: 35px 35px;
    content: " ";
}
ul.checkout-bar li.active {
    z-index: 2;
    color: #444;
    background: 0 0;
}
ul.checkout-bar li {
    display: inline-block;
    position: relative;
    width: 32%;
    margin: 24px 0 0;
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
}

ul.checkout-bar li.active::before {
    z-index: 3;
    background: #fff;
    color: #000;
    border: 4px solid #4cb32b;
}

ul.checkout-bar li.next::before {
    z-index: 3;
    background: #fff;
    color: #CBCBCB;
    border: 4px solid #CBCBCB;
}
ul.checkout-bar li:first-child::before {
    content: "1";
}
ul.checkout-bar li:nth-child(2)::before {
    content: "2";
}
ul.checkout-bar li:nth-child(3)::before {
    content: "3";
}
.checkout-bar li:nth-child(3)::after {
	width: 66% !important;
}
ul.checkout-bar li::before {
    position: absolute;
    z-index: 4;
    top: -40px;
    left: 43%;
    width: 26px;
    height: 26px;
    border: 4px solid #CBCBCB;
    border-radius: 50%;
    color: #CBCBCB;
    background: #fff;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
}
.checkout-bar li.active::after, .checkout-bar li.next::after {
    position: absolute;
    z-index: 0;
    top: -24px;
    left: 50%;
    width: 100%;
    height: 6px;
    background-size: 35px 35px;
    content: "";
}
.checkout-bar li.active::after, .checkout-bar li.next::after {
    background-color: #CBCBCB;
}
.checkout-bar li.second::after {
	background-color: #3bb54a;
}
ul.checkout-bar a {
	font-weight: 600;
	font-size: 14px;
	color: #384144;
    text-decoration: none;
    touch-action: manipulation;
}
ul.checkout-bar li.next::after {
    background-color: #CBCBCB;
}
.remove-cart-item {
	border: none;
	background-color: transparent;
	padding: 0;
}
.remove-cart-item i.fa-times {
	width: 12px;
	height: 12px;
	font-size: 12px;
	color: #e2401c;
}

.cart-block {
	display: flex;
	border-bottom: 1px solid #f2f2f2;
	background-color: #fff;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
}
.cart-item:not(.tiny-cart) .cart-block {
	min-height: 70px;
}

.cart-block > div {
	display: flex;
	align-content: start;
	align-items: center;
	/*flex-direction: column;*/
}
.cart-block .item-title a {

	color: #111;
}
.cart-item.tiny-cart .cart-block, .cart-item.tiny-cart .cart-block .item-title a {
	font-size: 12px;
}
.cart-item.tiny-cart .cart-block > div {
	padding: 2px 5px;	
}
/***** right side *********/
#CheckoutBlock {
	overflow: hidden;
}
.checkout-block {
	border: 1px solid #f2f2f2;
	background-color: #fff;
	font-size: 15px;
	color: #384144;
	overflow: hidden;
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
	font-weight: 500;
}
.cart-subtotal {
	overflow: hidden;
	padding: 15px 0;
}
.cart-total {
	overflow: hidden;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 600;
}
.bottom-border {
	border-bottom: 1px solid #e2e2e2;
}
.checkout-button {
	padding: .8em 0;
	background: #4CB32B;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	border-radius: 11px;
	width: 100%;
	border: none;
	letter-spacing: 1px;
}
.checkout-button:active, .checkout-button:focus, .checkout-button:hover { 
	background: #4CB32B;
	color: #fff;
}
@media (max-width: 767px) {

	ul.checkout-bar a {
		font-weight: 500;
		font-size: 13px;
	}
	.checkout-block-container {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/***** Checkout page *********/
/* login modal **/
.modal.login-modal {
	top: 100px;
}
.checkout-page-Welcome-user {
	display: none;
}
/****/
.register-title {
    color: #131315;
    display: block;
    margin: 0;
    line-height: 1.4;
    font-size: 25px;
    font-weight: 300;
    padding: 18px 14px;
    position: relative;
}

.UserNotes .alert.alert-danger {
    display: block;
}
.special-control {
    overflow: hidden;
}
.special-control label.form-label {
    font-weight: 300;
}
.special-control input.form-control {
    border: none;
    /*background-color: #f8f8f8;*/
    /*height: 40px;
    padding: 0 .7em;*/
    box-shadow: none;
}
.special-control textarea.form-control {
    border: none;
    background-color: #fff;
    padding: 0 .7em;
    box-shadow: none;
}

#AccordionPMethod.panel-group {
    border: 1px solid #e2e2e2 !important;
    box-shadow: none;
    margin-bottom: 0;
}
#AccordionPMethod.panel-group .form-check-label {
    font-weight: 500;
    color: #222;
    padding: 0 10px;
}
#AccordionPMethod.panel-group img {
    max-width: 70px;
}
#AccordionPMethod .panel-title {
    margin-top: 10px;
    margin-bottom: 10px;
}
#AccordionPMethod .panel-collapse > .panel-body {
    border-top: 0 !important;
    font-size: 12px;
}

/********************************************************/

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/************ Order Processing Page ********************/
.PleaseWaitWhileProcessing
{
	text-align: center;
	font-size:30px;
	line-height:40px;
	height:40px;
	margin:20px;
	color:#008cc9;
}
.ProcessingclockContainer
{
	position:relative;
	width:145px;
	height:145px;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}
#clock
{
	position:absolute;
	left: 50%;
	 top: 50%;
	transform: translate(-50%, -50%);
}
#clock span
{
	font-size:36px;
	color:rgba(0, 140, 201, 0.5);
}
#Processingclock,
#Processingclock::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
#Processingclock {
  margin: 10px auto;
  font-size: 10px;
  
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 140, 201, 0.2);
  border-right: 1.1em solid rgba(0, 140, 201, 0.2);
  border-bottom: 1.1em solid rgba(0, 140, 201, 0.2);
  border-left: 1.1em solid #008cc9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
/***********************End of Order Processing Page ***********************************/

/*************** Custom CSS **************/
.input-group-addon {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
/***** fix datepicker when showed the input is not the last element so the border-radius become 0 */
.input-group .form-control.datepicker-past:not(:last-child) {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.form-label {
    font-size: 15px;
    font-weight: 400;
    color: #7e7e7e;
    margin-bottom: 5px;
}
.form-label.darker {
    font-weight: 500;
    color: #000;
    font-size: 14px;
    
}
.text-muted {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.3px;
}
.form-control {
  background: #fff;
  height: 54px;
  padding: 15px 25px;
  border-radius: 16px;
  border: 1px solid #CACACA;

}
.form-control:active, .form-control:focus {
  border: 1px solid #4CB32B;
  box-shadow: none;
}

.banner-wrapper {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: var(--green-color);
  /*margin-bottom: -40px;*/
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 40px;

  overflow: hidden;
}
.banner-wrapper.shape-1 {
  position: relative;
  z-index: -1;
}
.banner-wrapper .inner-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}
.banner-wrapper .inner-wrapper h2 {
    color: #fff;
    font-size: 24px;
    /*font-weight: 600;*/
    margin-bottom: 8px;
    margin-top: 0;
}
.banner-wrapper .inner-wrapper p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    margin-top: 0;
}
@media (max-width: 767px) {
    .text-muted {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: -0.3px;
    }
    .banner-wrapper {
        padding-bottom: 25px; 

    }
    .menu-logo-container {
    	height: 131px;
    }
}
/******************************************************/
.card {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 1px solid #DDD;
  border-radius: 8px;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 12px;
  
}
.card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.card-body {
  display: flex;
  align-items: center;
  padding: 1.25rem 1.25rem 1rem 1.25rem;
  flex: 1 1 auto;
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-color: #f0f1f5;
  background: transparent;
  padding: 0.5rem 1.875rem 0.5rem;
  border-radius: 0.5rem !important;
}
.card-animal-footer {
    min-height: 30px;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.75rem - 1px) calc(0.75rem - 1px);
}
.card-body .media-80 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
}

.card-body .card-info {
  width: 100%;
}
.card-info .title {
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0;
  font-size: 16px;
  color: #212529;
  letter-spacing: 0.2px;
}
.card-info .title a {
    color: #212529;
}
 .card-body .info-block {
    margin-bottom: 3px;
 }
 .card-body .info {
  color: #7e7e7e;
  display: block;
  font-weight: 400;
  font-size: 14px
}
.align-items-center {
  align-items: center !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.d-flex {
  display: flex !important;
}
.large-icon {
    font-size: 60px;
    color: #B1B1B1;
}
.ms-2 {
  margin-left: 1rem !important;
}
.tiny-icon {
    color: var(--green-color);
    font-size: 16px;
}
.tiny-icon.gray {
    font-size: 13px;
    color: #b5b5b5;
}
.shadow-icon {
    background-color: #fff;
  color: #b5b5b5;
  border-radius: 50%;
  margin-left: 8px;
  font-size: 17px;
  cursor: pointer;
} 
.shadow-icon:hover, .shadow-icon:focus {
    background-color: #fff;
  color: #b5b5b5;
}
.shadow-icon.ripple-hover:hover, 
.shadow-icon.ripple-hover:focus {
    color: #fff;
    background-color: var(--green-color);
}
.shadow-icon.warning {
  color: #f0ad4e;
} 
.shadow-icon.danger {
  color: #d43f3a;
} 
.shadow-icon.sucess {
  color: #5cb85c;
} 
.price-item {
    /*color: #7e7e7e;*/
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: var(--green-color);
}
.renewal-block {
    margin-top: 3px;
}
.component-point {
}
.component-point::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Solid';
    font-weight: 900;
    margin-right: 4px;
    color: var(--green-color);
    font-size: 11px;
}
.component-point span.price {
    color: #7e7e7e;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    margin-right: 4px;
}
.component-point span.comp {
    color: var(--text-color);
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
}
.animal-card .popover-title {
    font-weight: 500;
}
.fa-database::before {
    content: "\f1c0";
}
.fa-syringe::before {
    content: "\f48e";
}
.fa-birthday-cake::before {
    content: "\f1fd";
}
.fa-paw::before {
    content: "\f1b0";
}
.fa-file-invoice-dollar::before {
    content: "\f571";
}
.fa-cat::before {
    content: "\f6be";
}
.fa-question-circle::before {
    content: "\f059";
}
.fa-exclamation-triangle::before {
    content: "\f071";
}
.fa-check-circle::before {
    content: "\f058";
}
.fa-calendar-times::before {
    content: "\f273";
}

/********* Forms ************/
.animal-renew-form {
    padding: 0 15px;
}
div.message-toast .bg-success {
    
    background-color: #fff;
    color: #69b369;
    border: 1px solid #71b971;

    padding: 2px 10px 2px 10px;
    border-radius:6px 0 6px 0;
    font-size: 14px;

    letter-spacing: -0.2px;
    display: inline-block;
}
div.message-toast .bg-success::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Solid';
    font-weight: 800;
    font-size: 14px;
    padding-right: 10px;
    color: #5cb85c;
}
div.message-toast .bg-danger {
    padding: 2px 20px;
    border-radius: 6px 0 6px 0;
    font-size: 14px;

    background-color: #fff;
    color: #d43f3a;
    border: 1px solid #d43f3a;

    letter-spacing: -0.2px;
    display: inline-block;
}
div.message-toast .bg-danger::before {
    content: "\f00d";
    font-family: 'Font Awesome 5 Solid';
    font-weight: 800;
    font-size: 14px;
    padding-right: 10px;
    color: #d43f3a;
}

div.message-toast .bg-warning {
    
    background-color: #fff;
    color: #ff3b30;
    border: 1px solid #ff3b30;

    padding: 2px 10px 2px 10px;
    border-radius:6px 0 6px 0;
    font-size: 14px;

    letter-spacing: -0.2px;
    display: inline-block;
}
div.message-toast .bg-warning::before {
    content: "\f058";
    font-family: 'Font Awesome 5 Solid';
    font-weight: 800;
    font-size: 14px;
    padding-right: 10px;
    color: #ff3b30;
}
.animal-renew-form .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 230px;
    font-size: 13px;
}
.animal-renew-form .bootstrap-datetimepicker-widget table td.day {
  line-height: 19px;
}
.animal-renew-form .bootstrap-datetimepicker-widget.dropdown-menu .table-condensed > tbody > tr > td,
.animal-renew-form .bootstrap-datetimepicker-widget.dropdown-menu .table-condensed > thead > tr > th {
    padding: 1px;
}


/******************** Order done page **************/
.order-complete-confirmation {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 16px;
}
.hr-green {
  font-size: 1px;
  line-height: 1px;
  border-top: 1px solid #b6fcb4;
}
.hr-gray {
  font-size: 1px;
  line-height: 1px;
  border-top: 1px solid #dfdfdf;
}
.border-right {
    border-right: 1px solid #dfdfdf;
}
.margin-bottom-xl {
    margin-bottom: 20px;
}
.order-confirm-icon {
    height: auto;
    border: 0;
    max-width: 120px;
    width: 100%;
}
.order-confirm-header {
    color: #4cb32b;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
}
.order-confirm-header-sm {
    color: #555555;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
     padding-bottom: 10px;
  margin-bottom: 30px;
}

.order-confirm-p {
    color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.order-confirm-tiny-head {
    color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  text-align: left;
}
.order-confirm-tiny-head.text-center {
    text-align: center;
}
.order-confirm-p-2 {
    color: #7e7e7e;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.order-confirm-p-2 {
    color: #7e7e7e;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
}
.order-tiny-block {
    padding: 4px;
    text-align: center;
}
.order-tiny-img {
    height: 27px;
}
.order-tiny-text {
    margin:0;
    font-size:13px;
    text-align:center;
    color: #555555;
    line-height: 36px;
}
.order-tiny-block span {
    color:#999999;
    font-size:14px
}
.order-tiny-block strong {
    font-weight: 600;
}

.confirmation-table-head {
    background-color: #4cb32b;
    border-right: 1px solid #ffffff;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.confirmation-table-data {

}
.confirmation-table-data i {
    padding-right: 10px;
}
.confirmation-table-total {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.confirmation-table-total span{
    text-indent: 20px;
    display: block;
}
.fa-print::before {
    content: "\f02f";
}
.address-title {
    color: #2ca600;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    
    display: none !important;
}
.address-jumbotron {
    border: 2px dashed #4cb32b;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    padding: 30px;
    box-shadow: 0px 1px 10px -4px rgba(0,0,0,0.4);

    display: none !important;
}
/*****************************/
@media (max-width: 767px) {
    .card-body {
      padding: 1.25rem 1.25rem 0.2rem 1.25rem;

    }
    .animal-renew-form .bootstrap-datetimepicker-widget.dropdown-menu {
        width: 210px;
    }
    .animal-renew-form .input-group-addon {
        font-size: 12px;
        vertical-align: middle;
    }
    .animal-renew-form .input-group-addon input {
        vertical-align: middle;
    }

    div.message-toast .bg-success, div.message-toast .bg-danger {
        font-size: 13px;
    }

    .order-confirm-header {
        font-size: 26px;
    }

    .order-tiny-text {
        line-height: 26px;
        font-size: 12px;
    }
    .order-tiny-block span, .order-tiny-block strong {
        display: block;
    }
    .letter-spacing--3 {
        letter-spacing: -0.3px;
    }

}


/***************************** Print CSS ************************/

.visible-print-only {
    display: none;
}

@media print  {
    .confirmation-table-head {
        background-color: #4cb32b !important;
        border-right: 1px solid #ffffff !important;
        color: #fff !important;
        padding-top: 5px;
        padding-bottom: 5px;
        overflow: hidden;

    }

    .visible-print-only {
        display: initial !important;
    }
    .hidden-print {
        display: none !important;
    }
    .order-complete-confirmation {
        width: 600px !important;
        border: 1px solid #555555;
        border-radius: 16px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .col-pr-4{
        width: 33.33333333% !important;
        float: left;
    }
}