/* Responsive */

@media (min-width: 1400px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1024px) {
	.menu,
	.slick-news-box-left {
		display: none;
	}
	.header-top {
		display: none;
	}

	.box-title-info {
		gap: 23px;
		justify-content: left;
		margin: 10px 0;
	}
	.title-tags {
		color: var(--Secondary, #ffde00);
		font-family: 'svn';
		font-size: 25px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
	}
	.newsnb-right-box {
		margin-left: 0;
		margin: 15px 0;
	}

	.w3-bar {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5px;
		margin-bottom: 20px;
	}

	.border-right-aboutus {
		margin: 20px 0;
		background: white;
		padding: 10px;
		box-shadow: 0 0 8px #606060;
		margin-right: 0;
	}

	.menu-res {
		display: block;
	}

	.padding-main {
		padding: 20px 0;
	}

	.padding-top-main {
		padding: 20px 0 0 0;
	}

	.padding-bottom-main {
		padding: 0 0 20px 0;
	}

	.comment-item-information {
		width: 100%;
	}

	.price-procart {
		display: none;
	}

	.procart-label {
		font-size: 13px;
	}

	.procart-label .quantity-procart p:first-child {
		display: block;
	}

	.procart-label .quantity-procart p:first-child {
		display: none;
	}

	.comment-item-name {
		margin-bottom: 0px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.comment-item-letter {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		margin-bottom: 0;
	}

	.comment-item-poster {
		width: auto;
		margin-right: 0px;
		margin-bottom: 0.5rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.comment-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.procart-label .quantity-procart p:last-child {
		display: none;
	}

	.procart-label .quantity-procart p:last-child {
		display: block;
	}

	.quantity-procart {
		text-align: right;
	}

	.price-procart-rp {
		display: block;
	}

	.top-cart {
		margin-bottom: 2rem;
	}

	.cart-pro-detail a {
		width: 100%;
	}

	.cart-pro-detail a:first-child {
		margin-right: 0px;
		margin-bottom: 0.5rem;
	}

	.cart-pro-detail a i {
		display: none;
	}
}

@media (max-width: 600px) {
	.news .news-image {
		margin-bottom: 1rem;
	}

	.name-procart a {
		font-size: 13px;
	}
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
}
