
@media screen and (min-width: 1250px) {

	#shoppingCart {
		width: 1000px;
		left: 50%;
		margin-left: -500px;
	}
}

@media screen and (max-width: 830px) {

	#menuButton {
        display: flex;
    }

	#navColumnOneWrapper {
        position: absolute;
        transition: all 0.3s ease-in;
        left: -26rem;
	}

    #navColumnOneWrapper.menuActive {
        transition: all 0.3s ease-out;
        left: 1rem;
    }

    .box {
        transition: margin 0.3s ease-out;
        box-shadow: 0px 0.4rem 1.2rem #0008;
        margin-top: 0px !important;
    }

	.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
		padding-left: 0rem;
	}

	.columnar-item img {
		object-fit: cover;
		width: calc(33vw - 4rem);
		height: calc(33vw - 4rem);
		max-width: none;
		max-height: none;
	}
}


/* Size adjustments for mobile devices */

@media screen and (max-width: 540px) {
	html {
		font-size: 85%;
	}

	.cartToggle {
		width: auto;
	}

	h1 {
		padding-top: 96px;
	}

	h1#productName {
		padding-top: calc(96px - 2.4rem) !important;
	}

	#navRight {
		margin-top: -0.5rem;
	}

	#navMain {
        background-size: 190px 26px;
		background-position-y: 10px;
    }

	#logoSpace {
	    width: 190px;
	    top: 10px;
	    height: 26px;
	}

	#shoppingCart {
		left: 0%;
		right: 0%;
	}

	#productInfoForm {
		margin-left: 0 !important;
	}

	.columnar-item img {
		object-fit: cover;
		width: 250px;
		height: 250px;
		max-width: none;
		max-height: none;
	}

	.categoryListBoxContents, .centerBoxContentsSpecials {
		 width: 50% !important;
	}
}
