body {
	color: #595959;
}



.modal1 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  padding: 10px;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}
.modal-content4 {
  background-color: whitesmoke;
  margin: auto auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #ddd;
  max-width: 500px; /* Could be more or less, depending on screen size */
  padding: 25px;
  text-align: left;
  border-radius: 10px;
  color: darkslategray;
}



/*----- TOP MENU -----*/
.navbar1 {
	overflow: hidden;
	color: #676f73;
}

/* Links inside the navbar */
.navbar1 a {
	float: left;
	font-size: 1rem;
	color: #676f73;
	text-align: center;
	padding: 28px 20px;
	text-decoration: none;
}

.logo-banner {
	float: left;
	padding: 16px 0;
}

.logo-banner a {
	padding: 0;
}

.logo-banner-sm {
	display: none;
}

/* The dropdown container */
.dropdown1 {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropdown1 .dropbtn {
	font-size: 1rem;
	border: none;
	outline: none;
	color: #676f73;
	padding: 28px 16px;
	background-color: inherit;
	font: inherit; /* Important for vertical align on mobile phones */
	margin: 0; /* Important for vertical align on mobile phones */
}

.navbar1 a:hover, .dropdown1:hover .dropbtn {
  	color: #ff9700;
}

/* Dropdown content (hidden by default) */
.dropdown1-content {
  	display: none;
  	position: absolute;
  	background-color: white;
  	width: 100%;
  	padding-bottom: 40px;
  	left: 0;
  	z-index: 1001;
}

/* Mega Menu header, if needed */
.dropdown1-content .header {
  	padding: 16px;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown1-content {
  	display: block;
}

/* Create four equal columns that floats next to each other */
.column1 {
  	float: left;
  	width: 25%;
  	padding: 10px;
  	background-color: white;
}

/* Style links inside the columns */
.column1 a {
  	float: none;
  	padding: 10px;
  	text-decoration: none;
  	display: block;
  	text-align: left;
}

/* Add a background color on hover */
.column1 a:hover {
	color: #ff9700;
}

/* Clear floats after the columns */
.row1:after {
  	content: "";
  	display: table;
  	clear: both;
}


/*The hamburger button*/
.icon {
	display: none;
	left: 0;
	top: 4px;
	position: absolute;
}


.menu-large {
	display: block;
}

.menu-mobile {
	display: none;
}







/*----- CART AND USER -----*/
.badge{
    width: auto;
    height: auto;
    margin: 0;
    position:absolute;
    top:28px;
    right:8px;
    padding:5px;
}

.signin {
  	line-height: 115%;
  	font-weight: 350;
  	font-size: 0.85rem;
  	text-align: left;
  	padding-left: 5px;
}

.signin-content {
  	display: none;
  	position: absolute;
  	background-color: white;
  	z-index: 1000;
  	padding: 10px;
  	padding-bottom: 40px;
}

.signin-content .header {
  	padding: 16px;
}

.dropdown1:hover .signin-content {
  	display: block;
}

.signin-content a {
	padding: 10px 20px;
}

.signin-icon {
	width: 20px; 
	text-align: center;
}

.user-signin-responsive {
	display: none;
}

.topnav .user-signin-responsive a {
	font-size: 0.9rem;
	padding: 10px 15px;
	width: 100%;
}

.column5 {
	float: left;
	width: 33.33%;
}

.row5::after {
	content: "";
	clear: both;
	display: table;
}






/*----- CART (BASKET ICON) -----*/
.cart-info {
	/*height:80px;
	position: relative;*/
	float: right;
}

.cart-content {
	display: none;
  	position: absolute;
  	background-color: white;
  	z-index: 1000;
  	line-height: 120%;
}

.cart-content .header {
  	padding: 26px;
}

.dropdown1:hover .cart-content {
  	display: block;
}

.cart-content a {
	padding: 10px 20px;
}

.cart-secondary {
	font-size: small; 
	color: #aaa;
}

.cart-title {
	font-size: 1.2rem;
	font-weight: 500;
}

.cart-img {
	width: 36px;
	height: 36px;
}







/*----- BUTTONS -----*/
.btn-main {
	background: #ff9700;
	color: white;
}

.btn-main:hover {
	background: white;
	color: #ff9700;
	border: 1px solid #ff9700;
}







/*----- LINKS -----*/
a {
	color: #595959;
}

a:hover {
	color: #ff9700;
	text-decoration: none;
}








/*----- BANNER -----*/
.banner {
	position: relative;
	text-align: center;
	color: white;
	font-family: helvetica;
	font-size: 3.0rem;
	font-weight: 600;
	line-height: 100%;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: 5px solid white;
	padding: 25px;
	background: rgba(0, 0, 0, 0.5);
}

.banner-large {
	display: block;
	width: 100%;
	margin-left: auto;
    margin-right: auto;
}

.banner-mobile {
	display: none;
}






/*----- HOME PAGE -----*/
.column2 {
	float: left;
	width: 16.66%; /*6 colunas - Home Page (Bulk Materials images)*/
	padding: 4px;
	text-align: center;
}

.row2::after {
	content: "";
	clear: both;
	display: table;
}

.category-img-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 10px;
}
.category-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: auto;
  margin-top: auto;
}

.image-lg {
	display: block;
}

.image-sm {
	display: none;
}


.title1 {
	font-weight: 500;
}

.title1 i {
	color: #ff9700;
}

.text1 {

}

.box1 {
	color: white;
	font-size: 1.6rem;
	padding: 3rem;
	font-weight: 500;
	margin-top: -20px;
	margin-bottom: 30px;
	line-height: 120%;
}

.box1 .info {
	font-size: 0.8rem;
	font-weight: 400;
}

.column-right {
	padding-left: 3rem;
	padding-top: 3rem;
}


.testimonial {
	padding: 20px;
	color: whitesmoke;
}

.testimonial-date {
	color: #bbb;
	font-size: 0.9rem;
}

.testimonial-rate {
	
}

.testimonial-rate i {
	color: gold;
}

.testimonial-message {
	font-size: 1.2rem;
	height: 150px;
	padding: 0 70px 45px 70px;
}

.testimonial-customer-name {
	font-weight: 500;
	position: absolute;
	right: 70px;
	bottom: 20px;
}







/*----- ABOUT US -----*/
.container-map {
	width: 100%;
	padding-top: 56.25%; /*Aspect ratio 16:9 (divide 9 by 16 = 0.5625)*/
	position: relative;
}

.map {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/*----- FAQ -----*/
.question-group {
	margin-bottom: 2rem;
}

.question {
	font-size: 1.1rem;
	font-weight: 600;
	color: #ff9700;
}

.answer {

}









/*----- BREAD CRUMB ------*/
.breadcrumb {
	font-size: 0.8rem;
	background: white;
}

.breadcrumb a {
	color: #595959;
}

.breadcrumb a:hover {
	color: #ff9700;
	text-decoration: none;
}






/*----- LEFT MENU -----*/
.categories {
	color: #ff9700;
	font-size: 1.1rem;
	font-weight: 500;
}

.categories:hover {
	color: #595959;
	text-decoration: none;
}

.left-menu li a {
	color: darkslategray;
	font-size: 0.9rem;
}

.left-menu li a:hover {
	color: #ff9700;
	font-size: 0.9rem;
}

.nav-item .left-menu-active {
	color: #ff9700;
	font-weight: 600;
}






/*----- PAGINATION -----*/
.page-item .page-link {
	color: #ff9700;
}

.page-item.active .page-link {
	background: #ff9700;
	color: white;
	border: 1px solid #ff9700;
}






/*----- MENU MY ACCOUNT -----*/
.column4 {
	float: left;
	width: 33.33%;
	padding: 5px;
}

.row4::after {
	content: "";
	clear: both;
	display: table;
}


.order-status {
	font-weight: 500;
}

.order-product-amount {
	font-size: 0.8rem;
	font-weight: 500;
}







/*----- PRODUCTS -----*/
.container-products {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
}

.column3 {
	float: left;
	width: 25%;
	padding: 10px 20px 30px 20px;
}

.row3::after {
	content: "";
	clear: both;
	display: table;
}

.product {
	padding-top: 2px;
	margin-bottom: 1rem;
	color: darkslategray;
}

.box-select:hover {color: #ff9700; cursor: pointer;}

.product-name {
	font-size: 1rem;
	line-height: 120%;
	height: 2.4rem;
	font-weight: 500;
}

.product-image-container {
	margin-bottom: 0.5rem;
  	width: 100%;
  	padding-top: 100%;
  	position: relative;
}

.product-image {
	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	margin-bottom: auto;
  	margin-top: auto;
}

.product-price {
	font-size: 1.4rem;
	font-weight: 700;
	color: black;
	
	height: 3rem;
}

.product-unit {
	color: black;
	margin-left: auto;
	height: 3rem;
	line-height: 100%;
}

.btn-add {
	margin: 1rem 0 1rem 0;
}





/*----- PRODUCT DETAIL -----*/
.pricebox {
	padding: 1rem;
	font-size: 0.9rem;
}

.product-detail-image {
	width: 100%;
	height: auto;
}

.product-detail-title {
	font-size: 1.6rem;
	font-weight: 700;
}

.product-detail-description {
	font-size: 0.95rem;
	line-height: 120%;
	margin: 1rem 0;
}

.product-detail-obs {
	font-size: 0.95rem;
	line-height: 120%;
	margin: 1rem 0;
}

.product-detail-coverage {
	font-size: 0.95rem;
	line-height: 140%;
	margin: 1rem 0;	
}

.product-detail-price {
	color: black;
	font-size: 2.2rem;
	font-weight: 700;
}







/*----- CART -----*/
.cart {
	border-top: 1px solid #bbb;
	padding-top: 10px;
	padding-bottom: 10px;
	color: darkslategray;
}

.cart a {color: darkslategray;}
.cart a:hover {color: #ff9700;}

.cart-image {
	width: 90px;
}

.cart-price {
	font-size: 1.2rem;
	font-weight: bold;
}

.cart-delivery {
	line-height: 130%;
	font-size: 0.8rem;
}

.cart-amount {
	width: 120px; 
	float:left;
}

.cart-period {
	width: 110px;
	float: left;
	margin-left: 15px;
}

.cart-unit {
	width: 110px;
	float: left;
	margin-left: 15px;
}

.cart-remove {
	padding-left: 10px;
	float: left;
	font-size: 1.3rem;
}

.cart-subtotal {
	font-size: 0.9rem;
	padding: 20px;
}

.table-cart {
	width: 100%;
}







/*----- CHECKOUT -----*/
.box-checkout {
	padding: 1rem;
}

.checkout-progress-lg {
	text-align: center;
	margin-bottom: 3rem;
}

.checkout-progress-sm {
	margin-top: 2rem;
	margin-bottom: 3rem;
	display: none;
}

.container-checkout {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.paymentOnDelivery {
	border: 1px solid #ddd;
	background-color: whitesmoke;
	padding: 15px;
}

.table-checkout {
	width: 100%;
}

.card-box {
	border: 1px solid #ddd;
	background-color: whitesmoke;
	padding: 20px;
}

.card-box-field {
	border: 1px solid #ddd;
}






/*----- FOOTER -----*/
footer {
	font-weight: 350;
	font-size: 0.9rem;
	background-color: #ddd;
}

footer a {
	
}

footer a:hover {
	color: #ff9700;
}

.social {
	margin-left: auto;
}

.social a {
	font-size: 2rem;
}

.social a:hover {
}

.bottom {
	font-size: 0.8rem;
	margin: 0;
	padding: 1.2rem 0;
	text-align: center;
	background-color: #eee;
}







/*----- BOOK A DUMPSTER -----*/
.dumpster {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.dumpster-name {
	font-size: 1.8rem;
	font-weight: 500;
}

.dumpster-image {
	width: ;
}

.dumpster-description {
	margin-bottom: 2rem;
}

.dumpster-period {

}

.dupster-box {
	padding: 0.5rem;
	text-align: center;
}

.dumpster-box-header {
	background: #ff9700;
	padding: 1rem;
	color: whitesmoke;
	font-weight: 500;
}

.dumpster-box-body {
	background: #eee;
	padding: 1.5rem 1rem;
}

.dumpster-price {
	font-size: 1.8rem;
	font-weight: 500;
}



/*----- INVOICE PAYMENT -----*/
.container-invoice-payment-outter {
	display: flex;
	width: 100%;
	font-size: 14px;
}
.container-invoice-payment-inner {
	width: 500px;
	border: 1px solid #ddd;
	border-radius: 15px;
	padding: 10px;
	margin: 20px auto;
}

.nav-invoice-payment {
	padding: 15px;
	display: flex;
	justify-content: center;
	/*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);*/
}
.container-invoice-payment-header {
	padding: 20px;
	background-color: ghostwhite;
}
.container-invoice-payment-header .value {
	font-size: 3rem;
	font-weight: 500;
	color: #333333;
}

.container-invoice-payment-body {
	padding: 20px;
}
.info-col-left {
	width: 100px;
	margin-bottom: 5px;
	color: slategray;
}
.info-col-right {
	margin-bottom: 5px;
	color: #333333;
}

.invoice-payment-view-details {
	display: flex;
	align-content: center;
}
.invoice-payment-view-details .bx {
	font-size: 1.5rem;
}

.invoice-payment-method-container {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
}
.invoice-payment-method {
	border: 1px solid #bbb;
	border-radius: 10px;
	width: 120px;
	padding: 10px;
}
.invoice-payment-method-container .active {
	border: 2px solid dodgerblue;
	border-radius: 10px;
	width: 120px;
	padding: 10px;
	background-color: ghostwhite;
}
.invoice-payment-method .bx, .invoice-payment-method-active .bx {
	font-size: 1.3rem;
}

.btn-invoice-payment {
	height: 50px;
	border-radius: 10px;
	margin: 15px 0;
	font-size: 1.2rem;
	font-weight: 500;
}

.footer-invoice-payment {
	margin: 30px 0;
	text-align: center;
	font-size: .9rem;
}

#invoice-payment-credit-card-panel {
	display: block;
}
#invoice-payment-bank-transfer-panel {
	display: none;
}
#invoice-payment-other-panel {
	display: none;
}
#invoice-payment-bank-transfer-panel .bank-info {
	border-radius: 15px;
	background-color: ghostwhite;
	padding: 20px;
	margin-bottom: 10px;
}
#invoice-payment-bank-transfer-panel .bank-info .transfer-info {
	display: flex;
	margin-bottom: 5px;
}
#invoice-payment-bank-transfer-panel .bank-info .transfer-info .left {
	color: slategray;
	width: 180px;
}
#invoice-payment-bank-transfer-panel .bank-info .transfer-info .right {
	color: #333333;
}

#invoice-details .value-total {
	font-size: 3rem;
	font-weight: 500;
	margin-bottom: 20px;
}
.invoice-payment-details-values-primary {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	color: #333333;
}
.invoice-payment-details-values-secondary {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	color: slategray;
}


/*--- Invoice Selection for Payment ---*/
.select-invoice-value {
	font-size: 1.1rem;
	font-weight: 500;
	color: dodgerblue;
}

.total-selected-container {
	border-radius: 10px;
	padding: 15px;
	background-color: whitesmoke;
}

.invoices-total-selected {
	font-size: 2rem;
	font-weight: 500;
}

/*--- Invoice Payment Successful ---*/
.invoice-payment-success {
	font-size: 18px;
	text-align: center;
	background-color: ghostwhite;
	height: 100vh;
}
.invoice-payment-success .box_header {
	margin-bottom: 30px;
}
.invoice-payment-success .img {
	font-size: 5rem;
	color: lightgray;
}
.invoice-payment-success .payment-status {
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.invoice-payment-success .payment-status .bx {
	color: limegreen;
	font-size: 1.3rem;
}
.invoice-payment-success .value {
	color: darkslategray;
	font-size: 3rem;
	font-weight: 500;
}
.invoice-payment-success .details {
	display: flex;
	align-items: center;
	justify-content: center;
}
.invoice-payment-success .details a {
	color: #aaa;
}
.invoice-payment-success .details .bx {
	font-size: 1.5rem;
	color: #aaa;
}
.invoice-payment-success .data_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.invoice-payment-success .data_container .left {
	color: #ccc;
}
.invoice-payment-success .data_container .right {
	color: #999;
}
.invoice-payment-success .message {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #999;
}






/*----- MOBILE -----*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/*.navbar1 {position: fixed; top: 0; width: 100%; z-index: 1000;}
	.navbar1-responsive {height: 70px;}*/

    .logo-banner {display: none;}
	.logo-banner-sm {display: block;}

	.banner {
		position: relative;
		text-align: center;
		color: white;
		font-size: 1.5rem;
		font-weight: 600;
		line-height: 100%;
	}

	.centered {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translate(-50%, -50%);
		border: 3px solid white;
		padding: 15px;
	}

	.menu-large {display: none;}
	.menu-mobile {display: block;}

	.banner-large {display: none;}
	.banner-mobile {display: block;}

	.navbar1 a {clear: both; padding: 15px 25px; font-size: 1.15rem;}
	.dropdown1 {clear: both;}
	.dropdown1 .dropbtn {padding: 15px 25px; font-size: 1.15rem;}

	.topnav {display: none;}
	a.icon {display: block;}
	.topnav.responsive {display: block;}

	.cart-info {top: -6px; right: 0px; position: absolute;}
	.user-signin {display: none;}
	.user-signin-responsive {display: block;}

	.image-lg {display: none;}
	.image-sm {display: block;}

	.column1 {width: 100%; height: auto;}
	.column2 {width: 33.33%;} /*3 colunas - Home Page (Bulk Materials images)*/
	.column3 {width: 50%; padding: 10px 5px;} /*2 colunas - Product Page*/
	.column4 {width: 100%;} /*1 coluna - My Account (My Orders)*/
	.container-products {padding-left: 0px; padding-right: 0px; overflow-x: hidden;}
	.product-header {padding-left: 10px; padding-right: 10px;}
	.product {margin-bottom: 3rem;}

	.product-price {font-size: 1.2rem;}

	.btn {width: 100%;}

	.column-right {padding-left: 1rem; padding-top: 1rem;}

	.container-map {padding-top: 100%;} /*Aspect ratio 1:1 (height same as width)*/

	.social {margin: auto;}
	.footer-sublink {display: none;}
	.footer-mainlink {text-align: center;}

	.menu-categories {display: none;}

	.breadcrumb {display: none;}

	.cart {padding-left: 15px; padding-right: 15px;}
	.cart-title-mobile {padding: 0 15px 10px 15px;}
	.cart-col1 {padding: 5px 20px;}
	.cart-col2 {padding: 5px 20px;}
	.cart-col3 {padding: 5px 20px;}
	.cart-image {width: 90px;}

	.checkout-progress-lg {display: none;}
	.checkout-progress-sm {display: block;}

	.testimonial-message {
		font-size: 1.2rem;
		height: 240px;
		padding: 0 40px 45px 40px;
		line-height: 120%;
	}

	.dumpster-price {font-size: 1.2rem;}


	.container-invoice-payment-outter {font-size: 16px;}
	.container-invoice-payment-inner {margin: 0; width: 100%; border: none; padding: 0;}

	.invoice-payment-success .box_header {background-color: ghostwhite; padding-bottom: 10px;}
}



/********************************************************************/
/*Small devices (landscape phones)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .logo-banner {display: none;}
    .logo-banner-sm {display: block;}

    .banner {
		position: relative;
		text-align: center;
		color: white;
		font-size: 2.0rem;
		font-weight: 600;
		line-height: 100%;
	}

	.centered {
		position: absolute;
		width: 70%;
		top: 50%;
		transform: translate(-50%, -50%);
		border: 3px solid white;
		padding: 20px;
	}

	.menu-large {display: none;}
	.menu-mobile {display: block;}

	.banner-large {display: none;}
	.banner-mobile {display: block;}

    .navbar1 a {clear: both; padding: 15px 25px; font-size: 1.15rem;}
	.dropdown1 {clear: both;}
	.dropdown1 .dropbtn {padding: 15px 25px; font-size: 1.15rem;}

    .topnav {display: none;}
	a.icon {display: block;}
	.topnav.responsive {display: block;}

	.cart-info {top: -6px; right: 0px; position: absolute;}
	.user-signin {display: none;}
	.user-signin-responsive {display: block;}

	.image-lg {display: none;}
	.image-sm {display: block;}

	.column1 {width: 100%; height: auto;}
	.column2 {width: 33.33%;} /*3 colunas - Home Page (Bulk Materials images)*/
	.column3 {width: 50%; padding: 10px 20px 20px 20px;} /*2 colunas - Product Page*/
	.column4 {width: 100%;} /*1 coluna - My Account (My Orders)*/
	.container-products {padding-left: 20px; padding-right: 20px;}
	.product-header {padding-left: 10px; padding-right: 10px;}
	.product {margin-bottom: 3rem;}

	.container-map {padding-top: 75%;} /*Aspect ratio 1:1 (height same as width)*/

	.column-right {padding-left: 1rem; padding-top: 1rem;}

	.menu-categories {display: none;}

	.testimonial-message {
		font-size: 1.2rem;
		height: 240px;
		padding: 0 40px 45px 40px;
		line-height: 120%;
	}
}



/********************************************************************/
/*Medium devices (tablets, 768px e superior)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .welcome-img {display: none;}

    .logo-banner {display: none;}
    .logo-banner-sm {display: block;}

    .banner {
		position: relative;
		text-align: center;
		color: white;
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 100%;
	}

	.centered {
		position: absolute;
		width: 60%;
		top: 50%;
		transform: translate(-50%, -50%);
		border: 3px solid white;
		padding: 20px;
	}

	.menu-large {display: none;}
	.menu-mobile {display: block;}

	.banner-large {display: block;}
	.banner-mobile {display: none;}

    .navbar1 a {clear: both; padding: 15px 25px; font-size: 1.15rem;}
	.dropdown1 {clear: both;}
	.dropdown1 .dropbtn {padding: 15px 25px; font-size: 1.15rem;}

    .topnav {display: none;}
	a.icon {display: block;}
	.topnav.responsive {display: block;}

	.cart-info {top: -6px; right: 0px; position: absolute;}
	.user-signin {display: none;}
	.user-signin-responsive {display: block;}

	.image-lg {display: none;}
	.image-sm {display: block;}

	.column1 {width: 100%; height: auto;}
	.column3 {width: 33.33%; padding: 10px 20px 20px 20px;} /*3 colunas - Product Page*/
	.column4 {width: 50%;} /*2 colunas - My Account (My Orders)*/
	.container-products {padding-left: 30px; padding-right: 30px;}

	.container-map {padding-top: 75%;} /*Aspect ratio 1:1 (height same as width)*/

	.menu-categories {display: none;}
}



/********************************************************************/
/*Large devices (Large devices (desktops, 992px e superior))*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .welcome-img {
        display: block;
    }

    .lcard-blue {
        height: 140px;
    }

    .banner {
		position: relative;
		text-align: center;
		color: white;
		font-size: 2.5rem;
		font-weight: 600;
		line-height: 100%;
	}

	.centered {
		position: absolute;
		width: 60%;
		top: 50%;
		transform: translate(-50%, -50%);
		border: 4px solid white;
		padding: 20px;
	}

	.banner-large {display: block;}
	.banner-mobile {display: none;}

	.column3 {width: 33.33%; padding: 10px 20px 20px 20px;} /*3 colunas - Product Page*/
	.container-products {padding-left: 40px; padding-right: 40px;}

	.container-map {padding-top: 75%;} /*Aspect ratio 1:1 (height same as width)*/

	.menu-op1 {display: none;}
	.menu-op2 {display: none;}

	.cart-content {right: 0;}
}



/********************************************************************/
/*Extra Large devices (Large desktops 1200px e superior))*/
@media (min-width: 1200px) and (max-width: 1599.98px) {
    .welcome-img {display: block;}

    .lcard-blue {height: 140px;}

    .cart-content {right: 0;}
}

@media (min-width: 1600px) {
    .welcome-img {display: block;}

    .lcard-blue {height: 140px;}
}