/* ==============================
 * Page Shop
 * ============================== */

 .p-home-shop.p-shop .site-content {
	margin-top: 62px;
}

.p-shop .shop-slider {
	margin-top: 150px;
}

.p-shop .shop-slider .slider_unit {
	height: 500px;
	position: relative;
}

.p-shop .shop-slider .slider_unit a {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-shop .shop-slider .unit_dsc {
	text-align: center;
}

.p-shop .shop-slider .dsc_tgn {
	font: 500 36px Quicksand;
}

@media (max-width: 992px) {
	.p-shop .shop-slider {
		margin-top: 100px;
	}
}


/**
 * Bunner 1
 */

.p-shop .shop-bunner-1 {
	flex-wrap: nowrap;
}

.p-shop .shop-bunner-1 > * {
	height: 475px;
}

.p-shop .shop-bunner-1 .bunner_left {
	padding-right: 0;
	margin-right: 15px;
}

.p-shop .shop-bunner-1 .left_dsc {
	width: 100%;
	text-align: center;
}

.p-shop .shop-bunner-1 .bunner_right {
	padding-left: 0;
	margin-left: 15px;
	background-color: #a389bc;
}

.p-shop .shop-bunner-1 .bunner_right .right_ttl {
	line-height: 1.2;
	text-align: center;
}

.p-shop .shop-bunner-1 .a--btn {
	bottom: 47px;
}

@media (max-width: 992px) {
	.p-shop .shop-bunner-1 {
		flex-wrap: wrap;
	}
	.p-shop .shop-bunner-1 .bunner_left {
		padding-left: 0;
		margin-left: 15px;
		margin-bottom: 24px;
	}
	.p-shop .shop-bunner-1 .bunner_right {
		padding-right: 0;
		margin-right: 15px;
	}
	.p-shop .shop-bunner-1 .left_dsc {
		margin-top: 25%;
	}
}

@media (max-width: 720px) {
	.p-shop .shop-bunner-1 .left_dsc {
		margin-top: 35%;
		margin-left: 50%;
	}
	.p-shop .shop-bunner-1 .left_dsc h3 {
		font-size: 20px;
	}
	.p-shop .shop-bunner-1 .left_dsc p {
		font-size: 14px;
	}

	/* SIPPING */
	.p-shop .s-shipping {
		flex-wrap: wrap;
	}
	.p-shop .s-shipping .shipping_unit {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}
	.p-shop .s-shipping .shipping_unit + .shipping_unit {
		margin-left: 0;
	}
}

@media (max-width: 540px) {
	.p-shop .shop-bunner-1 {
		margin-bottom: 24px;
	}
	.p-shop .shop-bunner-1 .a--btn {
		bottom: 27px;
	}
	.p-shop .shop-bunner-1 > * {
		height: 280px;
	}
	.p-shop .shop-bunner-1 .bunner_left {
		background-size: cover !important;
	}
	.p-shop .shop-bunner-1 .left_dsc {
		margin-top: 80px;
		margin-left: 0 !important;
	}
	.p-shop .s-shipping .shipping_unit {
		width: 50%;
		margin-bottom: 0px;
	}
	.p-shop .s-shop .unit_w-img {
		height: 250px;
	}
	.p-product .s-shop .unit_w-img {
		height: 280px;
	}
	.p-product .s-shop .unit_dsc .dsc_ttl {
		display: inline-block !important;
		line-height: 14px;
	}
	.p-product .s-shop .shop_ttl {
		text-align: center !important;
	}
}

/**
 * Bunner 2
 */

.p-shop .shop-bunner-2 {

}

.p-shop .shop-bunner-2 > * {
	position: relative;
	height: 475px;
	width: 475px;
}

.p-shop .shop-bunner-2 .bunner_left {
	position: relative;
}

@media (max-width: 540px) {
	.p-shop .shop-bunner-2 > * {
		height: 190px;
	}
	.p-shop .shop-bunner-2 .bunner_right {
		background-size: cover !important;
	}
	.p-shop .shop-bunner-2 .bunner_left h3 {
		font-size: 24px;
	}
	.p-shop .shop-bunner-2 .bunner_left p {
		font-size: 14px;
	}
}


/**
 * Block Shop
 */

.p-shop .s-shop ins * {
	color: #42eaad !important;
	font-weight: 700;
}


@media (max-width: 540px) {
	.p-shop section[class*="s-"] {
		margin-bottom: 30px;
	}
	.p-shop .shop-slider .slider_unit {
		height: 150px;
	}
	.p-shop .shop-slider .unit_dsc {
		width: 100%;
	}
	.p-shop .shop-slider .a--hd-1 {
		font-size: 18px;
	}
	.p-shop .shop-slider .dsc_tgn {
		font-size: 16px;
	}
	.p-shop .shop-slider.b-slider .owl-dots {
		display: none;
	}
	.p-shop .s-shop .unit_w-img {
		height: 230px;
        margin: auto;
        padding-top: 20px;
	}
}

.p-shop .b-bunner > * {
	-webkit-background-size: cover !important;
	background-size: cover !important;
}