/* custom css */
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Quicksand');

body {
	font-family: 'Quicksand', sans-serif;	
	color:#666666;
}
.text-bold {
	font-weight:bold;
}
.pink, .title, h1, h2, h3, h4, h5, h6, .readmore{
	color:#ff3399;
}
.purple, .subtitle, .sub-heading, label {
	color:#59247b;
}
.title {
	display:inline-block;
}
 .subtitle {
	margin-bottom:30px;
 }
.title:after {
	content:"";
	background: url(../images/hr-line.png);
	background-repeat: no-repeat;
    background-position: center bottom;
	display:inline-block;
	width: 100%;
    height: 20px;
}
.noleftpadding {
	padding-left:0px;
}
.norightpadding {
	padding-right:0px;
}
.padding-tb-100 {
	padding:100px 0px;
}
.fs-17 {
	font-size:17px;
	line-height:24px;
}
.top-header, #breadcrumb-wrapper {
	background-color:#7030a0;
	color:#fff;
}
#breadcrumbs {
	font-size:12px;
	padding:4px 15px;
	height:auto;
}
#breadcrumbs, #breadcrumbs a {
	color:#fff;
}
.top-contact, .footer-social  {
	font-size:22px;
	margin: 10px 0px;
	color:#fff;
}
.top-contact .contact, .title, .box h1 {
	font-family: 'Satisfy', cursive;	
}

.social_icons {
	color:#7030a0;
	background-color:#fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.social_icons:hover {
	color:#ff3399;
}
/*footer*/
#final_wrapper {
	background-color:#330066;
	border-top:none;	
}
.footer-logo { 
	position: relative;
    height: 85px;
}
.footer-logo img{ 
	position: absolute;
    bottom: -40px;
    left: calc(50% - 137px);
}
/*#footer_wrapper {	*/
.footer-bg {
	background: url(../images/footer-bg.png);
	background-position: center top;
    background-repeat: no-repeat;
}
.footer-content {
	background-color:#59247b;
	padding-top:40px;
}
#basket_totals {
    float: left;
    background-color: #fff;
    padding: 10px;
}
.items {
    float: left;
    color: #fff;
    font-size: 12px;
    display: inline;
    background: url(../images/basket-icon.png);
    width: 20px;
    height: 20px;
    text-align: center;
    padding-top: 5px;
	margin-right: 5px;
}
.basket_title {
    font-size: 14px;
    color: #330066;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.users-menu {
    float: left;
    margin: 10px 15px;
}
.users-menu a{
	color:#fff;
	padding:0px 5px;	
}
.footer .center-item {
	min-height:100px;
}
.center-item {
	display:flex;
	align-items: center;
}
.center-justify {
	justify-content: center;
}
.imdt {
	text-align:right;
}
/*end*/

#logo {
	position: relative;
    top: -35px;
    margin-bottom: -35px;
}

/*menu*/
#main-menu { 
	background:transparent;
	min-height:120px;
}
#main-menu li {
	display:inline-block;
}
#main-menu li.active a {
	background: url(../images/hr-line.png);
	background-repeat: no-repeat;
    background-position: center bottom;
}
#main-menu li a  { 
	color:#330066;
	font-size:16px;
	font-weight:bold;	
	padding: 15px 5px 20px 5px;
  margin: auto 5px;
  text-align:center;
}
#main-menu li a:hover, #main-menu li a:focus {
	text-decoration:none;
}
.navbar-toggle {
	background-color:#330066;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
/*end*/

.carousel-wrapper .carousel .carousel-inner  img{	
	width:100%;
	border-radius: 0 0 200px 200px /3%;
}

.testimonial{
	margin-bottom:40px;
}
.testimonial .content{
	color:#999999;
	font-size:24px;
	margin-bottom: 30px;
}
.testimonial .author{
	color:#59247b;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background:#59247b;
}

.aboutus-home {
	background-color:#f3f2f0;
}
.about-content {
	padding:15px 15px 40px 60px;
}
.about-content .subtitle{
	margin-bottom:30px;
}
.about-content .btn-pink  {
	margin-top:20px;
}
.btn-pink {
    background-color: #c84c9b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 25px;
}
.btn-pink:hover, .btn-pink:focus {
	background-color: #ff3399;
	color: #fff;
	text-decoration:none;
}
.btn-info {
	background-color: #c84c9b;
	background-image:none;
    color: #fff;
	border-color:#c84c9b;
	text-transform: uppercase;
}
.btn-info:hover, .btn-info:focus {
    background-color: #ff3399;
	border-color:#ff3399;
}
.box {
	background-color:#fff;
	-webkit-box-shadow: 5px 10px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 5px 10px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 5px 10px 15px 0px rgba(0,0,0,0.25);
	border-radius:15px;
	padding: 10px;
	min-height: 400px;
	margin-bottom:15px;
}
.box-wrapper{	
	padding: 40px 20px;	
	border: 1px solid #fff;	
	border-radius: 15px;
	cursor:pointer;
  min-height:450px;
}
.box:hover .box-wrapper{
	border:1px solid #59247b;	
}
.box .box-wrapper h4 {
  height:30px;
}
.box .box-wrapper .fs-17 {
  height:220px;
}
.box .box-wrapper p{
	padding:20px 0px;
}

#sort_menu_wrapper, .form_header, .gdpr-link-sub-title, #tab_sub_menu, legend { 
	background-color:#c84c9b;
}
#tab_content {
	border-color:#c84c9b;
}

@media (max-width:992px) {
	#main-menu {
		display:block;
	}
	#main-menu li {
		width: 100%;
		text-align: center;
		display:block;
	}
	#main-menu li a {
		display:inline-block;
		padding:10px 5px 15px 5px;
	}
	.footer .center-item{
		min-height: 75px;
		justify-content: center;
	}
	.testimonial .content {
		font-size:16px;
	}		
}
@media (min-width:768px) {
	.puppy-services {
		position:relative;
		top:-100px;
		margin-bottom:-100px;
	}
}
@media (max-width:767px) {
	.puppy-services{
		position:relative;
		top:-25px;
		margin-bottom:-25px;
	}
	.box {
		min-height:auto;
	}
	.box-wrapper {
		padding:10px;
	}
	.padding-tb-100 {
		padding:50px 0px; 
	}
	.imdt {
		text-align:center;
	}
	#header_basket {
		margin:0px;
	}
	
	
}
@media (max-width:667px) {
	#logo {
		top:0px;
		margin-bottom:0px;
	}	
	.about-content {
		padding:15px;
	}
}


