/* ADD CUSTOM STYLES HERE */
.product-item:hover .product-item__image {
    transform: translateX(0)!important;
}

#gift-p-list-wr {
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(40,47,55,.75);
    width: 100%;
    background-color: #fff; 
    border: 1px solid #fff; 
    border-radius: 8px; 
    box-shadow: 0 3px 3px 0 rgba(21,34,40,.09); 
}

.gft-p-list > li {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 100%;
}

.gft-p-list .image {
    margin-right: 15px;
	display:inline-block;
}

.gft-p-list .name {
    
	display:inline-block;
}


.gft-p-list {
    margin: 0;
    padding: 0;
}

.product-reviews {
    display: none ;
}

iframe {
    max-width: 100%;
}

img {
  /*  max-width: 100%;*/
    
}


.btn-link2 {
    border: 2px solid;
    border-radius: 50px;
    padding: 15px;
    white-space:  nowrap ;
}

