:root {
  --primary: #DC3545;
  --secondary: #FFECF1;
}


body{
  //font-family: 'Playfair Display';
  font-family: 'Sansita';
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.container{
	max-width: 90% !important;
}

	input[type='radio']:checked:after {
		width: 15px;
		height: 15px;
		border-radius: 15px;
		top: -4px;
		left: -1px;
		position: relative;
		background-color: var(--primary);
		content: '';
		display: inline-block;
		visibility: visible;
		border: 3px solid white;
	}

.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: var(--primary) !important;
  background-color: var(--secondary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0px 0px 7px rgb(220 53 69) !important;
  
 
}

.btn-primary-line, .btn-primary-line:hover, .btn-primary-line:focus, .btn-primary-line:active {
    color: var(--primary) !important;
    background-color: #fff !important;
	border-color: var(--primary) !important;
}

.offcanvas #home-slider {position:relative;-webkit-filter:blur(5px) grayscale(100%);filter:blur(5px) grayscale(100%)}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    
				position: unset;
			}

	.btn-round{
		border-radius: 20px;
	}

	.text-primary{
		color: var(--primary) !important;
	}
	
	.bg-primary{
		background: var(--primary) !important;
	}
	
	.text-secondary{
		color: var(--secondary) !important;
	}
	
	.bg-secondary{
		background: var(--secondary) !important;
	}

section{
  padding: 20px 0px;
}

.m-hide{
	display:block;
}
.m-show{
	display:none;
}
@media only screen and (max-width: 600px) {
  .m-hide{
		display:none !important;
	}
	.m-show{
		display:block;
	}
	
  }
  
	.form-control{
		border-radius: 20px;
		border: 1px solid #9A9A9A;
	}
	
	.form-control:focus{
		border: var(--secondary);
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgb(220 53 69);
	}
	
	.tabs-cyan {
			border-bottom: 3px solid #9A9A9A;
			padding-bottom: 5px;
			justify-content: center;
		}
		.tabs-cyan li a{
			color: black;
		}
		
		.tabs-cyan li .active, .tabs-cyan li:hover {
			color: var(--primary);
			background: var(--secondary);
			border-radius: 20px;
		}
		
	/* card */
		.card {
			border: 1px solid var(--secondary);
			box-shadow: 0 .5rem 1rem var(--secondary)!important;
		}
		.card-header {
			background-color: rgb(255 236 241);
			border-bottom: 1px solid var(--secondary);
		}
	
	/* pagination */
	.pagination .page-item .page-link{
		margin: 0px 5px;
		border-radius: 48px;
		padding: 3px 17px 5px 18px;
		font-size: 30px;
		color: var(--primary);
		box-shadow: 1px 2px 9px var(--primary);
		border: unset;
	}
	
	.pagination .active .page-link{
		color: #ffffff;
		background: var(--primary);
	}
	.pagination {
		justify-content: center;
	}
	
	.pass-div{
		display:none;
	}
	
	.section-border{
		box-shadow: 0px 0px 4px darkgrey;
		border-radius: 10px;
	}
	
	.section-border-primary{
		box-shadow: 0px 0px 4px var(--primary);
		border-radius: 10px;
	}
	
	.section-border-secondary{
		box-shadow: 0px 0px 4px var(--secondary);
		border-radius: 10px;
	}
	
	@-moz-document url-prefix() {
	   img{
		width: -moz-available;
	  }
	}

/******* navigation start **************/
.navbar {
  padding: .5rem 2rem;
}
nav a {
  color: #0F172A;
}
nav .nav-icons a i{
  padding: 0px 9px;
  font-size: 21px;
}
nav .nav-icons .hart-badge{
   position: absolute;
    padding: 3px 6px 4px 6px;
    font-size: 10px;
    top: 19px;
    right: 65px;
}
nav .nav-icons .shopping-badge{
   position: absolute;
    padding: 3px 6px 4px 6px;
    font-size: 10px;
    top: 19px;
    right: 30px;
}

nav .navbar-nav li a:hover,  nav .navbar-nav .active a{
	color: var(--primary);
    background: var(--secondary);
    border-radius: 20px;
}

/* search */
nav .search{
    padding: 5px 12px;
    border: 1px solid #efc7d1;
    border-radius: 23px;
    width: 17%;
    display: flex;
    align-items: center;
    margin: 0px 20px;
}
nav .search input{
  border: unset;
  background: transparent;
  font-size: 12px;
    width: 90%;
}

nav .search input:focus {
  outline: none;
}

nav .search i{
  font-size: 12px;
}

nav .search-icon, .search-icon{
  display: none;
}
.search-icon{
  display: none !important;
}


.dropdown-item.active, .dropdown-item.active:hover {
    background-color: var(--primary);
	color:#fff;
}

.home-slider .carousel, .home-slider .carousel-inner, .home-slider .carousel-item{
	position: unset;
}

.dropdown-menu1 {
    left: -48px;
}



@media only screen and (max-width: 600px) {
  .navbar {
    padding: .5rem 0.5rem;
  }

  nav .search-icon{
    display: flex !important;
  }

  nav .search{
    display: none;
    width: 100%;
  }
	nav .nav-icons .hart-badge{
		right: 45px;
	}
	
	nav .nav-icons .shopping-badge{
		right: 6px;
	}
  

}

/******* navigation end **************/


/******* navigation header start **************/

	#nevigation-header{
		background: var(--secondary);
		height: 220px;
		padding: 10px;
		color:#525252;
		background-image: url('../images/nav_bg.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	
	#nevigation-header h3{
		color: #000000;
		font-weight: 900;
		font-size: 40px;
		background: #ffffff91;
		padding: 5px 40px 0px 40px;
		margin-bottom: 0px;
		border-top-right-radius: 30px;
		border-top-left-radius: 30px;
		box-shadow: 0px 0px 50px 10px white;
	}
	
	#nevigation-header i{
		font-size: 12px;
		padding: 0px 3px;
		color:#000000cc;
	}
	#nevigation-header p{
		color:#000000cc;
		background: #ffffff91;
		padding: 10px 60px 10px 60px;
		border-bottom-right-radius: 30px;
		border-bottom-left-radius: 30px;
		box-shadow: 0px 5px 30px 0px white;
	}
	
	@media only screen and (max-width: 600px) {
		#nevigation-header{
			height: 150px;
		}
		
		#nevigation-header h3 {
			font-size: 25px;
		}
	}

/******* navigation header end **************/


/******* home slider Start **************/
#home-slider{
  background: var(--secondary);
  padding: 10px;
}
#home-slider #carouselExampleControls{
	background-color: white;
	border-radius: 30px;
  
}
#home-slider .carousel-item img{
	height: 50%;
	width: 50% !important;
	object-fit: unset !important;
	//object-fit: contain;
}
@media only screen and (max-width: 600px) {
  #home-slider .carousel-item img{
	height: 255px;
    border-radius: 20px;
    width: 100% !important;
    object-fit: contain;
  }
}

#home-slider .carousel-caption {
  left: 50%;
  right: 9%;
  top: 0%;
height: 506px;
}
#home-slider .carousel-caption .div{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#home-slider .carousel-caption h5{
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 74px;
    text-transform: capitalize;
    background: linear-gradient(180deg, #DC3545 27.08%, #23344E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#home-slider .carousel-caption p{
    font-family: 'Scheherazade New';
	font-style: normal;
	font-weight: 700;
	font-size: 62px;
	line-height: 72px;
    text-transform: capitalize;
    background: linear-gradient(180deg, #DC3545 27.08%, #23344E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#home-slider #carouselExampleControls .action-btn span{
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 0 3px #e1d8da;
  display: flex;
  align-items: center;
  justify-content: center;
  }
#home-slider #carouselExampleControls .action-btn span i{
  color: #fff;
}
#home-slider #carouselExampleControls .action-btn{
  opacity: 1;
}

	

/******* home slider end **************/


/******* Service info Start **************/



#service-info .service-icon img{
    height: 45px;
    width: auto;
    object-fit: contain;
}

#service-info .service-icon .i2{
    display:none;
}

#service-info .service-box:hover .i2{
	display:unset;
}
#service-info .service-box:hover .i1{
	display:none;
}

#service-info .service-box:hover{
    background: var(--secondary);
    box-shadow: unset;
    color: var(--primary);
}


/******* Service info end **************/


/******* new product start **************/
	.new-product{
		background: #F8F8F8;
		padding: 5px 15px;
		border-radius: 10px;
		position: relative;
	}
	.new-product:hover{
		background: #fff;
		box-shadow: 0px 0px 8px 8px var(--secondary);
	}
	.new-product .product-img img{
		height: 289px;
		width: -webkit-fill-available;
		object-fit: contain;
		margin: 10px 0px;
	  }
	  
	.new-product .product-img .secondary-img{
		//display: none;
			position: absolute;
		  top: 0;
		  bottom: 0;
		  left: 0;
		  right: 0;
		  height: 289px;
		  width: -webkit-fill-available;
		  object-fit: contain;
		  opacity: 0;
		   transition: all linear 0.5s;
		  background:white;
		  margin-top: 15px;
	}
	.new-product:hover .product-img .product__single{
		//display: none;
	}
	  
	.new-product:hover .product-img .secondary-img{
		 //display: unset;
		opacity: 1;
	}
	.new-product .product-info .product-description{
		font-size: 16px;
			color: #636363;
		text-transform: none;
		width: auto;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 72px;
		
	}
	
	.new-product .product-info .product-name{
		font-size: 20px;
		color:#000;
		text-transform: none;
		width: auto;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 48px;
		
	}
	.new-product .product-info .product-price{
		font-size: 20px;
		color:#636363;
	}
	.ratting span{
		padding-left: 4px;
		color: #625e5e;
	}
	 .ratting i{
		color: #D4D4D4;
	}
	
	.new-product .product-info .badges{
		border-radius: 30px;
		height: 4px;
		width: 4px;
		padding: 6px;
		margin-right: 5px;
	  }
	.new-product .product-info .size p{
		float: left;
		border-radius: 3px;
		background: #0000002e;
		margin-right: 5px;
		padding: 0px 4px;
		color: rgba(0, 0, 0, 0.5);
	  }
	  
	@media only screen and (max-width: 600px) {
		.new-product{
			padding: 5px 7px;
		}
		
		#products .pos{
			padding: 0px 5px;
		}
		
		.new-product .product-img img, .new-product .product-img .secondary-img{
			height: 172px;
		  }
	}
	
/******* new product end **************/


/******* product start **************/
	.pos:hover{
		text-decoration: unset;
		color:unset;
	}
  .product{
    padding: 5px;
    border-radius: 8px;
    padding-bottom: 20px;
  }

  .product:hover{
    box-shadow: 0px 0px 6px var(--primary);
  }

  .product .product-img img{
    height: 300px;
    width: -webkit-fill-available;
    object-fit: contain;
  }
  
  
  
  .product .product-img .secondary-img{
     display: none;
  }
  .product:hover .product-img .product__single{
    display: none;
  }
  
  .product:hover .product-img .secondary-img{
     display: unset;
  }
  .product .product-img .badge{
    position: absolute;
    left: 27px;
    top: 9px;
  }
  .product .product-info{
    padding: 14px 10px;
  }
  .product .product-info h4{
    font-size: 15px;
    font-weight: 800;
    margin-top: 10px;
	color: black;
  }
  .product .product-info p{
    color: var(--primary) !important;
    font-weight: 800;
    
  }
  .product .product-info .badges{
    border-radius: 30px;
    height: 4px;
    width: 4px;
    padding: 6px;
    margin-right: 5px;
  }
  .product .product-info .size p{
    float: left;
    border: 1px solid gray;
    border-radius: 3px;
    margin-right: 5px;
    padding: 0px 4px;
  }
  .product .product-info .ratting span{
    padding-left: 4px;
    color: #625e5e;
  }
  .product .product-info .ratting i{
    color: #D4D4D4;
  }

  @media only screen and (max-width: 600px) {
    .product{
      padding-bottom: 60px;
    }
    .product .product-img .badge{
      position: absolute;
      left: 19px;
      top: 56px;
    }
    .product .product-img img{
      height: 195px;
    }
  }
/******* product end **************/

/******* header-contaimer start **************/



/******* header-contaimer end **************/



/******* offer-grids start **************/

	#offer-grid .offer-box{
		position: relative;
		background: #F8F8F8;
		border-radius: 18px;
		color:#fff;
		margin-bottom: 30px;
		min-height: 400px;
		padding: 10px 0px;
		text-align: center;
	}
	
	#offer-grid .offer-box:hover{
		background: #fff;
		box-shadow: 0px 0px 8px 8px var(--secondary);
	}
	#offer-grid .offer-box img{
		height: 400px;
		width: -webkit-fill-available;
		object-fit: contain;
	}
	
	#offer-grid .offer-box .offer-contant{
		position: absolute;
		bottom: 70px;
		width: 100%;
		padding: 0px 10%;
	}
	#offer-grid .offer-box .offer-contant .box{
		background: #DC354599;
		padding: 10px;
		border-radius: 5px;
	}


/******* offer-grids end **************/


/******* featured-product start **************/

#featured-product .heading{
    color: var(--primary);
    font-size: 20px;
}
#featured-product .p-name{
    font-size: 25px;
    font-weight: 600;
}
#featured-product .p-info{
    font-size: 13px;
}
#featured-product .selle-price{
  font-size: 25px;
  font-weight: 900;
  color: var(--primary);
}
#featured-product .price{
  font-size: 25px;
  font-weight: 900;
  margin-left: 20px;
  color: #171717;
  text-decoration: line-through;
}
#featured-product .btn-primary{
  margin-left: 15%;
  padding: 4px 15px;
  border-radius: 22px;
}
#featured-product .timer{
  display: flex;
  justify-content: space-around;
}
#featured-product .timer .til{
  background: var(--primary);
  color: white;
  padding: 6px 12px;
  text-align: center;
  border-radius: 30px;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}
#featured-product .pimg{
  height: 400px;
  width: -webkit-fill-available;
  object-fit: contain;
}
#featured-product .pimg-bg{
  height: 380px;
  width: auto;
  object-fit: contain;
}

@media only screen and (max-width: 600px) {
  
}

/******* featured-product end **************/


/******* Popular Product Start **************/

	#Popular-Product .nav.nav-tabs {
		float: left;
		display: block;
		margin-right: 20px;
		border-bottom:0;
		border-right: 1px solid #ddd;
		padding-right: 15px;
		width: 27%;
		height: 400px;
		overflow: auto;
	}
	#Popular-Product .nav-tabs .nav-link {
		border: 1px solid transparent;
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
		background: #ccc;
	}

	#Popular-Product .nav-tabs .nav-link.active {
		color: white;
		background-color: var(--primary);
		border-radius: 10px;
	}
	#Popular-Product .nav-tabs .nav-link .texts{
		font-size: 18px;
		text-transform: none;
		width: auto;;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 25px;
	}
	#Popular-Product .nav-tabs .nav-link {
		background: #F8F8F8;
		border-radius: 10px;
		margin-bottom: 7px;
		color: rgba(0, 0, 0, 0.5);
		display: flex;
		justify-content: space-between;
		
	}
	#Popular-Product .tab-content>.active {
		display: block;
		min-height: 165px;
	}
	#Popular-Product .nav.nav-tabs {
		float: left;
		display: block;
		margin-right: 20px;
		border-bottom: 0;
		border-right: 1px solid transparent;
		padding-right: 15px;
	}
	
	.p-img{
		height: 300px;
		width: -webkit-fill-available;
		object-fit: contain;
	}
	
	@media only screen and (max-width: 600px) {
		#Popular-Product .nav.nav-tabs {
			float: unset;
			display: flex;
			width: auto;
			overflow-x: auto;
			flex-direction: initial;
			flex-wrap: nowrap;	
			height: auto;
			overflow-y: hidden;
		}
		
		#Popular-Product .nav-tabs .nav-link {
			margin-right: 8px;
			max-width: 185px !important;
			width: max-content;
		}
		
		#Popular-Product .nav-tabs::-webkit-scrollbar {
		  display:none;
		  width:0px;
		}
	}

/******* about us end **************/


/*********** Footer start **************/
footer{
  padding: 35px 20px 0px 20px;
  border-top: 8px solid var(--primary);
}
footer h5, footer p{
  color: #000000CC;
  font-size: 18px;
  
}
footer .info p{
  font-size: 15px;
  margin-top: 15px;
}
footer .links{
  text-align: left;
}

footer .links ul li a{
  margin-bottom: 3px;
  font-size: 14px;
  color: #000000CC;
}
footer .links ul li a:hover{
  color: var(--primary);
  text-decoration: none;
}
footer .media a{
	border-radius: 30px;
	background: var(--primary);
	color: white !important;
	padding: 2px 10px;
	margin-right: 5px;
}

footer .media a:hover{
  background: white;
  color: var(--primary) !important;
  border-color: var(--primary);
}

.copyright{
	background: #D4D4D4;
    color: #838383;
	font-size: 17px;
}

@media only screen and (max-width: 600px) {
	.copyright{
		margin-bottom: 75px;
		margin-top: -30px;
	}
}

/******* footer end **************/


/******* toast start **************/

/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.  
 * All Rights Reserved.  
 * Use, reproduction, distribution, and modification of this code is subject to the terms and 
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/******* toast end **************/

