
.home-product h1 {
	font-size: 56px;
	font-family: 'InterUI-Bold'
}
.home-product .text-summary {
	line-height: 25px;
	padding: 0 10%;
}

.home-product .title_name .title{
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #14213D;
}

.detail-product .h1{
    font-family: Mulish;
    /* font-style: normal; */
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #14213D;
}

.home-product .title_name_product {
    margin-top: 10px;
}

.detail-product .title_name_product a{
    text-decoration: none
}

.home-product .title_name_product a{
    text-decoration: none
}

.home-product .title_name_product .home{
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(20, 33, 61, 0.3);
}

.home-product .title_name_product .product{
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #14213D;
}

.home-product .title_name{
    margin-bottom: 24px;
}

.home-product .title_name_product{
    margin-bottom: 24px;
}

.home-product .squares .four_squares{
    width: 40px;
    height: 40px;
    background: #FCA311;
    border: 1px solid #FCA311;
    margin-right: 7px;
}

.home-product .squares i{
    font-size: 28px;
    padding: 5px 5px;
    color: black;
}

.home-product .squares .horizontal{
    width: 40px;
    height: 40px;
    background: #E5E5E5;
    margin-right: 24px;
}

.home-product .filter{
    /* text-align: right; */
    margin-top: 17px;
}

.home-product .filter .filter_by {
    margin-right: 16px;
    font-weight: bold;
    font-size: 15px;
}

.home-product .filter .select .select-css, .home-product .filter .select .select-css:focus{
    border-radius: 2px;
    padding: 2px;
    border: 1px solid #E5E5E5;
    outline: 0
    /*font-weight: bold;*/
}

.home-product .filter .select .select-css .option-css{
    padding: 5px!important;
}

.detail-product .title_name_product{
    margin-bottom: 24px;
}

.detail-product .title_name_product .home{
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: rgba(20, 33, 61, 0.3);
}

.detail-product .title_name_product .detail_pro{
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #14213D;
}

.detail-product .image_main{
    /* width: 384px; */
    height: 377px;
    background: rgba(229, 229, 229, 0.5);
   /*  margin-right: 32px; */
}

.detail-product .image_main .image{
    max-width: 351px;
    height: 295px;
    mix-blend-mode: multiply;
    margin: 39px 17px 39px 20px;
}

.detail-product .title_product{
    margin-bottom: 28px;
}

.detail-product .title_product .title_name_product {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
    color: #14213D;
}

.detail-product .buy .price{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 24px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: rgba(20, 33, 61, 0.5);
    margin-right: 16px;
}

.detail-product .buy .sale_price{
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 24px;
    text-transform: capitalize;
    color: #14213D;
}

.detail-product .buy{
    margin-bottom:36px
}

.detail-product .buy .button{
    float: right
}

.detail-product .buy .button .out-of-stock{
    background: #E65651;
    width: 123px;
    height: 32px;
    padding: 7px 16px 7px 16px;
    color: #fff;
}

.detail-product .buy .button .stocking{
    background: #81BA3D;
    width: 123px;
    height: 32px;
    padding: 7px 16px 7px 16px;
    color: #fff;
}

.detail-product .buy .button .check{
    width: 13px;
    height: 13px
}

.detail-product .hr{
    border: 1px solid #C4C4C4;
    transform: rotate(0.07deg);
    margin-bottom: 24px
}

.detail-product .descript{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-bottom: 56px
}

.detail-product .descript tr{
    border-bottom : 2px solid #E5E5E5;
    /* width: 90%; */
}

.detail-product .descript tr td{
    padding:24px;
   /*  width: 200px; */
}

.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;
    margin-left: 13px;
}
.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 .image_detail_product{
    position: relative;
} */

.detail-product .list-image {
    display: inline-flex; 
    position: relative;
}

.detail-product .list-image .prev-slide-product {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    color: rgba(20, 33, 61, 0.5);
    margin-left: -6px;
}

.detail-product .list-image .next-slide-product {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 20px;
    color: rgba(20, 33, 61, 0.5);
    margin-right: 4px;
}

.detail-product .list-image li.last-image a{
	text-decoration: none;
	color: #fff;
}
.detail-product .list-image li img{
	height: 65px;
    max-width: 95px;

}
/* .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 .general_information{
   margin-bottom: 28px;
}

.detail-product .text-detail-product .general_information h5{
   size:16px;
   font-weight:800
}

.detail-product .text-detail-product .general{
    margin-top: 28px;
    margin-bottom: 24px;
}

.detail-product .text-detail-product .general p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #14213D;
    font-style: normal
}

.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{
    display: inline-flex;
}

.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 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
}

.detail-product .text-button a{
    text-decoration: none
}
.detail-product .text-button a.disabled {
    pointer-events: none
}
.detail-product .text-button .add-to-basket{
    margin-left: 8px;
    margin-right: 8px;
    background: #FCA311;
    border: 1px solid #FCA311;
    box-sizing: border-box;
    height: 24.8px
}
.detail-product .text-button .disabled .add-to-basket{
    background: #ccc;
    border: 1px solid #ccc;
}


.detail-product .text-button .add-to-basket p{
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #14213D;
    padding: 0px 5px
}
.detail-product .text-button .disabled .add-to-basket p {
    color: #fff
}

.detail-product .text-button .add-to-basket p i{
    margin-right: 15.67px
}

.detail-product .text-button .why-choose{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    height: 24.8px
}

.detail-product .text-button .why-choose p{
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FCA311;
    padding: 0px 5px
}


.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;
}
.cart form .card-sale h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;    
    margin-top: 60px;
}
.cart form .card-sale .underline {
    background: #E5E5E5;
    height: 4px;
    margin: 8px 0 24px;
}
.cart form .card-sale button {
    background: rgba(20, 33, 61, 0.7);
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 12px;
}
.cart form .card-sale button#payment {
    background: #14213D;
    font-size: 16px;
}


.list-product .keywords{
    margin-bottom: 35px
}

.list-product .list-category-product .not-found{
    /* font-weight: bold; */
    color: red;
    font-size: 20px;
    /* text-align: center; */
    margin: 0px auto;
}

.list-product .list-category-product .update-product{
    color: red;
    font-size: 20px
}

.list-product .list-category-product .related_product{
    /* font-family: Mulish; */
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #14213D;
    position: relative;
}

.list-product .list-category-product .under-line{
    margin-top: 8px;
    background: #E5E5E5;
    /* border: 1px solid #C4C4C4; */
    margin-bottom: 32px;
    height: 4px;
    position: relative;
}

.list-product .list-category-product .related_owl{
    position: relative;
}

.list-product .list-category-product .related_owl .stripe {
    float: right;
    margin-top: 18px;
    margin-right: 18px;
    color: rgba(20, 33, 61, 0.3);
    font-size: 20px
}
.list-product .list-category-product .slide_owl .slide-prev{
    top: -71px;
    right: 46px;
    font-size: 20px;
    position: absolute;
    color: rgba(20, 33, 61, 0.5);
}

.list-product .list-category-product .slide_owl .slide-next{
    top: -71px;
    right: 20px;
    font-size: 20px;
    position: absolute;
    color: rgba(20, 33, 61, 0.5);
}

.list-product .list-category-product .slide-partner .item{
    width: 110px;
    height: 72px;
    border: 1px solid #E5E5E5;
}

.list-product .list-category-product .slide-partner .item .logo_image{
    max-width: 84px;
    height: 60px;
    margin: 6px 13px;
}

.list-product .list-category-product .pro_related{
    margin-bottom: 48px;
}

.list-product .list-category-product .pro_related .intro-product{
    margin: 0 11px;
}

.list-product .list-category-product .pro_related .intro-product .product-image{
    width: 217px;
    height: 182px;
    text-align: center;
    background: rgba(229, 229, 229, 0.5);
    margin-bottom:12px;
    position: relative
}

.list-product .list-category-product .pro_related .intro-product .product-image .image{
    max-width: 185px;
    height: 150px;
    mix-blend-mode: multiply;
    background: rgba(229, 229, 229, 0.5);
    right: 16px;
    top: 20px;
    position: absolute
}

.list-product .list-category-product .pro_related .intro-product .title-product a{
    text-decoration: none
}

.list-product .list-category-product .pro_related .intro-product .title-product .title{
    margin-top: 12px; 
}

.list-product .list-category-product .pro_related .intro-product .title-product .name_product{
    width: 185px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    margin: 0px auto;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #14213D;
}

.list-product .list-category-product .pro_related .intro-product .title-product .price_product{
    margin-top: 16px;
    text-align: center;
    margin-bottom: 20px
}

.list-product .list-category-product .pro_related .intro-product .title-product .price_product .price{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: rgba(20, 33, 61, 0.5);
    margin-right: 8px;
}

.list-product .list-category-product .pro_related .intro-product .title-product .price_product .sale_price{
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #14213D;
}

.list-product .list-category-product .pro_related .intro-product .title-product .buy_product{
    text-align: center;
}

.list-product .list-category-product .pro_related .intro-product .title-product .buy_product .b_product{
    text-decoration: none;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(20, 33, 61, 0.7);
    border: 1px solid rgba(20, 33, 61, 0.7);
    padding: 4px 16px
}
.list-product .list-category-product .intro-product .title-product .non-product{
    text-decoration: none;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 4px 16px
}

.list-product .list-category-product .pro_related .intro-product .title-product .buy_product .b_product:hover{
    background: #FCA311;
    border: 1px solid #FCA311;
    color: #14213D;
}

.list-product .list-category-product .main_product{
    margin-bottom: 48px;
    /* margin-right: 32px; */
}

.list-product .list-category-product .main_product .intro-product {
    margin: 0px 10px;
}

.list-product .list-category-product .main_product .intro-product .product-image {
    width: 217px;
    height: 182px;
    background: rgba(229, 229, 229, 0.5);
    position: relative;
}

.list-product .list-category-product .main_product .intro-product .product-image .image{
    width: 185px;
    height: 150px;
    position: absolute;
    mix-blend-mode: multiply;
    margin: 16px;
}

.list-product .list-category-product .main_product .intro-product .title-product{
    margin-top: 12px;
}

.list-product .list-category-product .main_product .intro-product .title-product a{
    text-decoration: none
}

.list-product .list-category-product .main_product .intro-product .title-product .name-product{
    max-width: 185px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
    margin: 0px auto;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    color: #14213D;
}

.list-product .list-category-product .main_product .intro-product .title-product .price-product{
    margin-top: 16px;
    text-align: center;
    margin-bottom: 20px 
}

.list-product .list-category-product .main_product .intro-product .title-product .price-product .price {
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: line-through;
    text-transform: capitalize;
    color: rgba(20, 33, 61, 0.5);
}

.list-product .list-category-product .main_product .intro-product .title-product .price-product .sale-price {
    font-family: Mulish;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: #14213D;
}

.list-product .list-category-product .main_product .intro-product .title-product .buy-product{
    text-align: center
}

.list-product .list-category-product .main_product .intro-product .title-product .buy-product .b-product{
    text-decoration: none;
    font-family: Mulish;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgba(20, 33, 61, 0.7);
    border: 1px solid rgba(20, 33, 61, 0.7);
    padding: 4px 16px
}

.list-product .list-category-product .main_product .intro-product .title-product .buy-product .b-product:hover{
    background: #FCA311;
    border: 1px solid #FCA311;
    color: #14213D;
}

.list-product .list-category-product .prduct-list{
    display: inherit;
}

.list-product .list-category-product .prduct-list .pro_related .intro-product .product-image{
    max-width: 217px;
    height: 198px;
    text-align: center;
    background: rgba(229, 229, 229, 0.5);
    margin-bottom: 12px;
    position: relative;
}

.list-product .list-category-product .prduct-list .pro_related .intro-product .product-image .image{
    max-width: 185px;
    height: 150px;
    mix-blend-mode: multiply;
    background: rgba(229, 229, 229, 0.5);
    left: 16px;   
    position: absolute;
}

.list-product .list-category-product .related-product-limit {
    display: inherit;
}