#product-list-fr .product-list{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#product-list-fr .product-item{position:relative;}
#product-list-fr .product-item:nth-child(3n+2){margin-top: 8rem;}
#product-list-fr .product-image{position:relative;overflow:hidden;background-color: #f78d31;}


#product-list-fr .product_hover{position:absolute;top:0;left:0;height:100%;width:100%;opacity: 0;-webkit-transition: opacity 0.35s;transition: opacity 0.35s;font-size:1.8rem;color:#fff;text-align: center;}
#product-list-fr .product_hover{-webkit-transition: opacity 0.35s;transition: opacity 0.35s;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-pack: center!important;justify-content: center!important;-ms-flex-align: center!important;align-items: center!important;-ms-flex-direction: column!important;flex-direction: column!important;}
#product-list-fr .product-item:hover .product_hover{opacity: 1;-webkit-transition-delay: 0.1s;transition-delay: 0.1s;}
#product-list-fr .product-image img{opacity: 0.95;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: scale3d(1.05,1.05,1);transform: scale3d(1.05,1.05,1);width:100%;}
#product-list-fr .product-item:hover .product-image img{opacity: 0.22;-webkit-transform: scale3d(1,1,1);transform: scale3d(1,1,1);}

#product-list-fr .product-image::before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';-webkit-transition: -webkit-transform 0.6s;transition: transform 0.6s;-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);}
#product-list-fr .product-item:hover .product-image::before{-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,110%,0);}
#product-list-fr .product-name a{font-family: 'Open Sans', sans-serif;font-size: 20px;font-weight:bold;color:#000;text-transform: uppercase;}
#product-list-fr .product-name{text-align: center;margin-right: 20px;display: flex;}
#product-list-fr .product-name::before{content: "";display: block;height: 1px;width: 93px;background-color: #000;align-self: flex-end;margin-bottom: 10px;margin-right: 20px;}
#product-list-fr .product-name::after{content:"";width: 1px;height: 100px;margin-bottom: 10px;display: block;background-color: #000;order: -1;margin-left: 30px;margin-top: -70px;z-index: 9;position: relative;}

#product-list-fr .btn-custom{background-color:#000;font-size:16px;color:#fff;padding:20px 50px;}
#product-list-fr .btn-custom:hover{color:#f5821f;}
@media screen and (min-width:992px){
#product-list-fr .product-item{margin-bottom:3rem;}
}

	@media screen and (max-width:767px){
	#product-list-fr .product-item {
    margin-top: 40px !important;
}
}

