.content-box {
    height: 580px;
}

.content-box-noprice {
    height: 580px;
}

.content-height {
	height: inherit;
}

.content-title {
	height: 100px;
	max-height: 100px;
	overflow: hidden;
}

.content-title-store {
    height: 75px;
    max-height: 75px;
    overflow: hidden;
}

.content-title-store > h3 {
    font-weight: bold;
}

.content-title > h3 {
    font-weight: bold;
}

.content-price {
	color: #060;
    font-weight:bold;
}

.content-front-price {
    color: #000;
    font-weight: normal;
}

.content-currency {
    color: #060;
    font-weight: bold;
}

.content-product-image {
    width: auto;
    height: 50%;
}

.content-store-image {
	height: 50px;
}

.content-buttons-top {
	margin-bottom: 2.5px;
}

.content-buttons-bottom {
	margin-top: 2.5px;
}

.content-invisible {
	display: none;
}

.row-margin {
	margin-left:5px;
	margin-right:5px;
    margin-bottom:50px;
}
.col-margin {
	margin-left:2.5px;
	margin-right:2.5px;
}
.col-top-margin {
	margin-top: 5px;
	margin-bottom: 5px;
}
.product-info {
    padding-top: 5px;
	height: inherit;
	border: 1px solid #ECECEC;
}
.product-info:hover {
	border: 1px solid #09F;
}
.h2 {
	text-align:center;
}
.h3 {
    font-size: large;
	text-align: center;
}
.v-center {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.content-wrapper {
	background: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.row-margin {
		margin-left:0;
		margin-right:0;
	}
	
	.col-margin {
		margin-left:0;
		margin-right:0;
	}
	
	.content {
		padding-right: 0;
		padding-left:0;
	}
}

.page-control {
	text-align: center;
    font-size: 125%;
}

.content-tool-1, .content-tool-2 {
    cursor: pointer;
}

.content-tool-1 {
    position: absolute;
    display: inline;
    top: 10px;
    right: 30px;
}

.content-tool-2 {
    position: absolute;
    display: inline;
    top: 30px;
    right: 30px;
}

.content-tool-3 {
    position: absolute;
    display: inline;
    top: 50px;
    right: 30px;
}

.content-coupon {
    position: absolute;
    display: inline;
    top: 10px;
    left: 30px;
    color: red;
}

.content-coupon:hover {
    color: darkorange;
}

@media screen and (max-width: 400px) {
    .content-tool-1, .content-tool-2, .content-coupon {
        font-size: 200%;
    }
    .content-tool-2 {
        top: 45px;
    }
    .content-tool-3 {
        top: 70px;
    }
}

.content-tool-red, .content-tool-red:hover {
    color: red;
}

.content-tool-green, .content-tool-green:hover {
    color: darkgreen;
}

.content-row-height-100 {
    height: 100%;
}

.content-row-height-333 {
    height: 33.3%;
}

.content-page-title {
    text-align: center;
    font-weight: bold;
}

.content-page-price {
    text-align: center;
}

.content-page-price-color {
    color: #060;
}

.content-page-buy-button-row {
    margin-top: 10px;
    font-weight: bold;
}

.share-buttons {
    margin-top: 20px;
    text-align: center;
}

.payment-type {
    margin-top: 25px;
    text-align: center;
    cursor: pointer;
}

.content-row-padding-10 {
    padding-top: 10px;
}

.content-row-padding-20 {
    padding-top: 20px;
}

.col-center {
    margin: 0 auto;
}

.price-item {
    margin-top: 10px;
    height: 80px;
    border: 1px solid #CCC;
}

.price-item-store {
    margin-top: 25px;
    margin-bottom: 45px;
}

.price-item-price {
    margin-top: 25px;
    margin-bottom: 40px;
    color: green;
    font-weight: bold;
}

.price-item-buttons {
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: center;
}

.content-page-comment {
    text-align: center;
}

.widget-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget-title {
    color: #000;
    font-weight: bold;
}

.widget-view-more, .widget-view-more:hover {
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.discount-label {
    position: absolute;
    display: inline;
    height: 25px;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    margin: inherit;
    margin-left: 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    background: #F00;
}