.amazon-box {
    position: relative;
    border: 4px solid #d9d9d9;
    padding: 30px 15px 15px;
    display: inline-block;
    width: 95%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.amazon-box .amazon-box-banner{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    position: absolute;
    top: -20px;
    left: -10px;
    padding: 9px 16px 8px 14px;
    color: #fff;
    background-color: #1b75bc;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,.14);
}

.amazon-box span.amazon-box-banner:after {
    content: " ";
    display: block;
    position: absolute;
    left: -10px;
    bottom: -7px;
    border-top: 0 inset transparent;
    border-right: 10px solid #133091;
    border-bottom: 7px inset transparent;
    border-left: 10px inset transparent;
}

.amazon-element-title .appip-title {
    text-decoration: none;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 800;
    margin-bottom: 0;
    color: #000;
    font-family: 'Open Sans',sans-serif;
}

.amazon-element-wrapper +p {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    margin-top: 2px;
}

.custom-grid-button-amazon
{
	padding: 0;
	margin-left: 0;
}

.custom-grid-button-amazon .amazon-grid-button {
	padding: 0;
}

.custom-grid-button-amazon a {
	height: 40px;
    background: #ed1d26;
    display: block;
    border-radius: 5px;
    color: #fff !important;
    text-decoration: none !important;
    padding-top: 6px;
}

.custom-grid-button-amazon a img {
	display: none !important;
}

@media only screen and (max-width : 821px) {
 .amazon-box {
 	width: 87%
 }
}

.amazon-grid-element.amz-grid-2 {
    width: auto;
}

.amazon-grid-new-price {
    margin-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
}


.amazon-image.amazon-image-large.tc-smart-load-skip.czr-smart-loaded {
    width: 40%;
    max-height: 250px;
    float: left;
    margin-right: 30px;
}

.custom-grid-button-amazon a {
	float: left;
}


@media only screen and (max-width: 600px) {.amazon-image.amazon-image-large.tc-smart-load-skip.czr-smart-loaded {
  min-width: 80%;
  padding-bottom: 20px;
  margin-left: 20px;
  } 
	
	.amazon-image.amazon-image-medium.tc-smart-load-skip.czr-smart-loaded {
  max-width: 80%;
  padding-bottom: 20px;
  margin-left: 20px;
	}

	.custom-grid-button-amazon .amazon-grid-button {
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

}


.amazon-image.amazon-image-medium.tc-smart-load-skip.czr-smart-loaded {
    float: left;
    margin-right: 50px;
}
