*{
	margin: 0px;
	padding: 0px;
}
.product-grid{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}
.price span,
.product-name span{
    font-weight: bold;
    font-size: 14px;
}
.product-image{
    padding: 0px;
    margin: 5px 0px;
}
.product-image:hover{
    transform: scale(1.02);
    transition: all 1s;
}
.title span{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
.product-discount-label{
    color: white;
    background-color: red;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    left: 10px;
    top: 16px;
}
/*
.product-grid:before{
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.product-grid:hover:before{
    background-color: rgba(0,0,0,0.75);
}
.product-grad .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a{
    display: block;
}
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-discount-label{
    color: white;
    background-color: red;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.product-status-label{
    color: white;
    background-color: orange;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 8px 12px;
    border-radius: 5px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.product-grid .social{
    width: 100%;
    padding: 30px 0;
    margin: 0;
    list-style: none;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
}
.product-grid .social li{
    display: inline-block; 
    opacity: 0;
    transform: translateY(300%);
    transition: all 0.5s ease 0s;
}
.product-grid .social li:nth-child(2){
    transition-delay: 0.05s;
}
.product-grid .social li:nth-child(3){
    transition-delay: 0.1s;
}
.product-grid .social li:nth-child(4){
    transition-delay: 0.15s;
}
.product-grid:hover .social li{
    opacity: 1;
    transform: translateY(0);
}
.product-grid .social li a{
    font-size: 18px;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    line-height: 70px;
    width: 70px;
    height: 70px;
    margin: 0 2px 10px;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.product-grid .social li a:hover{
    color: white;
    background-color: #ff0000;
}
.product-grid .social li a.liked{
    color: #ff0000;
    background-color: white;
}
.product-grid .social li a.liked .fa{
    transition: 0.2s ease-in-out;
    transform: scale(1.3);
}
.product-grid .social .fa{
    font-size: 20px;
}
.product-grad .product-content{
    position: relative;
    z-index: 2;
    background-color: white;
}
.product-grid .title{
    font-size: 16px;
    font-weight: 900;
    margin: 8px 0;
}
.product-grid .title a{
    color: #000;
}
.product-grid .title a:hover{
    color: #fa8231;
}
.product-grid .price{
    font-size: 16px;
    color: #fa8231;
    font-weight: 600;
}
.product-grid .price del{
    opacity: 0.8;
}
*/
.footer{
    margin-top: 40px;
}
.clear-element{
    clear: both;
}
h4.production-time{
    text-align: center;
}
.product-grid .material-info{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    z-index: 2;
    opacity: 0;
    color: white;
    transition: all 1s;
    font-weight: bold;
    font-size: 16px;
}
.product-grid:hover .material-info{
    opacity: 1;
}
.product-grid .see-brand-gallery{
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 2;
    opacity: 0;
    color: white;
    transition: all 1s;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
    background: black;
}
.product-grid .see-brand-gallery a{
    text-decoration: none;
    color: white;
}
.product-grid:hover .see-brand-gallery{
    opacity: 1;
}
.product-info-wrap{
    min-height: 81vh;
}
.product-info-wrap h4{
    text-align: center;
    font-size: 2em;
    padding: 10px;
}
.product-info-wrap p{
    font-size: 1.1em;
    padding-left: 5px;
}
.row img{
    width: 100%;
    padding: 5px 0px;
}
.order-page-link{
    width: 100%;
    margin: 20px 0px 0px 5px;
}
.order-page-link a{
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.2em;
    font-weight: bold;
}
.product-page-item-name{
    font-size: 30px;
}
.specification{
    position: -webkit-sticky; 
    position: sticky; 
    top: 9vh; 
    padding: 5px 5px 5px 25px;
}