	.shop-main {
	    margin-top: 200px;
	}

	.shop-container {
	    max-width: 1170px;
	    margin: 0 auto;
	    width: 100%;
	    overflow: hidden;
	}

	/* Shop Top Section */
	.shop-top {
	    border-bottom: 2.5px solid #f39800;
	    overflow: hidden;
	    margin-bottom: 25px;
	    padding-bottom: 5px;
	    font-weight: 500;
	    font-family: "Noto Sans", sans-serif, "Helvetica Neue", Helvetica, Arial;
	}

	.shop-container .shop-top .btn {
	    max-width: 288px;
	    background: #f39800;
	    font-size: 40px;
	    color: #fff;
	    border-radius: 1em;
	    text-align: center;
	    float: left;
	    width: 100%;
	}

	.shop-container .shop-top .btn.black {
	    background: #595757;
	}

	.shop-container .shop-top .btn span {
	    font-size: 14px;
	}

	.shop-top .small-title {
	    font-size: 30px;
	    color: #595757;
	    line-height: 50px;
	    float: left;
	    margin-left: 20px;
	}

	.shop-top .small-title span {
	    color: #f39800;
	}

	.shop-top .goshopping {
	    float: right;
	    color: #595757;
	    margin-top: 18px;
	    position: relative;
	}

	.shop-top .goshopping .account {
	    position: absolute;
	    top: 0;
	    left: 8px;
	    color: #f39800;
	}

	.shop-top .goshopping img {
	    float: left;
	}

	.shop-top .goshopping span {
	    margin-top: 10px;
	    float: right;
	}