.home-product h1 {
	font-size: 56px;
	font-family: 'InterUI-Bold'
}
.home-product .text-summary {
	line-height: 25px;
	padding: 0 10%;
}
.list-product .intro-product {
	border-radius: 4px;
    border: solid 1px rgba(209, 209, 209, 0.5);
    margin-bottom: 64px;
}
.list-product .intro-product img{
	height: 198px
}
.list-product .intro-product .title-product {
	padding: 24px;
}
.list-product .intro-product .title-product a {
	text-decoration: none;
	color: #ef8c29;
	width: 100%
}
.list-product .intro-product .title-product div{
	margin-top: 20px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #ef8c29;
    padding: 10px 0;
}
.list-product .intro-product .title-product a.title{
	color: #161615;
	font-size: 16px;
	font-family: 'InterUI-Bold'; 
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 72px;
}


.detail-product h1 {
	font-size: 32px;
    color: #1e2329;
    margin-bottom: 49px;
}
.detail-product h3 {
	font-size: 24px;
	font-family: 'InterUI-Medium'
}
.detail-product ul{
	list-style: none;
	padding: 0
}
.detail-product .list-image li{
	margin-bottom: 15px
}
.detail-product .list-image li.last-image div{
	/*position: absolute;
    bottom: 15px;*/
    opacity: 0.8;
    background-color: #1c1c1c;
    margin-top: -72px;
    height: 72px;
    padding: 10px 30%;
    line-height: 16px;
}
.detail-product .list-image li.last-image a{
	text-decoration: none;
	color: #fff;
}
.detail-product .list-image li img{
	height: 72px
}
.detail-product .img-product {
	padding: 0 50px;
	height: 100%;
    max-height: 423px;
}
.detail-product .text-detail-product {
	border-bottom: solid 1px #d1d1d1;
    margin-bottom: 15px;
    padding-bottom: 15px
}
.detail-product .text-detail-product li {
	padding-bottom: 10px
}
.detail-product .text-detail-product li::before {
	color: #ef8c29;
	content: "\2022";   
    display: inline-block;  
    width: 1em;
    font-weight: bold; 
    font-size:1.1rem;
}
.detail-product .text-detail-product .download-document {
	margin-bottom: 5px
}
.detail-product .text-detail-product .download-document a{
	color: #ef8c29;
	text-decoration: none
}

.detail-product .text-button input::-webkit-outer-spin-button,
.detail-product .text-button input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.detail-product .text-button input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.detail-product .text-button .list-btn-number div{
	display: inline-flex;
}
.detail-product .text-button .list-btn-number label{
	margin-right: 10px
}
.detail-product .text-button .list-btn-number input {
	width: 50px;
	border: 1px solid #d1d1d1;
}
.detail-product .text-button .list-btn-number button, .detail-product .text-button .list-btn-number button:focus {
	border: 1px solid #d1d1d1;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    outline: 0
}
.detail-product .text-button button.register-product-button, .detail-product .text-button button.register-solution-button, .registerProduct form button[type=submit], #formRegisterJob button[type=submit]{
    border-radius: 4px;
    border: solid 1px #ef8c29;
    background-color: #ffffff;
    color: #ef8c29;
    padding: 8px 35px;
}
.detail-product .text-button button.register-product-button:hover, .detail-product .text-button button.register-solution-button:hover, .registerProduct form button[type=submit]:hover, #formRegisterJob button[type=submit]:hover {
	color: #fff;
	background-color: #ef8c29;
}
.detail-product .text-button button.btn-left{
	margin-right: 20px
}
.registerProduct .modal-dialog {
	margin-top: 8%
}
.registerProduct .modal-content {
	padding: 30px
}
.registerProduct form .valid-form{
	margin-bottom: 20px
}


.cart .cart-content {
	padding: 0 10%
}
.cart h3 {
	font-family: 'InterUI-Bold';
}
.cart table{
	width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px
}
.cart table th, .cart table td{
	text-align: left;
    padding: 15px;
    border: 1px solid #d1d1d1;
    color: #1c1c1c;
}
.cart table th {
	font-family: 'InterUI-Medium'
}
.cart table td.image{
	text-align: center
}
.cart table td.image img{
	width: 150px
}
.cart table input[type="number"]{
    border: 1px solid #d1d1d1;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
    display: block;
}
.cart .cart-buttons {
	text-align: right
}
.cart .link {
	text-decoration: none;
	color: #161615
}
.cart .link:hover {
	color: #ef8c29;
}