.container_amz_sc_products {
  padding: 4rem 2rem;
  /* Grid styles */
  display: grid;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(240px, 320px));
  min-height: 0;  /* NEW */
  min-width: 0;   /* NEW; needed for Firefox */  
}

.container_amz_sc_products  .item {
  overflow: hidden;  /* NEW */
  min-width: 0;      /* NEW; needed for Firefox */  
  margin: 10px;  
  padding: 10px;  
  text-align: center;  
  position: relative;
}
.container_amz_sc_products  .item a{
  text-decoration: none!important;
}
.container_amz_sc_products img {
  max-width: 100%;
  margin: 0px;
  width: auto;
  height: 180px;  
}
.amz_product-title{
	font-size: 16px;	
	margin-top: 20px;
}
.amz_product-description{
	font-size: 12px;
	margin-top: 20px;	 
}
.amz_price {
	margin-top: 20px;
}
.edit-link a{
	color:#607178!important;	
}
.button-effect {
    text-align: center;
    margin-top: 20px;
}
.effect.effect-2 {
	transition: all .2s linear 0s;
    background: linear-gradient(to bottom,#041c2180 0%,#072533cc 100%,#131c2380 100%)!important;
}
.effect.effect-2:hover {
	color:#fff!important;
}
.container_amz_sc_products .effect {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #5f9ba6;
    font-size: 14px;
}
.effect.effect-2:hover {
    text-indent: -30px;
}
.effect.effect-2:hover:before {
    right: 0;
    text-indent: 0px;
}
.effect.effect-2:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0px 6px 6px 0px;
    transition: all 0.2s linear 0s;
    text-align: center;
}
.effect.effect-2:hover .fa-link {
    display: none;
}
.effect.effect-2:hover .fa-twitter {
    display: none;
}
.effect.effect-2:hover .fa-shopping-cart{
    display: none;
}
.link-spanner{
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  z-index: 1;
}
.warning_preload{
  text-align: center;	
  word-break: normal;  
}
