/*******************************************************************
                       start animation
*********************************************************************/
.effect > .image-wrap {
	position: relative;
	display: inherit;
	max-width: 100%;
}
.effect > .image-wrap:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: auto;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.3);
	zoom: 1;
	background-color: transparent\9;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.effect > .image-wrap:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.1);
	zoom: 1;
	background-color: transparent\9;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.effect > .image-wrap:hover:before, .effect > .image-wrap:hover:after {
	width: 100%;
	height: 100%;
}

.effectbanner {
	position: relative;
}
.effectbanner:before, .effectbanner:after {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.effectbanner:before {
	height: 1px;
	top: 10px;
	left: 50%;
	right: 50%;
	background-color: white;
}
.effectbanner:after {
	width: 1px;
	top: 50%;
	bottom: 50%;
	background-color: white;
	left: 10px;
}
.rtl .effectbanner:after {
	right: 10px;
	left: auto;
}
.effectbanner > .image-wrap {
	position: relative;
	display: inherit;
	max-width: 100%;
}
.effectbanner > .image-wrap:before, .effectbanner > .image-wrap:after {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.effectbanner > .image-wrap:before {
	height: 1px;
	bottom: 10px;
	left: 50%;
	right: 50%;
	background-color: white;
}
.effectbanner > .image-wrap:after {
	width: 1px;
	top: 50%;
	bottom: 50%;
	background-color: white;
	right: 10px;
}
.rtl .effectbanner > .image-wrap:after {
	left: 10px;
	right: auto;
}
.effectbanner > .image-wrap:hover:before {
	left: 10px;
	right: 10px;
}
.effectbanner > .image-wrap:hover:after {
	top: 10px;
	bottom: 10px;
}
.effectbanner:hover:before {
	left: 10px;
	right: 10px;
}
.effectbanner:hover:after {
	top: 10px;
	bottom: 10px;
}

/*******************************************************************
                       end animation
*********************************************************************/
/*******************************************************************
                       start blog-posts
*********************************************************************/
/* blog owl carousel */
.post-container {
  background-color: white;
  width: 100%;
  float: left;
}
.rtl .post-container {
  float: right;
}
.post-container .post-image a {
  overflow: auto;
  width: 100%;
  display: inline-block;
}
.post-container .post-image a img {
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.post-container .post-image a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale3d(1.05, 1.05, 1);
  -moz-transform: scale3d(1.05, 1.05, 1);
  -ms-transform: scale3d(1.05, 1.05, 1);
  -o-transform: scale3d(1.05, 1.05, 1);
}
.post-container .post-image .post-date {
  position: absolute;
  top: 15px;
  display: block;
  padding: 3px 11px;
  background-color: white;
  text-align: center;
  right: 15px;
}
.rtl .post-container .post-image .post-date {
  left: 15px;
  right: auto;
}
.post-container .post-image .post-date .month {
  /*text-transform: uppercase;*/
  font-size: 12px;
  line-height: 16px;
}
.post-container .post-image .post-date .day {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.post-container .post-content {
  padding: 10px 0;
  width: 100%;
  float: left;
  text-align: left;
}
.rtl .post-container .post-content {
  float: right;
}
.rtl .post-container .post-content {
  text-align: right;
}
.post-container .post-content h4 {
  margin-bottom: 5px;
}
.post-container .post-content h4 a {
  font-weight: 600;
  line-height: 18px;
}
.post-container .post-content .post-meta {
  width: 100%;
  clear: both;
  float: left;
}
.rtl .post-container .post-content .post-meta {
  float: right;
}
.post-container .post-content .post-meta .post-meta-lr {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.rtl .post-container .post-content .post-meta .post-meta-lr {
  float: right;
}
.post-container .post-content .post-meta .post-meta-lr span {
  color: #aaa;
  float: left;
}
.rtl .post-container .post-content .post-meta .post-meta-lr span {
  float: right;
}
.post-container .post-content .post-meta .post-user {
  position: relative;
  padding-right: 15px;
}
.rtl .post-container .post-content .post-meta .post-user {
  padding-left: 15px;
  padding-right: inherit;
}
.post-container .post-content .post-meta .post-user:after {
  position: absolute;
  content: '/';
  top: 3px;
  font-size: 10px;
  color: #aaaaaa;
  right: 0;
}
.rtl .post-container .post-content .post-meta .post-user:after {
  left: 0;
  right: auto;
}

/* blog-posts */
.blog-posts h1.title_block {
  font-size: 18px;
  line-height: 30px;
  /*text-transform: uppercase;*/
}
.blog-posts .post {
  width: 100%;
  margin-bottom: 50px;
  float: left;
}
.rtl .blog-posts .post {
  float: right;
}
.blog-posts .post.post-large {
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
}
.blog-posts .post-image {
  margin-bottom: 20px;
  position: relative;
}
.blog-posts .post-large .post-content .title_block {
  font-size: 18px;
}
.blog-posts .post-content .title_block {
  line-height: 26px;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-posts .post-content .des {
  margin-bottom: 20px;
}
.blog-posts .post-content .btn-readmore {
  font-weight: 400;
}
.blog-posts .post-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  color: white;
  padding: 8px 20px;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.54);
  zoom: 1;
  background-color: transparent\9;
  float: left;
}
.rtl .blog-posts .post-meta {
  float: right;
}
.blog-posts .social_block {
  margin: 0;
}
.blog-posts .social_block ul li a {
  color: #666;
}
.blog-posts .social_block ul li a:hover {
  color: #e6c302;
}
.blog-posts .social_block ul li .fa {
  font-size: 15px;
}
.blog-posts .social_block ul li.last {
  padding: 0 0 0 8px;
}
.rtl .blog-posts .social_block ul li.last {
  padding: 0 8px 0 0;
}
.blog-posts .content_sortPagiBar.bottom {
  width: 100%;
  float: left;
}
.rtl .blog-posts .content_sortPagiBar.bottom {
  float: right;
}
.blog-posts .post-medium {
  margin-bottom: 50px;
  text-align: left;
}
.rtl .blog-posts .post-medium {
  text-align: right;
}
.blog-posts .post-medium .post-meta {
  margin-top: 0;
  border-bottom: none;
}
.blog-posts .post-medium .post-image {
  overflow: auto;
}
.blog-posts .post-medium .post-image img {
  width: 100%;
  display: inline-block;
  -webkit-transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.blog-posts .post-medium .post-image:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.post-meta-lr {
  width: 100%;
  float: left;
}
.rtl .post-meta-lr {
  float: right;
}
.post-meta-lr span {
  color: #fff;
  margin-right: 5px;
}
.rtl .post-meta-lr span {
  margin-left: 5px;
  margin-right: inherit;
}
.post-meta-lr a {
  color: white;
}
.post-meta-lr a:hover {
  color: #e6c302;
}

/* single-post */
.single-post .blog-meta span {
  position: relative;
  padding-right: 20px;
  margin-right: 10px;
}
.rtl .single-post .blog-meta span {
  padding-left: 20px;
  padding-right: inherit;
}
.rtl .single-post .blog-meta span {
  margin-left: 10px;
  margin-right: inherit;
}
.single-post .blog-meta span:after {
  position: absolute;
  content: "";
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  right: 0;
}
.rtl .single-post .blog-meta span:after {
  left: 0;
  right: auto;
}
.single-post .blog-meta span:last-child:after {
  content: none;
}

.blog-detail .blog-image {
  margin-bottom: 20px;
  position: relative;
}
.blog-detail .title_block {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.blog-detail .post-meta {
  position: absolute;
  bottom: 0;
  width: 100%;
  clear: both;
  color: white;
  padding: 8px 20px;
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.54);
  zoom: 1;
  background-color: transparent\9;
  float: left;
}
.rtl .blog-detail .post-meta {
  float: right;
}
.blog-detail .post-content {
  line-height: 28px;
  margin-bottom: 35px;
  text-align: justify;
}
.blog-detail .post-tag {
  padding: 15px 0;
  margin-bottom: 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.blog-detail .post-tag-lr {
  width: 50%;
  float: left;
}
.rtl .blog-detail .post-tag-lr {
  float: right;
}
.blog-detail .post-tag-left strong {
  color: black;
}
.blog-detail .post-tag-left a {
  color: #666666;
  margin: 0 7px;
}
.blog-detail .post-tag-left a:hover {
  color: #e6c302;
}
.blog-detail .post-tag-right {
  text-align: right;
}
.rtl .blog-detail .post-tag-right {
  text-align: left;
}
.blog-detail .social_block {
  margin: 0;
}
.blog-detail .social_block ul li .fa {
  font-size: 15px;
}
.blog-detail .social_block ul li.last {
  padding: 0 0 0 8px;
}
.rtl .blog-detail .social_block ul li.last {
  padding: 0 8px 0 0;
}

.comments-area {
  margin-bottom: 40px;
}
.comments-area .title_block {
  font-size: 18px;
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.comments-area .comments-list .cm-avatar {
  margin-right: 25px;
}
.rtl .comments-area .comments-list .cm-avatar {
  margin-left: 25px;
  margin-right: inherit;
}
.comments-area .comments-list .cm-meta {
  margin-bottom: 7px;
}
.comments-area .comments-list .cm-meta .link-author {
  /*text-transform: uppercase;*/
}
.comments-area .comments-list .cm-meta .cm-date {
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.rtl .comments-area .comments-list .cm-meta .cm-date {
  padding-right: 20px;
  padding-left: inherit;
}
.rtl .comments-area .comments-list .cm-meta .cm-date {
  margin-right: 10px;
  margin-left: inherit;
}
.comments-area .comments-list .cm-meta .cm-date:before {
  position: absolute;
  content: "";
  top: 9px;
  width: 5px;
  height: 5px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  left: 0;
}
.rtl .comments-area .comments-list .cm-meta .cm-date:before {
  right: 0;
  left: auto;
}
.comments-area .comments-list .reply-link {
  color: #666666;
  float: right;
}
.rtl .comments-area .comments-list .reply-link {
  float: left;
}
.comments-area .comments-list .reply-link:hover {
  color: #e6c302;
}
.comments-area .comments-list .reply-link .fa {
  margin-right: 5px;
}
.rtl .comments-area .comments-list .reply-link .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.comments-area .comments-list > li {
  padding: 20px 0;
}
.comments-area .comments-list > li ol {
  margin-left: 95px;
}
.rtl .comments-area .comments-list > li ol {
  margin-right: 95px;
  margin-left: inherit;
}
.comments-area .comments-list > li ol li {
  padding-top: 40px;
}

.comments-form {
  margin-bottom: 40px;
}
.comments-form .title_block {
  font-size: 18px;
  font-weight: 600;
  /*text-transform: uppercase;*/
}
.comments-form form {
  margin-top: 30px;
}
.comments-form form input {
  height: 44px;
}
.comments-form form textarea {
  height: 180px;
}
.comments-form form .form-group {
  margin-bottom: 25px;
}
.comments-form form .form-control {
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.comments-form form .btn {
  padding: 9px 30px;
  /*text-transform: uppercase;*/
}

.blog-search form {
  border: 1px solid #ddd;
}
.blog-search input {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-search button {
  background-color: transparent;
}
.blog-search button:hover {
  color: #e6c302;
  background-color: transparent;
  border-color: transparent;
}

.tiva-postslist .owl-theme .owl-controls .owl-nav div {
  top: 38%;
}

/*******************************************************************
                        end  blog-posts
*********************************************************************/
/* .pb-left-column  ********************************/
.pb-left-column {
	/* miniatures */
}
.pb-left-column #image-block {
	position: relative;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	overflow: auto;
}
.pb-left-column #image-block img {
	width: 100%;
	display: inline-block;
}
.pb-left-column #image-block #view_full_size {
	display: block;
	cursor: pointer;
	text-align: center;
}
.pb-left-column #image-block #view_full_size a {
	display: inline-block;
}
.pb-left-column #image-block #view_full_size .span_link {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	padding: 4px;
	text-align: center;
		/*SELF EDIT 20170902
	line-height: 20px;
	*/
	line-height: 135%;
}
.rtl .pb-left-column #image-block #view_full_size .span_link {
	left: 10px;
	right: auto;
}
.pb-left-column #image-block #view_full_size .span_link:after {
	font-family: "FontAwesome";
	color: #c0c0c0;
	font-size: 20px;
		/*SELF EDIT 20170902
	line-height: 20px;
	*/
	line-height: 135%;
	content: "\f00e";
	font-weight: normal;
	margin: 0 0 0 2px;
}
.rtl .pb-left-column #image-block #view_full_size .span_link:after {
	margin: 0 2px 0 0;
}
.pb-left-column #image-block #view_full_size .span_link:hover:after {
	color: #e6c302;
}
.pb-left-column #image-block a.jqzoom div div img {
	width: auto;
	max-width: 10000px;
}
.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
	border: none;
}
.pb-left-column #image-block .zoomPad {
	z-index: auto!important;
}
.pb-left-column #views_block {
	position: relative;
}

#thumbs_list {
	overflow: auto;
	width: 458px;
	margin: 0 auto;
}
#thumbs_list ul#thumbs_list_frame {
	list-style-type: none;
	overflow: auto;
	margin: 0 auto;
	height: 136px;
	text-align: center;
	padding-left: 0;
}
.rtl #thumbs_list ul#thumbs_list_frame {
	padding-right: 0;
	padding-left: inherit;
}
#thumbs_list li {
	cursor: pointer;
	line-height: 0;
	padding: 0 6px;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#thumbs_list li.first {
	padding-left: 0;
}
.rtl #thumbs_list li.first {
	padding-right: 0;
	padding-left: inherit;
}
#thumbs_list li.last {
	padding-right: 0;
}
.rtl #thumbs_list li.last {
	padding-left: 0;
	padding-right: inherit;
}
#thumbs_list li a {
	display: block;
	text-align: center;
	border: 2px solid white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#thumbs_list li a:hover, #thumbs_list li a.shown {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 2px solid #e6c302;
}
#thumbs_list li img {
	margin: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nav-tabs.page-product-heading {
	background-color: white;
	border-bottom: 1px solid #ddd;
}
.nav-tabs.page-product-heading > li {
	margin-bottom: -1px;
	float: left;
}
.rtl .nav-tabs.page-product-heading > li {
	float: right;
}
.nav-tabs.page-product-heading > li > a {
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	/*SELF EDIT 20170902
	font-size: 14px;
	*/
	font-size: 17px;
	border: none;
	color: #555555;
	margin: 0 25px;
	border-bottom: 2px solid transparent;
	padding: 20px 0 20px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.rtl .nav-tabs.page-product-heading > li > a {
	padding: 20px 0 20px 0;
}
.nav-tabs.page-product-heading > li > a:hover {
	background: transparent;
	border: none;
	color: #e6c302;
	border-bottom: 2px solid #e6c302;
}
.nav-tabs.page-product-heading > li.active a, .nav-tabs.page-product-heading > li.active a:hover, .nav-tabs.page-product-heading > li.active a:focus {
	background: none;
	color: #e6c302;
	border: none;
	border-bottom: 2px solid #e6c302;
}

.tab-content.page-product-content {
	border: none;
	padding: 25px;
	margin-bottom: 30px;
	background-color: white;
}

.page-product-box .page-subheading {
/*SELF EDIT 20170902
	font-size: 16px;
	*/
	font-size: 17px;
	font-weight: bold;
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	padding: 17px 20px;
	border-bottom: 1px solid #eaeaea;
	border-top: 2px solid #b2c85c;
	margin-bottom: 0;
}
.page-product-box .owl-theme .owl-controls .owl-buttons {
	top: -39px;
}
.page-product-box .rte {
	/*SELF EDIT 20170902
	line-height: 22px;
	*/
	line-height: 150%;
}

/* pb-center-column *********************************/
.pb-center-column {
	/* form */
}
.pb-center-column h1 {
	margin: 0;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 600;
		/*SELF EDIT 20170902
	line-height: 30px;
	*/
	line-height: 150%;
}
.pb-center-column p {
	margin-bottom: 5px;
}
.pb-center-column #product_reference {
	margin-bottom: 0;
}
.pb-center-column #short_description_block {
	color: #666666;
}
.pb-center-column #buy_block {
	margin-top: 10px;
}
.pb-center-column #buy_block label {
	display: inline-block;
	width: 125px;
	font-weight: 700;
	/*SELF EDIT 20170902
	font-size: 12px;
	*/
	font-size: 17px;
	text-align: right;
}
.rtl .pb-center-column #buy_block label {
	text-align: left;
}
.pb-center-column #buy_block p.price {
	padding: 0;
}
.pb-center-column #color_picker p {
	padding-bottom: 5px;
	font-weight: 700;
}
.pb-center-column .socialsharing_product {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px;
	margin: 10px 0 25px 0;
}
.rtl .pb-center-column .socialsharing_product {
	margin: 10px 0 25px 0;
}
.pb-center-column .socialsharing_product span {
	display: none;
}
.pb-center-column .socialsharing_product .btn {
	border: none;
}
.pb-center-column .socialsharing_product .btn .fa {
	color: #666666;
	font-size: 17px;
}
.pb-center-column .socialsharing_product .btn:hover {
	background-color: transparent;
}
.pb-center-column .socialsharing_product .btn:hover .fa {
	color: #e6c302;
}

#attributes .attribute_fieldset {
	padding-bottom: 20px;
}
#attributes .attribute_fieldset label {
	display: inline-block;
		/*SELF EDIT 20170902
	line-height: 30px;
	*/
	line-height: 150%;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0;
	min-width: 120px;
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	float: left;
	margin-right: 10px;
}
.rtl #attributes .attribute_fieldset label {
	float: right;
}
.rtl #attributes .attribute_fieldset label {
	margin-left: 10px;
	margin-right: inherit;
}
#attributes .attribute_list {
	width: 70%;
	float: left;
}
.rtl #attributes .attribute_list {
	float: right;
}
#attributes .attribute_list .form-control {
	width: 210px;
	border: 1px solid #eaeaea;
}
#attributes .attribute_list .form-control option {
	color: #666666;
}
#attributes .attribute_list ul {
	clear: both;
}
#attributes .attribute_list ul li {
	float: left;
	margin-right: 10px;
}
.rtl #attributes .attribute_list ul li {
	float: right;
}
.rtl #attributes .attribute_list ul li {
	margin-left: 10px;
	margin-right: inherit;
}
#attributes .attribute_list input.attribute_radio {
	float: left;
	margin-left: 3px;
}
.rtl #attributes .attribute_list input.attribute_radio {
	float: right;
}
.rtl #attributes .attribute_list input.attribute_radio {
	margin-right: 3px;
	margin-left: inherit;
}
#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
	float: none;
	display: inline-block;
}
#attributes .attribute_list #color_to_pick_list {
	list-style-type: none;
	margin-bottom: 4px;
}
#attributes .attribute_list #color_to_pick_list li {
	float: left;
	margin: 0 8px 4px 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	padding: 0;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
	float: right;
}
.rtl #attributes .attribute_list #color_to_pick_list li {
	margin: 0 0 4px 8px;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
	display: block;
	height: 30px;
	width: 30px;
	cursor: pointer;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#attributes .attribute_list #color_to_pick_list li.selected a {
	position: relative;
}
#attributes .attribute_list #color_to_pick_list li.selected a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #a1a8ae;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}
#attributes .attribute_list .attribute_size li {
	min-width: 30px;
	height: 30px;
		/*SELF EDIT 20170902
	line-height: 30px;
	*/
	line-height: 150%;
	border: 1px solid #eaeaea;
	text-align: center;
}
#attributes .attribute_list .attribute_size li.selected {
	border: 1px solid black;
}

.box-cart-bottom {
	padding: 25px 0 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}
.box-cart-bottom .btn {
	height: 44px;
	line-height: 44px;
	padding: 0 35px;
	margin-bottom: 25px;
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
}
.box-cart-bottom #add_to_cart {
	margin-right: 20px;
}
.rtl .box-cart-bottom #add_to_cart {
	margin-left: 20px;
	margin-right: inherit;
}
.box-cart-bottom #wishlist_button {
	color: #333;
	background-color: #f8f8f8;
}
.box-cart-bottom #wishlist_button .fa {
	margin-right: 5px;
}
.rtl .box-cart-bottom #wishlist_button .fa {
	margin-left: 5px;
	margin-right: inherit;
}
.box-cart-bottom #wishlist_button:hover {
	background-color: #e6c302;
	color: white;
}

.share-social > span {
	float: left;
	margin-right: 10px;
}
.rtl .share-social > span {
	float: right;
}
.rtl .share-social > span {
	margin-left: 10px;
	margin-right: inherit;
}
.share-social a {
	color: #999;
}
.share-social a:hover {
	color: #e6c302;
}
.share-social a .fa {
	font-size: 20px;
}

.product-boxinfo {
	margin: 15px 0 20px 0;
}
.rtl .product-boxinfo {
	margin: 15px 0 20px 0;
}
.product-boxinfo label {
	font-weight: normal;
}
.product-boxinfo span {
	font-weight: bold;
}
.product-boxinfo .editable {
	font-family: sans-serif;
}

/* quantity_wanted */
.group-downup {
	position: relative;
	float: left;
}
.rtl .group-downup {
	float: right;
}

#quantity_wanted_p input {
	width: 70px;
	height: 34px;
	border: 1px solid #eaeaea !important;
	font-family: "Poppins", sans-serif;
	font-weight: normal;
	padding: 0 15px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#quantity_wanted_p .btn {
	background-color: #f3f3f3;
	color: black;
	width: 35px;
	height: 34px;
	line-height: 34px;
	padding: 0 12px;
	border: none;
	display: inline-block;
}
#quantity_wanted_p .btn.button-minus {
	bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#quantity_wanted_p .btn.button-plus {
	top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#quantity_wanted_p .btn:hover, #quantity_wanted_p .btn:focus, #quantity_wanted_p .btn:active {
	color: white;
	border-color: transparent;
	background-color: #e6c302;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#quantity_wanted_p .btn span {
	padding: 0;
}
#quantity_wanted_p label {
	display: inline-block;
		/*SELF EDIT 20170902
	line-height: 30px;
	*/
	line-height: 150%;
	color: #666666;
	font-weight: 100;
	margin-bottom: 0;
	min-width: 120px;
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	margin-right: 10px;
	float: left;
}
.rtl #quantity_wanted_p label {
	margin-left: 10px;
	margin-right: inherit;
}
.rtl #quantity_wanted_p label {
	float: right;
}

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
	display: inline-block;
	width: 125px;
	font-weight: 700;
	/*SELF EDIT 20170902
	font-size: 12px;
	*/
	font-size: 17px;
	text-align: right;
}
.rtl #availability_statut span#availability_label, .rtl
#availability_date_label {
	text-align: left;
}

#quantityAvailable {
/*SELF EDIT 20170902
	font-size: 13px;
	*/
	font-size: 17px;
		/*SELF EDIT 20170902
	line-height: 18px;
	*/
	line-height: 135%;
}

#availability_value,
#last_quantities {
	color: white;
		/*SELF EDIT 20170902
	line-height: 18px;
	*/
	line-height: 135%;
	display: inline-block;
	margin-right: 5px;
}
.rtl #availability_value, .rtl
#last_quantities {
	margin-left: 5px;
	margin-right: inherit;
}

#last_quantities {
	background: black;
	padding: 4px 8px 3px;
	position: relative;
	top: 1px;
	display: inline-block;
}

#availability_statut,
#pQuantityAvailable {
	display: inline-block;
}

#pQuantityAvailable span {
	font-weight: 500;
}

#availability_statut #availability_value.warning_inline {
	margin: 0;
}

/* prices */
.content_prices {
	padding: 0 0 5px 0;
}

.discount {
	display: none;
}

.our_price_display {
	font-size: 24px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	color: black;
	display: inline-block;
}

.old_price, .old-price {
	text-decoration: line-through;
	display: inline-block;
}

#reduction_percent,
#reduction_amount {
	display: inline-block;
	padding: 0 3px;
	/*SELF EDIT 20170902
	font-size: 14px;
	*/
	font-size: 17px;
	color: white;
	background: #f13340;
	border: 1px solid #d02a2c;
	margin: 8px 5px 0;
	float: left;
}
.rtl #reduction_percent, .rtl
#reduction_amount {
	float: right;
}

.price {
	margin-bottom: 3px;
}
.price .old_price {
	font-size: 17px;
	color: #999;
}
.price p {
	margin-bottom: 0;
	font-family: sans-serif;
}

.product_comments {
	margin-bottom: 25px;
}

.box-info-product {
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top: 25px;
	padding: 25px 0;
}
.box-info-product #old_price, .box-info-product .old-price {
	/*SELF EDIT 20170902
	line-height: 43px;
	*/
	line-height: 160%;
}

.accordion-info {
	margin-top: 80px;
}
.accordion-info .nav-tabs {
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}
.accordion-info .nav-tabs > li {
	margin: 0 0 -1px;
}
.accordion-info .nav-tabs > li > a {
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	font-size: 17px;
	font-weight: 500;
	color: #333;
	padding: 10px 0;
	margin: 0;
	border-width: 0 0 1px 0;
}
.accordion-info .nav-tabs > li.active > a, .accordion-info .nav-tabs > li.active > a:hover, .accordion-info .nav-tabs > li.active > a:focus {
	border-width: 0 0 1px 0;
}
.accordion-info .panel-body {
	padding: 20px 0;
}

.comments-review .comments-list {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eaeaea;
}
.comments-review .comments-list .avatar {
	margin-bottom: 10px;
}
.comments-review .comments-list .star_content {
	margin-bottom: 5px;
}
.comments-review .comments-list .author {
	font-weight: 500;
}
.comments-review .comments-list .comment-datetime {
	
	/*SELF EDIT 20170902
	font-size: 12px;
	*/
	font-size: 17px;
	
	margin-bottom: 0;
}
.comments-review .comments-list .pull-left {
	margin-right: 20px;
}
.rtl .comments-review .comments-list .pull-left {
	margin-left: 20px;
	margin-right: inherit;
}

.review-form .title_block {

	color: #666666;
	/*SELF EDIT 20170902
	font-size: 14px;
	color: black;
	*/
	font-size: 17px;
	margin-top: 20px;
}
.review-form label {
	display: block;
	font-weight: 500;
}
.review-form textarea {
	width: 100%;
	border: 1px solid #eaeaea;
}
.review-form .btn-send {
	margin-bottom: 0;
}

.blockproductscategory {
	padding-top: 40px;
}
.blockproductscategory .title_block {
	position: relative;
	text-align: center;
	padding: 15px 0;
	font-size: 28px;
	margin-bottom: 20px;
/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
}
/*******************************************************
Product list Styles 
********************************************************/
.product-container {
	text-align: center;
	margin-bottom: 30px;
}
.product-container .left-block {
	position: relative;
	overflow: auto;
}
.product-container .right-block {
	position: relative;
}
.product-container .label {
	position: absolute;
	top: 15px;
	/*SELF EDIT 20170902
	font-size: 11px;
	*/
	font-size: 15px;
	font-weight: 400;
	/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	padding: 5px 6px;
	color: white;
	/*SELF EDIT 20170902
	line-height: 10px;
	*/
	line-height: 145%;
	min-width: 40px;
	text-align: center;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.product-container .label-new {
	right: 15px;
	background: #77c66d;
}


.rtl .product-container .label-new {
	left: 15px;
	right: auto;
}
.product-container .label-sale {
	top: 39px;
	right: 15px;
	background-color: #f65b47;
}
.rtl .product-container .label-sale {
	left: 15px;
	right: auto;
}
.product-container .label-reduction {
	left: 15px;
	background-color: #f65b47;
}
.rtl .product-container .label-reduction {
	right: 15px;
	left: auto;
}
.product-container .label-reduction:before {
	color: #fe6658;
}


.product-container .content_price {
	margin: 0 0 5px;
}
.product-container .price {

	color: 666666;
		/*SELF EDIT 20170902
	font-size: 15px;
	color: black;
	*/
	font-size: 20px;
	font-weight: 700;
}
.product-container .price-old, .product-container .old-price {
	color: #666666;
	text-decoration: line-through;
}
.product-container .name {
/*SELF EDIT 20170902
	height: 25px;
	overflow: auto;
	*/
	
	margin: 0 0 5px;
		/*SELF EDIT 20170902
	font-size: 14px;
	*/
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
}
.product-container .name a {
/*SELF EDIT
color: #333333;
*/
	color: #666666;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	text-decoration: none;
		/*SELF EDIT 20170902
	line-height: 21px;
	*/
	line-height: 145%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}
.product-container .name a:hover {
	color: #e6c302;
}
.product-container .product-image-container {
	position: relative;
	/*
	overflow: auto;
	*/
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.product-container .box-buttons {
	position: absolute;
	top: 25%;
	width: 40px;
	right: 15px;
}
.rtl .product-container .box-buttons {
	left: 15px;
	right: auto;
}
.product-container .box-buttons .btn {
	margin: 2px 0;
	padding: 0;
	border: none;
	text-align: center;
	/*SELF EDIT 20170902
	text-transform: uppercase;
	*/
	text-transform: none;
	background-color: white;
	display: inline-block;
	/*SELF EDIT 20170902
	font-size: 16px;
	*/
	font-size: 18px;
	color: #999;
		/*SELF EDIT 20170902
	line-height: 40px;
	*/
	line-height: 145%;
	width: 40px;
	/*
	height: 40px;
	*/
}
.product-container .box-buttons .btn:hover {
	color: white;
	background-color: #e6c302;
}
.product-container .box-buttons i {
	line-height: 35px;
}

/*******************************************************
Product list(Grid, list) Styles
********************************************************/
#tiva-grid .product-container {
	margin-bottom: 45px;
}

#tiva-list .product-container {
	text-align: left;
}
.rtl #tiva-list .product-container {
	text-align: right;
}
#tiva-list .product-container .product-image-container {
	margin-bottom: 0;
}
#tiva-list .product-des {
	margin-bottom: 20px;
}