#price_error{
  color:#d30;
  font-weight: bold;
  font-size: 11px;
}
/*----------------------------------------Bootstrap tags input----------------------------------------------------*/
/* bootstrap-tagsinput.css file - add in local */

.bootstrap-tagsinput {
  background-color: #fff;
  order: 1px solid #ddd;
  display: inline-block;
  color: #333333;
  vertical-align: middle;
  border-radius: 3px;
  width: 100%;
  line-height: 1.5384;
  cursor: text;
  font-size: 13px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 7px 12px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #333;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #333;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.top-right {
  position: absolute;
  z-index: 1000;
  right: 20px;
  top: 20px;
}
.alert-danger{
  background-color: #F44336;
  border:1px solid #F44336;
}
.alert-success{
  background-color: #4CAF50;
  border:1px solid #4CAF50;
}

.profile-image {
  margin-bottom: 22px;
  min-height: 70px; }
  .profile-image .profile-image-data {
    float: left;
    padding-left: 80px;
    position: relative; }
    .profile-image .profile-image-data .user-avatar {
      position: absolute;
      top: 0;
      left: 0; }
    .profile-image .profile-image-data .text-header {
      margin-top: 14px; }
    .profile-image .profile-image-data .upload-details {
      font-size: 0.75em; }
  .profile-image .button {
    float: left;
    width: 120px;
    margin: 18px 0 0 80px; }
	.product-detail-heading{
		text-transform:capitalize;
		font-weight:700;
	}
.panel-body .form-group label{
	font-weight:500;
}
/* =============================
       vertical divider
   ============================= */
.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 0;
  height: 60%;
}
   @media only screen and (max-width: 479px) {
.row.vdivide [class*='col-']:not(:last-child):after {
  display:none;
  
}
}



/* =============================
       conversation panel
   ============================= */
   .panel-margin-top{
	   margin-top: -15px;
	   margin-left: -15px;
   }
   @media only screen and (max-width: 479px) {
 .panel-margin-top{
	   
	   margin-left: 0px;
   }
}
.conversation-panel{
	margin-top:-15px;
	
}
.conversation-panel h2{
	padding-top: 0px;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	
}
.conversation-panel p{
	margin-left: 8px;
	text-align: center;
	color: #888;
	font-weight: 500;
	font-size: 12px;
}

.conversation-panel button{
	
	text-align: center;
	
}
 .conversation-panel .profile-rating-info {
  margin-top: -10px;
  text-align: center;
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
 
}
@media only screen and (max-width: 1199px) {
.conversation-panel .profile-rating-info {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 479px) {
 .conversation-panel .profile-rating-info {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
 .conversation-panel .profile-rating-info > ul > li {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  border-right: 1px solid #aeb4bb;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
 .conversation-panel .profile-rating-info > ul > li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.conversation-panel .profile-rating-info > ul > li > i {
  margin-right: 15px;
  font-size: 16px;
  color: #8bc34a;
}

 .conversation-panel .profile-rating-info > ul > li .profile-rating li {
  line-height: 1.5;
  display: inline-block;
  margin-left: 1px;
}
.conversation-panel .profile-rating-info > ul > li .profile-rating li i {
  font-size: 12px;
  font-weight: 700;
  color: #ffa726;
}
 .conversation-panel .profile-rating-info > ul > li .profile-rating li:first-child {
  margin-left: 0;
}
 .conversation-panel .profile-rating-info > ul > li .profile-rating li:last-child {
  color: #b0bec5;
}

/* =============================
       statistics
   ============================= */

.vdivide p{
	text-align: center;
	font-size: 14px;
	color: #888;
}
.vdivide h2{
	text-align: center;
	font-size: 25px;
	font-weight: 600;
}
.tab-pane .product-detail-price{
	margin-left:50px;
	margin-top:-60px; 
	width:80%;
}
@media only screen and (max-width: 991px) {
  .tab-pane .conversation-panel{
	
	 
	
}
}

@media (min-width: 768px) and (max-width: 1199px) {
 
}

/* =============================
       withdrawl
   ============================= */
.modal{
	top:30%;
	
}
.modal h5{
	font-weight:700;
}
.withdraw-price{
	font-weight:800;
}
tr td.primary{
	color: #00d7b3;
	font-weight:700;
}
.pending-badge{
	background-color: #FF0000;
	color: #fff;
	font-size:12px;
	padding:5px 14px 5px 14px;
	margin-top:8px;
}
.paid-badge{
	background-color: #008000;
	color:white;
	font-size:12px;
	padding:5px 14px 5px 14px;
	margin-top:8px;
}

/* =============================
      available products ratings
   ============================= */

 .item-profile .profile-rating {
  margin-top: -5px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align:left;
  
}
.item-profile .profile-rating ul li {
  display: inline-block;
  color: #ffa726;
  margin-left: 1px;
  margin-bottom:-50px;
  font-size: 14px;
}
 .item-profile .profile-rating ul li:first-child {
  margin-left: -50;
}
 .item-profile .profile-rating ul li:last-child {
  color:#808080;
}
 .item-profile .profile-rating ul li:last-child span {
  color: #808080;
  font-size:13px;
}
.item-info .profile-rating-info > ul > li {
  font-size: 14px;
  display: inline-block;
  border-right: 1px solid #aeb4bb;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.product-list-view .single-item-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .product-list-view .single-item-list {
    display: inherit;
  }
}
.product-list-view .single-item-list .item-content {
  -webkit-box-flex: 7;
  -moz-flex: 7;
  -webkit-flex: 7;
  flex: 7;
  border:none;
  padding:0px 0px;
 
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content {
    padding: 10px 30px 15px;
  }
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.product-list-view .single-item-list .item-content .item-profile {
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-profile {
    padding-top: 10px;
  }
}

.product-list-view .single-item-list .item-content .item-profile .profile-rating-info {
  margin-top: -10px;
  -webkit-box-flex: 4;
  -moz-flex: 4;
  -webkit-flex: 4;
  flex: 4;
  text-align:left;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-profile .profile-rating-info {
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
}
@media only screen and (max-width: 479px) {
  .product-list-view .single-item-list .item-content .item-profile .profile-rating-info {
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
  }
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info ul{
margin-bottom:-50px;}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li {
  font-size: 12px;
  display: inline-block;
  border-right: 1px solid #aeb4bb;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li > i {
  margin-right: 15px;
  font-size: 16px;
  color: #8bc34a;
}
@media only screen and (max-width: 1199px) {
  .product-list-view .single-item-list .item-content .item-profile .profile-rating-info > ul > li .profile-rating {
    display: none;
  }
}


/* statistics */
.graph-stats-list {
  margin: 0 auto 26px;
  overflow: hidden; }
  .graph-stats-list .graph-stats-list-item {
    float: left; }
    .graph-stats-list .graph-stats-list-item:last-child {
      margin-right: 0; }

.graph-stats-list-item {
  width: 23%;
  height: 170px;
  margin-right: 2.66666666%;
  padding: 18px 22px 0;
  border: 1px solid #ebebeb;
  background-position: center; }
  .graph-stats-list-item p, .graph-stats-list-item .text-header {
    color: #fff; }
  .graph-stats-list-item h2 {
    font-size: 2.825em;
    margin-bottom: 2px;
	margin-top:0;
	padding-top:0;
    text-align: center;	}
  .graph-stats-list-item p {
    font-size: 1.1125em;
   	
	text-align: center;}
  .graph-stats-list-item .text-header {
    font-size: 1.1125em;
    text-align: center;	}
  .graph-stats-list-item.green {
    background-color: #00d7b3; }
  .graph-stats-list-item.blue {
    background-color: #108fe9; }
  .graph-stats-list-item.violet {
    background-color: #7c5ac2; }
  .graph-stats-list-item.red {
    background-color: #ea2e68; }
  .graph-stats-list-item.bars {
    background-image: url("../images/dashboard/graphs/bars.png"); }
  .graph-stats-list-item.line {
    background-image: url("../images/dashboard/graphs/line.png"); }
  .graph-stats-list-item.step {
    background-image: url("../images/dashboard/graphs/step.png"); }
  .graph-stats-list-item.curve {
    background-image: url("../images/dashboard/graphs/curve.png"); }
	
.form-box-item .chart-filters {
  position: absolute;
  top: 39%;
  right: -100px; }

.chart-filters {
  overflow: hidden; }
  .chart-filters .chart-filter {
    float: left;
    margin-right: 30px;
    cursor: pointer; }
    .chart-filters .chart-filter:last-child {
      margin-right: 0; }

.chart-filter p {
  float: left;
  margin-top: 4px;
  font-size: 0.9875em;
  line-height: 0.5em; }
.chart-filter .sl-icon {
  float: left;
  margin-right: 8px;
  color: #b2b2b2; }
  .chart-filter .sl-icon.primary {
    color: #00d7b3; }
  .chart-filter .sl-icon.secondary {
    color: #1cbdf9; }
  .chart-filter .sl-icon.tertiary {
    color: #e61852; }
.chart-filter form {
  position: relative;
  top: -4px; }
  .chart-filter form .select-block select {
    height: 26px;
    border: none;
    padding: 0 6px 0 12px;
    color: #2b373a;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px; }
  .chart-filter form .select-block .svg-arrow {
    top: 8px;
    right: 5px; }
.chart-filter .chart-legend {
  margin-top: 2px; }
.chart-filter .chart-legend-item p {
  font-size: 0.6875em;
  margin-top: 0; }

.form-box-addon {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 32px 0 32px 48px;
  background-color: #fff;
  position: relative;
  top: -26px;
  overflow: hidden; }
  .form-box-addon .chart-wrap {
    float: left;
    margin-right: 6.8%;
    overflow: hidden; }
  .form-box-addon .chart-legend {
    margin-top: 26px; }
  .form-box-addon .chart-meta {
    margin-top: 4px; }

.main-activity-pie-chart-wrap {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px; }

.colors-pie-chart-wrap {
  width: 176px;
  height: 176px;
  margin: 0 auto 30px;
  position: relative; }
  .colors-pie-chart-wrap .chart-description {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 68px; }
    .colors-pie-chart-wrap .chart-description .text-header:first-child {
      font-size: 1.75em;
      margin-bottom: 6px; }
    .colors-pie-chart-wrap .chart-description .text-header:last-child {
      font-size: 0.8125em; }

.bounce-pie-chart {
  width: 200px;
  height: 200px;
  padding-top: 56px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -100px; }
  .bounce-pie-chart p {
    font-size: 0.6875em;
    text-align: center; }
  .bounce-pie-chart .text-header.big {
    font-size: 3em;
    margin-bottom: 10px; }
  .bounce-pie-chart .text-header.small {
    font-size: 0.8125em;
    margin-bottom: 2px; }

.chart-legend {
  float: left; }
  .chart-legend.full {
    float: none;
    width: 100%; }
    .chart-legend.full .chart-legend-item {
      margin-bottom: 16px; }
  .chart-legend.inline {
    float: none;
    display: inline-block;
    overflow: hidden; }
    .chart-legend.inline .chart-legend-item {
      float: left;
      margin: 0 20px 0 0; }
      .chart-legend.inline .chart-legend-item:last-child {
        margin-right: 0; }
  .chart-legend .chart-legend-item {
    margin-bottom: 22px; }
    .chart-legend .chart-legend-item:last-child {
      margin-bottom: 0; }

.chart-legend-item {
  padding-left: 22px;
  position: relative;
  overflow: hidden; }
  .chart-legend-item .chart-legend-item-color {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0; }
    .chart-legend-item .chart-legend-item-color.lightgreen {
      background-color: #03f1b6; }
    .chart-legend-item .chart-legend-item-color.blue {
      background-color: #108fe9; }
    .chart-legend-item .chart-legend-item-color.violet {
      background-color: #7c5ac2; }
    .chart-legend-item .chart-legend-item-color.red {
      background-color: #ea2e68; }
    .chart-legend-item .chart-legend-item-color.yellow {
      background-color: #ffdc1b; }
  .chart-legend-item p {
    float: left;
    font-size: 0.75em;
    line-height: 15px; }
  .chart-legend-item .text-header {
    float: right; }

.chart-meta {
  overflow: hidden; }
  .chart-meta .chart-meta-item {
    float: left;
    margin-right: 8%; }
    .chart-meta .chart-meta-item:last-child {
      margin-right: 0; }

.chart-meta-item .price:first-child, .chart-meta-item .text-header:first-child {
  font-size: 2.625em; }
  .chart-meta-item .price:first-child > span, .chart-meta-item .text-header:first-child > span {
    font-size: 0.57143em;
    margin-right: 5px;
    top: -6px; }
.chart-meta-item .price:first-child {
  margin-bottom: 10px; }
.chart-meta-item .text-header:first-child {
  margin-bottom: 18px; }
.chart-meta-item .text-header, .chart-meta-item p {
  text-align: center; }
  .chart-meta-item .text-header:last-child, .chart-meta-item p:last-child {
    margin-top: 2px;
    font-size: 0.75em; }

.plain-text-box .plain-text-box-item {
  margin-bottom: 20px; }
  .plain-text-box .plain-text-box-item:last-child {
    margin-bottom: 0; }
  .plain-text-box .plain-text-box-item p {
    margin-bottom: 20px;
    font-size: 0.8125em;
    line-height: 20px; }
    .plain-text-box .plain-text-box-item p:last-child {
      margin-bottom: 0; }
  .plain-text-box .plain-text-box-item .text-header {
    margin-bottom: 0; }
/* /statistics */




input[type="radio"],
input[type="checkbox"] {
  display: ; }
  input[type="radio"]:checked + label .checkbox.primary,
  input[type="checkbox"]:checked + label .checkbox.primary {
    border-color: #00d7b3;
    background-color: #00d7b3; }
  input[type="radio"]:checked + label .checkbox.secondary,
  input[type="checkbox"]:checked + label .checkbox.secondary {
    border-color: #1396e1;
    background-color: #1396e1; }
  input[type="radio"]:checked + label .checkbox.tertiary,
  input[type="checkbox"]:checked + label .checkbox.tertiary {
    border-color: #e61852;
    background-color: #e61852; }
  input[type="radio"]:checked + label > span > span,
  input[type="checkbox"]:checked + label > span > span {
    display: block; }




a {
  text-decoration: none; }

ul, ol {
  list-style: none; }

header, nav, article,
section, aside, footer {
  display: block; }

figure {
  line-height: 0; }

figure > img {
  width: 100%; }

figure > figcaption {
  display: none; }



/*--------------
  	DROPDOWN
--------------*/
.product-preview-actions .dropdown {
  width: 230px;
  position: absolute;
  border: 1px solid #ebebeb;
  background-color: #fff;
  transition: all .4s ease-in-out;
  z-index: 10000; }
   
  .product-preview-actions .dropdown.small {
    width: 170px; }
   
    .product-preview-actions .dropdown.small .dropdown-item > a {
      padding-left: 0px;
      line-height: 30px;
      font-size: 1.10em; }
  .product-preview-actions.dropdown.notifications {
    width: 300px; }
  
  

/*--------------
  	COLUMNS
--------------*/
.column5-wrap {
  margin: 0 auto; }
  .column5-wrap .column {
    float: left; }

.column4-wrap, .column3-wrap,
.column3-4-wrap, .column-wrap {
  margin: 0 auto; }
  .column4-wrap .column, .column3-wrap .column,
  .column3-4-wrap .column, .column-wrap .column {
    float: left;
    margin-right: 30px; }

.column5-wrap .column {
  width: 234px; }

.column4-wrap .column {
  width: 270px; }
  .column4-wrap .column:nth-child(4n+4) {
    margin-right: 0; }

.column3-4-wrap {
  width: 870px; }
  .column3-4-wrap .column {
    width: 270px; }
    .column3-4-wrap .column:nth-child(3n+3) {
      margin-right: 0; }

.column3-wrap .column {
  width: 370px; }
  .column3-wrap .column:nth-child(3n+3) {
    margin-right: 0; }



/*-------------------
  	MEDIA QUERIES
-------------------*/

 

.product-list .product-item {
  border: 1px solid #ebebeb;
  background-color: #fff;
  position: relative; }
  .product-list .product-item.upload-new {
    height: 307px;
    cursor: pointer;
    border: 1px dashed #d0d0d0;
    background-color: #f5f5f5; }
    .product-list .product-item.upload-new .product-info {
      padding-top: 10px;
      text-align: center; }
      .product-list .product-item.upload-new .product-info .text-header {
        font-size: 1.275em;
        margin-bottom: 18px; }
      .product-list .product-item.upload-new .product-info .description {
        font-size: 0.90em; }
  .product-list .product-item .pin {
    position: absolute;
    z-index: 9990; }
  .product-list .product-item .product-preview-image {
    position: absolute; }
  .product-list .product-item .product-info {
    overflow: hidden;
    margin-bottom: 8px; }
  .product-list .product-item .text-header {
    display: inline-block;
    margin-bottom: 4px; }
  .product-list .product-item .product-description {
    font-size: 0.88em;
    line-height: 18px;
    margin-bottom: 10px; }
  .product-list .product-item .category {
    display: inline-block; }
  .product-list .product-item .user-rating {
    overflow: hidden; }
    .product-list .product-item .user-rating .user-avatar {
      float: left;
      margin-right: 4px; }
    .product-list .product-item .user-rating .text-header {
      float: left;
      margin-top: 6px; }
  .product-list .product-item .circle {
    position: relative; }
    .product-list .product-item .circle span {
      font-size: 18px;
      color: #fff;
      position: absolute;
      top: 12px; }
      .product-list .product-item .circle span.icon-tag {
        left: 9px; }
      .product-list .product-item .circle span.icon-heart {
        font-size: 17px;
        left: 11px; }

      .product-list.list .product-item .author-data-reputation .text-header {
        display: block;
        text-align: center;
        margin-bottom: 15px; }
      .product-list.list .product-item .author-data-reputation .rating {
        width: 75px;
        margin: 0 auto; }
    .product-list.list .product-item .item-actions {
      padding: 15px 18px 0; }
      .product-list.list .product-item .item-actions .circle {
        background-color: #e7e7e7; }
        .product-list.list .product-item .item-actions .circle:hover {
          background-color: #1cbdf9; }
    .product-list.list .product-item .price-info {
      width: 84px;
      border-right: none;
      padding-top: 22px; }
      .product-list.list .product-item .price-info .price {
        text-align: center; }
.product-list.grid .product-item {
  padding: 175px 13px 12px;
  margin-bottom: 26px; }
  .product-list.grid .product-item .pin {
    top: 146px;
    left: -7px; }
  .product-list.grid .product-item .product-preview-actions {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 258px;
    height: 150px; }
    .product-list.grid .product-item .product-preview-actions:hover .preview-actions {
      opacity: 1;
      visibility: visible; }
    .product-list.grid .product-item .product-preview-actions:hover .preview-action .circle {
      -webkit-transform: scale(1);
      transform: scale(1); }
    .product-list.grid .product-item .product-preview-actions:hover .preview-action p {
      opacity: 1; }
  .product-list.grid .product-item .preview-actions {
    width: 100%;
    height: 100%;
    background-color: rgba(25, 31, 32, 0.85);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .15s ease-in-out; }
    .product-list.grid .product-item .preview-actions .preview-action {
      padding-top: 50px;
      position: absolute;
      top: 44px;
      left: 47px; }
      .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) {
        left: 143px; }
        .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) .circle {
          -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s; }
        .product-list.grid .product-item .preview-actions .preview-action:nth-child(2) p {
          -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s; }
      .product-list.grid .product-item .preview-actions .preview-action .circle {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -20px;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
        transition: transform .2s ease-in; }
      .product-list.grid .product-item .preview-actions .preview-action p {
        color: #fff;
        font-size: 0.8125em;
        line-height: 1em;
        text-align: center;
        opacity: 0;
        transition: all .2s ease-in;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s; }
  .product-list.grid .product-item .price {
    float: right; }
  .product-list.grid .product-item .line-separator {
    margin-bottom: 12px; }
  .product-list.grid .product-item .user-rating .rating {
    float: right;
    margin-top: 3px; }
.product-list.grid.v2 .product-item {
  padding-top: 168px;
  padding-bottom: 14px; }
  .product-list.grid.v2 .product-item .text-header {
    display: block;
    text-align: center; }
  .product-list.grid.v2 .product-item .product-info .text-header {
    margin-bottom: 10px; }
  .product-list.grid.v2 .product-item .product-info .line-separator {
    margin-bottom: 8px; }
 
/*-------------------
  	MEDIA QUERIES
-------------------*/
@media screen and (max-width: 935px) {
  .upload-file .upload-file-actions,
  .upload-file .upload-file-progress {
    float: none;
    width: 100%;
    overflow: hidden; }
  .upload-file .upload-file-progress {
    margin-top: 20px; }
    .upload-file .upload-file-progress .button {
      float: none;
      clear: left; } }
@media screen and (max-width: 460px) {
  .upload-file .upload-file-progress .upload-bar {
    width: 100%; }
  .upload-file .upload-file-progress .text-header {
    float: none;
    line-height: 1em;
    margin: 0;
    text-align: center; } }
.product-settings {
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #2b373a;
  position: absolute;
  top: 9px;
  right: 7px;
  z-index: 9000;
  cursor: pointer;
  transition: all .3s ease; }
  .product-settings.primary:hover, .product-settings.primary.active {
    background-color: #00d7b3; }
  .product-settings.secondary:hover, .product-settings.secondary.active {
    background-color: #1cbdf9; }
  .product-settings.tertiary:hover, .product-settings.tertiary.active {
    background-color: #e61852; }
  .product-settings .sl-icon {
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 6px;
    left: 6px; }
  .product-settings + .dropdown {
    box-shadow: 0px 0px 16px 0px rgba(1, 2, 0, 0.2);
    top: 54px;
    right: -5px; }
    .product-settings + .dropdown .dp-triangle {
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 8px solid #fff;
      position: absolute;
      top: -8px;
      right: 22px; }

@media screen and (max-width: 1505px) {
  .dashboard-content .column4-wrap {
    width: 870px; }
    .dashboard-content .column4-wrap .column:nth-child(4n+4) {
      margin-right: 30px; }
    .dashboard-content .column4-wrap .column:nth-child(3n+3) {
      margin-right: 0; } }
@media screen and (max-width: 935px) {
  .dashboard-content .column4-wrap {
    width: 570px; }
    .dashboard-content .column4-wrap .column {
      margin-bottom: 60px; }
      .dashboard-content .column4-wrap .column:nth-child(3n+3) {
        margin-right: 30px; }
      .dashboard-content .column4-wrap .column:nth-child(2n+2) {
        margin-right: 0; } }
@media screen and (max-width: 630px) {
  .dashboard-content .column4-wrap {
    width: 270px; }
    .dashboard-content .column4-wrap .column {
      margin-right: 0; } }

  
	  
.profile-notifications {
  margin: 0 auto 60px; }
  .profile-notifications .profile-notification {
    margin-bottom: 14px; }
    .profile-notifications .profile-notification:last-child {
      margin-bottom: 0; }
  .profile-notifications + .pager-wrap {
    text-align: right; }
    .profile-notifications + .pager-wrap .pager {
      display: inline-block; }

.profile-notification {
  height: 76px;
  padding: 0 36px 0 16px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  overflow: hidden;
  position: relative; }
  .profile-notification .notification-close {
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    right: 12px;
    background: url("images\profile\notif-close-icon.png") no-repeat center;
    opacity: .5;
    cursor: pointer; }
    .profile-notification .notification-close:hover {
      opacity: 1; }
  .profile-notification p {
    font-size: 0.8125em; }
  .profile-notification .profile-notification-date,
  .profile-notification .profile-notification-body {
    float: left; }
  .profile-notification .profile-notification-date {
    width: 106px; }
    .profile-notification .profile-notification-date p {
      color: #b2b2b2;
      line-height: 74px; }
  .profile-notification .profile-notification-body {
    padding-left: 54px;
    position: relative; }
    .profile-notification .profile-notification-body .user-avatar {
      position: absolute;
      top: 17px;
      left: 0; }
    .profile-notification .profile-notification-body p {
      line-height: 74px; }
      .profile-notification .profile-notification-body p span {
        color: #2b373a;
        font-weight: 700; }
  .profile-notification .profile-notification-type {
    float: right; }
    .profile-notification .profile-notification-type .type-icon {
      color: #888;
      font-size: 18px;
      position: relative;
      top: 28px; }
      .profile-notification .profile-notification-type .type-icon.primary {
        color: #00d7b3; }
      .profile-notification .profile-notification-type .type-icon.secondary {
        color: #1396e1; }
      .profile-notification .profile-notification-type .type-icon.tertiary {
        color: #e61852; }

/*-------------------
  	MEDIA QUERIES
-------------------*/
@media screen and (max-width: 935px) {
  .profile-notifications {
    width: 570px;
    overflow: hidden; }
    .profile-notifications .profile-notification:nth-child(2n+2) {
      margin-right: 0; }
    .profile-notifications + .pager-wrap {
      text-align: center; }

  .profile-notification {
    float: left;
    width: 270px;
    height: 170px;
    margin-right: 30px; }
    .profile-notification .profile-notification-date {
      margin-right: 80px; }
    .profile-notification .profile-notification-body .user-avatar {
      top: 0; }
    .profile-notification .profile-notification-body p {
      line-height: 1.5em; }
    .profile-notification .profile-notification-type {
      float: none; } }
@media screen and (max-width: 630px) {
  .profile-notifications {
    width: 270px; }
    .profile-notifications .profile-notification {
      margin-right: 0; } }
/*-----------------
  	USER AVATAR
-----------------*/
.user-avatar-wrap {
  display: block;
  margin: 0 auto;
  border-radius: 50%; }
  .user-avatar-wrap.medium {
    width: 70px;
    height: 70px; }

.user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .user-avatar img {
    border-radius: 50%; }
  .user-avatar.small {
    width: 26px;
    height: 26px; }
  .user-avatar.medium {
    width: 70px;
    height: 70px; }	  
	
/* wishlist */

.wishlist button{
	padding: 5px 14px 5px 14px;
	font-size: 14px;
	background-color: #fff;
	border:2px solid #ccc;
	border-radius: 3px;
}
.wishlist h2{
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 0px;
	font-family: arial;
}
.wishlist p{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0px;
	font-family: arial;
	color: #000;
}
.wishlist h2 span{
	color: #ccc;
	font-weight: 400;
	font-size: 25px;
}
/* wishlist */



/*=======================================================================
[03] Header Area
=========================================================================*/
.logo-area {
  margin: 21px -20px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.header2-area .stick {
  background-color: #fff;
  border-bottom: 1px solid #8bc34a;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 99999999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media only screen and (max-width: 767px) {
  .header2-area .main-menu-area {
    display: none;
  }
  .right-nav-mobile .profile-notification {
    position: fixed;
    top: 12px;
    z-index: 100;
    right: 5px;
  }
 
}
header{
	background-color:#fff;
}
@media only screen and (max-width: 600px) {
  .hidden-on-mobile {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .notify-contact {
    display: none;
  }
  .profile-notification {
    float: none!important;
    text-align: center;
  }
  .profile-notification li {
    margin-right: 0!important;
  }
  .profile-notification .notify-notification {
    display: none;
  }
  .profile-notification .notify-message {
    display: none;
  }
  .profile-notification .cart-area {
    display: none;
  }
  .profile-notification .user-account-info {
    top: 20px;
  }
  .profile-notification .user-account-info ul {
    top: 50px;
  }
  .profile-notification .user-account-info .user-account-info-controler .user-account-img {
    margin-top: 4px;
  }
  .profile-notification li {
    top: -15px !important;
    float: none!important;
  }
}



.nav-search-area{margin-top:20px;
                  border: 1px solid #bdbdbd;
				  border-radius: 5px;
                  width:550px;}
.nav-search-area .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  background: transparent;
  text-transform: lowercase;
  color: #111111;
  font-size: 18px;
  padding: 5px 20px;
}	
.nav-search-area .input-group-btn button {
  
  border: 0;
  background: transparent;
}				
/*=======================================================================
[24] Footer Area
=========================================================================*/
.footer-area-top {
  padding: 0px 0 50px;
  background: #f5f5f5;
}
.top-footer-area1{border-bottom:2px solid #fff;}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top {
    padding: 50px 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-area-top {
    padding: 50px 0 40px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footer-area-top {
    padding: 40px 0 35px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .footer-area-top {
    padding: 40px 0 20px;
  }
}
@media only screen and (max-width: 320px) {
  .footer-area-top {
    padding: 30px 0 10px;
  }
}

.footer-area-top p {
  color: #888;
}
.footer-area-top h2 {
  font-size: 17px;
  color: #888;
  font-weight:bold;
}
.footer-area-top .footer-about {
  margin: 20px 0 35px;
}
.footer-area-top .footer-about p {
  font-size: 16px;
}
.footer-area-top .featured-links {
  margin-bottom: 50px;
}
.footer-area-top .featured-links > li {
  display: inline-block;
}
.footer-area-top .featured-links > li:first-child {
  margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .featured-links > li:first-child {
    margin-right: 10px;
  }
}
.footer-area-top .featured-links > li ul li {
  margin-bottom: 6px;
  position: relative;
  font-size: 14px;
}
.footer-area-top .featured-links p {
	width:400px;
  color: #888;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.footer-area-top .featured-links > li ul li a {
  color: #888;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .featured-links > li ul li a:hover {
  color: #A9A9A9;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.footer-area-top .corporate-address {
  margin-bottom: 20px;
}
.footer-area-top .corporate-address li {
  margin-bottom: 6px;
  color: #888;
  position: relative;
  
  font-size: 14px;
}
.footer-area-top .corporate-address li:hover {
  cursor:pointer;
  color: #A9A9A9;
  
}
.footer-area-top .corporate-address li i {
  color: #8bc34a;
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  font-size: 14px;
}
.footer-area-top .corporate-address li a {
  color: #f5f5f5;
}
.footer-area-top .corporate-address li:last-child {
  margin-bottom: 0;
}
.footer-area-top .newsletter-area .stylish-input-group {
  border: none;
  padding: 0;
}
.footer-area-top .newsletter-area .stylish-input-group .form-control {
  border: none;
  box-shadow: 0 0 0;
  border-radius: 0;
  text-transform: lowercase;
  color: #717a7f;
  height: 42px;
  font-size: 13px;
  background-color: #2f3c43;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button {
  border: 0;
  padding: 13px 17px 14px 17px;
  background-color: #8bc34a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover {
  background: #e74c3c;
}
.footer-area-top .newsletter-area .stylish-input-group .input-group-addon button:hover i {
  color: #8bc34a;
}
.footer-area-top .footer-social {
  margin-bottom: 20px;
}
.footer-area-top .footer-social li {
  display: inline-block;
  margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-area-top .footer-social li {
    margin-right: 2px;
  }
}
.footer-area-top .footer-social li a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a i {
  color: #cccccc;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top .footer-social li a:hover {
  opacity: 0.8;
}

.footer-area-top .footer-social li:last-child {
  margin-right: 0;
}
.footer-area-top .flickr-photos li {
  display: inline-block;
  width: 32%;
  margin-bottom: -2px;
}
.footer-area-top .flickr-photos li img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-top1 {
  border-top: 2px solid #ccc;
  background: #f5f5f5;
  padding: 0px 0 0;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
}
.footer-area-top1 h3{
  color: #888;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight:700;
  text-align: left;
  margin-bottom:0px;
}
.footer-area-top1 p{
  color: #888;
  letter-spacing:2px;
  font-size:12px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom:20px;
}
.footer-area-bottom {
  border-top: 1px solid #888;
  background: #f5f5f5;
  padding: 20px 0 0;
  text-transform: capitalize;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom {
    text-align: center;
	border-top:none;
    padding: 17px 0;
  }
}
.footer-area-bottom p {
  color: #999999;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom p {
    margin-bottom: 10px;
  }
}
.footer-area-bottom p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer-area-bottom p a:hover {
  color: #e74c3c;
}
.footer-area-bottom .payment-method {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-area-bottom .payment-method {
    text-align: center;
  }
}
.footer-area-bottom .payment-method li {
  display: inline-block;
}



/* ========================================
           manage products settings
   =========================================*/
/*----------------
  	CONTROLLERS
----------------*/
.open {
  opacity: 1;
  visibility: visible; }

.closed {
  opacity: 0;
  visibility: hidden; }
.manage-price .text-header, .manage-price .price {
  color: #2b373a;
  font-weight: 700;
  line-height: 1em; }

.manage-price .price {
  font-size: 1.25em;
  position: relative; }
  
/*--------------
  	DROPDOWN
--------------*/

    .product-item .dropdown.hover-effect > .dropdown-item > a:hover {
      color: #00d7b3; }

   .product-item .dropdown .dropdown-item > a {
      display: block;
      margin-left: 15px;
      line-height: 50px;
      color: #2b373a;
      font-size: 0.875em;
      font-weight: 500; }
	  
/*====================
      upload image	 
====================== */
.profile-image {
  margin-bottom: 22px;
  min-height: 70px; }
  .profile-image .profile-image-data {
    float: left;
    padding-left: 80px;
    position: relative; }
    .profile-image .profile-image-data .user-avatar {
      position: absolute;
      top: 0;
      left: 0; }
    .profile-image .profile-image-data .text-header {
	    margin: 10px 0px 0px 20px;
		color: #000;
		font-size:22px;
		font-weight: 700; }
    .profile-image .profile-image-data .upload-details {
	  margin: 5px 0px 0px 25px;	
      font-size: 0.90em;
      color: #000;
	  line-height: 1.71429em;	  }
 .button {
    float: left;
    width: 160px;
    margin: 18px 0 0 80px; }
	.button.mid-short {
    padding: 5px 0px 5px 18px;
	color:#fff;
    border-radius: 3px;
    font-size: 0.925em;	 
	font-weight: 700;
    font-family: "Titillium Web", sans-serif;
	}
.button.dark-light {
    background-color: #535d5f; }
.button.dark-light:hover {
      background-color: #647072; }	
      .content{
        margin-top:20px;
      }