﻿ @charset 'UTF-8';
/* 商品详情页右侧商品信息 */
.shop-product-para > .row {
	margin-bottom: -5px;
}
.shop-product-para .selectpara-list .btn {
	margin-bottom: 5px;
}
.shop-product-para .selectpara-list .selectpara {
	max-width: 50%;
}
.shop-product-para .selectpara-list .selectpara.btn-outline.btn-danger:focus, .shop-product-para .selectpara-list .selectpara.btn-outline.btn-danger:hover {
	background-color: transparent;
	color: #f96868;
}
.shop-product-intro .shoppro-discount {
	margin-top: 15px;
	margin-bottom: -5px;
}
.shop-product-intro .cart-favorite {
	display: inline-block;
}
@media (min-width:768px) {
.shop-product-intro .cart-favorite .btn {
	padding: 10px 30px;
}
}
@media (min-width:480px) {
.shop-product-intro .form-control-label {
	line-height: 35px;
}
}
@media (max-width:479px) {
.shop-product-intro .price {
	padding: 10px 20px!important;
}
.shop-product-intro .cart-favorite {
	width: 100%;
	background: #fff;
	display: flex;
	/*position: fixed;*/
	left: 0;
	bottom: 0;
	z-index: 11;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.shop-product-intro .cart-favorite .btn {
	flex: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.shop-product-intro .cart-favorite.notcn .btn {
	font-size: 14px;
}
.shop-product-intro .cart-favorite.notcn .btn i {
	display: none;
}
.shop-product-intro .cart-favorite .product-tocart {
	margin-right: 0!important;
}
}
