@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Merienda:400,700');

/*------------------------------------------------------------------
*	Reset
* ------------------------------------------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}
  
* {
	outline: none !important;
}

@-ms-viewport {
	width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; 
}

html {
	font-family: sans-serif;		/* 1 */
	-ms-text-size-adjust: 100%;		/* 2 */
	-webkit-text-size-adjust: 100%;	/* 2 */
	 -ms-overflow-style: scrollbar;
	overflow-x: hidden;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #222222;
	font-weight:400;
	background: #ffffff; /*cfdee5*/
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
	-webkit-font-smoothing:subpixel-antialiased;
	overflow-x: hidden;
}

a, a:focus, a:visited {
	color: #02978b;
	text-decoration: none;
	outline: none !important;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a:hover {
	color: #0066cc;
	text-decoration: none;
	cursor: pointer;
}

a.grey {
	color: #222 !important;
	text-decoration: none;
	outline: none !important;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
a.grey:hover, a.grey:focus {
	color: #0066cc !important;
	text-decoration: none;
	cursor: pointer;
}

ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
	margin: 0;
}
ol {
	list-style: none;
}

[class*="dlist-"] {margin-bottom: 5px; }
[class*="dlist-"] dd {margin-bottom: 0; }

.dlist-inline dt, .dlist-inline dd {display: inline-block; }

.dlist-align dt {
  width: 90px;
  float: left;
  word-wrap: break-word; 
}
.dlist-align dd {
  margin-left: 120px;
  vertical-align: baseline; 
}
  
#preloader {
	background: #ffffff url("../images/preloader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	opacity: 0.7;
	display: none;
	z-index: 9999999;
}

::-webkit-input-placeholder {
	color: peachpuff;
	font-size: 12px;
}
::-moz-placeholder {
	color: peachpuff;
	font-size: 12px;
}
:-ms-input-placeholder {
	color: peachpuff;
	font-size: 12px;
}
::placeholder {
	color: peachpuff;
	font-size: 12px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {outline: 0 none;}
.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px !important;
}
.btn-primary, .btn-secondary, .btn-success, .btn-danger, .btn-info, .btn-dark {
	color: #ffffff !important;
	border: none;
}

.btn-atoz {color: #ffffff !important; border-color: #0f9591;background-color: #0f9591;}
.btn-atoz:focus,
.btn-atoz.focus,
.btn-atoz:hover {
	color: #fff;
	background-color: #0a837f;
	border-color: #0a837f;
}

input,
button,
textarea {
	border: none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	font-size: 14px !important;
	color: #222222 !important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
}
input[type="text"],
input[type="password"],
input[type="email"] {
	border: 1px solid #DDDDDD;
	color: #222222 !important;
	font-size: 14px;
	margin-bottom: 10px;
}

select {
	border-radius: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	height: 1px !important;
	border: 0;
	color: #666;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #FFF;
	margin: 10px 0;
	width: 100%;
}

img.lazy {
    width: 298px; 
    height: 178px; 
    display: block;
    
    /* optional way, set loading as background */
    background-image: url('../images/preloader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
/* =============================================================== 
 TYPOGRAPHY + GLOBAL CLASS
================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

p {
	font-size: 14px;
	font-weight: 400;
}
p.lead {
    font-size: 20px;
    line-height: 1.4;
}

h3 code {
    font-size: 14px;
    font-weight: normal;
}

.table {
    margin-bottom: 0 !important;
}
.table td, .table th {
    font-size: 14px !important;
}

/*================================================================
	Layout
==================================================================*/

@media screen and (min-width: 1500px) {
	.container-fluid {
		width: 1470px !important;
	}
}
.page-wrapper {}


.row {
	margin-left: -7px;
	margin-right: -7px; }
.row > [class*="col"] {
	padding-left: 7px;
	padding-right: 7px; }

/*===========================================================================
	Scroll to top style
============================================================================*/
.scroll-to-top {
	background:#02978b;
	border:1px solid #ffffff;
	border-radius:50%;
	bottom:60px;
	color:#ffffff;
	cursor:pointer;
	display:none;
	font-size:14px;
	padding: 10px;
	position:fixed;
	right:10px;
	text-align:center;
	z-index:100;
}
.scroll-to-top:hover {
	background:#008076;
	color:#001f4d;
	border-color: #001f4d !important;
}

/*==================================================================
	Top Header Bar
====================================================================*/
.header-bar {
	background: #f7f7f7;
	/*#f4f8fc;*/
	border-bottom: 1px solid #e0e0e0;
	/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .16);*/
}
.top-list {} 
.top-list ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.top-list ul li {
	display: inline-block;
	margin-left: 1px;
	position: relative;
}
.top-list ul li:before {
	background-color: rgba(0, 0, 0, 0.1);
	content: "\0000a0";
	display: inline-block;
	color: #666;
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	width: 1px;
}
.top-list ul li:first-child::before {
	content: none;
}
.top-list ul li a {
	font-size: 12px;
	/*text-transform: uppercase;
	letter-spacing: 0.3px;*/
	color: #333;
	position: relative;
	display: inline-block;
	line-height: 30px;
}
.top-list ul li a:hover {
	color: #000;
}
.top-list ul li a i {
	margin-right: 3px;
}
.top-list ul li a:hover:after {
	left: 0;
	width: 100%;
}
.top-list ul li a:after {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
	content: " ";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: width 0.2s ease 0s;
	-moz-transition: width 0.2s ease 0s;
	-o-transition: width 0.2s ease 0s;
	transition: width 0.2s ease 0s;
	width: 0;
}

/*==================================================================
	Main Header, Logo and Search Bar
====================================================================
.header-main {
  padding: 0; 
}

.brand-wrap .logo {
  margin-top: 5px;
  height: 45px;
  display: inline-block; 
}
.brand-wrap .logo-text {
  margin: 0;
  display: inline-block;
  font-size: 22px;
  vertical-align: middle; 
}

.navbar-brand img {
  max-height: 32px; 
}
*/
/*==================================================================
	Search hot words
====================================================================
.hot-words {
	height: 14px;
	overflow: hidden;
	margin: 4px 0 0 0;
}
.hot-words a {
	position: relative;
	float: left;
	padding: 0 10px;
	line-height: 12px;
	font-size: 12px;
	color: #666;
}
.hot-words a:before {
	position: absolute;
	left: 0;
	top: 0px;
	content: '';
	display: inline-block;
	width: 1px;
	height: 14px;
	font-size: 0;
	overflow: hidden;
	background-color: #E9E9E9;
}
.hot-words a:first-child {
	padding-left: 0;
}
.hot-words a:first-child:before {
	display: none;
}
.hot-words a:hover {
	color: #009999;
}
.hot-words .highlight {
	color: #E62E04;
}
*/
/*==================================================================
	breadcrumb
====================================================================
.breadcrumb {
    display:flex;
    flex-wrap:wrap;
    padding:0;
    margin-bottom:0;
    list-style:none;
    font-size: 12px;
    background-color:transparent;
    border-radius:.25rem;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left:.5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display:inline-block;
    padding-right:.5rem;
    color:#999999;
    content:"»";
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration:underline;
}
.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration:none;
}
.breadcrumb-item.active{
    color:#999999;
}
*/

/*==================================================================
	AtoZ dropdown arrow up Left menu
====================================================================
.atoz-dropdown {
	float: right;
}
.atoz-dropdown span.top-arrow {
	/* Menu for mobiles
	background: url(../images/top-arrow.png) no-repeat center top;
	display: block;
	width: 24px;
	height: 13px;
	position: absolute;
	top: -9px;
	left: 10px;
}
.atoz-dropdown a:link,
#menu a:visited {
	text-decoration: none;
	padding: 4px 5px 0px 7px;
	outline: none;
	/*font-size: 14px;
	text-shadow: 0 1px 0 #FFF;*
	color: #333;
}
.atoz-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.atoz-dropdown > ul > li {
	position: relative;
	margin: 0 5px;
	float: left;
	z-index: 1100;
}
.atoz-dropdown > ul > li > a:link,
.atoz-dropdown > ul > li > a:visited,
.atoz-dropdown > ul > li > a:active {
	/*			font-size: 14px; *
	text-decoration: none;
	display: block;
	z-index: 6;
	padding: 4px 5px 5px 7px;
	position: relative;
}
.atoz-dropdown > ul > li:hover > a {
	color: #0f9591;
}
.atoz-dropdown > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 0;
	border: 1px solid #bbb;
	webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.atoz-dropdown > ul > li:hover > div {
	display: block;
}
.atoz-dropdown > ul > li > div > ul {
	display: table-cell;
}
.atoz-dropdown > ul > li ul + ul {
	padding-left: 20px;
}
.atoz-dropdown > ul > li ul > li > a:link,
.atoz-dropdown > ul > li ul > li > a:visited {
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 7px 7px 7px 7px;
	white-space: nowrap;
	min-width: 90px;
	/*font-size: 14px;*
	border-bottom: 1px solid #dadada;
	text-align: left;
}
.atoz-dropdown > ul > li ul > li > a:hover {
	background: #f6f6f6;
	color: #0f9591;
}
*/

/*==================================================================
	AtoZ dropdown arrow up right menu
====================================================================
.atoz-dropdown_right {z-index: 99999;}

.atoz-dropdown_right span.top-arrow {
	/* Menu for mobiles *
	background: url(../images/top-arrow.png) no-repeat center top;
	display: block;
	width: 24px;
	height: 13px;
	position: absolute;
	top: -9px;
	right: 10px;
	z-index: 99998;
}
.atoz-dropdown_right a:link,
#atoz-dropdown_right a:visited {
	text-decoration: none;
	padding: 0;
	outline: none;
	/*font-size: 14px;
	text-shadow: 0 1px 0 #FFF;*
	color: #333;
}
.atoz-dropdown_right ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.atoz-dropdown_right > ul > li {
	position: relative;
	margin: 0;
	float: left;
	font-family: 'Open Sans', sans-serif;
	z-index: 99997 !important;
}
.atoz-dropdown_right > ul > li > a:link,
.atoz-dropdown_right > ul > li > a:visited,
.atoz-dropdown_right > ul > li > a:active {
	/*			font-size: 14px; *
	text-decoration: none;
	display: block;
	z-index: 6;
	padding: 4px 0px 5px 7px;
	position: relative;
}
.atoz-dropdown_right > ul > li:hover > a {
	color: #0f9591;
}
.atoz-dropdown_right > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 0;
	right: 0;
	left: auto;
	border: 1px solid #bbb;
	webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.atoz-dropdown_right > ul > li:hover > div {
	display: block;
}
.atoz-dropdown_right > ul > li > div > ul {
	display: table-cell;
}
.atoz-dropdown_right > ul > li ul + ul {
	padding-left: 20px;
}
.atoz-dropdown_right > ul > li ul > li > a:link,
.atoz-dropdown_right > ul > li ul > li > a:visited {
	text-decoration: none;
	display: block;
	padding: 7px 7px 7px 7px;
	white-space: nowrap;
	min-width: 90px;
	font-size: 13px;
	border-bottom: 1px solid #dadada;
	text-align: left;
}
.atoz-dropdown_right > ul > li ul > li > a i {
	width: 20px;
}
.atoz-dropdown_right > ul > li ul > li > a:hover {
	background: #f6f6f6;
	color: #0f9591;
}
*/

/*==================================================================
	Shpping Cart
====================================================================
.cartMenu {
	margin: 5px 0 0 0;
	float: left;
	min-width: 300px !important;
	display: block;
}
.cartMenu .dropdown-menu {
	padding-bottom: 0;
	border-radius: 0;
	margin-top: 0px;
}
.miniCartTable {
	max-height: 300px;
	width: 100%;
	display: block;
	padding: 0 5px;
	overflow: hidden;
}
.miniCartProductThumb {
	text-align: center;
	float: left;
	width: 25%;
	padding: 0 5px 0 0;
}
.cartMenu img {
	width: 100%;
}
.cartMenu h4 {
	padding: 0 !important;
	margin: 0 !important;
	font-size: 12px !important;
	font-weight: 500;
}
.miniCartDescription {
	float: left;
	width: 70%;
}
.miniCartDescription a {
	padding: 0px !important;
	color: #0f9591 !important;
}
.miniCartDescription a:hover {
	padding: 0px !important;
	color: #151b4e !important;
}
.miniCartDescription .size {
	color: #888888;
	font-size: 11px;
}
.miniCartDescription .price {
	color: #444444;
	font-size: 12px;
	font-weight: 700;
	padding: 0 5px 0 0;
}
.miniCartDelete {
	float: right;
	width: 5%;
	padding: 3px 0 0 0;
	font-size: 14px;
}
.miniCartQuantity, .miniCartSubtotal {
	font-size: 12px !important;
}
.old-price {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
}
.cartMenu table {
	width: 100%;
	height: auto;
}
.cartMenu table tr {
	border-bottom: solid 1px #ddd;
}
.cartMenu table tr td {
	padding: 5px 0;
	vertical-align: top;
}
.miniCartTable .mCSB_container {
    margin-right: 15px !important;
}
.miniCartFooter {
	background: #ECF0F1;
	padding: 5px 10px 10px 0;
}
*/
/*.miniCartFooter .btn:last-child {
	margin-left: 5px;
}*
.miniCartFooter .subtotal {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 5px;
	/*text-transform: uppercase;*
}
/*
.miniCartFooter .btn {
	font-size: 12px;
	padding: 0 5px !important;
	color: #ffffff !important;
}*

.cart-value {
	/*background: #ff0000 none repeat scroll 0 0;*
	border-radius: 50% !important;
	font-weight: 300;
	min-height: 14px;
	min-width: 14px;
	font-size: 10px;
	color: #ffffff;
	padding: 3px;
	position: absolute;
	left: 10px;
	top: -9px;
}
*/

/***********************************************************************/

.media .img-wrap {margin-right: 1rem; }
.media img{
 	width: 80px !important;
 	/*height: 50px !important;*/
 	border-radius: 0;
  	padding: 1px !important;
  	border: 1px solid #eee;
}

.media img:hover {
  border: 1px solid #00968a;
}
.media .media-left {
	padding: 0px !important;
	margin: 0px;
}
.media-body a {
	font-size: 14px;
	margin-bottom: 0;
}
.media-body div {
	font-size: 12px;
	color: #0a0e49;
}
/*
.qty {
	width: 120px;
    text-align: center;
    display: inline-block;
}
a.quantity {
	width: 28px;
    background: linear-gradient(#fff,#f9f9f9);
    display: inline-block;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
}
a.quantity:hover {
  	background: #001f4d;
  	color: #ffffff;
	
}
.order-quantity {
    width: 46px;
  	display: inline-block;
  	padding: 0 5px;
  	border: 1px solid #c2c2c2;
}*/

.qty-minus,
.qty-plus {
    background-color: #f6f6f6;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.qty-minus i,
.qty-plus i {
    line-height: 30px;
    font-size: 10px;
}
.qty-text {
    background-color: #f6f6f6;
    border: medium none;
    display: inline-block;
    height: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
    font-size: 12px;
    width: 46px;
}

.quantity {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
}

.quantity input[type="text"]{
    margin: 0 !important;
    border: 0px solid #f6f6f6;
    color: #222222;
}

/*==================================================================
	Cart Pulse Animation
====================================================================*/
.pulse-animation { 
  display: block;
  width: 18px;
  height: 18px;
  padding: 2px 3px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: #ff0000;
  box-shadow: 0 0 0 rgba(255,0,0, 0.7);
  cursor: pointer;  
  animation: pulse 2s infinite;
}
.pulse-animation:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,0,0, 0.5);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,0,0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,0,0, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0.5);
    box-shadow: 0 0 0 0 rgba(255,0,0, 0.5);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255,0,0, 0);
      box-shadow: 0 0 0 10px rgba(255,0,0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,0,0, 0);
      box-shadow: 0 0 0 0 rgba(255,0,0, 0);
  }
}

/*==================================================================
	Smooth Scrollbar
====================================================================*/
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #009490 !important;
	background-color: rgba(0, 148, 144, 0.7) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8000cccc, endColorstr=#8000cccc) !important;
	-ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#8000cccc, endColorstr=#8000cccc) !important;
}

.smoothscroll {
	padding: 10px 0 10px 10px;
}

/*==================================================================
	Owl Slider
====================================================================*/
.owl-carousel {
	position: relative;
	display: block;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: auto;
}
.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3%;
}

/* Set color for dots */
.owl-carousel .owl-dots .owl-dot span {
	background: #ffffff;
	border-radius: 50% !important;
}

/* Set color for active dot */
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #0f9591;
	border-radius: 50% !important;
}

.owl-prev, .owl-next {
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute; }

.owl-prev {
  left: -24px;
  content: "<"; 
}

.owl-next {
  right: -24px;
  content: ">"; 
}

#top-slider .owl-prev {
	left: 15px;
	content: "<";
}
#top-slider .owl-next {
	right: 15px;
	content: ">";
}


/*==================================================================
	Section Title
====================================================================*/
.section-heading {
  	margin-bottom: 10px;
 	margin-top: 3px;
}

.title-section {
  	padding-right: 15px;
}

.heading-line {
  	position: relative; 
	z-index: 1 !important; 
}
.heading-line .title-section {
	position: relative;
	display: inline-block;
	padding-right: 10px;
	background-color: inherit;
	z-index: 1;
}
.heading-line .view-all {
	position: relative;
	display: inline-block;
	padding: 3px 0 0 10px;
	background-color: inherit;
	z-index: 5 !important;
}
.heading-line::before {
	top: 43%;
	border-top-style: solid;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	width: 100%;
	height: 0;
	border: 3px solid #E9EAEF;
	overflow: hidden; 
	z-index: 1;
}

/*==================================================================
	Login and Registration Page
====================================================================*/
.my-login-page {
	font-size: 14px;
}

.my-login-page .brand {
	background: #ffffff;
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
	padding: 10px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.04);
}

.my-login-page .brand img {
	width: 100%;
}

.my-login-page .card-wrapper {
	width: 420px;
	margin: 0 auto;
}

.my-login-page .card {
	border-color: transparent;
	box-shadow: 0 0 1px rgba(0,0,0,.25);
}

.my-login-page a {color: #0f9591;}
.my-login-page a:hover {color: #000000;}

.my-login-page .card.fat {
	padding: 10px;
}
.my-login-page .card-body {
	padding: 10px;
}

.my-login-page .card .card-title {
	padding: 0 0 10px 0px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
}

.my-login-page .form-control {
	border-width: 2px;
}

.my-login-page .form-group label {
	width: 100%;
}

.my-login-page .no-margin {
	margin: 0;
}

.my-login-page .footer {
	margin: 15px 0;
	color: #777777;
	text-align: center;
}

@media screen and (max-width: 425px) {
	.my-login-page .card-wrapper {
		width: 90%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 320px) {
	.my-login-page .card.fat {
		padding: 0;
	}

	.my-login-page .card.fat .card-body {
		padding: 15px;
	}
}

/*==================================================================
	Featured Sections
====================================================================*/
.featured-section {
	margin: 0;
}
.featured-section h2{
	font-size: 22px;
	font-weight: 400;
	padding: 0;
	margin: 0 0 10px 0;
}
.grid-label {
	background-color: #333;
	border-radius: 0;
	color: white;
	display: inline-block;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}
.grid-price {
	position: absolute;
	right: 0;
	font-size: 14px;
	font-weight: 400;
	height: 14px;
	padding: 5px 5px;
  	background-color: #d84949;
}
.forrent {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 5px;
  	background-color: #666666;
}

.grid-percent {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 5px;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #cc0000;
}
.grid-popular {
	position: absolute;
	top: 0;
	color: white;
	font-size: 13px;
	font-weight: 500;
	padding: 2px 5px;
  	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background: #cc0000;
}

.single-items {
	background: #fff;
	min-height: 270px;
  	margin-bottom: 15px !important;
  	border: 5px solid #ffffff;
	/*box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.176);*/
	box-shadow: 0 0 0 1px rgba(0,0,0,.02),0 1px 4px #cfdee5;
  	overflow: hidden;
}
.single-items.noshadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.single-items:hover {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.item-thumb-info, .item-thumb-info-image {
	overflow: hidden;
	position: relative;
}

.item-thumb-info-image img {
	-webkit-transform: translate3d(0, 0, 0) scale(1.0);
	transform: translate3d(0, 0, 0) scale(1.0);
}

.single-items:hover .item-thumb-info-image img {
	width: -webkit-calc(100% + 0px);
	width: calc(100% + 0px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0) scale(1.2);
	transform: translate3d(-10px, 0, 0) scale(1.2);
	overflow: hidden !important;
}

.item-thumb-info-image .item-thumb-info-label {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}

.item-thumb-info-content {
  	padding: 10px 5px;
}

.item-thumb-info-content h3 {
	font-size: 14px;
	line-height: 18px;
	min-height: 40px;
	margin: 0 0 5px 0;
}

.item-thumb-info-content .selling_price {
	color: #CC0000;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}
.item-thumb-info-content .bought{
	color: #999;
	font-size: 12px;
	font-weight: 400;
}
.item-thumb-info-content .selling_price .discount {
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
}

.item-thumb-info-content p {
  	margin: 0;
}

.item-thumb-info .item-profile {
	padding: 0 0 5px 0;
}
.item-thumb-info .item-profile .profile-title {
	float: left;
  	color: #666;
	font-weight: 400;
}
.item-thumb-info .item-profile .profile-title span {
  margin: 0 0 0 5px;
  font-size: 12px;
}

.item-thumb-info .item-profile .profile-rating {
  margin-right: 5px;
  text-align: right;
}
.item-thumb-info .item-profile .profile-rating ul li {
  display: inline-block;
  color: #ff7e00;
}
.item-thumb-info .item-profile .profile-rating ul li i {
  font-size: 12px;
}
.item-thumb-info .item-profile .profile-rating ul li span {
  font-size: 12px;
  color: #333;
}

/*-------------- Product Options -------------*/
.product_wishlist > a {
    background-color: #e91e63;
    height: 30px;
    position: absolute;
    right: -32px;
    text-align: center;
    top: 30px;
    width: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 9;
}

.product_wishlist > a:hover {
    background-color: #3a3a3a;
    color: #fff;
}

.product_wishlist > a > i,
.product_compare > a > i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.product_compare > a {
    background-color: #00bcd4;
    height: 30px;
    position: absolute;
    right: -32px;
    text-align: center;
    top: 70px;
    width: 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 9;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.product_compare > a:hover {
    background-color: #3a3a3a;
    color: #fff;
}

.single-items:hover .product_wishlist > a,
.single-items:hover .product_compare > a {
    right: 0;
}


.product_add_to_cart > a {
    background-color: #19B5FE;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 0px;
    left: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 50%;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.product_add_to_cart > a:hover {
    background-color: rgba(0, 150, 136, 0.8);
}

.single-items:hover .product_add_to_cart > a {
    height: 30px;
}

.product_quick_view > a {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 13px;
    height: 0px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.product_quick_view > a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.single-items:hover .product_quick_view > a {
    height: 30px;
}

.overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	opacity: 0;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, 0.3);
	transition: opacity 200ms ease-in-out;
	border-radius: 4px;
	margin: 0;
}
.overlay a {
	font-size: 12px;
 	margin: 5px;
 	color: #ffffff !important;
}
.overlay:hover {
  	opacity: 1;
}

/*-------------- Product Badges (New, Sale, featured, offer, etc) -------------*/
.product_badge {
    left: 0;
    position: absolute;
    top: 15px;
    z-index: 4;
}

.product_badge > span {
    background: #00bcd4;
    clear: both;
    color: #fff;
    display: block;
    float: left;
    font-size: 10px;
    height: 22px;
    line-height: 22px;
    margin: 0 0 5px;
    padding: 0 1px 0 10px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.product_badge > span:before {
    border-color: #00bcd4 transparent #00bcd4 #00bcd4;
    border-style: solid;
    border-width: 11px 6px;
    color: #b71c1c;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
    z-index: 1;
}

.product_badge > span.badge-sale {
    background: #19B5FE;
}

.product_badge > span.badge-sale:before {
    border-color: #19B5FE transparent #19B5FE #19B5FE;
}

.product_badge > span.badge-featured {
    background: #4caf50;
}

.product_badge > span.badge-featured:before {
    border-color: #4caf50 transparent #4caf50 #4caf50;
}

.product_badge > span.badge-offer {
    background: #f44336;
}

.product_badge > span.badge-offer:before {
    border-color: #f44336 transparent #f44336 #f44336;
}

/*==================================================================
	Rooms Ideas
====================================================================*/
.card {
	border-radius: 0;
}

.border-cols:not(:last-child) {
  border-bottom: 1px solid #eee; }

.border-cols > [class*="col-"] {
  overflow: hidden;
  border-color: #eee;
  border-width: 0 0 0 1px;
  border-style: solid; }
  
@media (max-width: 960px) {
  .border-cols > [class*="col-"] { border-width: 0 0 1px 1px; } 
}
.itembox img {max-width: 100%; }
.itembox:hover img {
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
  	-webkit-transition: -webkit-transform ease .3s;
  	transition: -webkit-transform ease .3s;
  	transition: transform ease .3s;
  	transition: transform ease .3s, -webkit-transform ease .3s;
}
  
.itembox .card-body {
	padding: 0 !important;
}

.card-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	background-size: cover;
	border-radius: 0px; 
}
.card-banner .card-body {
	background-size: cover;
	position: relative;
	z-index: 10; 
}
.card-banner .img-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	mix-blend-mode: multiply;
	max-width: 100%; 
}
.card-banner .overlay {
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 10;
	padding: 1.25rem;
	color: #fff; 
}
.card-banner .overlay.bottom {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%; 
}
.card-banner .overlay.top {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.card-banner .overlay-cover {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	width: 100%; 
}
.card-banner .overlay.left {
	top: 0;
	left: 0;
	bottom: 0;
	position: absolute; 
}
.card-banner .text-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding: 7px 20px;
	padding-top: 30px;
	border-radius: 0 0 5px 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	color: #fff; 
}
    
/* ================== HELPERS  =================== */
.zoom-in {
	-webkit-transition: -webkit-transform ease .3s;
	transition: -webkit-transform ease .3s;
	transition: transform ease .3s;
	transition: transform ease .3s, -webkit-transform ease .3s; 
}

.zoom-wrap:hover .zoom-in {
	-webkit-transform: scale(1.1);
	      transform: scale(1.1);
	-webkit-transition: -webkit-transform ease .3s;
	transition: -webkit-transform ease .3s;
	transition: transform ease .3s;
	transition: transform ease .3s, -webkit-transform ease .3s; 
}

/*==================================================================
	Box with shadow
==================================================================*/
.box {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}

.card {
	border-radius: 0;
}
.icon-action {
  margin-top: 5px;
  float: right;
  font-size: 80%; 
}
.card-header .title{margin: 0 0 0 -7px; paline-height:1.5;}
.card-group-item{
    border-bottom:1px solid #eee;
}
.card-group-item .card-header{
    border-bottom:0;
    background-color:#f9f9f9;
}
.card-group-item:last-child{
    border-bottom:0;
}
.list-lg li{margin-bottom:10px}

/*=============================
	Left Menu
===============================*/

#main-menu-wrapper ul {
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
}
#main-menu-wrapper ul.wraplist {
    padding-bottom: 0px;
    margin-top: -1px;
}

#main-menu-wrapper li a {
    display: block;
    line-height: 40px;
    min-height: 40px;
    height: auto;
    color: #333;
    text-decoration: none;
    /*padding-left: 5px;*/
    clear: both;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}
#main-menu-wrapper li .sub-menu a {
    line-height: 36px;
    min-height: 36px;
    color: #333;
    margin-bottom: 1px;
    padding-left: 10px;
    border-left: 4px solid transparent;
}

#main-menu-wrapper li.open .sub-menu a.active, #main-menu-wrapper li.open .sub-menu a:hover, #main-menu-wrapper li .sub-menu a:hover {
    background-color: #eee;
    border-left: 4px solid #02978b;
    color: #333;
}

#main-menu-wrapper li.open .sub-menu a{
    border-left: 4px solid transparent;
}

#main-menu-wrapper li a:hover {
    background-color: #eeeeee;
  /*  border-left: 4px solid #3F51B5;*/
    color: #333333;
}
#main-menu-wrapper li.open a {
    background-color: #02978b;
   /* border-left: 4px solid #ed1941;*/
    color: #fff;
}
#main-menu-wrapper li a:hover .arrow:before, #main-menu-wrapper li.open a .arrow:before {
    color: #fff;
}
#main-menu-wrapper li .sub-menu a:hover .arrow:before, #main-menu-wrapper li.open .sub-menu a .arrow:before {
    color: rgba(194, 198, 203, 0.65);
}
#main-menu-wrapper li.open .sub-menu a {
    background-color: transparent;
    color: #616161;
}
#main-menu-wrapper li a i {
    display: inline-block;
    width: 25px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    top: 0px;
    position: relative;
}

#main-menu-wrapper .fa {
    font-size: 14px;
}

#main-menu-wrapper li .label{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 3px 7px;
    float: right;
    margin: 15px 15px 0 0;
    position: absolute;
    right: 30px;
}

#main-menu-wrapper li .label.nosubmenu{
    right: 25px;
    margin-top: 13px;
}

ul.list-unstyled li.dropdown:hover > ul.dropdown-menu {
    display: block !important;    
}

/*============================================
	Details page Dropdown
==============================================*/
.item img {
	width: 100%;
	height: auto;
}

.select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select select {
	display: inline-block;
	width: 100%;
	font-size: 14px !important;
	padding: 10px 5px;
	cursor: pointer;
	color: #333;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #ffffff;
	border: 1px solid #ccc;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.select select::-ms-expand {
	display: none;
}

.select select:hover,
.select select:focus {
	color: #333;
	background: #ffffff;
	border: 1px solid #999;
}

.select select:disabled {
	pointer-events: none;
	opacity: .5;
}

.select__arrow:after {
	position: absolute;
	top: 5px;
	right: 15px;
	content:"\f107";
    font-family: "Font Awesome 5 Brands";
    font-weight: 600;
    z-index: 1;
    width: 10;
    font-size: 24px;
    color: #00968a;
}
.select select:hover ~ .select__arrow 
.select select:focus ~ .select__arrow {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 0 5px 8px 5px;
	border-style: solid;
	border-color: transparent transparent #666 transparent;
}

.select select:disabled ~ .select__arrow {
	border-top-color: #ccc;
}

.inner-page ul {
    margin: 0 0;
    padding: 0 0 20px 20px;
    list-style: none;
}
.inner-page li:before { 
    content: "\00BB \0020";
	font-size: 18px;
    display: block;
    height: 0;
    width: 0;
    left: -15px;
    top: -3px;
    position: relative;
}

/*===========================================================================
	Progress steps
============================================================================*/
.steps {
    min-height: 90px;
    padding: 30px 0 0 0;
    /*font-family: 'Open Sans', sans-serif;*/
    position: relative
}
.steps .steps-container {
    background: #DDD;
    height: 5px;
    width: 100%;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    margin: 0;
    list-style: none
}
.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left
}
.steps .steps-container li .step {
    padding: 0 50px
}
.steps .steps-container li .step .step-image {
    margin: -16px 0 0 0
}
.steps .steps-container li .step .step-image span {
    background-color: #bbb;
    color: #333;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    border-radius: 37px !important;
    -moz-border-radius: 37px !important;
    -webkit-border-radius: 37px !important;
    -ms-border-radius: 37px !important;
}
.steps .steps-container li .step .step-image span:after {
    background-color: #999;
    color: #333;
    display: block;
	content: "\2713";
	font-size: 20px;
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    margin: 5px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -ms-border-radius: 28px;
}

.steps .steps-container li .step .step-current {
    font-size: 11px;
   /* font-style: italic;*/
    color: #bbb;
    margin: 8px 0 0 0
}
.steps .steps-container li .step .step-description {
    font-size: 13px;
  /*  font-style: italic;*/
    color: #000
}
.steps .steps-container li.activated .step .step-image span {
    background-color: #02978b;
}
.steps .steps-container li.activated .step .step-image span:after {
    background-color: #FFF;
    color: #02978b;
    display: block;
	content: "\2713";
	font-size: 20px;
    position: absolute;
    z-index: 1;
    width: 28px;
    height: 28px;
    margin: 5px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    -ms-border-radius: 28px;
    box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
.steps .step-bar {
    background-color: #02978b;
    height: 5px;
    position: absolute;
    top: 30px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
}
.steps .step-bar.last {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}

/*===========================================================================
	Pagination
============================================================================*/
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 5px;
	font-size:14px;
	padding-bottom: 2px;
}

.rtl .pagination {
	text-align: left;
}

.pagination strong,
.pagination b {
	font-weight: normal;
}

.pagination span.page-sep {
	display:none;
}

.pagination span strong {
	padding: 7px 10px;
	margin: 0 2px;
	font-weight: normal;
	font-size: 0.85em;
	color: #FFFFFF;
	background: #009589;
	border: 1px solid #007575;
}

.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {
	font-weight: normal;
	font-size: 0.85em;
	text-decoration: none;
	color: #666666;
	margin: 0 2px;
	padding: 7px 10px;
	background: #ffffff;
	border: 1px solid #ccc;
}

.pagination span a:hover {
	border-color: #090f42;
	background: #1b204d;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}


/*==================================================================
	categories-list
====================================================================*/

/************************************************
    Categories block
 */

.cat-item {
	position:relative;
	padding-inline: 0 15px;
	margin: 0 0 15px 0;
	text-align: center;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.cat-item {
		margin: 25px 0 5px 0;
	}
}
.cat-item-body {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.cat-item-body .cat-item-img {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.cat-item-img a {
	display: block;
}

.cat-item-body .cat-item-img img{
	background-color: transparent;
	padding: 15px;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.3;
	cursor: pointer;
	transition: all 500ms;
	background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #ebebeb 50%, #ebebeb 100%);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 215px 430px;
}

.cat-item-body .category-desc{
	margin:0;
}
.cat-item-body h2{
	line-height: 22px;
}

.cat-item-body .category-name a {
	color: #222;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	display:inline-block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	padding-bottom: 3px;
	transition: all 300ms;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.cat-item-body:hover .cat-item-img img{
	background-position: 0px -215px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.cat-item-body:hover .category-name a{
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.cat-item-body .category-name a:after {
	position: absolute;
	border-bottom: 1px solid #222;
	content: '';
	width: 100%;
	left:0;
	bottom: 0px;
}

/*===========================================================================
	product-card
============================================================================*/
.product-card{
	background-color:#fff;
	box-shadow:0 0 0 1px rgba(0,0,0,.02),0 1px 4px #cfdee5;
	padding:15px;
	position:relative
}
.product-card a,.product-card a:hover{
	text-decoration:none
}
.product-card__image img{
	width:100%
}
.product-card--layout--grid .product-card__actions{
	overflow:hidden;
	pointer-events:none
}
.product-card--layout--grid .product-card__actions-list{
	opacity:0;
	transform:translateX(100%);
	transition:transform .15s,opacity .15s;
	pointer-events:auto
}

/*===========================================================================
	Contact US
============================================================================*/

.contact-sidebar {
	background: #e6eef2;
	margin: 15px 0;
	padding: 15px 15px;
	min-height: 100%;
}

.contact-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact-sidebar ul li {
	font-size: 14px;
	line-height: 20px;
	padding: 5px 0;
}
.contact-sidebar ul li:after {
	clear: both;
	display: table;
	content: '';
}
.contact-sidebar ul li i {
	margin: 3px 0 0 0;
	float: left;
	display: block;
	min-width: 30px;
	color: #666666;
	font-size: 20px;
}
.contact-sidebar ul li address {
	margin: 0;
	line-height: 20px;
	padding-left: 30px;
}

.map-iframe {
	width: 100%;
	margin: 18px 0 30px;
}
.map-iframe iframe {
	border: 0;
	width: 100%;
	height: 350px;
}

.contact-us {height:150px; text-align:center;}
.contact-us > ul{padding:20px 0 20px 0; text-align:center;}
.contact-us > ul > li{display:inline-block; width:240px; height:auto; border-right:1px solid #d7d7d7; text-align:center; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.contact-us > ul > li:last-child{border-right:none;}
.contact-us > ul > li > a{display:inline-block; text-align:center; text-decoration:none;}
.contact-us > ul > li > a > i{font-size: 32px;}
.contact-us > ul > li > a > span{display:block; font-size:14px; text-align:center; line-height:24px; color:#333; margin-top:10px;}
.contact-us > ul > li > a > span.number{font-size:18px; font-weight:300; color:#484848; margin:0;}
.contact-us > ul > li > a > span.text{font-size:12px; font-weight:300; color:#484848; margin:0;}


/*==================================================================
	Footers
====================================================================*/
.footer-widget .block-title {
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 15px 0;
	position: relative;
	text-transform: uppercase;
}
.footer-widget .block-title:after {
	background: -moz-linear-gradient(left, #151b4e 0%, #202b8b 100%);
	background: -webkit-linear-gradient(left, #151b4e 0%, #202b8b 100%);
	background: linear-gradient(to right, #151b4e 0%, #202b8b 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#151b4e', endColorstr='#202b8b', GradientType=1);
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 24px;
	width: 50px;
}
.footer-widget .menu li {
	float: left;
	line-height: 24px;
	width: 50%;
}
.footer-widget .menu span {
	font-weight: bold;
	margin: 0 4px 0 0;
}
.footer-widget .menu li a {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.97);
}
.footer-widget .menu li a:hover {
	font-size: 14px;
	color: #0f9591;
}
.footer-widget .menu a:before {
	color: rgba(0, 0, 0, 0.97);
	font-size: 11px;
	font-family: "Font Awesome 5 Brands";
	content: "\f054";
	padding: 0 7px 0 0;
	font-weight: 900;
	/* Fix version 5.0.9 */
}
.footer-widget .menu a:hover::before {
	color: rgba(0, 0, 0, 0.97);
}
.footer-logo {
	min-width: 100px;
	padding: 3px 40px 5px 0
}
.footer-links > ul {
	margin: 0;
	padding: 0;
}
.footer-links > ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.footer-links li a {
	padding: 0 15px 0 0;
	font-weight: 600;
	color: #333;
}
.footer-links li a:hover {
	padding: 0 15px 0 0;
	font-weight: 600;
	color: #0f9591;
}
.copyright p {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0 0 5px 0;
}
.social-icon a i {
	border-radius: 50px !important;
	box-shadow: 0 0 8px 0 rgba(77, 73, 112, 0.12);
	display: inline-block;
	font-size: 16px;
	color: #0f9591;
	height: 34px;
	line-height: 34px;
	margin: 0 0 0 1px;
	box-shadow: 0 2px 5px 0 rgba(77, 73, 112, 0.12);
	text-align: center;
	width: 34px;
}
.social-icon a i:hover {
	box-shadow: 0 0 9px 0 rgba(77, 73, 112, 0.12);
	background: #0f9591 none repeat scroll 0 0;
	color: #fff;
}
@media (max-width: 619px) {
	.footer-widget .block-title {
		margin: 15px 0 20px 0;
	}
	.social-icon a i {
		margin: 4px 0 0 0;
		text-align: center;
	}
}

.footer-bottom {
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	width: 100%;
	padding: 5px 0;
	background: #f1f1f1 none repeat scroll 0 0;
}
.footer-bottom strong {
	font-stretch: normal;
	font-style: normal;
}
.footer-bottom .payment-menthod {
	margin: 0;
}

/*===========================================================================
	FAQ Categories - Left Menu
============================================================================*/
.single {
	padding: 5px 0;
	margin-top: 0;
}
.single ul {
	margin-bottom: 0; 
}
.single li a {
	color: #666;
	font-size: 14px;
	padding: 7px 0;
	border-bottom: 1px solid #eeeeee;
	display: block;
	text-decoration: none; 
}
.single li a:hover {
	color: #00968a;
	background: #f7f7f7;
	padding: 7px 0 7px 10px;
}
.single li a.current {
	color: #00968a;
	background: #f7f7f7;
	padding-left: 10px;
}
.single li a.current:before {
     content: '\00BB';
     font-size: 16px;
	padding-right: 3px;
}

.single li:last-child a {
	border-bottom: 0 !important; 
}

/*===========================================================================
	FAQ Accordion
============================================================================*/
 .accordion {
     border-top: 1px solid #c7c8ca;
     border-bottom: 1px solid #c7c8ca;
     background-color: #e2e2e2;
}
 .accordion:after {
     display: table;
     clear: both;
     content: '';
}
 .accordion__tabs a {
     color: #404040;
     font-size: 16px;
}
 .accordion__bullet {
     position: absolute;
     width: 5px;
     height: 3px;
     left: 0;
     background-color: #009DCB;
     border-radius: 35%;
     top: 10px;
}
 .accordion__item {
     position: relative;
}
 .accordion__item-text {
     margin-left: 15px;
     display: block;
     font-size: 14px;
}
 .accordion__column a {
     color: #009DCB;
     font-size: 14px;
}
 .accordion__icon {
     background-image: url("../images/vbulletin_sprites.png");
     margin-right: 10px;
     margin-bottom: -2px;
     width: 16px;
     height: 16px;
     display: inline-block;
}

@media screen and (min-width: 768px) {
     .accordion {
         margin-bottom: 80px;
    }
     .accordion br {
         display: none;
    }
}
 @media screen and (max-width: 767px) {
     .accordion {
         background-color: transparent;
         border-top: none;
         border-bottom: none;
    }
     .accordion__content {
         padding: 0;
    }
     .accordion__icon {
         display: block;
         margin: 0 auto;
    }
     .accordion .panel {
         background-color: #f8f8f8;
    }
     .accordion .panel-heading {
         padding: 20px 15px;
    }
}
 .accordion-title {
     font-size: 16px;
     color: #000000;
}
 @media screen and (max-width: 991px) {
     .accordion-title {
         font-size: 18px;
    }
}
 .accordion-toggle {
     text-align: right;
     font-size: 14px;
     margin-bottom: 20px;
}
 .accordion-toggle a {
     color: #009DCB;
}
 @media screen and (max-width: 991px) {
     .accordion-toggle {
         font-size: 14px;
    }
}
 .accordion-faq {
     border-top: 1px solid #b2b3b4;
     border-bottom: 1px solid #b2b3b4;
     margin-bottom: 30px;
}
 .accordion-faq .panel + .panel {
     margin-top: 0;
}
 .accordion-faq .panel {
     border: none;
     border-bottom: 1px dashed #b2b3b4;
}
 .accordion-faq .panel:last-child {
     border: none;
}
 .accordion-faq .panel:nth-child(even) .accordion-faq__question.collapsed {
     background-color: #f7f7f7;
}
 .accordion-faq .panel-heading {
     padding: 0;
}
 .accordion-faq .panel-heading + .panel-collapse > .panel-body {
     border: none;
     padding-left: 30px;
}
 .accordion-faq__question {
     position: relative;
     padding: 7px 30px;
     width: 100%;
     height: auto;
     display: block;
     background-color: #ffffff;
     transition: background-color 0.35s ease;
     font-size: 14px;
}
 @media screen and (max-width: 991px) {
     .accordion-faq__question {
         font-size: 14px;
    }
}
 .accordion-faq__question.collapsed {
     background-color: #ffffff;
}
 .accordion-faq__question.collapsed .accordion-faq__question-icon {
     background-position: -336px 0px;
}
 .accordion-faq__question.collapsed .accordion-faq__toggle-icon {
     background-position: -384px 0px;
}
 .accordion-faq__question:hover {
     text-decoration: none;
}
 .accordion-faq__question-icon {
     position: absolute;
     background-image: url("../images/vbulletin_sprites.png");
     width: 13px;
     height: 14px;
     background-position: -352px 0px;
     top: 10px;
     left: 10px;
}
 .accordion-faq__toggle-icon {
     position: absolute;
     background-image: url("../images/vbulletin_sprites.png");
     width: 14px;
     height: 14px;
     background-position: -400px 0px;
     top: 10px;
     right: 10px;
}
 @media screen and (max-width: 991px) {
     .accordion-faq__answer p {
         font-size: 12px;
    }
}
 .accordion-faq__answer, .accordion-faq__answer p{
     color: #222222;
     font-size: 14px;
     background: #fff;
     padding-bottom: 7px;
     margin-bottom: 0;
}

/* healpers */

/*-- About Image --*/
.about-image img {
  width: 100%; }
/*-- About Content --*/
.about-content h1 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;}
  .about-content h1 span {
    color: #0f9591; }
  @media only screen and (max-width: 767px) {
    .about-content h1 {
      font-size: 24px;
      line-height: 30px; } }

.about-content h3 {
  font-size: 18px;
  font-weight: 700; }

.about-content p {
  font-size: 14px;
  line-height: 20px; }
  /*-- About Feature --*/
.about-feature h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px; }

.about-feature p {
  font-size: 14px;
  line-height: 20px;
  max-width: 270px; }
  @media only screen and (max-width: 767px) {
    .about-feature p {
      max-width: 350px; } }
/*-- About Section Title --*/
.about-section-title h3 {
  font-size: 24px;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .about-section-title h3 {
      font-size: 18px;
      line-height: 20px; } }

.about-section-title p {
  font-size: 14px;
  line-height: 20px;}
/*-- About Feature Banner --*/
.about-feature-banner .banner {
  margin-left: 70px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-feature-banner .banner {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .about-feature-banner .banner {
      margin-left: 0; } }
      
/*-- About Mission Vission Goal --*/
.about-mission-vission-goal h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 13px; }

.about-mission-vission-goal p {
  font-size: 14px;
  line-height: 20px; }
/*-- About Feature Banner --*/
/*----------  hover effect banner  ----------*/
.single-banner a {
  display: block;
  overflow: hidden;
  position: relative; 
}
  .single-banner a img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .single-banner a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .single-banner a:hover:before {
    visibility: visible;
    opacity: 1; }
  .single-banner a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }



.interior-design h2, .interior-design h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
  
  
/*2.2 Hero Area*/
.hero-area {
    background: url(../images/slider1.jpg) repeat scroll 0 0;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    padding: 0;
    position: relative;
    height: 400px;
    /* height: 100vh; */
}


.hero-content {
    color: #ffffff;
    margin-bottom: 40px;
    text-align: center;
    padding: 10px 0px 0px;
}
.hero-text {
    color: #000000;
}

.hero-text p {
    color: #000000;
    font-size: 30px;
    padding: 15px 0px;
}

.hero-text h2 {
    max-width: 80%;
    margin: auto;
    padding: 10px 0px;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 1px;
    color: #000000;
}




/***
* Assemply and customer care
 ***/
.assembly-service a, .customize-service a {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	margin-top: 15px;
	border-radius: 0px;
	display: block;
	color: #000000;
	font-size: 13px;
 }
.assembly-service a:hover, .customize-service a:hover {
	background-color: #f7f7f7;
}

.assembly-service a i, .customize-service a i {
	font-size: 32px;
	margin-right: 10px;
	line-height: 48px;
	float: left;
}
.assembly-service a span, .customize-service a span {
	vertical-align: top;
	line-height: 18px;
}

/***
* Shop with Confidence
 ***/

.shop-with-confidence {
	margin: 0 0 15px 0;
	font-size: 13px;
	color: #000000;
}

.shop-with-confidence a {
	font-size: 12px;
	font-weight: 600;
	color: #000000;
}

.shop-with-confidence a:hover {
	color: #02978b;
}
.shop-with-confidence i {
	color: #28a745;
	font-size: 14px;
}
.shop-with-confidence span {
	padding: 2px 5px;
	background: #eee;
	font-size: 10px;
	line-height: 12px;
	float: right;
	border-radius: 3px;
}
.shop-with-confidence div {
	padding: 5px 0 0 0;
	font-size: 12px;
}

/****
* Detail page watermarking
 */
.watermarked {
	position: relative;
}

.watermarked:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../images/atoz-watermark.png");
	background-size: 100% 100%;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	opacity: 0.7;
}










.product {
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border: 3px solid #ffffff;
}
.product_img  {
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.product_img img{
	width: 100%;
	margin: auto;
}
.overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	opacity: 0;
	height: 100%;
	width: 100%;
	background: rgba(51, 51, 51, 0.3);
	transition: opacity 200ms ease-in-out;
	border-radius: 4px;
	margin: 0;
}
.overlay a {
	font-size: 12px;
	margin: 5px;
	color: #ffffff !important;
}
.overlay:hover {
	opacity: 1;
}

.product_info { padding: 0px; }
.product .brand_name {
	width: 100%;
	line-height: 24px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
}
.product .brand_name a {color: #888888; font-size: 11px;}
.product .brand_name a:hover {color: #cc0000;}

.product .product_title {
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 20px;
	min-height: 44px;
}

.product .swatch {
	margin: 5px 0;
	-webkit-transform: translateZ(0);
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.product .color-variant {
	margin: 0;
}
.product .color-variant li {
	display: inline-block;
	height: 16px;
	width: 16px;
	cursor: pointer;
	border-radius: 50%;
	margin-right: 1px;
	vertical-align: middle;
	text-align: center;
	transition: all 0.1s ease;
	/*border: 1px solid #666666;*/
}
.product .color-variant li:hover {
	/*border: 1px solid #cccccc;*/
}

.price_box {
	width: 100%;
	margin: 0 0 5px 0;
	text-align: right;
}
.price_box span {
	line-height: 16px;
}
.price_box span.current_price {
	font-weight: 500;
	font-size: 18px;
	color: #cc0000;
}
.price_box span.old_price {
	text-decoration: line-through;
	font-weight: 400;
	font-size: 16px;
	font-weight: 500;
	margin-left: 2px;
	color: #999999;
}

.product_row {}
.product_row::after {
	content: "";
	clear: both;
	display: table;
}
.product_rating {
	float: left;
}
.product_rating ul {
	display: flex;
	padding: 0; margin: 0;
	list-style: none;
}
.product_rating ul li {
	line-height: 23px;
	margin-right: 3px;
}
.product_rating ul li:last-child {
	margin-right: 0;
}
.product_rating ul li a {
	font-size: 12px;
	color: #666666;
}
.product_rating ul li a:hover {
	color: #BDA87F;
}

.pr_flash {
	background-color: #FF9F00;
	position: absolute;
	right: 3px;
	top: 3px;
	text-transform: uppercase;
	color: #fff;
	padding: 2px 3px;
	font-size: 12px;
	z-index: 1;
}



@media only screen and (max-width:1023px) {
	.product .product_title {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		text-transform: capitalize;
		font-size: 14px;
		line-height: 20px;
	}
}


/*
.row.shop_wrapper {
	flex-direction: row;
}
.shop_wrapper > div {
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.shop_wrapper {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
	.shop_wrapper {
		margin-bottom: 5px;
	}
}
@media only screen and (max-width: 767px) {
	.shop_wrapper .product_thumb a img {
		width: 100%;
	}
}
.shop_wrapper .single_product {
	position: relative;
	margin-bottom: 30px;
}
.shop_wrapper.grid_list .single_product {
	margin-bottom: 30px;
}
.shop_wrapper .label_product {
	bottom: 40px;
}

.single_product {
	transition: .3s;
	background: #fff;
	padding: 10px 10px 0;
	position: relative;
}
.single_product:hover .add_to_cart {
	opacity: 1;
	visibility: visible;
	bottom: -44px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product:hover .add_to_cart {
		bottom: -41px;
	}
}
.single_product:hover .action_links {
	opacity: 1;
	visibility: visible;
}
.single_product:hover .action_links ul li {
	transform: scale(1);
}
.single_product:hover .product_thumb a.secondary_img {
	opacity: 1;
	visibility: visible;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}

.product_thumb {
	position: relative;
	overflow: hidden;
}
.product_thumb a.secondary_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
}
.product_thumb a img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.product_thumb a img {
		width: 100%;
	}
}

.label_product span {
	position: absolute;
}
.label_product span.label_sale {
	top: 0;
	right: 0;
	color: #ffffff;
	background: #febc8b;
	font-size: 12px;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
	padding: 0 7px;
	text-align: center;
	display: block;
	text-transform: uppercase;
}
.label_product span.label_new {
	top: 20px;
	right: 20px;
	text-transform: uppercase;
	color: #ffffff;
	background: #febc8b;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	width: 40px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.action_links {
	transition: all 0.3s ease;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translatey(-50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	left: 0;
	text-align: center;
}
.action_links ul li {
	margin-right: 3px;
	transform: scale(0.7);
	transition: .3s;
	display: inline-block;
}
.action_links ul li:last-child {
	margin-right: 0;
}
.action_links ul li a {
	font-size: 20px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	width: 36px;
	background: #999;
	color: #fff;
}
.action_links ul li a:hover {
	background: #febc8b;
}
.action_links.action__list {
	display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .quick_button {
		bottom: 12px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_sidebar .quick_button a {
		line-height: 35px;
	}
}

.product_content {
	padding: 15px 0 17px;
	text-align: center;
}
.product_content h4 {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
	.product_content h4 {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 9px;
	}
}
.product_content h4 a:hover {
	color: #febc8b;
}

.product_content.list_content {
	display: none;
}
.grid_content .product_ratings {
	margin-bottom: 11px;
}
.grid_content .product_ratings ul {
	justify-content: center;
}

.product_rating ul {
	display: flex;
	justify-content: center;
}
.product_rating ul li {
	line-height: 16px;
	margin-right: 2px;
}
.product_rating ul li:last-child {
	margin-right: 0;
}
.product_rating ul li a {
	font-size: 13px;
}
.product_rating ul li a:hover {
	color: #febc8b;
}

.price_box {
	transition: .3s;
	margin-top: 12px;
}
.price_box span {
	font-size: 15px;
	font-weight: 500;
	line-height: 16px;
	color: #1e1e1f;
}
@media only screen and (max-width: 767px) {
	.price_box span {
		font-size: 15px;
	}
}
.price_box span.old_price {
	text-decoration: line-through;
	margin-right: 5px;
}

.add_to_cart {
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	bottom: 0;
	z-index: 9;
}
.add_to_cart a {
	line-height: 45px;
	height: 45px;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 30px;
	width: 100%;
	background: #999;
	color: #fff;
}
.add_to_cart a:hover {
	background: #febc8b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.add_to_cart a {
		line-height: 42px;
		height: 42px;
		padding: 0 24px;
	}
}
@media only screen and (max-width: 767px) {
	.add_to_cart a {
		line-height: 42px;
		height: 42px;
		padding: 0 20px;
	}
}*/