.monthly-templates-section 
{
  width: 100%;
  float: left;
}
.printer-machines-right img {
    width: 400px;
}
.single-monthly-templates .monthly-templates-section {
  margin:30px 0 50px;
}
.monthly-templates-section .monthly-templates 
{
    width: 100%;
    float: left;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1%;
	text-align:center;
}
.monthly-templates-section .monthly-templates .templates .img-holder {
    min-height: 500px;
    max-height: 500px;
	display: flex;
    align-items: center;
	margin-bottom:25px;
}
.img-holder img {
    width: auto;
    max-height: 500px;
    position: relative;
    margin: 0 auto;
}
.single-monthly-templates .monthly-templates h3 {
	margin:0;
}
.single-monthly-templates h1 {
    color: #913f8e;
    font-size: 45px;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
}
.page-template-monthly-templates-page h1{
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    color: #913f8e;
    font-size: 45px;
	padding:20px 0;
}
.monthly-templates-section .monthly-templates .templates {
  width: 31%;
  float: left;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-bottom:40px;
}
.monthly-templates-section .monthly-templates .templates h3 a {
	color:#913f8e;
	padding-top: 10px;
    display: block;
}
.monthly-templates-section .monthly-templates .templates:hover a {
	color:#f4903a;
}
.monthly-templates h2 {
    width: 100%;
    font-size: 30px !important;
    padding: 20px 0 10px;
    font-weight: 500;
}
.single-monthly-templates p:empty {
    display: none;
}
.single-monthly-templates h1 ~ p {
    margin: 0;
}

.monthly-templates-section .monthly-templates .templates .get-template-btn a,
.monthly-templates-section .monthly-templates .templates .canva-button a{
    border: 1px solid;
    width: 100%;
    display: block;
    background: #913F8E;
    color: #000;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
	text-transform: uppercase;
    margin-top: 20px;
}
.monthly-templates-section .monthly-templates .templates .get-template-btn a:hover,
.monthly-templates-section .monthly-templates .templates .canva-button a:hover {
	background:#f4903a;
}


body.product-custom-template section.related.products 
{
  max-width: 100%;
}
body.product-custom-template .product-top-content,
body.product-custom-template .supplies-may-need,
body.product-custom-template .product-bottom-content,
body.product-custom-template .request-price-wrapper 
{
  width: 100%;
}

body.product-custom-template .request-price-wrapper 
{
  float: left;
}

.product-custom-template .wc-accordion h2 {
  font-size: 25px !important;
  pointer-events: none;
  border: none;
  margin-bottom: 0;
}

.custom-category-template #page {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}

.custom-category-template .container 
{
    padding: 0 2%;
}

.printer-machines .container {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.printer-machines h1 {
	color:#f4903a;
}
.printer-machines-right {
    width: 50%;
	padding-left:40px;
	line-height: 0;
}
.related-products .container {
    display: flex;
    padding-top: 80px;
    padding-bottom: 80px;
	flex-wrap: wrap;
	justify-content: center;
}
.related-product-item {
    width: 33%;
    text-align: center;
}
.related-product-item h2 {
    font-size: 20px !important;
    font-weight: 500;
    padding: 20px;
	text-wrap:pretty;
}
.custom-btn a {
    background: #913f8e;
    color: #fff !important;
    border-radius: 30px;
    min-width: 300px;
    display: inline-block;
    padding: 5px;
    font-weight: 600;
}
.related-product-item img {
    height: 250px;
    width: auto;
}
.why-choose-agc .container {
    display: flex;
	align-items: center;
	padding-top:0;
    padding-bottom:0;
	flex-wrap: wrap;
}
.why-choose-agc-right,
.why-choose-agc-left{
    width: 50%;
	line-height:0;
}
.why-choose-agc  h2,
.what-sets-agc h2,
section.reviews h2,
.your-poster-printer-machine-top h3,
.world-opportunity h3,
.educations-poster .container h2,
.product-features .container h3,
.agc-advantage h3,
.school-printer.container h2,
.best-poster h3,
.school-teacher.container h2{
    color: #952D92;
    font-size: 35px !important;
    font-weight: 600;
}
.why-choose-agc img {
    width: 100%;
    padding-left:50px;
}
.why-choose-agc-left p:last-child {
    margin: 0;
}
.what-sets-agc .container {
    display: flex;
	padding-top: 40px;
    padding-bottom: 40px;
	flex-wrap: wrap;
}
.what-sets-agc-left {
   width: 30%;
   padding-right:5%;
}
.what-sets-agc-right {
   width: 70%;
}
.what-sets-agc-right > span {
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
	margin-bottom: 30px;
    display: block;
}
.what-sets-agc-right ul {
    list-style: none;
    margin: 0;
}
.what-sets-agc-left h2{
	position:relative;
}
.what-sets-agc-left h2:after {
	content: '';
    width: 200px;
    height: 5px;
    background: #f4903a;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
}
.what-sets-agc-right li {
    padding-left: 70px;
	position: relative;
}
.what-sets-agc-right ul li >span {
	left: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    font-size: 0;
}
.what-sets-agc-right h3 {
    margin-bottom: 0;
}
.printer-machines,.why-choose-agc, section.reviews {
	position:relative;
}
/* .printer-machines:before,
.why-choose-agc:before,
section.reviews:before{
    content: '';
    position: absolute;
    width: 400%;
    height: 100%;
    left: -200%;
    top: 0;
    z-index: -1;
    background: #fdeee1;
}
.printer-machines:before{
    background: #fdeee1;
}
.why-choose-agc:before {
    background: #f5eaf5;
}
section.reviews:before {
    background: #f4903a;
} */
section.reviews .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
section.reviews h2 {
    text-align: center;
    color: #fff !important;
	padding-bottom:30px;
}
section.reviews ul.ul-reviews {
    display: flex;
    gap: 50px;
	list-style: none;
    margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}
section.reviews ul.ul-reviews li {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
	width: 28%;
}
section.reviews ul.ul-reviews li p {
    font-size: 17px;
    line-height: 1.3;
	font-weight: bold;
}
section.reviews ul.ul-reviews li p:last-child {
    margin: 0;
}
section.reviews ul.ul-reviews li p.name {
    font-weight: normal !important;
    color: #f4903a;
}
section.reviews .custom-btn {
    text-align: center;
    margin-top: 30px;
}
section.reviews .custom-btn a {
    background: transparent !important;
    border: 2px solid white;
}
.your-poster-printer-machine-top {
    display: flex;
	gap:40px;
	align-items: center;
	margin-bottom:20px;
}
.your-poster-printer-machine .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
ul.your-poster-printer-machine-items {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0 0 30px 0;
	flex-wrap: wrap;
}
.your-poster-printer-machine-items li {
    width: 18%;
    color: #fff;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.your-poster-printer-machine-items li p.text {
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
	font-size:19px;
}
.your-poster-printer-machine-items li p.name {
    display: none;
}
.your-poster-printer-machine-items li p {
    font-size: 18px;
    line-height: 1.5;
	margin-bottom: 0;
}
.custom-category-template #content {
    margin: 0;
}
.world-opportunity .container {
    padding-top: 40px;
	padding-bottom:40px;
	text-align:center;
}
ul.world-opportunity-items {
    list-style:none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	text-align:left;
	margin:30px 0;
}

ul.world-opportunity-items li {
    border-bottom: 1px solid #F4903A;
    padding-top: 10px;
	margin:0 20px;
}
ul.world-opportunity-items li:first-child,
ul.world-opportunity-items li:nth-of-type(5){
    border-top: 1px solid #F4903A;
}
ul.world-opportunity-items li p {
	margin-bottom:10px;
	font-size:17px;
	line-height:1.4;
}
ul.world-opportunity-items li strong {
	color:#F4903A;
	font-weight:500;
}

.educator-package {
	padding: 0 0 10px;
    background: url('/?seraph_accel_gi=wp-content%2Fthemes%2Fagceducation%2Fassets%2Fimages%2Fequipment_bg.jpg&n=PtQFXffvN4uJyVDWbVyA');
    background-position:0 -60px;
    background-repeat: no-repeat;
	background-size: contain;
    padding-top: 40px;
}
.educator-package h2 {
    text-align: center;
    color: #fff;
    width:100%;
	margin-bottom:80px;
}
.educator-package .container {
    display: flex;
    flex-wrap: wrap;
}
.package-left {
    width: 60%;
	padding-right:5%;
}
.package-left ul {
    list-style: none;
    margin: 0;
}
.package-left ul li {
	padding-left:80px;
	position:relative;
}
.package-left img {
    width: 50px;
	position:absolute;
	left:0;
}
.package-right {
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.educations-poster .container {
    padding-top: 40px;
	padding-bottom: 40px;
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.educations-poster .container h2 {
	color: #F4903A;
}
.educations-poster-right {
    width: 70%;
    text-align: center;
}
.educations-poster-left {
    width: 30%;
	padding-right: 50px;
}
.product-features .container {
    padding-top: 40px;
	padding-bottom:40px;
	text-align:center;
}
.product-features .container ul {
    list-style:none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	text-align:left;
	margin:30px 0;
}

.product-features .container ul li {
	padding-left:70px;
	margin:0 20px 20px;
	position:relative;
}
.product-features-area li img {
    width: 40px;
    position: absolute;
    left: 0;
}
.product-features-area > p {
    width: 950px;
    margin: 0 auto;
    max-width: 100%;
}
.agc-advantage {
    background: url('/?seraph_accel_gi=wp-content%2Fthemes%2Fagceducation%2Fassets%2Fimages%2Fequipment_bg.jpg&n=PtQFXffvN4uJyVDWbVyA');
    background-position:0 -60px;
    background-repeat: no-repeat;
	background-size: 100% 25%;
    padding-top: 200px;
	padding-bottom:40px;
}
.agc-advantage .agc-advantage-left  h3:after {
    content: '';
    width: 200px;
    height: 5px;
    background: #f4903a;
    display: block;
    margin-top: 20px;
    border-radius: 10px;
}
.agc-advantage .container {
    display: flex;
	flex-wrap: wrap;
}
.agc-advantage-left {
    width: 50%;
    padding-right: 5%;
}
.agc-advantage-right {
    width: 50%;
}
.agc-advantage-bottom {
    background: #F4903A;
    color: white;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-style: italic;
	margin-top:30px;
}
.agc-advantage-bottom p {
	margin:0;
}
.agc-advantage-right h2 {
	color: #f4903a;
    font-size: 25px !important;
}
.agc-advantage-right ul {
    list-style: none;
    margin: 0;
}
.agc-advantage-right ul li {
	position:relative;
	padding-left:50px;
}
.agc-advantage-right ul li:before {
	content:'';
	background: url('/?seraph_accel_gi=wp-content%2Fuploads%2F2025%2F02%2FVector-4.png&n=z8BO33GDKdoO7oFmR0KkA') no-repeat left center;
    background-size: contain;
    width: 40px;
    height: 39px;
    display: block;
    position: absolute;
    left: 0;
}
.school-printer.container {
    padding-top: 40px;
    padding-bottom: 40px;
	text-align:center;
}
ul.school-printer-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
	margin: 30px 0;
}
ul.school-printer-items li {
    width: 33%;
}
ul.school-printer-items li p.text:first-child {
    color: #F4903A;
    font-weight: bold;
	margin:0;
}
ul.school-printer-items li {
    width: 33%;
    padding: 0 3%;
	margin-bottom:40px;
}
.school-printer.container .top-text, .school-printer.container .bottom-text {
    max-width: 950px;
    margin: 0 auto;
}
.best-poster .container {
    padding-top: 40px;
    padding-bottom: 40px;
	display:flex;
	align-items: center;
	border-bottom:1px solid #f5f5f5;
}
.best-poster .container h3 {
	color: #F4903A;
}
.best-poster.align-left .container .best-poster-right{
	order:1;
	width:20%;
}
.best-poster.align-left .container .best-poster-left{
	order:2;
	width: 80%;
	padding-left:5%;
}
.best-poster-right:empty {
    display: none;
}
.best-poster  .custom-btn a {
    text-align: center;
}
.align-right .best-poster-right {
    width: 80%;
    padding-left: 1%;
}
.school-teacher.container {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
}
.school-teacher.container .custom-btn a {
    background: #F4903A;
}
.school-teacher.container h2 {
	color:#fff;
}
.school-teacher.container p {
    max-width: 1000px;
    margin: 0 auto 30px;
}
.monthly-templates-section .monthly-templates .templates img {
	border:1px solid #000;
}


section.printer-machines .printer-machines-right.has-video {
    max-width: 50%;
}

section.printer-machines .printer-machines-right video {
    max-width: 100%;
	width: 800px;
	cursor: pointer;
}

@media (max-width: 1500px) {
	section.educator-package {
    background: none;
	}
	.educator-package h2 {
    color: #000;
    margin-bottom: 40px;
	}
	.educations-poster-right {
    text-align: left;
	}
	.agc-advantage {
	background-size: 100% 20%;
	}
	.product-features .container ul li {
    height: unset;
    padding-bottom: 20px;
	}
	.agc-advantage-right ul li {
	padding-bottom: 20px;
	}
}




@media (max-width: 1000px) {
	.best-poster.align-left .container .best-poster-left {
    width: 100%;
    padding-left: 0;
	}
	.school-teacher.container {
    text-align: left;
	}
	.school-teacher.container .custom-btn a {
    text-align: center;
	}
	.best-poster.align-left .container .best-poster-right {
    order: 1;
    width: 100%;
	}
	.align-right .best-poster-right {
		order: 1;
	}
	.align-right .best-poster-right img {
		width: 400px;
        max-width: 100%;
	}
		.align-right .best-poster-left {
		order: 2;
	}
	.best-poster .container {
    flex-wrap: wrap;
	}
	.school-printer.container {
    text-align: left;
	}
	ul.school-printer-items li {
    padding: 0 2% 0 0;
	}
	.agc-advantage-left{
		width: 100%;
		padding: 0;
	}
	.agc-advantage-right {
		width: 100%;
		padding-top:25px;
	}
	.product-features .container {
		text-align: left;
	}
	.product-features .container ul {
    columns: 1;
	}
	.educations-poster-right {
    width: 100%;
	}
	.educations-poster-left {
		width: 100%;
		padding: 0;
		text-align: center;
		order: 2;
		padding-top: 25px;
	}
	.educator-package h2 {
    text-align: left;
	}
	.package-left {
    width: 100%;
    padding-right: 0%;
	}
	.package-right {
	width: 100%;
	}
	section.world-opportunity p {
    text-align: left;
	}
	ul.world-opportunity-items {
    columns: 1;
	}
	ul.world-opportunity-items li {
    margin: 0;
	}
	ul.world-opportunity-items li:nth-of-type(5) {
		border-top: none !important;
	}
	.your-poster-printer-machine-items li {
    width: 100%;
    margin-bottom: 20px;
	}
	.printer-machine-bottom-text p {
    text-align: left !important;
	}
	.your-poster-printer-machine-top {
    display: flex;
    flex-wrap: wrap;
	gap:0;
	}
	.why-choose-agc h2, .what-sets-agc h2, section.reviews h2, .your-poster-printer-machine-top h3, .world-opportunity h3, .educations-poster .container h2, .product-features .container h3, .agc-advantage h3, .school-printer.container h2, .best-poster h3, .school-teacher.container h2 {
    font-size: 30px !important;
	text-align: left;
	}
	.related-products .container {
    padding-top: 30px;
    padding-bottom: 30px;
	}
	.related-product-item {
    padding: 10px;
	}
	.custom-btn a {
    min-width: 200px;
	}
	.related-product-item img {
		height: auto !important;
	}
	
	.monthly-templates-section .monthly-templates .templates .img-holder {
    min-height: 300px;
    max-height: 300px;
}
	.img-holder img {
    max-height: 300px;
}
}
@media (min-width: 768px) 
{
	body.single-product
	{
		overflow-x: unset !important;
	}
	body.single-product .woocommerce-product-gallery__wrapper
	{
		position: sticky !important;
	}
}
@media (max-width: 768px) {
	.printer-machines .container {
		flex-wrap:wrap;
	}
	.printer-machines-right {
		padding-left:0;
		padding-top:20px !important;
	}
	.printer-machines-right.has-video {
    max-width: 100% !important;
	}
	ul.school-printer-items li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
	}	
	.agc-advantage {
	background-size: 100% 10%;
	padding-top: 100px;
	}
	section.reviews ul.ul-reviews li {
    width: 100%;
	}
	.what-sets-agc-left,.what-sets-agc-right {
    width: 100%;
    padding-right: 0%;
	}
	.what-sets-agc-left {
		padding-bottom: 20px;
	}
	.why-choose-agc-right, .why-choose-agc-left {
		width: 100%;
		padding: 30px 0;
	}
	.why-choose-agc img {
    padding-left: 0;
	}
.monthly-templates-section .monthly-templates .templates {
	width: 48%;
}
	.monthly-templates h2 {
    font-size: 22px !important;
}
}
@media (max-width: 620px) {
	.related-product-item {
    width: 100%;
}
.monthly-templates-section .monthly-templates .templates {
	width: 100%;
}
		.monthly-templates-section .monthly-templates .templates .img-holder {
    min-height: unset;
    max-height: unset;
}
	.img-holder img {
    max-height: unset;
}
}