#recommend-product-dialog {
	border: 0
}

#recommend-product-dialog .content {
	width: 560px;
	border: 0;
	padding-top: 50px
}

@media all and (max-width: 991px) {
	#recommend-product-dialog .content {
		width: 90%;
		padding:45px 10px 20px 10px
	}
}

#recommend-product-dialog h5 {
	font-size: 3rem;
	line-height:3.2rem;
	font-weight: 700;
	color: #363636;
	text-align: center;
	margin-bottom: 20px
}

@media all and (max-width: 991px) {
	#recommend-product-dialog h5 {
		font-size: 2.5rem;
		line-height:2.7rem;
		margin-bottom: 10px
	}
}

#recommend-product-dialog h6 {
	font-size: 2rem;
	font-weight: 500;
	color: #363636;
	text-align: center;
	margin-bottom: 8px
}

#recommend-product-dialog h6 span {
	font-size: 2rem;
	color: #ff743e;
	font-weight: 500
}

@media all and (max-width: 991px) {
	#recommend-product-dialog h6 {
		font-size: 1.6rem
	}
	#recommend-product-dialog h6 span {
		font-size: 1.6rem
	}
}

#recommend-product-dialog p {
	font-size: 1.5rem;
	line-height:1.9rem;
	font-weight: 500;
	color: #929292;
	text-align: left
}

#recommend-product-dialog p span {
	font-size: 1.4rem;
	line-height:1.8rem;
	color: #ff743e;
	font-weight: 500
}


@media all and (max-width: 991px) {
	#recommend-product-dialog p {
		font-size: 1.3rem;
		line-height: 1.8rem
	}
	#recommend-product-dialog p span {
		font-size: 1.3rem;
		line-height: 1.8rem
	}
}


#recommend-product-dialog #recommend-container {
	width: 80%;
	margin-top: 24px
}

@media all and (max-width: 991px) {
	#recommend-product-dialog #recommend-container {
		width: 100%;
		margin-top: 12px
	}
}

#recommend-product-dialog #recommend-container .swiper-wrapper .swiper-slide {
	width: 100%;
	overflow: auto
}

#recommend-product-dialog #recommend-container .swiper-wrapper .swiper-slide img {
	width: 70%;
	display: block;
	margin: 0 auto
}

@media all and (max-width: 991px) {
	#recommend-product-dialog #recommend-container .swiper-wrapper .swiper-slide img {
		width: 80%
	}
}

#recommend-product-dialog #recommend-container .swiper-button-next {
	width: 13px;
	height: 22px;
	background-image: url(/images/icon-arrow-right-text.png);
	background-size: contain
}

#recommend-product-dialog #recommend-container .swiper-button-prev {
	width: 13px;
	height: 22px;
	background-image: url(/images/icon-arrow-right-text.png);
	background-size: contain;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

#recommend-product-dialog .qty-input-number {
	width: 130px;
	display: block;
	margin: 18px auto 0
}

@media all and (max-width: 991px) {
	#recommend-product-dialog .qty-input-number {
		margin-top: 10px
	}
}

#recommend-product-dialog .btns {
	margin: 20px auto
}

#recommend-product-dialog .btns button {
	width: 250px;
	height: 50px;
	line-height: 50px;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 5px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 5px;
	background-color: #ff743e;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
	margin: 0 auto
}

#recommend-product-dialog .btns button:hover {
	background-color: #e95216
}

@media all and (max-width: 991px) {
	#recommend-product-dialog .btns button {
		width: 70%;
		height: 40px;
		line-height: 40px
	}
}

#recommend-product-dialog .btns a {
	display: block;
	width: 150px;
	margin: 15px auto 0;
	padding-bottom: 3px;
	text-align: center;
	font-size: 1.5rem;
	color: #515151;
	border-bottom: 1px solid #515151
}

@media all and (max-width: 991px) {
	#recommend-product-dialog .btns a {
		font-size: 1.2rem;
		width: 125px
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) 
and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{
  #recommend-product-dialog p {
		font-size: 1.2rem;
		line-height: 1.4rem
	}
	#recommend-product-dialog p span {
		font-size: 1.2rem;
		line-height: 1.4rem
	}
}
