@media only screen and (min-width: 40.063em) {

.button.round.orange {
	font-size: 40px;
}

#wrapper.open {
    right: 250px;
}

.mainMenuHolder {
    right: -250px;
    width: 250px;
}


/* Header */
header ul li.cart {
    padding: 18px 0 0 30px;
}

header ul li.cart a {
    height: 40px;
    padding: 8px 17px !important;
    width: 111px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

header ul li.cart i {
    float: left;
    margin-right: 5px;
}

header ul li.cart a span {
    display: block;
    float: left;
    font-size: 17px;
}

header ul li.menuBtn {
    padding: 19px 30px 0 0;
}

a#mobMenu {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 40px;
    width: 110px;
}

a#mobMenu span {
    left: 19px !important;
    top: 18px;
}

a#mobMenu em {
    bottom: 0;
    clear: none;
    display: block;
    float: left;
    font-size: 17px;
    font-style: normal;
    height: auto;
    position: absolute;
    right: 13px;
    text-align: center;
    top: 8px;
    width: auto;
}

#key li {
    margin: 0;
}


/* Home */
#one.home {
    padding-bottom: 42px;
    padding-top: 40px;
}

#three.home {
    padding-bottom: 80px;
    padding-top: 90px;
}

#five.home {
    padding-bottom: 50px;
    padding-top: 25px;
}


/* Content */
#content {
    padding: 25px 20px;
}

#content h2 {
    margin-bottom: 10px;
}


/* Cart */
.woocommerce-cart h2 {
    text-align: left;
}

.woocommerce-cart table.shop_table th {
    padding: 9px 12px;
}

.woocommerce-cart table.shop_table td {
    padding: 9px 12px;
}

.woocommerce-cart .shop_table th,
.woocommerce-cart .shop_table td {
    padding-left: 12px !important;
}

.woocommerce-cart .coupon {
    float: left !important;
}

.woocommerce-cart .coupon input#coupon_code {
    clear: none !important;
    display: inline-block;
    float: left !important;
    margin-left: 10px !important;
    margin-right: 0 !important;
    width: auto !important;
}

.woocommerce-cart table td.actions .coupon .button {
    display: inline-block !important;
    float: left !important;
    line-height: 16px !important;
    margin: 0 auto 0 10px !important;
    width: auto !important;
}

.woocommerce-cart table td.actions input.button {
    clear: none !important;
    display: block !important;
    float: right !important;
    line-height: 16px !important;
    margin: 10px 10px 10px auto !important;
    width: auto !important;
}

.checkout-button {
    float: right !important;
}

input#place_order {
	width: auto !important;
	float: right !important;
}


.woocommerce .woocommerce-message p {
    padding-bottom: 0;
}

.woocommerce .woocommerce-message a {
    position: relative;
}



/* Footer */
footer {
    text-align: left;
}

footer h3 {
    margin-bottom: 15px;
    margin-top: 10px;
}

footer .second {
    border-left: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    padding-bottom: 12px;
}

footer ul {
    margin-bottom: 0;
}

footer ul li {
    font-size: 15px;
    line-height: 18px;
}

footer p {
    text-align: left;
}

}


@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
	.npl-medium {padding-left:0;}
	.npr-medium {padding-right:0;}
}