/*
====================================================

* 	[Master Stylesheet]
	
	Theme Name :  
	Version    :  
	Author     :  
	Author URI :  

====================================================


/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html {
	font-size: 100%;
	height: 100%;
	overflow-x: hidden;
	touch-action: manipulation;
}
body {
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	background: #EDF3F3;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p, a, ul, span, li, img {
	margin: 0;
	padding: 0;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}
p {
	line-height: 1.6;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #444;
}
h1 {
	font-size: 4em;
	line-height: 1;
}
h2 {
	font-size: 2.8em;
	line-height: 1.1;
}
h3 {
	font-size: 2em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: .9em;
	letter-spacing: 1px;
}
a, button {
	display: inline-block;
	text-decoration: none !important;
	color: inherit;
	transition: all .3s;
}
/*a:focus, a:active, a:hover, button:focus, button:active, button:hover {
	text-decoration: none;
	color: #498BF9;
}*/
b {
	font-weight: 500;
}
/*img {
	width: 100%;
}*/
li {
	list-style: none;
	display: inline-block;
}
span {
	display: inline-block;
}
header {
	font-weight: 400;
}
/* ---------------------------------
2. COMMONS FOR PAGE DESIGN
--------------------------------- */

.section {
	padding: 10px 0 40px;
}
.section .heading {
	padding-bottom: 70px;
}
.center-text {
	text-align: center;
}
.color-white {
	color: #fff;
}
.display-table {
	display: table;
	height: 100%;
	width: 100%;
}
.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.card {
	background: transparent;
	border: 0;
}
.no-side-padding {
	padding-right: 0px;
	padding-left: 0px;
}
.no-left-padding {
	padding-left: 0px;
}
.no-right-padding {
	padding-right: 0px;
}
.icon {
	font-size: 2em;
}


::-webkit-input-placeholder {
font-size: .9em;
letter-spacing: 1px;
}

::-moz-placeholder {
font-size: .9em;
letter-spacing: 1px;
}

:-ms-input-placeholder {
font-size: .9em;
letter-spacing: 1px;
}

:-moz-placeholder {
font-size: .9em;
letter-spacing: 1px;
}
/* ---------------------------------
3. MENU
--------------------------------- */

header {
	overflow: hidden;
	background: #fff;
}
header.header-container{ text-align:center;}
header .logo {
	float: left;
	height: 40px;
	margin: 13px 0px;
}
header .logo img {
	height: 100%;
	width: auto;
}
header .main-menu {
	display: inline-block;

}
header .main-menu > li {
	float: left;
}
header .main-menu > li > a {
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
header .main-menu > li > a:hover{color: #498BF9;}


/*header .main-menu > li > a:hover {
	background: #eee;
}*/

header .main-menu > li.active{background: #eee;}

header .main-menu > li:first-child > a {
}
header .visible.main-menu {
	display: block;
}
/* SEARCH AREA */

header .src-area {
	position: relative;
	height: 60px;
	width: 50%;
	float: right;
	display: inline-block;
	background: #F5F7F6;
}
header .src-area .src-input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 20px 0 70px;
	background: transparent;
	border: 0;
	outline: 0;
}
header .src-area .src-input:focus {
	box-shadow: 0px 0px 1px #aaa;
}
header .src-area .src-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	background: none;
	border: 0;
	font-size: 1.2em;
	outline: 0;
	margin-left: 20px;
	opacity: .6;
	cursor: pointer;
	z-index: 10;
}
/* NAV ICON */

.menu-nav-icon {
	display: none;
	height: 60px;
	width: 50px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	position: absolute;
	right: 0;
	font-size: 1.8em;
}
/* ---------------------------------
4. SLIDER
--------------------------------- */

.slider {
	/*height: 400px;*/
	width: 100%;
	/*background-image: url(../../images/slider-1.jpg);*/
	background-size: cover;
}
/* ---------------------------------
5. SINGLE POST
--------------------------------- */

.blog-area .row div[class^="col"] {
	margin-bottom: 30px;
}
.blog-area {
	text-align: center;
	background: #fff;
}
.blog-area .single-post {
	height: 100%;
	position: relative;
	padding-bottom: 45px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
	transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -webkit-transform:scale(1); transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s; -webkit-transition:all .5s;
}
.blog-area .single-post .title {
	padding: 20px 30px 30px;
}
.blog-area .single-post .product-category{ margin-bottom:10px; font-size:16px;}
.single-post .avatar {
	margin: 0 auto;
	margin-top: -40px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	z-index: 10;
	border-radius: 100px;
	position: relative;
	border: 4px solid #fff;
}

.single-post .avatar img{width:100%; height:100%;}

.single-post .blog-info a.title{width:100%; font-size:1.2em;}
.title-link{width:100%; font-size:1.2em; padding:20px 0;} 

.cat_title h4{padding:0 25px;}

.single-post .post-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.single-post .post-footer > li {
	width: 33.33%;
	display: inline-block;
	border-right: 1px solid #fff;
	background: #EDF3F3;
	line-height:45px;
	position:relative;
}
.single-post .post-footer > li:first-child {
	float: left;
}
.single-post .post-footer > li:last-child {
	border: 0px;
	float: right;
}
.single-post .post-footer > li > a {
	line-height: 45px;
	width: 100%;
	position:relative;
}

.single-post .post-footer > li .counts{background:#db0000; height:25px; width:30px; margin-left:-15px; line-height:25px; text-align:center; border-radius:5px; position:absolute; left:50%; top:-15px; color:#fff;}
.single-post .post-footer i {
	display: inline-block;
	margin-right: 10px;
	opacity: .6;
	font-size: 1.1em;
}


.blog-area .single-post:hover{ border-color:#498BF9; transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transition:all .5s; -moz-transition:all .5s; -o-transition:all .5s; -webkit-transition:all .5s;}

.blog-area.profile-section .single-post:hover{transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -webkit-transform:scale(1);}


/* ---------------------------------
6. NORMAL BLOG
--------------------------------- */

.post-style-1 .blog-image {
	max-height: 300px;
	overflow: hidden;
}

.blog-list .single-post .blog-info{ padding:0 15px;}

/* ---------------------------------
7. EXTRA BIG BLOG
--------------------------------- */

.blog-area .post-style-2 {
	padding-bottom: 0;
	text-align: left;
}
.blog-area .post-style-2 .title {
	padding: 15px 0px 20px;
}
.post-style-2 .avatar-area {
	padding: 25px 0 15px;
	position: relative;
}
.post-style-2 .avatar {
	margin: 0px;
}
.post-style-2 .avatar-area .right-area {
	margin-left: 90px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.post-style-2 .blog-image {
	width: 50%;
	float: left;
	height: 100%;
}
.post-style-2 .blog-image img {
	height: 100%;
	width: 100%;
}
.post-style-2 .blog-info {
	width: 50%;
	float: left;
	height: 100%;
	position: relative;
	padding: 30px;
	padding-bottom: 45px;
}
/* ---------------------------------
8. EXTRA MEDIUM BLOG
--------------------------------- */

.post-style-2.post-style-3 .blog-info {
	width: 100%;
	float: none;
}
/* ---------------------------------
9. EXTRA SMALL BLOG
--------------------------------- */

.blog-area .post-style-4 {
	margin-bottom: 30px;
}
.display-table .display-table-cell.title {
	padding: 30px;
}
.load-more-btn {
	padding: 15px 40px;
	margin: 10px 0 30px;
	transition: all .3s;
	background: #ddd;
}
.load-more-btn:hover {
	transform: translateY(-2px)
}

/***********for slider**************/
/*@keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
}

div#slider { overflow: hidden; width:100%; max-height:500px;}
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}*/
.mySlides {display: none;}
.slideshow-container {
 /* max-width: 1000px;*/
  position: relative;
  margin: auto;
  margin-top:20px;
}
/*.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}*/

/* Next & previous buttons */
/*.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}*/

/* Position the "next button" to the right */
/*.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
*/
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.imagefade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 7s;
  animation-name: fade;
  animation-duration: 7s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
/***********end of slider**************/
/* ---------------------------------
10. FOOTER
--------------------------------- */

footer {
	padding: 70px 0 30px;
	background: #fff;
	border-top:1px solid #d3d3d3;
/*	margin-top:70px;
*/}
footer .footer-section {
	margin-bottom: 40px;
}
footer .footer-section .title {
	margin-bottom: 20px;
}
footer .footer-section ul > li {
	margin-right: 10px;
	margin-top: 10px;
}
footer .copyright {
	margin: 10px 0;
}
footer .icons > li > a {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	line-height: 40px;
	text-align: center;
	transition: all .3s;
	font-size: 1.2em;
	box-shadow: 0px 0px 2px rgba(0,0,0,1);
	background: #498BF9;
	color: #fff;
}
footer .icons > li > a:hover {
	transform: translateY(-2px);
	box-shadow: 5px 10px 20px rgba(0,0,0,.3);
}
footer .input-area {
	position: relative;
	height: 50px;
	width: 100%;
	box-shadow: 0px 0px 1px #bbb;
	background: #F5F7F6;
	line-height:50px;
}
footer .input-area .email-input {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 70px 0 20px;
	background: transparent;
	border: 0;
	outline: 0;
}
footer .input-area .email-input:focus {
	box-shadow: 0px 0px 1px #aaa;
}
footer .input-area .submit-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	background: none;
	border: 0;
	outline: 0;
	margin-right: 10px;
	opacity: .8;
	cursor: pointer;
	transition: all .2s;
}




.navbar {
	background-color: #FFFFFF;
	border-bottom: 1px solid #ddd;
}
body {
	background-color: white;
}
/*.row {
	background-color: white;
}
*/.blog-area section {
	background-color: white;
}
.image {
	position: relative;
	width: 100%; /* for IE 6 */
	padding-left: 15px;
	padding-right: 15px
}
.inlinetext {
	position: absolute;
	bottom: 60px;
	left: 30px;
	width: 50%;
	background-color: rgba(255,255,255,0.8);
	;
}
.inlinetext span{ background:none !important;}
.bigposttext {
	padding: 10px;
}
.card-img-top {
	margin-top: 10px;
	border: 1px solid #ddd;
}
.input-group {
	padding: 0px;
	margin: 0px;
}
.form-control {
	border-radius: 0rem;
}
.avatario img {
	border-radius: 50%;
	width: 90px;
	height: 90px !important;
	border: 3px solid #ddd;
}
.topblogger  .avatario img{transform:scale(1); -moz-transform:scale(1); -o-transform:scale(1); -webkit-transform:scale(1); transition:all .35s; -moz-transition:all .35s; -o-transition:all .35s; -webkit-transition:all .35s;}
.topblogger  .avatario img:hover{ border-color:#498BF9; transform:scale(1.05); -moz-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transition:all .35s; -moz-transition:all .35s; -o-transition:all .35s; -webkit-transition:all .35s;}

.avatario {
	padding: 10px;
}
.main-menu {
	display: grid;
	align-items: center;
	justify-items: center;
}
.logo {
	display: inline-block;
	align-items: center;
	justify-items: center;
}
.logo img {
	width: 90px;
	height: auto;
}
.paddington {
	padding-top: 20px;
}
.topblogger {
	border: 1px solid #ddd;
	margin-top: 10px;

	width: 100%;
	padding-top:15px;
	padding-bottom: 10px;
}
.lineabove {
	border-top: 1px solid #ddd;
}
.borderbottom {
	border-top: 1px solid #ddd
}
.topicBlogger {
	margin: 0 auto;
}
/*.fa {
	padding-bottom: 20px;
	padding-top: 20px;
}*/
.social-network {
	float: left;
}
.avataro {
	float: left;
}
.searchform {
	float: right;
	width: 300px;
}
.searchinput {
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 1px solid #ddd;
	padding: 10px;
}


.btn-secondary {
    color: none;
    background-color: none;
    border-color: #fff;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
    color: #292b2c;
    background-color: #fff;
    background-image: none;
    border-color: #fff;
}

.btn-secondary:hover {
    color: #292b2c;
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: #fff;
    box-shadow: #fff;
}


/*.btn {

   border: 0px solid transparent;
    padding: 0rem 0rem; 

     border-radius: 0rem; 

}
*/
.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0px;
    box-shadow: 0 0 0 0px rgba(204, 204, 204, 0.5);
}


.avataria{

	width: 90px;
	height: 90px;

	overflow: hidden;
	z-index: 10;
	border-radius: 100px;
}

.navbar .profile-sec-dropdown a.avataro{ padding-top:0; padding-bottom:0;}

/* ---------------------------------
7. social media
--------------------------------- */


l.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007BB6;
}
.social-network a.icoInstagram:hover {
	background-color: #3F729B;
}
.social-network a.icoYelp:hover {
	background-color: #CB2027;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.socialpadding {
	padding-top: 0;
	padding-bottom: 0px;
}
.social-network a {
	background-color: #D3D3D3;
}
.paddingtop img {
	width: 200px;
}

.searchinput_2 {
    width: 300px;
    padding: 10px;
    margin-top: 2%;
}

/*.post-style-3, .blog-area .single-post{padding-bottom:0px !important;}*/
.cartdesign_2{font-size:125%;}
.cartdesign{font-size:20px;}

.blog-area .fa{} 

.social-icon-sec{display:inline-block; float:left;}
.profile-sec{display:inline-block; text-align:center; float:left; position:relative;}
.profile-sec span{padding: 10px 15px; border-radius: 50px; border:2px solid #d3d3d3; color: #fff;font-weight: 400; width:50px; height:50px; }
.profile-sec .fa{color:#D3D3D3; font-size:20px; line-height:25px;}
.search-top-sec{display:inline-block; text-align:right; float:left;}

.notification-post{background:#edf3f3; padding:20px 0;}

.preview-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }


.product-detail-main{margin-bottom:30px;}
.product-detail-main .product-title{margin-top: 0; margin-bottom:0px;}
.product-detail-main .price-prd{font-weight:500;}
.product-detail-main .product-description{margin-top:20px; margin-bottom:18px;/* max-height: 190px; overflow-y:auto;*/}
.product-detail-main .map-section{width:100%; margin-top:0px; border:1px solid #cdcdcd;}
.product-detail-main .preview-pic{border:1px solid #e4e7ea; border-radius:5px;}
.product-detail-main .details .action{ margin-top:20px; clear:both;}
.product-detail-main .details .action button{ margin-right:5px; padding: 0.5rem 0.3rem;}

.description-bottom{padding-bottom:10px;}

.description-bottom h1,
.description-bottom h2,
.description-bottom h3,
.description-bottom h4,
.description-bottom h5,
.description-bottom h6{ font-weight:500; font-size:1.2em; margin-bottom:5px;}

.description-bottom p{ margin-bottom:20px;}


.description-title{}
.des-title{font-size:18px; font-weight:500; color:#000; border-bottom:1px solid #d3d3d3;}
.des-detail{padding:20px 0; border-bottom:1px solid #d3d3d3; min-height: 80px; max-height: 240px;overflow: hidden;}
		  
.related-image-sec{margin-top:20px;}
.image-title{font-size:18px; font-weight:500; color:#000; border-bottom:1px solid #d3d3d3;}

.related-products{margin-bottom:20px; display:inline-block;}
.related-products li{width:20%; padding: 10px 5px; float:left;}
.related-products li img{width:100%;}
		  
.panel-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 7px 7px 7px;
}
.panel-white {
  border: 1px solid #dddddd;
}
.panel-white  .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.panel-white  .panel-footer {
  background-color: #fff;
  border-color: #ddd;
  
}

.post .post-heading {
  height: 95px;
  padding: 20px 15px;
}
.post .post-heading .avatar {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 15px;
}
.post .post-heading .meta .title {
  margin-bottom: 0;
}
.post .post-heading .meta .title a {
  color: black;
}
.post .post-heading .meta .title a:hover {
  color: #aaaaaa;
}
.post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
}
.post .post-image .image {
  width: 100%;
  height: auto;
}
.post .post-description {
  padding: 15px;
}
.post .post-description p {
  font-size: 14px;
}
.post .post-description .stats {
  margin-top: 20px;
}
.post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}
.post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}
.post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}
.post .post-footer .input-group-addon a {
  color: #454545;
}
.post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}
.post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}
.post .post-footer .comments-list .comment .comment-heading {
  display: block;
  width: 100%;
}
.post .post-footer .comments-list .comment .comment-heading .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}
.post .post-footer .comments-list .comment .comment-heading .time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}
.post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
}
.post .post-footer .comments-list .comment > .comments-list {
  margin-left: 50px;
}


.chat-products-des{background:#eceeef; margin-bottom:20px; width:100%; padding:10px 5px;}
.chat-products-des h5{padding:3px 0;}
@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

 /* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}

		  
@media screen and (max-width: 996px) {
    .preview-left {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }

.product-detail-main .preview-thumbnail.nav-tabs li {
    width:33.333%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0;
	  border:1px solid #e4e7ea }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.product-detail-main {
  margin-top:30px; }


@media screen and (min-width: 997px) {
  /*.wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }
*/
.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: 500; }

.checked, .price span {
  color: #ff9f1a; }


.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #000;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; 
	width:45%;margin-right:7px;}
  .add-to-cart:hover, .like:hover {
    /*background: #b36800;*/
    color: #fff; }

.ask-btn{background: #9fa09f;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; 
	width:45%;}

.ask-btn:hover{/*background: #028220;*/
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
}
}

.main{width:100%;}
.left-img-sec img{width:100%;}
.form-main-sec{padding:0 6.9%; padding-top:20px; padding-bottom:30px;}
.form-main-sec .form-group{width:auto; margin-right:15px; float:left;}
.form-main-sec .form label{margin:0px; display:none;}
.log-btn{padding:8px 20px; border-radius:0px; color:#fff; cursor:pointer; background-color:#000;}
.change-password-btn{padding:8px 20px; border-radius:0px; color:#fff; cursor:pointer; background-color:#d3d3d3; margin-top:20px;}
.change-password-btn-sec{margin-top:20px;}


.register-form{margin-top:30px;}
.register-form p{padding-bottom:15px; font-weight:600;}
.register-form .error-message{ font-size:14px; color:red; margin-top:5px;}
.register-form .form-control{max-width:100%; border:1px solid #d3d3d3;}
.field-sec{margin-top:15px;}
.register-form a{font-size:12px; color:#d3d3d3 !important;}
.checkbox{margin-right:20%; float:left;}
.register-btn{padding:8px 20px; border-radius:0px; color:#fff; background-color:#000; width:100%; cursor:pointer;}
.register-btn:hover{color:#fff; background-color:#a8a5a5;}
.facebook-btn{padding:10px 20px; border-radius:0px; color:#fff; background-color:#3b5998; width:100%; cursor:pointer; font-size:16px !important;}
.google-btn{padding:10px 20px; border-radius:0px; color:#fff; background-color:#db3236; width:100%; cursor:pointer; font-size:16px !important;}
.facebook-btn:hover, .google-btn:hover, .log-btn:hover{color:#fff;}
.social-btn a{color:#fff !important; text-align:center;}
.social-btn a .fa{font-size:18px; padding-right:5px;}

.head-top{padding:15px 0;}
th.sorting_action{text-align:right; padding-right:50px;}
.actions{text-align:right;}
.card-body{padding: 1.25rem; background-color:#eceeef;}
.popover-header {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow {
    border-width: 11px;
}


.boxless .nav-tabs{background-color:#eceeef; color:#fff;}
.form-group-material{margin-bottom:25px;}
.breadcrumb-holder{background-color: #eceeef; display:none;}

.user-table th{background-color:#1a7e90 !important; color:#fff; font-weight:500;}
.table-striped tbody tr:nth-of-type(odd){background-color:#fff;}
.table-striped tbody tr:nth-of-type(even){background-color:#e4f1f1;}

.nav-tabs .nav-link.active{background-color:#e4f1f1; border-radius:0px;}
.nav-tabs .nav-link:hover{color:#fff;}

.category-sec .btn-group{width:100% !important; padding:6px 6px; display:inline-block;}
.category-sec artical{width:100% !important;}
.category-sec select.form-control:not([size]):not([multiple]){height: calc(2.70rem + 2px);}
.category-sec select, input{border:none;}
.category-sec option{}
.category-sec a#loading{ margin-top: 10px; background-color: #FAE5B0; padding: 5px; font-weight: 500; display: block; width: 100px;}

.post-style-1 .blog-image img{width:100%; height:auto;}
.breadcrumb{padding: 0.75rem 0rem;}

.profile-section .avatar{margin-left: 70% !important; width: 200px; height: 200px; margin-top: -100px; border:3px solid #fff;}
.profile-section .post-style-1 .blog-image{max-height: 300px; overflow: hidden; border:1px solid #7b7c80; background-color: #e9eaed;}
.profile-section .blog-area .buttonsleft{position: static; text-align: left; padding-left: 0px; margin-top:-80px !important;}
.profile-section .avatar{background-color:#f1f1f1;}
.profile-section .avatar img{padding: 5px; border-radius: 100%;}
.profile-section .avatar img:hover{background-color:#498BF9;}

a.disabled {
   pointer-events: none;
   cursor: default;
}

/*.dropdown-menu{padding:0px !important;}
.dropdown-menu a{border-bottom: 1px solid #cdcdcd;width: 100%;padding: 2px 10px;}
.dropdown-menu a:hover{background-color:#eceeef;} */

.dash-box {position: relative;background: rgb(255, 86, 65);background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);    background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%); background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);    border-radius: 4px;text-align: center;margin: 60px 0 50px;}
.dash-box-icon {position: absolute;transform: translateY(-50%) translateX(-50%);left: 50%;}
.dash-box-action {transform: translateY(-50%) translateX(-50%);position: absolute;left: 50%;}
.dash-box-body {padding: 50px 20px;}
.dash-box-icon:after {width: 60px;height: 60px;position: absolute;background: rgba(247, 148, 137, 0.91);content: '';border-radius: 50%;left: -10px;top: -10px;z-index: -1;}
.dash-box-icon > i {background: #ff5444;border-radius: 50%;line-height: 40px;color: #FFF;width: 40px;height: 40px;font-size:22px;}
.dash-box-icon:before {width: 75px;height: 75px; position: absolute;background: rgba(253, 162, 153, 0.34); content: ''; border-radius: 50%;left: -17px;top: -17px;z-index: -2;}
.dash-box-action > button {border: none;background: #FFF;border-radius: 19px;padding: 7px 16px;text-transform: uppercase;font-weight: 500; font-size: 11px;  letter-spacing: .5px;color: #003e85;box-shadow: 0 3px 5px #d4d4d4;}
.dash-box-body > .dash-box-count {display: block;font-size: 30px;color: #FFF;font-weight: 300;}
.dash-box-body > .dash-box-title {font-size: 13px;color: rgba(255, 255, 255, 0.81);}
.dash-box.dash-box-color-2 { background: rgb(252, 190, 27); background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);    background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);}
.dash-box-color-2 .dash-box-icon:after {background: rgba(254, 224, 54, 0.81);}
.dash-box-color-2 .dash-box-icon:before {background: rgba(254, 224, 54, 0.64);}
.dash-box-color-2 .dash-box-icon > i {background: #fb9f28;}
.dash-box.dash-box-color-3 {background: rgb(183,71,247); background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%); background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );}
.dash-box-color-3 .dash-box-icon:after {background: rgba(180, 70, 245, 0.76);}
.dash-box-color-3 .dash-box-icon:before {background: rgba(226, 132, 255, 0.66);}
.dash-box-color-3 .dash-box-icon > i {background: #8150e4;}
.post-img{margin-top:30px;}
.post-img img{width:100% !important; height:auto;}

.browse-icon{padding-bottom:30px;}
.browse-icon a{vertical-align: middle;padding-left: 10px;}
.browse-icon small{display:block; font-weight:100;}
.browse-icon .fa{background-color: #cdcdcd;width: 25px;height: 25px;border-radius: 100%;padding: 5px 7px; cursor:pointer;}
.submit-post{padding:7px 20px !important;}

.blog-list{text-align: center;background: #fff;}
.blog-list .single-post{position: relative; border: 1px solid #ddd;background: #fff;}
.blog-list .single-post .title {padding: 20px 0 30px; min-height:104px;}
.blog-list .h-100{height: auto !important;}


.dropdown-menu.show {display: block;}
.blog-action-btn{margin-top:15px;}
.blog-list .blog-action-btn .dropdown-menu{margin-left:80px;}
.blog-action-btn .btn{padding:0.5rem 6rem !important; cursor: pointer;}


#custom-search-input{padding: 3px;border: solid 1px #E4E4E4;border-radius: 6px; background-color: #fff;}
#custom-search-input input{border: 0;box-shadow: none;}
#custom-search-input button{margin: 2px 0 0 0;background: none;box-shadow: none;border: 0;color: #666666;padding: 0 8px 0 10px;border-left: solid 1px #ccc;}
#custom-search-input button:hover{border: 0;box-shadow: none;border-left: solid 1px #ccc;}
#custom-search-input .glyphicon-search{font-size: 23px;}

.profile-gender label{float: left;width: 100%;}
.profile-gender label input[type=radio]{ margin-right:5px;}
.profile-gender .checkbox{margin-right: 15%;float: left;}
/*.profile-image-show .author img{width:100%; height:auto;}*/
.profile-image-show .author h5{text-align: center;padding: 5px 0; font-weight: 500; text-transform: uppercase;   color: #444;}
/*.slider{ width:100%;margin: 50px auto;}*/
.slick-slide {margin: 0px 20px;}
.slick-slide img {width: 100%;}
.slick-prev:before,.slick-next:before {color: black;}
.slick-slide {transition: all ease-in-out .3s;/* opacity: .2;*/}
.slick-active {/*opacity: .5;*/}
.slick-current {opacity: 1;}

.comment-box-sec{display:inline-block; padding-bottom:20px; width:100%; padding:0 30px 20px; background-color:#eceeef;}
.comment-box-sec .fa{padding:0px;}
.comment-box-sec input{width:100%; height:50px;}
.comment-send-btn{ vertical-align: middle; line-height: 30px;float: left;padding: 0px 20px;margin-top: 5px;}
.cross-btn{float:right;}



.post-area{ box-shadow: 0px 0px 5px rgba(0,0,0,.1); border-bottom: 1px solid #eee; background: #fff; }
.post-area .post-info{ position: relative; padding: 30px 0; }
.post-area .post-info .left-area{ height: 70px; width: 70px; border-radius: 100px; overflow: hidden; position: absolute; top: 50%; margin-top: -35px; border: 6px	solid #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.3); }
.post-area .post-info .left-area a.avatar{width:100%;}
.post-area .post-info .middle-area{ padding-left: 90px; display: inline-block; }
.post-area .post-info .date{ display: inline-block; color: #999; }
.post-area .post-info .right-area{ float: right; }

/* ---------------------------------
6. MAIN POST ( LEF AREA )
--------------------------------- */

.main-post{ border-right: 1px solid #ddd; }
.main-post .blog-post-inner{ padding-right: 30px; }
.main-post .title{ margin-bottom: 30px; }
.main-post .para{ margin: 30px 0; }
.main-post ul.tags{ margin: 30px 0; }
.main-post ul.tags > li > a{ padding: 7px 10px; margin-bottom: 10px; margin-right: 10px; float: left; border: 1px solid #ddd; background: #ddd;}
.main-post ul.tags > li > a:hover{ background: none; }
.main-post .post-icons-area{ margin: 30px 0; padding: 30px 30px 30px 0; overflow: hidden; 
	border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.main-post ul.post-icons{ float: left; }
.main-post ul.post-icons > li{padding:0 10px;}
.main-post ul.post-icons > li > a{ padding-right: 15px; }
.main-post ul.post-icons > li > a > i{ padding-right: 10px; font-size: 1.1em; opacity: .5;}
.main-post ul.post-icons li .fa{color:#7f7f7f !important;     padding-right: 3px;}
.main-post ul.icons{ float: right; }
.main-post ul.icons > li > a > i{ padding-left: 15px; font-size: 1.1em; opacity: .5; }

/* POST FOOTER */
.post-footer.post-info{ margin-top: 30px; padding-right: 30px; }
.main-post .post-footer{ margin-bottom: 30px; }

/* ---------------------------------
7. SIDEBAR AREA
--------------------------------- */

.one-blog-post .info-area .sidebar-area{ padding: 0 30px 30px; margin: 0 0 30px; border-bottom: 1px solid #eee; }
/* ABOUT AREA */
.one-blog-post .info-area .title{ padding: 0; margin-bottom: 20px; }

/* SUBSCRIBE AREA */

.one-blog-post .info-area .input-area{ position: relative; height: 50px; width: 100%; box-shadow: 0px 0px 1px #bbb; background: #F5F7F6; }
.one-blog-post .info-area .input-area .email-input{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; padding: 0 70px 0 20px; background: transparent; border: 0; outline: 0; }
.one-blog-post .info-area .input-area .email-input:focus{ box-shadow: 0px 0px 1px #aaa; }
.one-blog-post .info-area .input-area .submit-btn{ position: absolute; top: 0; bottom: 0; right: 0; width: 50px; background: none; border: 0; outline: 0; margin-right: 10px; opacity: .8; cursor: pointer; transition: all .2s; }
.info-area .tag-area{ padding: 0 30px; }
.tag-area > ul > li > a{ padding: 7px 12px; float: left; margin: 0 5px 5px 0; border: 1px solid #eee; background: #F5F6F8; }
.tag-area > ul > li > a:hover{ background: none; }
.recomended-area .row div[class^="col"] { margin-bottom: 30px; }
.recomended-area{ text-align: center; background: #EDF3F3; }
.comment-section{background:#fff; padding-top: 30px;}
.recomended-area .single-post{ height: 100%; position: relative; padding-bottom: 45px;overflow: hidden; box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #ddd; background: #fff; }

.recomended-area .single-post .title{ padding: 20px 30px 30px; }
.one-blog-post .single-post .avatar{ margin: 0 auto; margin-top: -40px; width: 70px; height: 70px; overflow: hidden; z-index: 10;
	border-radius: 100px; position: relative; border: 7px solid #fff; box-shadow: 0px 0px 10px rgba(0,0,0,.2); }
.one-blog-post .single-post .post-footer{ position: absolute; bottom: 0; left: 0; right: 0; text-align: center; }
.one-blog-post .single-post .post-footer > li{ width: 33.33%; display: inline-block; border-right: 1px solid #fff; background: #EDF3F3; }
.one-blog-post .single-post .post-footer > li:first-child{ float: left; }
.one-blog-post .single-post .post-footer > li:last-child{ border: 0px; float: right; }
.one-blog-post .single-post .post-footer > li > a{ line-height: 45px; width: 100%; }
.one-blog-post .single-post .post-footer i{ display: inline-block; margin-right: 10px; opacity: .6; font-size: 1.1em; }

/* ---------------------------------
9. POST COMMENT
--------------------------------- */

.comment-form{ margin: 30px 0; padding: 30px; box-shadow: 0px 0px 5px rgba(0,0,0,.1);border: 1px solid #ddd; background: #fff; }

.comment-form .form-control{ margin-bottom: 30px; border-radius: 1px; border: 0; border: 1px solid #ddd;	height: 45px; line-height: 45px; box-shadow: none; padding:0px 7px; max-width: 100%; }
.comment-form textarea.form-control{ height: auto; }
.comment-form .form-control:focus{ border-color: #498BF9; }
.comment-form .submit-btn{ font-size: .8em; border: 0; outline: 0; padding: 10px 20px; cursor: pointer; border: 1px solid #D2E2FC; background: #D2E2FC; }
.comment-form .submit-btn:hover{ background: none; }
/* COMMENTS */
.commnets-area{ padding: 30px 40px; margin: 30px 0; overflow: hidden; box-shadow: 0px 0px 5px rgba(0,0,0,.1); background: #fff; }
.comment{ padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee; }
.comment:last-child{ padding-bottom: 0px; margin-bottom: 0px; border-bottom: 0px; }
.comment .reply-for{ margin-bottom: 20px; }
.comment .post-info{ position: relative; padding: 30px 0; }
.comment .post-info .left-area{ height: 70px; width: 70px; border-radius: 100px; overflow: hidden; position: absolute;top: 50%; margin-top: -35px; border: 6px	solid #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.3); }
.comment .post-info .left-area .avatar{width:100%;}
.comment .post-info .middle-area{ padding-left: 90px; width: calc(100% - 70px); display: inline-block; }
.comment .post-info .date{ display: inline-block; color: #999; }
.comment .post-info .right-area{ float: right; }



.more-comment-btn{ display: block; margin-bottom: 30px; padding: 10px; text-align: center;box-shadow: 0px 0px 5px rgba(0,0,0,.1); border: 1px solid #fff; background: #fff; color: #555; }
.more-comment-btn:hover{ border-color: #ccc; }	
.section-post{ padding: 70px 0 40px;}
.messenger{position:absolute;  top:45%; right:30%; z-index: 999; width: 45%;}
.messenger li{width:100%;}
/*.messenger-close{float:right;margin-top: -6px; margin-right: -15px; background-color:transparent; border:1px solid #3c763d; width: 25px; height: 25px;border-radius: 50%; line-height: 23px; cursor:pointer;}
.messenger-message-slot .alert-success{border:1px solid #3c763d;}*/

.facebook-btn{color:#fff;}

.manage-product-edit .tab-content{background-color:#eceeef;}
.manage-product-edit .ui-tabs .ui-tabs-nav{padding:0px !important; border:none; border-bottom: 1px solid #cdcdcd;}
.manage-product-edit .ui-widget.ui-widget-content{border:none !important;}
.manage-product-edit .nav-tabs .nav-link.active{background-color:#0275d8; color:#fff !important; border:none;}
.manage-product-edit .nav-tabs .ui-tabs-selected{background-color:#0275d8; color:#fff !important; border:none;}
.manage-product-edit .ui-state-active a, .ui-state-active a:link{color:#fff !important;}
.manage-product-edit .ui-widget-content a{color:#fff;}
.manage-product-edit .nav-tabs .nav-link:hover{color:#000;}
.manage-product-edit .ui-tabs .ui-tabs-nav li{top:0px;}
/*.manage-product-add .nav-tabs .nav-item.active .nav-link{background-color:#0275d8; color:#fff; border:none;}
.manage-product-add .nav-tabs .nav-link{color:#444;}
.manage-product-add .ui-state-default a, .ui-state-default a:link{color:#cdcdcd !important;}
.manage-product-add .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:#fff !important;}
.manage-product-add .ui-state-hover{color:#fff; background-color:#0275d8;}
.manage-product-add .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{background:#0275d8 !important;}*/



.dashboard-main-sec h3{text-align:left; padding: 0 0 20px; font-weight:500; margin-top: 15px;}
.dashboard-card{margin-bottom:40px; float:left;}
.dashboard-card .panel{margin-bottom:0px;}
.dashboard-card .fa-5x{font-size:60px;}
.dashboard-card .card-icon{width:25%; padding:0 15px;}
.dashboard-card .card-text{width:75%; padding:0 15px;}
.dashboard-card .huge {font-size: 40px;}
.dashboard-card .title-text{font-size:14px;}
.dashboard-card .panel-primary {box-shadow: 0 8px 17px 0 rgba(0,0,0,.1), 0 6px 20px 0 rgba(0,0,0,.1);}
.dashboard-card .panel-primary:hover{transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);-webkit-transform: scale(1.05); transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s;}
.dashboard-card .panel-primary > .panel-heading {color: #fff; background-color: #33b5e5; border-color: #33b5e5; padding: 10px 15px; border-bottom: 1px solid transparent;}
.dashboard-card .panel-primary > a {color: #fff; width:100%;}
.dashboard-card .panel-primary .panel-footer {padding: 10px 15px; background-color: #0099CC;}

.dashboard-card .panel-green > .panel-heading {border-color: #00C851; color: white; background-color: #00C851; border-bottom: 1px solid transparent; padding: 10px 15px;}
.dashboard-card .panel-green {box-shadow: 0 8px 17px 0 rgba(0,0,0,.1), 0 6px 20px 0 rgba(0,0,0,.1);}
.dashboard-card .panel-green:hover{transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);-webkit-transform: scale(1.05); transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s;}
.dashboard-card .panel-green > a{width:100%; color: #fff; }
.dashboard-card .panel-green .panel-footer {padding: 10px 15px; background-color: #007E33;}


.dashboard-card .panel-red {box-shadow: 0 8px 17px 0 rgba(0,0,0,.1), 0 6px 20px 0 rgba(0,0,0,.1);}
.dashboard-card .panel-red:hover{transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);-webkit-transform: scale(1.05); transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s;}
.dashboard-card .panel-red > .panel-heading {border-color: #ff4444;color: white; background-color: #ff4444; border-bottom: 1px solid transparent; padding: 10px 15px;}
.dashboard-card .panel-red > a {color: #fff; width:100%;}
.dashboard-card .panel-red > a:hover {color: #fff;}
.dashboard-card .panel-red .panel-footer {padding: 10px 15px; background-color:#CC0000;}

.dashboard-card .panel-yellow { box-shadow: 0 8px 17px 0 rgba(0,0,0,.1), 0 6px 20px 0 rgba(0,0,0,.1);}
.dashboard-card .panel-yellow:hover{transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);-webkit-transform: scale(1.05); transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s;}
.dashboard-card .panel-yellow > .panel-heading {border-color: #ffbb33; color: white; background-color: #ffbb33; border-bottom: 1px solid transparent; padding: 10px 15px;}
.dashboard-card .panel-yellow > a {color: #fff; width:100%;}
.dashboard-card .panel-yellow > a:hover {color: #fff;}
.dashboard-card .panel-yellow .panel-footer {padding: 10px 15px; background-color:#FF8800;}


.dashboard-card .panel-blue {box-shadow: 0 8px 17px 0 rgba(0,0,0,.1), 0 6px 20px 0 rgba(0,0,0,.1);}
.dashboard-card .panel-blue:hover{transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05);-webkit-transform: scale(1.05); transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; -webkit-transition: all .5s;}
.dashboard-card .panel-blue > .panel-heading {border-color: #2BBBAD; color: white; background-color: #2BBBAD; border-bottom: 1px solid transparent; padding: 10px 15px;}
.dashboard-card .panel-blue > a {color:#fff; width:100%;}
.dashboard-card .panel-blue > a:hover {color: #fff;}
.dashboard-card .panel-blue .panel-footer{padding: 10px 15px; background-color:#00695c;}

.dashboard-card .icon-arrow-right{float:right;}
.dashboard-card .float-left{float: none !important;}


.blog-info .product-title{padding:20px 0 0 0; min-height:75px;}
.product-category{font-size:14px;}
.product-dec{padding:20px;}
.products-price{font-size: 18px;font-weight: 500;}

.product-grid .blog-info .product-dec{ min-height:140px; padding:10px 0;}

h4.sec-title{ font-weight:500; text-transform:uppercase; border-bottom:1px solid #d3d3d3; padding-bottom:5px; margin-bottom:15px;}


/*#main-wrapper{float:left;width: 68%;max-width: 800px;}
#content-wrapper {margin: 0 auto;padding: 20px 0 40px; overflow: hidden;}
.body-row{width: 1180px;}
.date-header {color: #bdbdbd; display: block;font-size: 12px;font-weight: 400;line-height: 1.3em;margin: 0!important;padding: 0;}
h2.date-header, h4.date-header{display: none; margin: 1.5em 0 .5em;}
.post-outer {padding: 0 0 20px 0;}
.post {display: block; overflow: hidden; word-wrap: break-word; padding: 25px 45px 15px 45px; background:#eceeef;-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);   -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05); box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);}
.post-header{padding: 10px;text-align: center;background: #fafafa;box-sizing: border-box;}
.post-header h1, .static_page .post-header h1 {line-height: 100%;font-size: 40px;font-weight: 400;font-style: italic;color: #333;letter-spacing: 1px;}
.post-meta {color: #bdbdbd;display: block;font-size: 13px;font-weight: 400;line-height: 21px;margin: 10px 0 0;padding: 0;}
.post-meta a, .post-meta i {color: #CBCBCB;}
.post-timestamp{ margin-left: 5px;}
.label-head {margin-left: 5px;}
.label-head a {padding-left: 2px;}
article {padding: 0;}
.post-body {margin: 0px;padding: 0;font-size: 14px;line-height: 26px;box-sizing: border-box;}
.post-body img {max-width: 100%;padding: 0 0 10px;position: relative;margin: 0 auto;}
.second-meta {border-top: 1px solid #e8e8e8; padding-bottom: 13px; padding-top: 13px; margin-top: 25px;line-height: 35px;}
.second-meta .reading-time {position: relative;display: inline-block;font-size: 15px;text-transform: uppercase;color: #757575;}
.second-meta .w2tread {display: inline-block;padding-left: 5px;letter-spacing: 1px;}
.second-meta .social-share-icons {float: right;text-align: center;}
.second-meta .social-share-icons {float: right;text-align: center;}
.second-meta .social-share-icons a {color: #888;display: inline-block;font-size: 16px;width: 30px;height: 30px;line-height: 30px;margin: 0 1px 0;  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;    transition: all 0.2s ease-in-out;}
#related-posts {margin-bottom: 10px; padding: 10px 0;}
.related li {width: 32%;display: inline-block;height: auto;min-height: 184px; float: left; margin-right:9px;overflow: hidden;position: relative;}
.related .related-tag {display: none;}
.related-thumb {width: 100%;height: 180px; overflow: hidden;}
.related li .related-img {width: 100%;height: 180px;display: block;position: relative;transition: all .3s ease-out!important; -webkit-transition: all .3s ease-out!important; -moz-transition: all .3s ease-out!important; -o-transition: all .3s ease-out!important;}
.related-overlay {position: absolute;left: 0;top: 0; z-index: 1;width: 100%; height: 100%;background-color: rgba(40,35,40,0.05);}
.related-content {display: block;bottom: 0; padding: 10px 0px 11px;width: 100%;line-height: 1.2em;box-sizing: border-box;z-index: 2; text-align: center;}
.related .related-content .recent-date {font-family: 'Karla';}
.related li h3 {margin-top: 0;}
.related-title a {font-size: 12px;line-height: 1.4em;padding: 10px 0 0;font-weight: 400;font-style: normal;letter-spacing: 1px;color: #1a1b1c;display: block;}


#sidebar-wrapper {float: right;width: 30%;max-width: 330px;}
.section:first-child .widget:first-child {margin-top: 0;}
.sidebar h2 {color: #333;font-size: 24px;padding: 10px 0;margin: 0 0 20px;font-weight: 400;letter-spacing: 1.5px;text-transform: capitalize;position: relative;text-align: center;font-style: italic;}
.sidebar h2:after {content: '';display: block;width: 2rem;height: 2px;background: #f2bdaf;margin: 1rem auto 0;}
.aboutme-img {position: relative;max-height: 150px;overflow: hidden;}
.aboutme-img img { max-width: 100%; width: 100%;}
.aboutme-info {margin-top: 20px;font-size: 13px;}
.aboutme-info h4 {margin-bottom: 10px;font-size: 16px;text-transform: uppercase;color: #888;font-weight: 700;}
.aboutme-info p {margin: 5px 0;}
.sidebar .widget{margin-bottom: 20px;position: relative;background:#eceeef; -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.05);padding: 25px 30px 25px 30px;box-sizing: border-box;}
.aboutme-wrpicon {display: block;margin: 15px auto 10px auto;position: relative;}
.aboutme-wrpicon .extender {width: 100%;display: block;padding: 0;}
.extender .aboutme-icon {background: rgba(0,0,0,.06);display: inline-block;border: 0; margin: 0;padding: 0;border-radius: 3px;}
.extender .aboutme-icon a {display: inline-block; font-family: fontawesome;font-weight: 400;color: #aaa; height: 32px;width: 32px;line-height: 32px;  border-radius: 3px;}
.widget-item-control {float: right;height: 20px;margin-top: -20px; position: relative; z-index: 10;}
.item-control{display: none !important;}
.PopularPosts ul {counter-reset: popularcount; margin: 0; padding: 0;}
.sidebar .PopularPosts .widget-content ul li:first-child, #sidetabs .PopularPosts .widget-content ul li:first-child {padding-top: 0; border-top: 0;}
.PopularPosts .item-thumbnail {margin: 0 15px 0 0 !important;width: 80px;height: 60px;float: left;overflow: hidden;position: relative;}
.PopularPosts .item-thumbnail::before {background: rgba(0, 0, 0, 0.3);bottom: 0px;content: "";height: 100px;width: 100px;left: 0px;right: 0px;margin: 0px auto;position: absolute;z-index: 3;}
.PopularPosts .item-thumbnail a {position: relative;display: block;overflow: hidden;line-height: 0;}
.PopularPosts ul li img {width: 90px;height: 65px;object-fit: cover;padding: 0;transition: all .3s ease;}
.PopularPosts .item-title {margin: 0 0 4px; padding: 0;line-height: 0;}
.PopularPosts ul li a {color: #333;font-weight: 400;font-size: 16px;line-height: 1.4em;transition: color .3s;font-family: Lora;font-style: italic;}
.item-snippet {display: none;font-size: 0;padding-top: 0;}
.section:last-child .widget:last-child{margin-bottom: 0;}
.cloud-label-widget-content {display: inline-block;text-align: left;}
.cloud-label-widget-content .label-size {display: inline-block; float: left;font-size: 12px;line-height: normal;margin: 0 5px 5px 0;opacity: 1;}
.cloud-label-widget-content .label-size a {background: #bbb;color: #fff;float: left;font-weight: 400;line-height: 100%;margin: 0; padding: 8px 10px;    text-transform: uppercase; transition: all .6s; letter-spacing: 1.5px;}
.cloud-label-widget-content .label-size .label-count {display: none;}


/*============= comment box ==============*/

.comments {clear: both;margin: 0;color: #1c1c1c;background: #ffffff;padding: 25px 45px 15px 45px;box-sizing: border-box;}
.comments h4 {font-weight: 400;font-size: 12px;font-style: italic;padding-top: 1px;margin-bottom: 10px;text-align: center;}
.comments .comments-content { margin: 0;padding: 0;}
.comments .comments-content .comment-thread {margin: 0;}
.comments .comments-content .comment-thread ol {list-style-type: none;padding: 0;text-align: left;}
.comments .comments-content .comment:first-child {padding-top: 0;}
.comments .avatar-image-container, .comments .avatar-image-container img {height: 55px;max-height: 55px;width: 55px;max-width: 55px;border-radius: 100%;}
.comments .comment-block, .comments .comments-content .comment-replies {margin-left: 70px;margin-top: 0;}
.comments .comments-content .comment-header {font-size: 14px; display: block;overflow: hidden;clear: both;margin: 0 0 3px;padding: 0 0 5px;border-bottom: 1px dotted #f5f5f5;}
.comments .comments-content .user{font-style: normal;font-weight: 500;display: block; font-size: 16px;}
.comments .comments-content .comment-header a {color: inherit;}
.comments .comments-content .datetime {color: #999;float: left;font-size: 11px;position: relative; font-style: italic;margin: 2px 0 0;display: block;}
.comments .comments-content .comment-content {float: left;text-align: left;font-size: 13px;line-height: 1.4em;color: #656565;}
.comments .comment-actions {float: left;width: 100%;position: relative;margin: 0;}
.comments .comment .comment-actions a {margin-right: 5px;padding: 2px 5px;color: #fff;font-weight: 400;background-color: #000;font-size: 10px;}
.comments .item-control {position: static;}
#postCommentSubmit {background-color: #4d90f0;border: 1px solid #3079ed;color: #fff;font-weight: bold;margin: 0 8px 6px 0;}
#identityControlsHolder {padding-top: 8px;}
#identityControlsHolder.enableAvatar .genericAvatar, #identityControlsHolder.enableAvatar .loggedInAvatar {display: block;float: left;height: 36px;margin-right: 8px;width: 36px;}
#commentSelectorLabel {color: #666;}
#identityMenu {background: none repeat scroll 0 0 transparent;border: medium none;border-radius: 2px; font-size: 13px;height: 30px;margin: 0;outline: medium none; padding: 6px;width: 120px;}
#signoutLink {float: right; margin-top: 7px;vertical-align: middle;}
#commentsHolder {padding: 18px 22px 10px 22px;}

.chat_img img{border-radius: 100%;border: 3px solid #ddd;}
.mesgs .incoming_msg_img img{border-radius: 100%;border: 2px solid #ddd;}


.description-bottom .section-title,
.related-image-sec .section-title{ font-size:1.8em; border-bottom:1px solid #d3d3d3; padding-bottom:5px; margin-bottom:30px; font-weight:500;}


.search-top-sec button.submit-btn{ visibility:hidden; opacity:0;}


.product-filter-row .card{ margin:0;}
h3#totalresult{ text-align:center; margin-bottom:30px; font-weight: 500;}
#productnotfound{ text-align:center; width:100%; margin-bottom:30px;}

