/* === DESKTOP FIRST === */

/* xl <= Extra extra large (xxl) */

@media (max-width : 12600px) and (min-width : 1600px) {
	.order .container {
		max-width: 1600px;
	}
}

@media (max-width : 1600px) {
	.order .form-img {
		right: -140px;
	}
}

@media (max-width : 1399px) {
	.order .form-img {
		right: -230px;
	}
}



/* lg <= Extra large (xl) */
@media (max-width : 1199px) {
	.products .features .item {
		width: 233px;
		height: 233px;
		background-size: cover;
		margin: auto;
	}

	.products .items .item {
		height: auto;
		padding-bottom: 30px;
		padding-right: 20px;
	}

	.order h2 {
		position: relative;
		z-index: 9;
	}

	.menublock .tline {
		font-size: 20px;
		gap: 15px;
	}

}

/* md <= Large (lg) */
@media (max-width : 991px) {
	.menublock .tline {
		flex-direction: column;
		gap: 0;
	}
	.menublock .bline nav {
		border-bottom: 0;
	}
	.menublock .bline nav ul {
		display: none;
		height: 330px;
		background: #F0F6F6;
		padding-top: 40px;
		z-index: 9;
	}
	.menublock .bline nav ul li a {
		padding: 10px;
		display: block;
	}
	.menublock .bline nav a#pull {
		display: block;
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.menublock .bline nav a#pull:after {
		content:"";
		background: url('/img/nav-icon.png') no-repeat center center;
		width: 30px;
		height: 30px;
		display: inline-block;
		z-index: 999;
	}

	header .col-lg-9 {
		display: flex;
	}
	.menublock .tline {
		width: 90%;
		margin-top: 0;
		justify-content: center;
		margin-left: 30px;
		font-size: 13px;
	}
	.menublock .bline {
		width: 10%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.menublock nav ul {
		display: block;
		position: absolute;
		right: 0px;
		background: #fff;
		height: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		margin-bottom: 0;
	}

	h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.main ul {
		margin-bottom: 0;
	}
	.main ul li {
		font-size: 20px;
	}
	.main .square {
		font-size: 30px;
		width: 300px;
		padding: 5px 0;
	}
	.main a {
		font-size: 20px;
		width: 300px;
		padding: 15px 0;
	}

	.products .features .item {
		margin: 0 auto 35px;
	}

	.products .items .item {
		width: 100%;
	}

	.order {
		background-position: 40%;
		background-size: cover;
		height: auto;
		padding-bottom: 60px;
	}
	.order .form-img {
		display: none;
	}
	form.simple {
		width: 100%;
	}
	form.simple button.sent {
		width: 100%;
		max-width: 360px;
	}

	summary {
		font-size: 24px;
		line-height: 24px;
	}

	footer .menublock .bline nav ul {
		display: flex;
	}
	footer .menublock .bline nav ul {
		position: relative;
		background: var(--accent);
		height: 100%;
		flex-wrap: wrap;
		justify-content: center;
		padding-top: 0;
		gap: 2px;
		padding-left: 0;
	}
	footer .menublock .tline {
		width: 100%;
		flex-direction: row;
		gap: 20px;
		margin-left: 0;
		margin-top: 10px;
		flex-wrap: wrap;
	}
	footer .menublock .bline {
		width: 100%;
	}
	.footer-menu-holder {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	footer .socials {
		justify-content: center;
		margin-bottom: 10px;
	}

	.product-img-wrapper {
		display: flex;
		align-items: center;
	}

	footer .address-pc {
		text-align: center;
	}

	.products .items .item {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#products > div.container.items > div > div:nth-child(2)::before {
		display: none;
	}

}

/* sm <= Medium (md) */
@media (max-width : 767px) {
	body {
		font-size: 16px;
	}
	.mob-menu-holder {
		justify-content: flex-end;
	}
	.logo img {
		width: 100%;
	}
	.main {
		height: auto;
		background-size: cover;
	}
	.main .image {
		width: 50%;
		display: block;
		margin: 40px auto 0;
	}
	h1 {
		font-size: 40px;
		line-height: 40px;
		text-align: center;
	}
	.main .square {
		font-size: 25px;
		width: 250px;
		padding: 5px 0;
		margin: 15px auto;
	}
	.main .col-lg-8 {
		padding-left: 0;
	}
	.main a {
		font-size: 20px;
		width: 240px;
		padding: 15px 0;
		margin: 15px auto;
	}

	section.delivery .col-12 {
		padding: 0 20px;
	}

	summary {
		font-size: 22px;
		line-height: 22px;
	}

	footer .logo {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	footer .menublock .bline {
		margin-top: 30px;
		margin-bottom: 30px;
		justify-content: center;
	}

	footer a {
		white-space: nowrap;
	}

	section.delivery {
		padding: 36px 0 20px;
	}

	#products > div.container.items > div > div:nth-child(1)::before,
	#products > div.container.items > div > div:nth-child(3)::before {
		display: none;
	}

	.row > .col-lg-3:nth-child(-n+3)::after,
	.row > .col-md-6:nth-child(-n+3)::after,
	.row > .col-12:nth-child(-n+3)::after {
		content: "";
		width: 70%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		height: 1px;
		background-color: #ccc;
	}

	.popup-form {
    padding: 20px 15px;
	}
	.popup-product form input[type='text'], .popup-product form textarea {
    padding: 14px 10px;
	}


}

/* xs <= Small (sm) */
@media (max-width : 576px) {
	.menublock .bline {
		width: 20%;
	}

	.main .image {
		width: 70%;
		display: block;
		margin: 30px auto 0;
	}

	section.delivery a {
		width: 100%;
	}

	summary {
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
	}
	summary::after {
		top: 0;
		margin-left: 5px;
	}

	footer .menublock .tline {
		display: flex;
	}

	.product-img-wrapper {
		flex-direction: column;
	}
	.product-img-wrapper div {
		text-align: center;
	}
	.popup-product .form-parts {
		flex-direction: column;
		gap: 0;
	}
	.popup-product .form-parts div {
		width: 100%;
	}
	.popup-product .pay-options .pay-wrapper {
		margin-bottom: 10px;
	}
	.popup-product input[type=checkbox] {
		transform: scale(1.5);
		margin-right: 8px;
    margin-top: 4px;
	}
	.checkbox-label {
    align-items: start;
	}

	.popup-product .p-color {
		display: block;
	}
	.popup-product button.buy {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.menublock .tline .email::before {
		display: none;
	}

	.popup-product .form-parts > div {
    flex-direction: column;
	}
	.popup-product .form-parts div.inputs input {
    margin-bottom: 0;
	}
	.popup-product button.buy {
		width: 100%;
	}

}

@media (max-width : 360px) and (min-width : 360px) {
    section.main {
        height: 800px;
    }
    section.main .col-lg-8.col-md-7.col-12 {
        height: 464.81px;
    }
    h1 {
        height: 80px;
    }
}


/* === MOBILE FIRST === */

/* Custom (xs) */
@media (min-width : 0) {

}

/* Small (sm) */
@media (min-width : 576px) {

}

/* Medium (md) */
@media (min-width : 768px) {

}

/* Large (lg) */
@media (min-width : 992px) {

}

/* Extra large (xl) */
@media (min-width : 1200px) {
	.text {
		font-size: 18px;
	}
	.popup-product .container {
		max-width: 100%;
	}
}

/* Extra extra large (xxl) */
@media (min-width : 1400px) {
	.text {
		font-size: 22px;
	}
}
