/*TPS Pet Silk file */

.navbar-toggler {
	border: 1px solid rgb(237, 39, 144) !important;
	color: rgb(237, 39, 144) !important;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

.nav-link, .nav-link:focus, .nav-link:hover {
    color: #fff !important;
}

.tps-product-heading {
	padding-top: 20px;
}

.tps-maintop{
	padding-top: 80px;
}

img.tps-maintop{
	padding-top: 50px;
}

.tps-mainbox {
	padding-top: 20px;
	padding-bottom: 20px;
}

.tps-button {
	margin-top: 15px;
	color: rgba(237,39,144,0.7) !important;
	border-color:rgba(237,39,144,0.7) !important;
}
.tps-button:hover {
	color: #fff !important;
    background-color: rgba(237,39,144,0.7) !important;
	border-color:rgba(237,39,144,0.7) !important;
}

.tps-mainpic {
	margin-top: 20px;
	margin-bottom: 20px;
}

.tps-imgfluid {
	max-width: 10% !important;
}

.tps-mainboxdouble {
	padding-top: 40px;
	padding-bottom: 40px;
}

.tps-half-box {
	display: inline-block;
	min-width: 300px;
	background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);
    padding: 30px 15px;
	margin: 5px;
	vertical-align: middle
}

a:link {
  text-decoration: none;
}

.tps-magenta {
	color: #ed2790;
}


.tps-bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.tps-body-text {
	font-family: 'Lato', sans-serif;
}

.tps_row {
	display: table-row;
}

.tps_nav {
	background-color: #7fc34e;
	color: #ed2790;
}

.tps_nav > li >  a{
	color: #000 !important;
}

.tps_nav > li >  a:hover{
	color: #fff !important;
}

.tps_nav > .open > a:hover, .tps_nav > .open > a:focus{
	color: #fff !important;
	background-color: #7fc34e !important;
}

.dropdown-menu{
	background-color: rgba(127, 195, 78, 0.5) !important;
}
.left{
	float: left;
	padding-left: 10px;
}

.right{
	float: right;
	padding-right: 10px;
}

.logo{
	position: fixed;
	left: 75px;
	z-index: 9999;
	
}

.tps-top-padding{
	padding-left: 20px;
}


.nobull {
  list-style-type: none;
  padding-left: 0px;
  color: #7fc34e;
 }


#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #7fc34e;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
	height: 100%;
    position: absolute;
	padding-top: 5px;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #000;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

.tps_bottom {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
	padding-bottom: 10px;
	width: 100%;
}
.tps_center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding-bottom: 10px;
	width: 100%;
}

.btn{
	white-space: normal !important;	
	
}
.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(237,39,144,0.4);
	margin: 10px !important;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(237,39,144,0.7);
	margin: 10px !important;
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

.tps-background{
    background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);
    padding: 30px 15px;
	box-shadow: 10px 10px 5px grey
}

.tps-row{
    margin: 20px !important;
}
@media screen and (max-width:767px) {
.tps-row-half-left{
	float: none;
}

.tps-row-half-right{
	margin-top: 20px;
	float: none;
}
}

@media screen and (min-width:1200px) {
    .tps-background:after {
        content: '';
        display: table;
        clear: both;
    }
}

h1{
	color: #ed2790;
	font-size: 175%;
	font-weight: bold;
	font-family: 'Lora', serif;
	text-transform: uppercase;
	padding-top: 50px;
}

h2{
	color: #7fc34e;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: 'Lora', serif;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

h3{
	color: #7fc34e;
	font-size: 150%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

h4{
	color: #ed2790;
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

h5{
	color: #7fc34e;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-bottom: 0px !important;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

.tps-box {
	width: 100%;
}


.tps-feature-box {
	display: inline-block;
	background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);

}

.tps-product-box {
	display: inline-block;
	background: #fff;
	color: #000;
    background: rgba(255,255,255,0.9);
    padding: 30px 15px;
	margin: 5px;

}

.tpsimg{
	height: auto;
	max-width: 100%;
}

.tpsbutton {
	margin-top: 20px;
	margin-bottom: 20px;
	
}

.tpscenter{
	text-align: center;
}
.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.img-right {
    float: none;
    margin: 0 auto 0;
}
.img-center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.tps-center-text {
	margin-top: auto;
	margin-bottom: auto;
}
.tps-inline {
  float: left;
  clear: none; 
}

.tps-text-center {
  text-align: center; 
}

.tpsfooter {
	width: 100%;
	text-align: center;
	padding: 10px;
	background: #7fc34e;
}

.footer{
	margin-top: 20px;
}

.tpssection{
	margin-top: 40px;
}

.tpsform{
	background: #ECECEC;
	margin: 10px;
	padding: 10px;
}
.tpsform_heading{
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
}

.txtfield, .txtfielddropdown, .searchfield, .txtfieldqty {
    border: 1px solid #DDD;
    border-radius: 4px;
    box-shadow: none;
    padding: 3px 5px 5px;
    margin-bottom: 5px;
	width: 100%;
}


@media screen and (min-width:768px) {
.img-left {
        float: left;
        margin-right: 25px;
}
.img-right {
        float: right;
        margin-left: 25px;
}
.img-center {
        text-align: center;
        margin-left: auto;
		margin-right: auto;
}


.tps-row-half-left{
    margin-right: 20px !important;
	float: left;
	width: 48%;
}

.tps-row-half-right{
	float: right;
	width: 48%;
}
	
}

/* pointer scroll to top */
#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;

}

#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/arrow-top.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

.img-fluid {
	max-width: 80% !important;
	
}


/* pointer scroll to top */