#codecard-banner {
    padding: 40px;
    margin-bottom: 30px;
}

#amazon-affiliate-header {
    margin: 10px 8% 25px 8% !important;
}

.product-outer {
	margin-bottom: 30px;
    transition: box-shadow 0.2s ease-in-out;
}

.product-outer:hover {
    outline-width: 2px;
    outline-style: solid;
    border-radius: 5px;
    cursor: pointer;
}

.product-inner {
    background-color: white;
    border-radius: 2px;
	padding: 0 5px;
	height: 100%;
}

.product-header {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 5px 0 5px 10px;
}

.product-header div {
    padding-left: 0 0 0 10px;
}

.product-body {
	padding: 10px 0;
    font-weight: 500;
    font-size: 14px;
}

main .product-header a.product-body-title {
	font-weight: 600 !important;
	margin: 0 !important;
	font-size: 18px !important;
	color: black !important;
}

main .product-header a.product-body-title:hover {
	color: black !important;
	text-decoration: none !important;
}

.sale {
	position: absolute;
    right: 0;
    top: -10px;
    transform: rotate(5deg);
}

.product-inline-para {
	margin-left: 10px;
	padding-right: 10px;
	width: 55%;
	float: left;
}

.product-inline-para ul {
	padding: 0 10px 0 25px;
}

.product p {
	margin-bottom: 8px;
}

.product-cover {
	width: 35%;
	height: auto;
    margin: 0 0 20px 20px;
    float: left;
    border-radius: 3px;
    max-width: 400px;
}

.pricetag.coding-essentials {
	background-color: rgba(50, 136, 200);
}

.pricetag.baby-git {
	background-color: rgba(241, 87, 28);
}

.product-buttons button, .product-buttons .gumroad-button {
	width: 40% !important;
    min-width: 110px !important;
    font-size: 14px !important;
    margin: 0 3px 6px 0 !important;
    height: 50px !important;
    padding: 0 !important;
    font-weight: 500 !important;
    background-color: #e4e4d4;
    border: grey solid 1px;
    color: black;
    text-align: center !important;
    font-family: inherit !important;
    display: inline-grid;
    align-items: center;
}

.product-buttons .gumroad-button {
	background-color: #e4e4d4 !important;
	color: black !important;
}

main a.no-highlight.gumroad-button:hover {
	color: white !important;
}

span.gumroad-button-logo, .gumroad-button .logo-full {
	background-image: none !important;
	display: none !important;
}

.cover-div {
	position: relative;
}

.pricetag {
	background-color: #28a745;
    filter: drop-shadow(0.2em 0.2em 0 #145222);
    text-align: left;
    height: 2.5em;
    line-height: 2.5em;
    border-top-right-radius: 0.15em;
    border-bottom-right-radius: 0.15em;
    display: inline-block;
    position: relative;
    margin-left: 1.25em;
    margin-right: .25em;
    margin-bottom: .5em;
    position: absolute;
    top: -8px;
    right: 1%;
}

.pricetag::before {
	width: 1.875em;
    border-top: 1.25em solid transparent;
    border-bottom: 1.25em solid transparent;
    border-right-style: solid;
    border-right-width: 1.25em;
    top: 0;
    left: -1.875em;
    content: "";
    position: absolute;
    border-right-color: #28a745;
}

.pricetag::after {
	background-color: #fff;
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    top: 50%;
    left: -0.4166666667em;
    margin-top: -0.3em;
    content: "";
    position: absolute;
    box-shadow: inset 0.2em 0.2em 0 #145222;
}

.tag-label {
  font-weight: bold;
  color: white;
  padding-left: 1em;
  padding-right: 1em;
}

.pricetag.moved {
	top: 30px;
}

.pricetag.stricken {
    background-color: #6c757d;
}

.pricetag.stricken::before {
    border-right-color: #6c757d;
}

.pricetag.stricken .tag-label {
    text-decoration: line-through;
}

img.bundle-offer-upper {
    width: 13%;
    position: absolute;
    top: -24px;
    right: 140px;
}

img.bundle-offer-lower {
    width: 35%;
    margin-left: 15px;
    display: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media only screen and (max-width: 359px) {
	
	.product-cover {
		width: 30%;
    	float: right;
	}
	
}

@media only screen and (min-width: 992px) and (max-width: 1279px) {
	
	img.bundle-offer-upper {
	    display: none;
	}
	
	img.bundle-offer-lower {
	    display: inline-block;
	}
	
}

@media only screen and (max-width: 714px) {
	
	img.bundle-offer-upper {
	    display: none;
	}
	
	img.bundle-offer-lower {
	    display: inline-block;
	}
	
}