/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}
.navbar-style{
	background-color: #ee3f65;
}
.nav-brand{
	color:#fff;
}
.nav-brand:hover{
	color:#fff;
}
.nav-link{
	color:#fff;
}
.nav-link:hover{
	color:#fff;
}


.list-group  > a,
.list-group  > a:focus {
color: #ee3f65; 
background-color: #fff;
text-decoration: none;
}
.list-group  > a:hover{
color: #fff; 
background-color: #ee3f65;
text-decoration: none;
}

.list-group-item-active{
color: #fff !important; 
background-color: #ee3f65 !important;
text-decoration: none !important;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255,255,255);
} 

a{
  color:#ee3f65;
}
.btn{
  width: 154px;
  height: 58px;
  line-height: 1.2;
  font-size: 18px;
  color: #ffffff !important;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif; 
  background-image: linear-gradient(to right,#ff0081,#f80759);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 50px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  border: 0;
}
.btn:hover{
  background-image: linear-gradient(to left,#bc4e9c,#f80759);
  color: #fff;
}

.price{
	font-size: 20px;
	font-weight: 600;

}
.bg-color{
	background-color: #ee3f65;
}
footer{
    margin-top: 5%;
}