#new-course-list .grid li {
	width: 33.33%;
}

#new-course-list .blog-image {
	padding-top: 15px;
}

.new-categories-con {
	width: 100%;
}

.product-des-list {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
	min-height: 120px;
	overflow: hidden;
}

.product-des-list li  {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	color: #333;
}

.new-categories-con h1 {
	text-align: center;
	margin-bottom: 30px !important;
}

.new-categories-con .spa-profile-details h1 {
	text-align: left;
	margin-bottom: 0 !important;
	font-size: 24px;
}

.product-des-list-more {
	float: left;
	width: auto;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.product-details-con {
	width: 100%;
	margin: 30px auto;
	background: #FFF;
	min-height: 48vh;
	padding-top: 50px;
}

.product-details-img {
	float: left;
	width: 50%;
	height: auto;
	text-align: center;
	padding-right: 75px;
}

.product-details-img img {
	width: 100%;
}

.product-details-des {
	margin-left: 50%;
	padding-left: 0;
	padding-right: 1px;
	background: #FFF;
	overflow: auto;
}

.product-details-des h1 {
	float: left;
	width: auto;
	font-size: 30px;
	font-weight: 600;
	color: #000;
	margin-top: 10px;
}

.product-details-des h2 {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 24px;
	background: #FFF;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	border-radius: 5px;
}

.product-details-des h4 {
	float: left;
	width: auto;
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 20px;
}

.product-details-des p {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	background: #FFF;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.product-details-des p a {
	color:#007ee5;
	font-weight: 600;
}

.product-details-des h3 {
	float: left;
	border-radius: 3px;
	width: auto;
	height: 40px;
	background: #d44836;
	margin-left: 0;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	padding: 0 20px;
}

.product-details-enquire {
	float: left;
	border-radius: 3px;
	width: auto;
	height: 40px;
	background: #007ee5;
	margin-left: 15px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	padding: 0 20px;
	margin-bottom: 10px;
}

.related-products {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.related-products h1 {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	margin-bottom: 30px;
}


.resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  -webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
  overflow: hidden;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 15px 30px;
  overflow: auto;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content { border: 1px solid #c1c1c1; }

h2.resp-accordion {
  font-size: 13px;
  border-bottom: 1px solid #c1c1c1;
  border-top: 0;
  margin: 0px;
  padding: 10px 15px;
  border-radius: 0;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 0;
  margin-right: 10px;
}

.resp-arrow:after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    padding-right: 0;
    vertical-align: middle;
    color: #007ee5;
    font-size: 30px;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
}

h2.resp-tab-active span.resp-arrow:after {
    font-family: FontAwesome;
    content: "\f106";
    display: inline-block;
    padding-right: 0;
    vertical-align: middle;
    color: #007ee5;
    font-size: 30px;
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active { background: #DBDBDB !important; }

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child { border-top: 0; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {

ul.resp-tabs-list { display: none; }

h2.resp-accordion { display: block;width: 100%; }

.resp-vtabs .resp-tab-content { border: 1px solid #C1C1C1; }

.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}

.resp-accordion-closed { display: none !important; }

.resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }
}

.products-details-uploads-row {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 0;
	position: relative;
	padding: 7px 15px 10px;
	margin-top: 20px;
	border: 1px solid #c4c4c4;
	background: url(../img/product/download.png) no-repeat right center; 
}

.products-details-uploads-row:hover {
	background:#e7f3ff url(../img/product/download.png) no-repeat right center; 
}

.products-details-uploads-row h4 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	margin-top: 0;
	font-weight: 600;
}

.products-details-uploads-row span {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	margin-top: 0;
}

.products-details-uploads-row h5 {
	float: left;
	color: #007ee5;
	margin-top: 0;
}

.product-bread-crumbs {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}

.product-bread-crumbs ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.product-bread-crumbs ul li {
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
}

.product-bread-crumbs ul li a {
	color: #007ee5;
}

.product-bread-crumbs ul li a:after {
    font-family: FontAwesome;
    content: "\f101";
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    color: #007ee5;
}

.pro-ctgry-btn {
    float: left;
    margin: 10px 0 0 24px;
    width: 147px;
    height: 38px;
    border: 0;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #FFF;
    background: #007ee5;
}

.pro-ctgry-btn:hover {
	color: #FFF;
}

.updated-pro-grid {
	float: left;
	width: 100%;
}

.updated-pro-grid .blog-list-item {
	padding: 0;
	padding-bottom: 20px;
}

.updated-pro-grid .blog-item h1 {
	font-size: 15px;
	padding: 0 15px;
	margin-top: 10px;
	line-height: 20px;
	color: #a8a3a3;
	font-weight: 600;
}

.updated-pro-grid .blog-item h1::after {
	border-bottom: 0;
}

.updated-pro-grid .blog-item p {
	padding: 0 15px;
	font-size: 13px;
	margin-top: 3px;
	line-height: 16px;
	color: #a8a3a3;
}

.updated-pro-grid .blog-item p span {
	color: #908f8f;
	font-weight: 400;
}


.updated-pro-grid .blog-item {
	border-radius: 5px;
	overflow: hidden;
}

.blog-image {
	position: relative;
}

.updated-pro-grid .new-spa-invite-btn {
	margin-left: 15px;
	margin-top: 10px;
}

.pro-item-bdr {
	border: 1px solid rgba(115,115,115,.2);
}

.saveto-collection {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: none;
	top: 10px;
	right: 10px;
	border: 0;
	color: #ccc;
	font-size: 18px;
	text-align: center;
	padding: 0;
}

/*.saveto-collection:focus {
	color: #d44836;
}*/

.saveto-collection:focus {
    outline: none;
}

/*.saveto-collection:active {
	color: #d44836;
}*/

.pro-img-btm-bdr {
	border-bottom: 1px solid #F3F2F2;
	padding-bottom: 20px;
}

.spas-title-pro {
	margin-top: 0;
	margin-left: 15px;
}

.updated-pro-grid .grid {
	margin-top: 0;
}

.product-list-more {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #a9a9a9;
	padding: 20px 0;
}

.product-list-more img {
	padding-right: 10px;
}

.product-list-sort {
	margin-right: 17px;
}

.product-title-top {
	float: left;
	width: auto !important;
	margin-top: 23px;
	text-transform: none;
}

.supplyer-name {
	color: #007ee5 !important;
	font-weight: 600 !important;
}

.selectric {
	background: #FFF !important;
}

.selectric .button {
	background: #FFF  !important;
}
.selectric-items {
	background: #FFF;
}

.product-details-product {
	float: left;
	width: 100%;
	height: auto;
}

.product-details-big {
	float: left;
	width: 50%;
	padding: 0 0;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.1);
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	margin:0 15px;
	position: absolute;
}

.new-pro-dtl-title {
	float: left;
	width: 100%;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #000;
	padding: 0 0;
	margin-top: 20px;
}

.new-pro-dtl-supplayer {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #acacac;
	margin-top: 5px;
	padding: 0 0;
}

.new-pro-dtl-details {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-top: 5px;
	line-height: 24px;
	padding: 0 0;
}

.new-pro-dtl-img {
	float: left;
	width: 100%;
	text-align: center;
}

.new-pro-dtl-img img {
	width: 90%;
}

.new-pro-dtl-buy {
	float: left;
	width: 100%;
	height: 36px;
	background: #cecece;
}

.product-details-small {
	float: left;
	width: 100%;
	padding: 0 0;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.1);
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
	margin:0 15px;
}

.products-filter-menu {
	float: left;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #c4c4c4;
}

.products-filter-menu ul {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 15px 0;
}

.products-filter-menu ul li {
	display: inline-block;
	padding: 0 15px;
}

.products-filter-menu ul li a {
	font-size: 14px;
	color: #7d7d7d;
}