﻿/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media all and (max-width: 481px) {
	
	/*胡博后加的 - 开始*/

	.center-2 .product-list .item-box {
		width: 100%;
		text-align: left;
		margin-left: 0px;
		clear: both;
	}

		.center-2 .product-list .item-box .picture {
			width: 90px;
			height: 90px;
			float: left;
			margin-bottom: 0px;
			overflow: visible;
		}

		.center-2 .product-list .item-box .details {
			margin: 0 0 0 100px;
			padding: 10px 0 0
		}

	.item-box .product-title, .item-box .title {
		height: auto;
	}

	.item-box .product-title, .item-box .description {
		height: auto;
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 85%;
		color: gray;
		margin-bottom: 5px;
	}

	.master-wrapper-content, .html-account-page .master-wrapper-content {
		padding-top: 15px !important;
	}

	.center-2 .product-list {
		position: relative;
	}

		.center-2 .product-list .item-box .prices {
			padding-top: 5px;
			float: left;
		}

		.center-2 .product-list .item-box .buttons {
			display: block;
			float: right;
			margin-right: 5px;
		}

		.center-2 .product-list .item-box input[type="button"] {
			height: 28px;
			width: 28px;
			font-size: 20px;
			padding: 0;
			vertical-align: middle;
			border: none;
			text-overflow: ellipsis;
			overflow: hidden;
			border-radius: 100%;
		}

	.block-wrapper {
		display: none;
	}

	.add-to-cart-qty-wrapper {
		display: none;
	}

	.footer {
		display: none;
	}


}
