.modal-backdrop{
	position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.js-modal .modal-backdrop{
	opacity: .6;
	visibility: visible;
}
.cmodal{
	position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.js-modal{
	overflow:hidden;
}
.js-modal .cmodal{
	opacity: 1;
	visibility: visible;
}
.cmodal__dialog{
	width: 435px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
	display: inline-block;
  position: relative;
  text-align: left;
}
.cmodal__content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.cmodal__ttl {
  font-size: 18px;
  color: #242933;
  font-weight: 700;
  margin: 18px 0 15px;
  text-align: center;
}
.tool-share{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding-left: 0;
}
.tool-share li a {
  width: 48px;
  height: 50px;
  background: #fff;
  border: 1px solid #bbc7cd;
  border-radius: 6px;
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
}
.tool-share .ic.ic-mess:before {
  background-position: -490px 8px;
}
.tool-share .ic.ic-fb:before {
  background-position: -490px -38px;
}
.tool-share .ic.ic-mail:before {
  background-position: -490px -79px;
}
.tool-share .ic.ic-zalo:before {
  background-position: -490px -113px;
}
.tool-share .ic:before{
	content:'';
	width: 48px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/desktop-icons-v5.svg)
}
.cmodal__close {
	background: url(../images/ic-close-popup.svg) no-repeat center;
	right: 15px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 20px;
	height: 20px;
	z-index: 10;
	cursor: pointer;
}

@media screen and (max-width: 767px){
	.cmodal__dialog{
		width: 290px;
	}
}



.modal-backdrop-dot{
	position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.js-modal-dot .modal-backdrop-dot{
	opacity: .6;
	visibility: visible;
}
.cmodal-dot{
	position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.js-modal-dot{
	overflow:hidden;
}
.js-modal-dot .cmodal-dot{
	opacity: 1;
	visibility: visible;
}
.cmodal__dialog-dot{
	width: 853px;
	margin: 0 auto;
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	-ms-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
	transform: translate(0,-25%);
	display: inline-block;
  position: relative;
  text-align: left;
}
.cmodal__content-dot {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.cmodal__ttl-dot {
  font-size: 18px;
  color: #242933;
  font-weight: 700;
  margin: 18px 0 15px;
  text-align: center;
}
.tool-share-dot{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding-left: 0;
        margin-bottom: 0;
}
.tool-share-dot li a {
  width: 48px;
  height: 50px;
  background: #fff;
  border: 1px solid #bbc7cd;
  border-radius: 6px;
  display: inline-block;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
}
.tool-share-dot .ic.ic-mess:before {
  background-position: -490px 8px;
}
.tool-share-dot .ic.ic-fb:before {
  background-position: -490px -38px;
}
.tool-share-dot .ic.ic-mail:before {
  background-position: -490px -79px;
}
.tool-share-dot .ic.ic-zalo:before {
  background-position: -490px -113px;
}
.tool-share-dot .ic:before{
	content:'';
	width: 48px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/desktop-icons-v5.svg)
}
.cmodal__close-dot {
	background: url(../images/ic-close-popup.svg) no-repeat center;
	right: 15px;
	opacity: 1;
	position: absolute;
	right: 10px;
	top: 15px;
	width: 20px;
	height: 20px;
	z-index: 10;
	cursor: pointer;
}
.list-unstyled.properties-wrapper span:first-letter{
	text-transform: capitalize;
}
.project-page .product-detail .product-content .properties-wrapper li {
	display: flex;
    align-items: center;
}
@media screen and (max-width: 1280px){
	.content-wrapper-ext .product-grid .product-content-ext .properties-wrapper li {
		padding-right: 43px;
	}
}
@media screen and (max-width: 1200px){
	.content-wrapper-ext .product-grid .product-content-ext .properties-wrapper li {
		padding-right: 28px;
	}
}
@media screen and (max-width: 767px){
	.cmodal__dialog-dot{
		width: 370px;
	}
}
