
.pdp-tab.toe-feature {
    position: relative;
    display: inline-block;
    text-align: center;
    background: #777777;
    width: 295px;
    height: 172px;
    padding: 17px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.pdp-tab.toe-feature .full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pdp-tab.toe-feature .pdp-tab-content h3.pdp-tab-title {
	color: white;
	font-size: 38px;
    margin: 0;
	text-transform: uppercase;
	font-family: 'titling-gothic-fb-compressed',Verdana,sans-serif;
	letter-spacing: .15em;
	line-height: 1;
}

.pdp-tab.toe-feature .pdp-tab-content h3.pdp-tab-title.title-sm{
    font-size: 30px;
}

.pdp-tab.toe-feature .pdp-tab-content p.pdp-tab-description {
	color: white;
	margin: 4px 0 0;
	letter-spacing: .08em;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0;
}

.pdp-tab.toe-feature .pdp-tab-content a.pdp-tab-link {
	font-family: 'titling-gothic-fb-compressed',Verdana,sans-serif;
	color: #ffcc00;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .15em;
	z-index: 2;
	position: absolute;
	line-height: 1;
	width: 100%;
	left: 0;
	bottom: 20px;
	overflow: visible;
}

.pdp-tab.toe-feature .pdp-tab-content a.pdp-tab-link::after {
	content: '\e800';
	font-family: "ctcnt-fontello";
	font-size: 11px;
	vertical-align: middle;
    position: relative;
	top: -2px;
    left: 4px;
}

.pdp-tab.toe-feature .pdp-tab-content a.pdp-tab-link:hover {
	color: #dadada;
}

/* tab specific styles */
#pdp-tab-compositeToe.pdp-tab.toe-feature .pdp-tab-content .pdp-tab-description {
    margin-top: 1.5em;
}
#pdp-tab-compositeToe.pdp-tab.toe-feature .pdp-tab-content h3.pdp-tab-title{
	margin-top: 10px;
	margin-bottom: -5px;
}
@media screen and (min-width: 322px) {
    /* DESKTOP */
    .pdp-tab.toe-feature {
        width: 382px;
        height: 223px;
        padding: 20px 0;
        box-sizing: border-box;
        margin-bottom: 40px;
    }
    .pdp-tab.toe-feature .pdp-tab-content h3.pdp-tab-title{
        font-size: 52px;
    }
    .pdp-tab.toe-feature .pdp-tab-content h3.pdp-tab-title.title-sm {
    	font-size: 42px;
    }
    .pdp-tab.toe-feature .pdp-tab-content p.pdp-tab-description {
    	font-size: 16px;
    	font-weight: bold;
    	margin-top: 9px;
    }
    .pdp-tab.toe-feature .pdp-tab-content a.pdp-tab-link {
        font-size: 20px;
        margin-bottom: 3px;
    }
    .pdp-tab.toe-feature .pdp-tab-content a.pdp-tab-link::after {
       font-size: 16px;
       top: -3px;
    }
}
