/*desktop*/

body.en .product-block.special4 .text span {
	font-size: 11px;
	line-height: 11px;
}

body.en .order-section .order-content .product-block.special4 .product-info-inner .info {
	width: 420px;
	padding: 60px 0 37px 20px;
}

body.en .order-section .order-content .product-block.special4 .product-info-inner .table {
	width: 100%;
	padding: 13px 0 21px 0;
}

body.en .order-section .order-content .product-block.special4 header {
	height: 80px;
}

body.en .order-section .order-content .product-block.special4 .icons .usa {
	height: 40px;
	font-size: 14px;
	font-weight: 800;
	color: #000064;
	line-height: 12px;
	text-transform: uppercase;
	padding: 5px 5px 0 47px;
	margin: 0 5px 0 0;
	border: 3px solid #ccc;
	background: url("../images/icon-usa-flag.gif") no-repeat 3px 3px;
}

body.en .order-section .order-content .product-block.special4 .icons .usa span {
	display: block;
	color: #CC0006;
}

body.en .order-section .order-content .product-block.special4 .icons .ssl {
	height: 40px;
	font-size: 12px;
	font-weight: 700;
	color: #999;
	line-height: 12px;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 10px 0;
	margin: 0 5px 0 0;
	border: 3px solid #ccc;
}

body.en .order-section .order-content .product-block.special4 .icons .ssl span {
	display: block;
	color: #4E9F20;
}

body.en .order-section .order-content .product-block.special4 .product-info-inner .image {
	width: 170px;
	padding: 15px 0 10px 0;
}

body.en .order-section .order-content .product-block.special4 .product-info-inner .image img {
	width: 170px;
}

body.en .order-arrow {
	background-color: #42a147;
}

body.en .order-arrow:after {
	right: -25px;
	border-left: 25px solid #42a147;
}

body.en .product-block.special4 .text {
	width: 495px;
}

/*tablet*/

@media screen and (max-width: 960px) {

	body.en .product-block.special4 .text {
		width: 275px;
		padding-top: 3px;
	}

	body.en .order-section .order-content .product-block.special4 .product-info-inner .info {
		width: 100%;
		padding: 20px 20px 25px 20px;
	}

	body.en .order-section .order-content .product-block.special4 .product-info-inner .image {
		width: 100%;
		padding: 20px 0 0 0;
	}

	body.en .order-section .order-content .product-block.special4 .product-info-inner .image img {
		width: 100px;
	}

	body.en .order-arrow:after {
		right: -15px;
		border-left: 15px solid #42a147;
	}
}

@media screen and (max-width: 768px) {

	body.en .order-arrow:after {
		right: auto;
		bottom: -65px;
		border-left: 40px solid transparent;
		border-top: 25px solid #42a147;
		border-right: 40px solid transparent;
	}

	body.en .order-arrow {
		margin: 0 0 35px;
	}

	body.en .header-inner .inner-block {
		height: 125px;
	}
}

/*mobile*/

@media screen and (max-width: 480px) {

	body.en .product-block.special4 .text {
		width: auto;
	}

	body.en .order-section .order-content .product-block.special4 .product-info-inner .info {
		width: 100%;
		padding: 15px 0 25px 0;
	}

	body.en .order-section .order-content .product-block.special4 .product-info-inner .image {
		width: 100%;
		padding: 45px 0 0 0;
	}

	body.en .order-section .order-content .product-block.special4 header .tip {
		top: 85px;
	}

	body.en .header-inner .inner-block {
		height: 169px;
	}
}