.xd_wqo_scrolling_wrapper{
	overflow-x: auto;
	padding: 40px !important;
	background-color: transparent;
}

.card-block{
	border: none;
	background-color: transparent;
}

.xd_wqo_product_container {
    position: relative;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden; 
    -webkit-box-shadow: 1px 1px 4px 4px rgba(10,10,10,0.1);
    -moz-box-shadow: 1px 1px 4px 4px rgba(10,10,10,0.1);
    box-shadow: 1px 1px 4px 4px rgba(10,10,10,0.1);
}

.xd_wqo_product_container:hover {
        opacity: 0.8 !important;
        transform: scale(1.1);
        cursor: pointer;
}


.xd_wqo_product_image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;  
}

.xd_wqo_product_name {
    position: absolute;
    bottom: 0px;
    right: 4px;
    color: #FF4B39 !important;    
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;  
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
}


