.resource-item, .resource-section {
	display: none;
}

.extra-block .frame {
	margin-left: 0px !important;
	margin-right: 2.5% !important;
	margin-bottom: 2.5% !important;
	width: 47.5% !important;
}

.extra-block .frame .txt-holder .short-description {
	max-height: 380px;
	//overflow: auto;
}
.extra-block .frame .add-to-cart .input-text.qty {
	float: none;
}
.price-box {
	padding: 0px !important;
	padding-right: 20px !important;
	margin-bottom: 5px !important;
}
.counter {
	text-align: center;
}
.counter .btn-yellow {
	display: inline-block;
	margin: 0 0 10px;
	border-radius: 7px;
	padding: 2px 7px;
	line-height: 22px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: top;
	color: #fff;
	background: #fdc137;
	-webkit-box-shadow: 0 4px 0 #c89215;
	box-shadow: 0 4px 0 #c89215;
}
.counter .btn-yellow.disabled{
	background: #efe5cf;
	-webkit-box-shadow: 0 4px 0 #eae1cc;
	box-shadow: 0 4px 0 #eae1cc;
	cursor: default;
}
.counter .qty {
	display: inline-block;
	border: 3px solid #ececec;
	border-radius: 7px;
	padding: 0 0 1px;
	width: 36px;
	line-height: 22px;
	font-size: 14px;
	vertical-align: top;
	color: #c0c0c0;
}
@media only screen and (max-width: 767px) {
	.extra-block .frame {
		margin-left: 0px !important;
		margin-right: 2.5% !important;
		margin-bottom: 2.5% !important;
		width: 100% !important;	
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
	.extra-block .frame {
		margin-left: 0px !important;
		margin-right: 2.5% !important;
		margin-bottom: 2.5% !important;
		width: 100% !important;
	}
}