body,
html {
    height: 100%;	
    font-family: 'verdana ', sans-serif;
    -webkit-font-smoothing: antialiased;	
    font-size: 16px
 }

h1, h2, h3, h4, h5, h6 {margin: 0;	color: #111;	font-weight: 600}

h1 {
	font-size: 26px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 24px;
	font-weight: 500
}

h4 {
	font-size: 20px;
	font-weight: 400
}

h5 {
	font-size: 16px;
	font-weight: 400
}

h6 {
	font-size: 13px;
	font-weight: 400
}

p {
	font-size: 16px
}

img {
	max-width: 100%
}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: 0
}

a {
	font-weight: 400
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}

ol,
ul {
	padding: 0;
	margin: 0
}

.btn-warning {
	font-size: 16px
}

.mtb10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.mt40 {
	margin-top: 40px
}

.mt25 {
	margin-top: 25px
}

.section-title {
	text-align: center
}

.section-title h2 {
	font-size: 36px
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px
}

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white li,
.text-white p,
.text-white span {
	color: #fff
}

.sec-top-bottom {
	padding-top: 5px;
	padding-bottom: 10px
}

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 167px;
	padding: 18px 47px 14px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #f51167;
	color: #fff;
	line-height: normal;
	cursor: pointer;
	text-align: center
}

.site-btn:hover {
	color: #fff
}

.site-btn.sb-white {
	background: #fff;
	color: #111
}

.site-btn.sb-line {
	background: 0 0;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff
}

.site-btn.sb-dark {
	background: #413a3a
}

.site-btn.sb-dark.sb-line {
	background-color: transparent;
	color: #111;
	-webkit-box-shadow: inset 0 0 0 1px #111;
	box-shadow: inset 0 0 0 1px #111
}

.header-col-top {
	background-color: #e66c21;
	color: #fff;
	padding-bottom: 2px
}

.header-top {
	padding: 5px 0 0;
	background-color: #f8f8f8
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

#header-fixed {
	z-index: 999999999996
}

.site-logo {
	display: inline-block
}

.header-search-form {
	width: 100%;
	position: relative;
	padding: 0 10px
}

.header-search-form input {
	width: 100%;
	height: 44px;
	font-size: 14px;
	border-radius: 50px;
	border: none;
	padding: 0 19px;
	background: #f0f0f0
}

.header-search-form button {
	position: absolute;
	height: 100%;
	right: 18px;
	top: 0;
	font-size: 26px;
	color: #000;
	border: none;
	cursor: pointer;
	background-color: transparent
}

.user-panel .up-item {
	display: inline-block;
	font-size: 14px
}

.user-panel .up-item i {
	font-size: 22px
}

.user-panel .up-item a {
	font-size: 15px;
	color: #000;
	padding-left: 10px
}

.user-panel .up-item:first-child {
	margin-right: 10px;
	padding-top: 10px
}

.shopping-card {
	display: inline-block;
	position: relative
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.shopping-card span {
	position: absolute;
	top: -8px;
	left: 100%;
	height: 19px;
	min-width: 18px;
	color: #fff;
	font-size: 13px;
	background: #ff0101;
	text-align: center;
	border-radius: 30px;
	padding: 0 2px;
	margin-left: -6px
}

.main-navbar {
	background: #00033b;
	text-align: center
}

.slicknav_menu {
	display: none
}

.main-menu {
	list-style: none
}

.main-menu li {
	display: inline-block;
	position: relative
}

.main-menu li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	padding: 12px 15px 12px 15px;
	position: relative;
	letter-spacing: .5px
}

.main-menu li a .new {
	position: absolute;
	top: -8px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #f51167;
	line-height: 1;
	text-transform: uppercase;
	left: calc(50% - 21px);
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 42px
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0
}

.main-menu li:hover>a {
	color: #fff;
	background-color: #e66c21
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 300px;
	left: 0;
	text-align: left;
	top: 100%;
	padding: 0 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, .05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, .05)
}

.main-menu .sub-menu li {
	display: block
}

.main-menu .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	font-size: 15px;
	padding: 8px 20px;
	line-height: 22px;
	border-top: 1px solid #ccc
}

.main-menu .sub-menu li a:hover {
	color: #fff;
	background-color: #e66c21
}

.nav-switch {
	display: none
}

.icon-s .up-item i {
	font-size: 18px
}

.icon-s .up-item a {
	color: #fff;
	letter-spacing: .5px
}

.top-sign .up-item {
	display: inline-block;
	font-size: 14px
}

.top-sign .up-item i {
	font-size: 15px
}

span.pipe {
	padding: 10px
}

p.ask-blink {
	font-size: 22px;
	font-weight: 600;
	color: red;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 0
}

.hero-section {
	padding-bottom: 54px
}

.slide-num-holder {
	float: right;
	z-index: 1;
	color: #fff;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-top: -22px
}

.slide-num-holder span:first-child {
	margin-right: 41px
}

.slide-num-holder:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 1px;
	background: #fff;
	left: 50%;
	top: 0;
	transform-origin: center;
	transform: rotate(30deg)
}

.box {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out
}

.box:hover {
	border: 1px solid #337ab7
}

.box img {
	height: 50px
}

a.box p {
	margin-bottom: 0;
	padding-top: 5px;
	color: #337ab7
}

.card {
	border: 1px solid rgb(255 69 0);
	margin-bottom: 20px
}

.card-header {
	background-color: #ff4500;
	text-align: center
}

.green-bg {
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.green-bg h4 {
	color: #3c763d !important
}

.green-border {
	border: 1px solid #d6e9c6
}

.blue-bg {
	background-color: #337ab7;
	border-color: #337ab7
}

.blue-bg h3 {
	color: #fff
}

.blue-border {
	border: 1px solid #337ab7
}

.padd-15 {
	padding: 15px 15px 0 15px
}

.card-header h1 {
	color: #fff;
	font-weight: 400;
	text-align: left
}

.card-header h4,
h5 {
	color: #fff
}

b,
strong {
	font-weight: bolder;
	color: #000
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 100%;
	font-weight: 400
}

a {
	color: #337ab7
}

.list-group-item {
	padding: 8px 10px 8px
}

.padd-dec .list-group-item {
	padding: 3px 10px 2px
}

.badge-light {
	color: #000;
	background-color: #fff
}

textarea {
	overflow: auto;
	resize: vertical;
	width: 100%;
	border-radius: 4px;
	border-color: #ccc;
	font-size: 15px;
	padding: .375rem .75rem
}

.padd-r-10 {
	padding-right: 10px
}

.planet-padd {
	margin-bottom: 0;
	padding: 10px 10px 10px 20px
}

.footer-section {
	background: #00033b;
	padding-top: 30px
}

.footer-logo {
	padding-bottom: 60px
}

.footer-widget {
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 22px
}

.footer-widget h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px
}

.footer-widget p {
	color: #8f8f8f;
	font-size: 16px
}

.footer-widget.about-widget p {
	margin-bottom: 50px;
	letter-spacing: -.01em
}

.footer-widget ul {
	list-style: none;
	float: left;
	margin-right: 37px
}

.footer-widget ul:last-child {
	margin-right: 0
}

.footer-widget ul li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #e6e6e6;
	font-weight: 300;
	margin-top: 3px;
}

.footer-widget ul li a:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: 8px;
	border: 1px solid #e66c21;
	border-radius: 50%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.footer-widget ul li a:hover {
	color: #fff
}

.footer-widget ul li a:hover:after {
	width: 7px;
	height: 7px;
	top: 6px;
	background: #e66c21
}

.contact-widget .con-info span {
	float: left;
	color: #feb302;
	margin-right: 16px;
	overflow: hidden
}

.copyright-sec {
	border-top: 1px solid #3b3535;
	padding: 15px 0
}

.social-links a {
	margin-right: 15px;
	display: inline-block
}

.social-links a:last-child {
	margin-right: 0
}

.social-links a i {
	font-size: 30px;
	color: #d7d7d7;
	float: left;
	margin-right: 19px;
	overflow: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.social-links a span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #9f9fa0;
	padding-top: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.social-links a.instagram:hover i {
	color: #2f5d84
}

.social-links a.twitter:hover i {
	color: #5abed6
}

.social-links a.facebook:hover i {
	color: #39599f
}

.social-links a.twitter:hover i {
	color: #5abed6
}

.social-links a:hover span {
	color: #fff
}

@media (min-width:1200px) {
	.container {
		max-width: 1175px
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.footer-widget ul {
		margin-right: 5px
	}

	.social-links a {
		margin-right: 20px
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.site-logo {
		margin-bottom: 0
	}

	.header-search-form {
		margin-bottom: 15px
	}

	.sticky {
		position: static
	}

	.main-menu {
		display: none
	}

	.slicknav_menu {
		background: #00033b;
		display: block;
		text-align: left
	}

	.slicknav_btn {
		background-color: #e66c21
	}

	.user-panel {
		text-align: right
	}

	.main-menu {
		text-align: center
	}

	.sub-menu {
		text-align: left
	}

	.main-menu li a {
		margin-right: 30px
	}

	.social-links {
		text-align: center
	}

	.social-links a {
		margin-right: 20px
	}

	.social-links a span {
		display: none
	}

	.ipad {
		width: 50%
	}

	p.ask-blink {
		font-size: 21px
	}
}

@media only screen and (max-width:767px) {
	.site-logo {
		margin-bottom: 5px
	}

	.user-panel {
		text-align: center;
		padding-top: 10px
	}

	.main-menu {
		display: none
	}

	.sticky {
		position: static
	}

	.slicknav_btn {
		background-color: #e66c21
	}

	.slicknav_menu {
		background: #00033b;
		display: block;
		text-align: left
	}

	.slicknav_menu .new {
		font-size: 10px;
		font-weight: 700;
		color: #fff;
		background: #f51167;
		line-height: 1;
		text-transform: uppercase;
		padding: 5px 9px 1px;
		border-radius: 15px;
		width: 42px;
		margin-left: 5px
	}

	.footer-widget ul {
		margin-right: 25px
	}

	.social-links {
		text-align: center
	}

	.social-links a {
		margin-right: 15px
	}

	.social-links a span {
		display: none
	}

	.address-rb {
		text-align: left
	}

	span.caret {
		display: none
	}
}

@media only screen and (min-width:576px) and (max-width:766px) {
	span.caret {
		display: none
	}
}

@media only screen and (max-width:479px) {
    
h1 {
	font-size: 26px
}  
h2 {
	font-size: 24px
}

h3 {
	font-size: 22px;
	font-weight: 500
}

h4 {
	font-size: 20px;
	font-weight: 400
}

h5 {
	font-size: 18px;
	font-weight: 400
}

p {
	font-size: 16px
}    
	.section-title h2 {
		font-size: 28px
	}

	.mar-15 {
		margin-top: 15px
	}

	.social-links {
		text-align: left
	}

	.social-links a i {
		font-size: 20px;
		margin-right: 0
	}

	.social-links a span {
		display: none
	}

	span.caret {
		display: none
	}

	i.fa.fa-angle-left {
		padding: 5px !important;
		font-size: 15px !important
	}

	i.fa.fa-angle-right {
		padding: 5px !important;
		font-size: 15px !important
	}

	.user-panel .up-item:first-child {
		position: absolute;
		top: 2px
	}

	.main-navbar {
		margin-top: -15px
	}

	.sticky {
		position: static
	}

	.user-panel {
		text-align: left;
		padding-top: 14px;
		color: #fff;
		padding-left: 10px
	}

	.user-panel .up-item a {
		font-size: 15px;
		color: #fff;
		letter-spacing: .5px
	}

	h5footer-widget.card-title a {
		font-size: 16px !important
	}

	.card-left {
		margin-left: 0 !important
	}

	.text-center-mob {
		text-align: center
	}

	p.ask-blink {
		font-size: 17px !important;
		padding-top: 0;
		margin-bottom: 0
	}

	.mob-resp {
		width: 50%
	}

	.mob-resp-33 {
		width: 33.3%
	}

	.planet-padd {
		font-size: 17px
	}

	a.list-group-item {
		font-size: 16px
	}

	p.list-group-item a {
		font-size: 16px
	}

	p.list-group-item {
		font-size: 16px
	}

	.a-link {
		font-size: 15px
	}

	.height-10 {
		height: 10px
	}

	.footer-section {
		padding-top: 25px
	}

	.footer-widget {
		margin-bottom: 30px;
		overflow: hidden
	}

	.f-left {
		float: none !important;
		margin-left: 15% !important;
		margin-top: 2% !important
	}

	.resp-title {
		text-align: left;
		padding-top: 0;
		padding-bottom: 10px
	}

	.quantity {
		width: 30px !important
	}

	.price-title {
		padding-top: 5px;
		font-size: 15px
	}

	.trash-icon {
		padding: 5px;
		font-size: 15px;
		width: 40px
	}

	.hr-margin-15 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		width: 100%
	}

	.total-none {
		display: none
	}

	.cart-img {
		margin: 0 !important
	}

	.grand-total h3 {
		font-size: 24px
	}

	.shopping-cart {
		margin-top: 0 !important
	}

	.stepwizard-step p {
		font-size: 13px
	}

	.btn-circle {
		font-size: 10px
	}

	h4.media-heading {
		font-size: 17px
	}

	.padd-r-0 {
		padding-right: 0 !important
	}

	.padd-l-0 {
		padding-left: 0 !important
	}

	.price-text-center {
		text-align: center
	}

	.padd-0 {
		padding: 0 !important
	}

	.mar--35 {
		margin-top: -35px
	}

	.pad-t-20 {
		padding-top: 20px
	}

	.top-sign.icon-s {
		text-align: center
	}

	.slicknav_nav a {
		font-size: 14px
	}

	.table>tbody>tr>td,
	.table>tbody>tr>th,
	.table>tfoot>tr>td,
	.table>tfoot>tr>th,
	.table>thead>tr>td,
	.table>thead>tr>th {
		padding: .5rem;
		font-size: 14px
	}

	.mt40 {
		margin-top: 15px
	}

	.sec-top-bottom {
		padding-top: 5px;
		padding-bottom: 10px
	}

	ul.breadcrumb li a {
		font-size: 13px !important
	}

	.ask-top {
		padding-top: 0 !important;
		padding-bottom: 5px
	}

	h3 {
		font-size: 24px
	}

 
	.font-s-16 {
		font-size: 15px !important
	}

	img.img-sty {
		float: none !important;
		padding-right: 10px !important;
		margin-left: 15% !important
	}

	.title-pad-10 {
		padding-top: 0;
		padding-bottom: 10px
	}

	.mb-25 {
		margin-bottom: 10px !important
	}

	.mt25 {
		margin-top: 10px !important
	}

	.product-a a {
		font-size: 17px
	}
}

@media (min-width:768px) and (max-device-width :1024px) {
	.total-none {
		display: none
	}

	.slicknav_nav a {
		font-size: 14px
	}

	.mb-25 {
		margin-bottom: 10px !important
	}

	.mt25 {
		margin-top: 10px !important
	}

	.resp-title {
		text-align: left;
		padding-top: 0;
		padding-bottom: 10px
	}

	.quantity {
		width: 30px !important
	}

	.price-title {
		padding-top: 5px;
		font-size: 15px
	}

	.trash-icon {
		padding: 5px;
		font-size: 15px;
		width: 40px
	}

	.hr-margin-15 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		width: 100%
	}

	.total-none {
		display: none
	}

	.cart-img {
		margin: 0 !important
	}

	.grand-total h3 {
		font-size: 20px
	}

	.shopping-cart {
		margin-top: 0 !important
	}

	.padd-r-0 {
		padding-right: 0 !important
	}

	.padd-l-0 {
		padding-left: 0 !important
	}

	.ask-top {
		padding-top: 10px;
		padding-bottom: 5px
	}

	p.mar-b-0 {
		margin-bottom: 0
	}
}

.img-style {
	width: 138px;
	height: 60px
}

.padd-r-20 {
	padding-right: 20px
}

.padd-top-15 {
	padding-top: 15px
}

.border-list-item {
	position: relative;
	display: block;
	padding: .75rem 0;
	margin-bottom: -1px;
	background-color: #fff
}

.a-link {
	text-align: left;
	color: #337ab7
}

hr {
	margin-top: 6px;
	margin-bottom: 6px;
	width: 99%;
	border-top: 1px dashed #fd7e14
}

.header-col-top span {
	font-size: 13px;
	letter-spacing: 1px
}

i.fa.fa-angle-left {
	background-color: #fff;
	padding: 10px;
	color: #000;
	font-size: 25px;
	box-shadow: 1px 1px 1px #fff;
	opacity: 1 !important;
	font-weight: 700
}

i.fa.fa-angle-right {
	background-color: #fff;
	padding: 10px;
	color: #000;
	font-size: 25px;
	box-shadow: 1px 1px 1px #fff;
	opacity: 1 !important;
	font-weight: 700
}

.carousel-item img {
	width: 100%
}

.card.blue-border img {
	margin: auto
}

.card-body {
	text-align: center;
	padding: 10px 10px 0 10px
}

.card-left {
	margin-left: 6%
}

a.border-list-item b {
	font-size: 20px;
	font-weight: 600
}

img.img-sty {
	float: left;
	padding-right: 10px
}

.font-s-13 {
	font-size: 13px !important
}

.font-s-15 {
	font-size: 15px !important
}

@-webkit-keyframes blinker {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	color: #000
}

.p-card-head {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.bor-brown {
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid transparent;
	border-color: #ebccd1;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.p-card-head h2 {
	font-size: 16px;
	color: #a94442
}

.p-15 {
	padding: 15px
}

.bor-brown a {
	color: #337ab7
}

.p-a-kink {
	color: #337ab7
}

.p-card-head h2 span {
	font-weight: 400
}

.color-r {
	color: red
}

ul {
	font-size: 18px;
	padding-left: 20px
}

.pb15 {
	padding-bottom: 15px
}

.yellow-bg h3 {
	color: #8a6d3b
}

.yellow-bg {
	background-color: #fcf8e3;
	border-color: #faebcc
}

.yellor-bor {
	border-color: #faebcc
}

.yellor-bor a {
	color: #337ab7
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0"
}

.breadcrumb {
	padding: 5px 15px;
	margin-bottom: 5px;
	list-style: none;
	background-color: #ededed9c;
	border-radius: 2px
}

ul.breadcrumb li a {
	color: #337ab7
}

.he-200 {
	height: 200px
}

.img-circle {
	border-radius: 50%
}

.green-a a {
	color: #3c763d
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li {
	display: inline
}

.he-60 {
	height: 60px;
	float: left;
	padding-right: 10px
}

.link a {
	color: #0056b3
}

.form-control {
	font-size: 14px
}

.input-group {
	margin-bottom: 20px
}

.color-r {
	color: red
}

div#loginbox a {
	font-size: 16px
}

div#loginbox p {
	font-size: 16px
}

.stepwizard {
	display: table;
	width: 100%;
	position: relative
}

.stepwizard-row {
	display: table-row
}

.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	width: 20%
}

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.stepwizard-step p {
	margin-top: 10px
}

.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

.ui-widget {
	font-size: 14px !important
}

.ui-datepicker td a,
.ui-datepicker td span {
	font-size: 16px
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.grey-bor-b {
	border-bottom: 1px solid #ccc !important
}

.grey-bor {
	border: 1px solid #ccc !important
}

.grey-bg {
	background-color: #f5f5f5 !important;
	border-color: #f5f5f5
}

.sky-bor {
	border: 1px solid #d9edf7 !important
}

.sky-bg {
	background-color: #d9edf7 !important;
	border-color: #d9edf7;
	color: #31708f
}

.specialities img {
	width: 25px
}

.specialities {
	margin: 6px auto
}

.danger-bg h3 {
	color: #a94442
}

.danger-bg {
	background-color: #f2dede;
	border-color: #f2dede
}

.danger-bor {
	border-color: #f2dede
}

.red-bg h3 {
	color: #fff
}

.red-bg {
	background-color: #d9534f;
	border-color: #d9534f
}

.red-bor {
	border-color: #d9534f
}

.mar-b-20 {
	margin-bottom: 20px
}

.mar-b-8 {
	margin-bottom: 8px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	width: 0;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.huge {
	font-size: 40px
}

.sky-border {
	border: 1px solid #bce8f1;
	color: #31708f
}

.sky-bg {
	background-color: #d9edf7;
	border-color: #bce8f1
}

.f-left {
	float: left
}

.hr-margin-15 {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%
}

.quantity {
	float: left;
	margin-right: 15px;
	background-color: #eee;
	position: relative;
	width: 50px;
	overflow: hidden
}

.quantity input {
	margin: 0;
	text-align: center;
	width: 15px;
	height: 15px;
	padding: 0;
	float: right;
	color: #000;
	font-size: 20px;
	border: 0;
	outline: 0
}

.quantity input.qty {
	position: relative;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #ccc;
	height: 40px;
	padding: 10px 10px 10px 10px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	background-clip: padding-box
}

.quantity .minus,
.quantity .plus {
	line-height: 0;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-background-size: 6px 30px;
	-moz-background-size: 6px 30px;
	color: #bbb;
	font-size: 20px;
	position: absolute;
	height: 50%;
	border: 0;
	right: 0;
	padding: 0;
	width: 25px;
	z-index: 3
}

.quantity .minus:hover,
.quantity .plus:hover {
	background-color: #dad8da
}

.quantity .minus {
	bottom: 0
}

.shopping-cart {
	margin-top: 20px
}

.grand-total {
	padding-bottom: 10px
}

.card-footer {
	background-color: rgb(0 0 0 / 0%)
}

.ask-top {
	padding-top: 10px
}

.btn-top-10 {
	margin-top: 10px
}

.title-pad-10 {
	padding-top: 10px
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #2ba1ff;
	outline: 0;
	box-shadow: 0 0 0 .2px rgb(43 161 255)
}

p.mar-b-0 {
	margin-bottom: 0
}

.input-group.mar-b-0 {
	margin-bottom: 0
}

.mb-25 {
	margin-bottom: 25px
}

i.fa.fa-question-circle {
	font-size: 22px
}

.padd-r-5 {
	padding-right: 5px !important;
	padding-left: 5px !important
}

.padd-15-t-0 {
	padding: 0 15px 0 15px
}

.ui-menu li .ui-menu-item-wrapper:hover {
	background-color: #000 !important
}

.mar-top-5 {
	margin-top: 5px
}