.buy-top-banner{
	width: 100%;
	height: auto;
    background-color: #a7b0be;
    overflow: hidden;
}
.buy-top-banner .inner-title{
	height: 450px;
	width: 60%;
	position: relative;
	float: left;
}
.buy-top-banner .inner-title h1{
	color: #333;
	font-weight: 400;
	font-size: 25px;
	margin:0;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
.buy-top-banner .inner-img{
	width: 40%;
	height: 450px;
	position: relative;
	float: left;
}
.buy-top-banner .position-center{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.buy-top-banner .inner-img img{
	margin-left: -125px;
	margin-top: 140px;
}
@media(max-width: 1217px){
	.buy-top-banner .inner-title,.buy-top-banner .inner-img{
		height: 320px;
	}
	.buy-top-banner .inner-title h1{
		padding-left: 10px;
		font-size: 22px;
	}
	.buy-top-banner .inner-img img{
		width: 1138px;
		height: auto;
		margin-top:100px;
		margin-left: -150px;
	}
}
@media(max-width: 480px){
	.buy-top-banner .inner-title,.buy-top-banner .inner-img{
		height: 280px;
	}
	.buy-top-banner .inner-title h1{
		padding-left: 0;
		font-size: 16px;
	}
	.buy-top-banner .inner-img img{
		width: 900px;
		margin-top:60px;
		margin-left: -80px;
	}
}
.breadcrumb {
    margin-bottom: 30px;
    padding: 14px 0;
    border-bottom: #ddd solid 1px;
    background: none;
    font-size: 14px;
}
/*==================*/
.shop-title{
    margin:30px 0;
    color: #333;
}
.shop-container a{
    display:block;
    border:1px solid #efefef;
    box-sizing: content-box;
    transition: .5s all ease;
}
.shop-container a h4{
    margin:0;
    padding:10px;
    background: rgb(231,76,60);
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
}
.shop-container .aliexpress a h4{
    background-color: rgb(177,37,28);
}
.shop-container .amazon a h4{
    background-color: rgb(11,11,10);
}
.section-breadcrumb{margin-top:30px;}
.shop-wrapper:after{
    display: table;
    content: "";
    clear: both;
}
.shop-box{float: left;}
@media (max-width:767px){
.shop-title{
    margin:30px 0;
    font-size: 5vw;
    margin:20px 0;
}
.shop-container a h4{
    font-size: 3.5vw;
}
.big-box .vc_column-inner{padding:0;}
.shop-container .shop-box{
    padding:0;
    margin-top:10px;
    width: calc(50% - 5px);
    margin-right: 10px;
}
.shop-container .shop-box a{border: none}
.shop-container .shop-box:nth-of-type(2n+0){margin-right: 0;}
.shop-container .shop-box:last-of-type{margin-bottom:10px;}
}
@media (max-width:480px){
}
@media (min-width: 768px){
.shop-container .shop-box{
    width: calc(33.3333333333% - 10px);
    padding:0;
    margin-right: 15px;
    float: left;
}
.shop-container .shop-box{margin-bottom:15px;}
.shop-container .shop-box:nth-of-type(3n+0){margin-right: 0;}
.shop-container a:hover{
    box-shadow: 2px 7px 30px #ccc;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
} 