/*
Theme Name: ShoppingCart Child
Template: shoppingcart
Version: 1.0.0
*/

.shoppingcart-child-page {
	float: none;
	width: 100%;
}

.shoppingcart-child-page__article {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	margin: 0 auto 40px;
	max-width: 1080px;
	overflow: hidden;
}

.shoppingcart-child-page__header {
	background: linear-gradient(135deg, #0f172a, #1d4ed8);
	color: #ffffff;
	padding: 48px 40px 32px;
}

.shoppingcart-child-page__header .page-title,
.shoppingcart-child-page__header .breadcrumb,
.shoppingcart-child-page__header .breadcrumb a {
	color: #ffffff;
}

.shoppingcart-child-page__lead {
	font-size: 17px;
	line-height: 1.7;
	margin: 18px 0 0;
	max-width: 720px;
	opacity: 0.92;
}

.shoppingcart-child-page__media img {
	display: block;
	width: 100%;
}

.shoppingcart-child-page__content {
	padding: 36px 40px 12px;
}

.shoppingcart-child-page__content h2 {
	margin-top: 0;
}

.shoppingcart-child-page__sections {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0 40px 40px;
}

.shoppingcart-child-page__card {
	background: #f8fafc;
	border: 1px solid #dbe3ee;
	border-radius: 16px;
	padding: 24px;
}

.shoppingcart-child-page__card h2 {
	font-size: 22px;
	margin: 0 0 12px;
}

.shoppingcart-child-page__card p {
	margin: 0;
}
/* Hide unwanted elements - Hung Cop-----------------------------------------*/
/* Hide the promo category area */
.promo-category-area {
	 display: none;
}
/* Hide the site info and brand content box */
.site-info {
	display: none;
}
.brand-content-box{
	display: none;
}
/* Hide the footer widget area */
#colophon .widget-area {
	margin: 0 -15px;
	padding: 20px 0 10px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
/* Catalog Menu Styles */
.catalog-menu-title:before {
	color: #999;
	content: "\f0c9";
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 18px;
	font-style: normal;
	margin-right: 10px;
}
/* Catalog Menu Styles */
.catalog-menu-title {
	font-size: 16px;
	margin-bottom: 8px;
	text-align: left;
}

/*---------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.shoppingcart-child-page__header,
	.shoppingcart-child-page__content,
	.shoppingcart-child-page__sections {
		padding-left: 20px;
		padding-right: 20px;
	}

	.shoppingcart-child-page__header {
		padding-top: 32px;
	}

	.shoppingcart-child-page__sections {
		grid-template-columns: 1fr;
	}
}
