

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #63455e;
}

.widget-separator span {
    background-color: #63455e;
}

.txt-pink {
    color: #63455e;
}

table a, table a:hover, table a:focus, a, a:hover, a:focus, dl dd a, dl dd a:hover, dl dd a:focus {
    color: #63455e;
}

.site-footer {
    border-top: 6px solid #63455e;
    border-bottom: 6px solid #63455e;
}

.slide-text-bg1 {
    background-color: #63455ed1;
    float: left;
    text-align: left;
    margin: 0px;
    padding: 20px 20px 20px 20px;
    position: relative;
    width: 50%;
    z-index: 773;
}


.format-standard {
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 50%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slide-btn-area-sm {
    margin: 0px 0 0px;
    float: left;
    width: 100%;
}

.slide-btn-sm {
    min-width: 11rem;
    display: inline-block;
    font-family: "Montserrat", "Trebuchet MS", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-size: 0.875rem;
    letter-spacing: 0.083rem;
    padding: .8rem 1.4rem;
    padding-top: 0.8rem;
    padding-right: 4.7rem;
    padding-bottom: 0.8rem;
    padding-left: 1.4rem;
    padding-right: 4.7rem;
    background: #ffffff;
    text-align: center;
    border: none;
    color: #63455e;
    transition: .2s;
}


.slide-btn-sm:before, .slide-btn-sm:after {
    background-color: #443541;
}

.page-title-section .overlay {
    height: 100%;
    padding: 14px 0 18px;
    position: relative;
    width: 100%;
}


.ur-frontend-form form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 20px;
    font-size: 18px;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    font-size: 1.2rem;
	}


.ur-frontend-form form .ur-form-row .ur-form-grid input[type=checkbox]:first-child, .ur-frontend-form form .ur-form-row .ur-form-grid input[type=radio]:first-child {
    margin-left: 20px;
    margin-top: 40px;
}


.page-breadcrumb {
	list-style: none outside none;
	margin: 0px;
	padding: 0px 0 0;
	color: #63455e;
	font-weight: 400;
	text-align: right;
	line-height: 1.000rem;
}

.page-breadcrumb > li {
    display: inline-block;
		color: #63455e;
}

.page-breadcrumb > li a, .page-breadcrumb > li.active a {
		color: #63455e;
}

.page-breadcrumb > li + li:before {
		color: #63455e;
    content: "/ ";
    padding: 0 5px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 0em;
    overflow: hidden;
    position: relative;
}


.woocommerce div.product p.price {
    text-align: left;
    font-weight: 600;
    font-size: 0px;
}


.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px;
}

.product_meta {
    font-size: 0.0rem;
	}

.cart-subtotal {display: none;}


.woocommerce-cart .cart_subtotal  {
	display: none;
}


.navbar-default .navbar-nav > li > a {
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    padding: 35px 12px;
    transition: all 0.3s ease-in-out 0s;
}