* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
select {
	height: 50px;
	border: 1px solid #ececec;
	border-radius: 0;
	padding-right: 50px;
	padding-left: 18px;
	font-size: 15px;
}
.page-layout-1column .product-info-main {
    width: 42%;
    margin-bottom: 40px;
}
.page-layout-1column .product.media {
    width: 58%;
    padding-right: 30px;
    margin-bottom: 40px;
}
.page.messages a,
.page.messages a:hover,
.page.messages a:active {
	color: #e96a01;
}
.product-info-main .page-title-wrapper h1 {
	font-weight: 900;
    font-size: 32px;
    line-height: 1.25;
    color: #314e3c;
    letter-spacing: -0.03em;
}
.product-info-main .product-info-price {
	border: 0;
	margin: 0 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100% !important;
}
.product-info-main .product-info-price .price-box {
	display: flex;
	width: auto;
	flex-grow: 1;
	padding-bottom: 10px;
	padding-left: 0;
}
.product-info-main .product-info-stock-sku {
	display: block;
	padding: 0 0 10px 20px;
	margin-left: auto;
}
.product-info-price .price-box .old-price {
	display: block !important;
	margin-right: 15px;
}
.product-info-main .product-info-price .price-box .price-container>span.price-label {
	display: none !important;
}
.product-info-main .product-info-price .old-price .price-wrapper .price,
.product-info-main .product-info-price .price-box .price-container .price {
	font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.02em;
    color: #e96a01;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
	color: #bbb;
	text-decoration: line-through;
}
.product-info-main .product-info-price .price-box .price-container>span {
	margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
	font-weight: 900;
	color: #e96a01;
	letter-spacing: -0.03em;
	margin: 0 0 2px;
}
.product-info-main .product.attribute.overview {
	font-size: 16px;
	line-height: 1.8;
	clear: both;
}
.product-info-main .product-reviews-summary {
	margin-bottom: 25px;
}
.product-reviews-summary .reviews-actions a {
	color: #314e3c;
	font-weight: 700;
	letter-spacing: -0.03em;
	text-transform: uppercase;
}
.product-info-main .product-add-form {
	border-top: 1px solid #ececec;
	margin-top: 30px;
	padding-top: 22px;
}
#product_addtocart_form .fieldset>.field>.label,
#product_addtocart_form .fieldset>.fields>.field>.label {
	font-weight: 900;
	color: #314e3c;
	font-size: 16px;
	letter-spacing: -0.03em;
	margin-bottom: 4px;
}
.product-add-form .product-options-wrapper .field.configurable .control {
	width: 100%;
	position: relative;
}
.product-add-form .product-options-wrapper .field.configurable .control:before {
	content: "\f0d7";
	font-family: FontAwesome;
	width: 50px;
	background-color: #e96a01;
	color: #fff;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	font-size: 22px;
}
.product-add-form .product-options-wrapper .field.configurable .control select {
	position: relative;
	background: none;
}
.product-add-form .product-options-wrapper .field.configurable .control select:disabled{
	border-color: #ececec;
	background: #fff;
}
.box-tocart .input-text.qty {
	height: 50px;
	border-color: #ececec;
}
.product-info-main .box-tocart {
	margin-bottom: 0;
}
.box-tocart .actions {
	padding: 26px 85px 0 0;
}
.box-tocart .action.tocart:not(:last-child) {
	width: 100%;
	margin: 0;
	padding: 13px 17px;
	border-radius: 0;
	background-color: #e96a01;
	border-color: #e96a01;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 22px;
}
.box-tocart .action.tocart:not(:last-child):hover{
	background-color: #314e3c;
	border-color: #314e3c;
}
.product-social-links {
	max-width: 85px;
	height: 50px;
	margin: -50px 0 0;
	float: right;
	display: flex;
    text-align: center;
    align-items: center;
}
.product-info-main .action.towishlist {
	margin: 0;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    margin-left: 15px;
    color: #314e3c;
}
.product-info-main .action.towishlist:hover {
	color: #ea6b01;
}
.product-info-main .action.towishlist:before {
	content: "";
	margin: 0;
	width: 0;
}
.product.info.detailed {
	padding-top: 60px;
	border-top: 1px solid #ececec;
}
.product.data.items {
	background-color: #334e3d;
}
.product.data.items>.item.title>.switch {
	border: 0;
	height: 42px;
	line-height: 42px;
	margin: 10px 5px 0;
}
.product.data.items>.item.title:first-child>.switch {
	margin-left: 10px;
}
.product.data.items>.item.title>.switch .counter {
    color: #e96a01;
}
.review-list .block-title strong {
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: #334e3d;
}
.review-title {
	letter-spacing: -0.01em;
}
.product.data.items>.item.content {
	margin-top: 52px;
	min-height: 400px;
	border: 2px solid #334e3d;
	border-top: 0;
	padding: 50px 40px 40px;
	background-image: url(../jpg/details-tabs-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom -5% left;
	background-size: 100% auto;
	font-size: 16px;
}
.product.data.items>.item.content:not(:nth-child(2)) {
	display: none;
}
.product.data.items>.item.title>.switch,
.product.data.items>.item.title>.switch:active,
.product.data.items>.item.title>.switch:focus,
.product.data.items>.item.title>.switch:hover,
.product.data.items>.item.title>.switch:visited {
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 12px;
}
.product.data.items>.item.title:not(.disabled)>.switch:focus,
.product.data.items>.item.title:not(.disabled)>.switch:hover {
	background-color: #2b4534;
}
.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title.active>.switch:hover,
.product.data.items>.item.title.active:not(.disabled)>.switch:focus {
	background-color: #fff;
	color: #334e3d;
}
.product.data.items>.item.content h3 {
	font-weight: 900;
	letter-spacing: -0.03em;
	font-size: 16px;
	margin-bottom: 12px;
	color: #334e3d;
}
.product.data.items>.item.content ul {
	list-style-type: none;
}
.product.data.items>.item.content ul li {
	position: relative;
	padding-left: 17px;
	margin-bottom: 7px;
}
.product.data.items>.item.content ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #ea6a00;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
}
.fieldset .review-legend.legend strong {
	margin-top: 10px;
}
.fotorama__caption {
	display: none;
}
.fotorama__thumb-border {
	border: 0;
	background-image: none;
}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
	opacity: 1;
}
.brand-carousel.owl-theme {
	padding: 0 45px;
}
.brand-carousel.owl-theme .owl-nav .owl-next{
	margin-right: 0;
	margin-top: 4px;
}
.brand-carousel.owl-theme .owl-nav .owl-prev{
	margin-left: 0;
	margin-top: 4px;
}
.instagram-feed.owl-theme .owl-nav {
    margin-top: 0;
}
.instagram-feed.owl-theme .owl-nav [class*="owl-"] {
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.instagram-feed.owl-theme .owl-nav .owl-prev {
    left: 8px;
}
.instagram-feed.owl-theme .owl-nav .owl-next {
    right: 8px;
}
.instagram-feed .owl-nav .owl-next:after,
.instagram-feed .owl-nav .owl-prev:after {
	color: #fff;
	font-size: 46px;
}
.catalog-category-view .product-item .price-box {
	margin-bottom: 17px;
}
.catalog-category-view .products-grid .product-item-actions {
	margin-top: -5px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}

.checkout-cart-index .page-main {
    padding-left: 20px;
    padding-right: 20px;
}

body[class^="customer-account"] footer.page-footer:before,
body.account footer.page-footer:before,
body.catalog-category-view footer.page-footer:before,
body.checkout-cart-index footer.page-footer:before,
.page-wrapper.page-layout-2columns-left footer.page-footer:before {
	content: "";
	position: absolute;
	top: -180px;
	left: 0;
	display: block;
	width: 100%;
	height: 180px;
	background-image: url(../jpg/featured-brands_bg.jpg);
	background-position: top center;
}
body.checkout-index-index .page-wrapper:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 180px;
	background-image: url(../jpg/featured-brands_bg.jpg);
	background-position: top center;
}
body[class^="customer-account"] .page-main,
body.account .page-main,
body.catalog-category-view .page-main,
body.checkout-cart-index .page-main,
.page-wrapper.page-layout-2columns-left .page-main {
	position: relative;
	z-index: 1;
}
body.checkout-index-index .page-main {
	position: relative;
	z-index: 20;
}

.checkout-onepage-success .print,
.checkout-success a,
.checkout-cart-index .cart-empty a,
.box-content address > a,
.account .data.table .col.actions a,
.order-actions-toolbar .action,
.products-grid.wishlist .product-item-actions > a.edit,
.products-grid.wishlist .product-item-actions > a.delete {
	color: #ea6b01;
	text-decoration: underline;
}
.checkout-onepage-success .print:hover,
.checkout-success a:hover,
.checkout-cart-index .cart-empty a:hover,
.box-content address > a:hover,
.account .data.table .col.actions a:hover,
.account .column.main .block:not(.widget) .block-title>.action:hover,
.order-actions-toolbar .action:hover,
.table-reviews .product-name a:hover,
.products-grid.wishlist .product-item-actions > a.edit:hover,
.products-grid.wishlist .product-item-actions > a.delete:hover {
	color: #314e3c;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ea6b01;
}
.opc-wrapper .shipping-address-item.selected-item:after {
	background-color: #ea6b01;
}
.modal-popup .modal-title {
	text-transform: uppercase;
	font-weight: 900;
	color: #314e3c;
	letter-spacing: -0.02em;
}
.modal-popup .modal-footer button {
	min-width: 100px;
    border: 1px solid #ea6b01;
    background-color: #ea6b01;
    box-shadow: none;
    color: #fff;
    line-height: 16px;
    padding: 9px 15px;
    border-radius: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}
.modal-popup .modal-footer button.action-secondary {
	border-color: #324e3c;
	background-color: #fff;
	color: #324e3c;
}
.modal-popup .modal-footer button:hover {
	border-color: #324e3c;
	background-color: #324e3c;
	color: #fff;
}
.page-title-wrapper {
	overflow: unset;
}
.customer-review .product-details .product-name,
.block-reviews-dashboard .product-name a,
.table-reviews .product-name a,
.account .data.table th,
.order-details-items .table-order-items .product-item-name,
.account .column.main .order-details-items .table-wrapper .data.table>tfoot>tr>td,
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td:before,
.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th:before {
	color: #314e3c;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.order-details-items .table-order-items .product-item-name {
	font-size: 16px;
}
.account .data.table th {
	font-size: 12px;
}
.account .data.table .col.actions {
    white-space: normal;
}
.account .data.table>tbody>tr>th,
.account .data.table>tbody>tr>td {
	border-color: #ececec;
}
.account .toolbar select {
	width: 65px;
	text-indent: 0;
}
@-moz-document url-prefix() { 
  .account .toolbar select {
     text-indent: 0;
  }
}
.table-reviews .product-name a {
	color: #ea6b01;
	text-decoration: underline;
}
.customer-review .product-details .product-name {
	font-size: 24px;
}
.customer-review .review-details .review-content {
	font-size: 15px;
}
.items.order-links {
	background-color: #334e3d;
}
.order-links .item strong {
	background-color: #fff;
    color: #334e3d;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    border: 0;
    height: 42px;
    line-height: 42px;
    margin: 10px 10px 0;
}
.order-details-items {
	border: 2px solid #334e3d;
	margin-top: -2px;
	background-image: url(../jpg/details-tabs-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom -5% left;
    background-size: 100% auto;
}
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
	font-size: 15px;
}
.account .data.table.table-order-items tfoot th {
	font-size: 13px;
}
.account .data.table.table-order-items tfoot .grand_total th strong,
.account .data.table.table-order-items tfoot .grand_total td strong {
	font-size: 17px;
	color: #ea6b01;
	font-weight: 900;
}
.order-details-items tfoot,
.order-details-items tfoot td {
	background: transparent;
}
.order-details-items .table-wrapper {
	margin: 0 !important;
	border: 0;
}
.wishlist-index-index .column.main .product-items {
	margin: 0;
}
.wishlist-index-index .products-grid .product-item {
	width: 32%;
	margin-left: 2%;
	padding: 0;
	border: 0 !important;
}
.wishlist-index-index .products-grid .product-item:nth-child(3n+1) {
	margin-left: 0;
}
.wishlist-index-index .products-grid .product-item-info {
	padding: 9px;
	text-align: center;
}
.wishlist-index-index .products-grid .product-item-info:hover,
.wishlist-index-index .products-grid .product-item-info.active {
	margin: 0;
}
.wishlist-index-index .box-tocart {
	margin: 0;
}
.products-grid.wishlist .product-item-tooltip {
	display: block;
	text-align: left;
}
.wishlist-index-index a.product-item-link {
	font-weight: 900;
	text-transform: uppercase;
	color: #334e3d;
	letter-spacing: -0.02em;
}
.products-grid.wishlist .product-item .fieldset .field.qty {
	margin-bottom: 0;
}
.products-grid.wishlist .product-item .fieldset .product-item-actions {
	margin-top: 25px;
	display: inline-block;
}
#wishlist-view-form > .actions-toolbar > .primary {
	text-align: left;
}
#wishlist-view-form > .actions-toolbar button {
	margin-bottom: 10px;
}

/***** FORM STYLES ******/

textarea {
	border: 2px solid #ececec;
	border-radius: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	font-size: 15px;
}
.columns input[type="text"],
.columns input[type="password"],
.columns input[type="url"],
.columns input[type="tel"],
.columns input[type="search"],
.columns input[type="number"],
.columns input[type="datetime"],
.columns input[type="email"] {
	height: 50px;
	border: 2px solid #ececec;
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
	color: #000;
	font-size: 15px;
}
select:not([disabled]):focus,
textarea:not([disabled]):focus,
.columns input[type="text"]:not([disabled]):focus,
.columns input[type="password"]:not([disabled]):focus,
.columns input[type="url"]:not([disabled]):focus,
.columns input[type="tel"]:not([disabled]):focus,
.columns input[type="search"]:not([disabled]):focus,
.columns input[type="number"]:not([disabled]):focus,
.columns input[type="datetime"]:not([disabled]):focus,
.columns input[type="email"]:not([disabled]):focus {
	box-shadow: none;
	border-color: #e96a01;
}
input[type="checkbox"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    margin: 0 7px 0 2px;
    border: 7px solid #fff;
    border-radius: 0;
    box-shadow: 0px 0px 0px 2px #ececec !important;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.2s ease;
}
input[type="checkbox"]:checked {
	background-color: #ea6b01;
}
input[type="radio"] {
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 26px;
    height: 26px;
    margin: 0 7px 0 2px;
    border: 7px solid #fff;
    border-radius: 50%;
	box-shadow: 0px 0px 0px 2px #ececec !important;
	background-color: #fff;
	transition: background-color 0.2s ease;
	display: inline-block;
	vertical-align: middle;
}
input[type="radio"]:checked {
	background-color: #ea6b01;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/**** ACCOUNT PAGES ****/

.page-main>.page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
.page-wrapper.page-layout-2columns-left h1 {
	font-size: 44px;
	color: #324e3c;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.05em;
}
.account .page-main .page-title-wrapper .page-title {
	line-height: 0.8;
	margin-bottom: 50px;
}
.login-container .block .block-title {
	border-color: #ececec;
}
.account .column.main .block:not(.widget) .block-title {
	border-color: #ececec;
}
.login-container .block .block-title strong,
.account .legend>span,
.account .column.main .block:not(.widget) .block-title strong,
.multishipping-checkout-address-newshipping .legend>span,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title {
	font-size: 22px;
	color: #324e3c;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.03em;
	border-color: #ececec;
}
.login-container .block-new-customer .block-title strong,
.account .column.main .block:not(.widget) .block-title strong,
.account .legend>span,
.multishipping-checkout-address-newshipping .legend>span {
	color: #ea6b01;
}
.opc-block-shipping-information .shipping-information-title {
	color: #ea6b01;
	margin-bottom: 15px;
}
.account .column.main .block:not(.widget) .box-title>span {
	font-weight: 900;
	text-transform: uppercase;
	color: #324e3c;
	letter-spacing: -0.02em;
	font-size: 15px;
}
.field.note,
.login-container .block-new-customer p,
.block-account-benefits p {
	margin-bottom: 30px;
	font-size: 17px;
	letter-spacing: 0.03em;
}
.fieldset>.legend {
	border-color: #ececec;
	line-height: 30px;
}
.fieldset>.field, .fieldset>.fields>.field {
	margin-bottom: 15px;
}
.fieldset>.field>.label,
.fieldset>.fields>.field>.label,
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
	font-size: 12px;
	margin-bottom: 6px;
	color: #324e3c;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.fieldset>.field>input.checkbox + .label,
.fieldset>.fields>.field>input.checkbox + .label {
	font-size: 15px;
	text-transform: none;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
	color: #ea6b01;
	font-size: 16px;
	line-height: 1;
}
.login-container .fieldset>.field>.control {
    width: 78%;
}
.field-tooltip {
	top: 9px;
}
.password-strength-meter {
	height: auto;
	line-height: 30px;
	padding: 10px 15px;
	font-size: 15px;
}
body[class^="customer-account"] .fieldset>.field + .actions-toolbar {
	padding-top: 15px;
}
body[class^="customer-account"] .actions-toolbar .primary .action,
body[class^="customer-account"] .block-new-customer .actions-toolbar .primary .action:hover {
	line-height: 25px;
	padding: 9px 15px;
	background-color: #324e3c;
	border-color: #324e3c;
	border-radius: 0;
	width: 220px;
	max-width: 100%;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
body[class^="customer-account"] .actions-toolbar .primary .action:hover,
body[class^="customer-account"] .block-new-customer .actions-toolbar .primary .action {
	background-color: #ea6b01;
	border-color: #ea6b01;
}
.actions-toolbar .secondary a.action {
	font-size: 15px;
	color: #000;
	text-decoration: underline;
	margin-top: 12px;
}
.actions-toolbar .secondary a.action:hover {
	color: #ea6b01;
}
.login-container .fieldset:after,
.form-create-account .fieldset.create.account:after,
.form.password.forget .fieldset:after {
	font-size: 13px;
	color: #ea6b01;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	margin-top: 60px;
}
.form-create-account .fieldset.create.account:after,
.form.password.forget .fieldset:after {
	margin-top: 80px;
}
body.customer-account-create .column.main:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.form.create.account {
	clear: both;
	float: left;
	min-width: 0;
	width: 50%;
	max-width: none;
}
.block-account-benefits {
	width: 50%;
	padding-left: 75px;
	float: right;
}
.block-account-benefits .block-title {
	border-bottom: 1px solid #ececec;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.block-account-benefits .block-title strong {
	font-size: 21px;
	color: #ea6b01;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.03em;
}
.field.choice.newsletter {
	margin-top: 30px;
}
.form-create-account .fieldset.create.account,
.form.password.forget > .fieldset {
	margin-bottom: 40px;
}
.action.reload.captcha-reload {
	box-shadow: none;
	background-color: #ea6b01;
	border-color: #ea6b01;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 14px;
	border-radius: 0;
}
.action.reload.captcha-reload:hover {
	background-color: #324e3c;
	border-color: #324e3c;
}
.page-wrapper.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional {
    width: 22.5%;
    padding: 0;
}
.account.page-layout-2columns-left .column.main,
.page-wrapper.page-layout-2columns-left .column.main {
    width: 77.5%;
    padding-left: 5%;
}
.page-wrapper.page-layout-2columns-left .sidebar-main {
	order: 0;
	margin-bottom: 70px;
}
body.account .messages {
    margin-bottom: 10px;
}
.block-collapsible-nav .content,
.sidebar-custom {
	padding: 22px 25px;
	background: #324e3c url(../jpg/account-nav-bg.jpg) center bottom no-repeat;
}
.sidebar-custom ul {
	list-style-type: none;
	margin: 0 0 10px;
}
.sidebar-custom ul li {
	margin: 3px 0 0;
	display: block;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item>strong,
.sidebar-custom ul li a,
.sidebar-custom ul strong {
	padding: 5px 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.85em;
    letter-spacing: -0.005em;
    text-decoration: none;
    display: block;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current a strong,
.block-collapsible-nav .item.current>strong,
.sidebar-custom ul strong {
	color: #ffff00;
	font-weight: 900;
}
.block-collapsible-nav .item .delimiter,
.sidebar-custom ul li.delimiter {
	border-color: transparent;
	margin: 20px 1.8rem;
	display: block;
}
.block-collapsible-nav .item a:hover,
.sidebar-custom ul li a:hover {
	background: transparent;
	color: #587763;
}
.account .block .box-actions a {
	display: table;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #ea6b01;
	text-decoration: underline;
	margin: 10px 0;
}
.account .block .box-actions a:hover {
	color: #324e3c;
}
.account .block .box-actions a:after {
	content:"";
	margin: 0;
	border: 0;
	height: auto;
	display: inline;
}
.account .column.main .block:not(.widget) .block-title>.action {
	color: #ea6b01;
	text-decoration: underline;
}
.box-newsletter .box-content {
	font-size: 16px;
}
.account #maincontent .actions-toolbar .action.primary,
.review-form .action.submit.primary,
.form-address-edit .actions-toolbar .action.primary,
.checkout-success .action.primary.continue,
.opc-wrapper .action-show-popup,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.checkout-index-index .modal-popup .modal-footer .action-save-address,
#wishlist-view-form > .actions-toolbar button {
	min-width: 180px;
	border: 1px solid #324e3c;
	background-color: #324e3c;
	box-shadow: none;
	color: #fff;
	line-height: 25px;
	padding: 9px 15px;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 900;
}
.account #maincontent .actions-toolbar .action.primary:hover,
.form-address-edit .actions-toolbar .action.primary:hover,
.checkout-success .action.primary.continue:hover,
.checkout-index-index .modal-popup .modal-footer .action-save-address:hover,
.opc-wrapper .action-show-popup:hover,
.review-form .action.submit.primary:hover,
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:focus,
#wishlist-view-form > .actions-toolbar button:hover {
	background-color: #ea6b01;
	border-color: #ea6b01;
	color: #fff;
}
.checkout-success .action.primary.continue {
	margin-top: 15px;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
	background-color: #fff;
	color: #324e3c;
	margin: 0;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
	background-color: #324e3c;
	border: 1px solid;
	color: #fff;
	text-decoration: none;
}
[class^='multishipping-'] .logo,
.checkout-index-index .logo {
	margin: 0;
}
[class^='multishipping-'] .header.content,
.checkout-index-index .header.content {
	padding: 15px 20px;
}

/***** CART PAGE *****/

.cart.table-wrapper {
	margin-bottom: 30px;
}
.cart.table-wrapper .cart thead tr th.col {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	color: #324e3c;
	letter-spacing: -0.03em;
	text-align: center;
	border-color: #ececec;
	min-width: 100px;
	float: none;
}
.cart.table-wrapper .cart thead tr th.col.item{
	text-align: left;
	padding-left: 0;
}
.cart.table-wrapper .cart thead tr th.col.subtotal {
	text-align: right;
	padding-right: 0;
}
.cart.table-wrapper .cart>.item {
	border-color: #ececec;
}
.cart.table-wrapper .cart tbody td {
	vertical-align: middle;
	float: none;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty {
	text-align: center;
}
.cart.table-wrapper .col.subtotal {
	padding-right: 0;
	text-align: center;
}
.cart.table-wrapper .product-item-name {
	margin: 0;
}
.cart.table-wrapper .product-item-name a {
	font-size: 17px;
	color: #324e3c;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-weight: 900;
}
.cart.table-wrapper .product-item-details {
	vertical-align: middle;
	padding: 0;
}
.cart.table-wrapper .item-options dt,
.cart.table-wrapper .item-options dd {
	font-weight: 900;
	font-size: 15px;
	color: #ea6b01;
	letter-spacing: -0.02em;
}
.cart.table-wrapper .item-options dt {
	margin-right: 5px;
}
.cart.table-wrapper .col.qty .input-text {
	width: 64px;
	height: 45px;
	margin: 0;
	padding: 0 5px;
}
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
	font-weight: 900;
	font-size: 17px;
	color: #ea6b01;
	letter-spacing: -0.01em;
}
.cart.table-wrapper .actions-toolbar {
	min-height: 0;
	padding: 0;
}
.cart.table-wrapper .actions-toolbar>.action-towishlist,
.cart.table-wrapper .actions-toolbar>.action-edit {
	display: none;
}
.cart.table-wrapper .actions-toolbar>.action-delete {
	top: -30px;
}
.form-cart .action.update,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
	color: #324e3c;
    border: solid 2px #324e3c;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: none!important;
    min-width: 220px;
    background-color: #fff;
}
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    margin: 0 0 0 2px;
}
.amgcard-datalist-container .amcard-field.-datalist {
    height: 50px;
}
.amgcard-datalist-container .amcard-input-arrow:after {
    top: calc(50% - 3px);
}
.form-cart .action.update:hover,
.cart-summary .checkout-methods-items .action.primary.checkout:hover,
.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
	border-color: #324e3c;
	background-color: #324e3c;
	color: #fff;
}
.cart-discount {
	padding-right: 300px;
	min-height: 50px;
	margin-top: -55px;
}
.amgiftcard-apply-code.cart-discount,
.amgcard-datalist-container .amcard-datalist-message {
	margin-top: 10px;
}
.cart-discount .block>.title strong,
.checkout-payment-method .payment-option-title .action-toggle span,
.amcard-field-container.-cart .amcard-title {
	font-size: 17px;
	font-weight: 900;
	color: #ea6b01;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	border-bottom: 2px solid #ea6b01;
}
.cart-discount .block .title:after,
.cart-summary .block>.title:after,
.checkout-payment-method .payment-option-title .action-toggle:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 6px solid #ea6b01;
	border-width: 7px 5px 0 5px;
	border-color: #ea6b01 transparent transparent transparent;
}
.cart-discount .block .title:after {
	position: static;
	margin-left: 10px;
}
.cart-summary .block>.title:after {
	margin-top: 11px;
	right: 3px;
}
.cart-discount .block {
	width: 380px;
	max-width: 100%;
}
.cart-discount .block>.title {
	padding: 0 0 20px;
	display: inline-block;
	border: 0;
}
.cart-discount .block>.title:hover strong {
	color: #324e3c;
	border-color: #324e3c;
}
.cart-discount .block>.title:hover:after {
	border-color: #324e3c transparent transparent transparent;
}
.cart-discount .block .content {
	padding: 0 0 20px;
}
.cart-discount .actions-toolbar .action.primary,
.amcard-field-block .amgcard-datalist-container + .amcard-button {
	box-shadow: none !important;
	height: 50px;
	background-color:#324e3c;
	border-color: #324e3c;
	border-radius: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
}
.cart-discount .actions-toolbar .action.primary:hover,
.cart-discount .actions-toolbar .action.primary:focus,
.amcard-field-block .amgcard-datalist-container + .amcard-button:hover {
	background-color:#ea6b01;
	border-color: #ea6b01;
	color: #fff;
}
#coupon_code {
	border-right: 0;
}
.amgiftcard-form {
	margin-bottom: 20px;
}
.amgiftcard-form .fieldset {
	margin-bottom: 0;
}
.amgiftcard-form .amactions-toolbar {
	display: flex;
	flex-wrap: wrap;
}
.amgiftcard-form .amactions-toolbar button {
	flex-grow: 1;
	border-radius: 0;
	height: 50px;
	text-transform: uppercase;
	background-color: #324e3c;
    border-color: #324e3c;
    border-width: 2px !important;
}
.amgiftcard-form .amactions-toolbar button[type="submit"] {
	background-color: #ea6b01;
    border-color: #ea6b01;
}
.amgiftcard-form .amactions-toolbar button.primary:hover {
	background-color: transparent;
    border-color: #324e3c;
    color: #324e3c;
}
#am_giftcard_code {
	border-bottom: 0;
}
.cart-summary {
	background: #fff;
	border: 2px solid #ea6b01;
	padding: 0 22px 20px;
	width: 300px;
}
.cart-container .form-cart, .cart-container .cart-gift-item, .cart-discount {
	width: calc(100% - 300px);
}
.cart-gift-item, .cart-discount {
	float: none;
}
.cart-summary>.title,
.opc-block-summary>.title {
	font-size: 32px;
	font-weight: 900;
	text-transform: uppercase;
	color: #324e3c;
	letter-spacing: -0.02em;
	margin: 16px 0;
}
.cart-summary .block>.title,
.opc-block-summary .items-in-cart>.title {
	padding: 16px 20px 15px 0;
	border-top: 1px solid #ececec;
	border-color: #ececec;
}
.cart-summary .block .title strong,
.opc-block-summary .items-in-cart>.title strong {
	text-transform: uppercase;
	color: #ea6b01;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.01em;
}
.opc-block-summary .items-in-cart>.title strong {
	color: #324e3c;
}
.cart-totals, .opc-block-summary .table-totals {
	border-color: #ececec;
	padding: 0;
}
.columns .cart-summary input[type="text"] {
	border-width: 1px;
}
.cart-summary .block .fieldset .field {
	margin-bottom: 14px;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
    margin: 0 0 10px;
}
.cart-summary .block .item-options .field .radio+.label {
	position: relative;
	top: 5px;
	padding-left: 3px;
}
.cart-summary .block .content {
	padding: 5px 0 10px;
}
.cart-summary #co-shipping-method-form dt {
	font-size: 12px;
    margin-bottom: 10px;
    color: #324e3c;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}
.cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark {
	border-color: #ececec;
	letter-spacing: -0.02em;
}
.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
	border-color: #ececec;
}
.cart-totals tbody .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tbody tr.totals.sub .mark,
.opc-block-summary .table-totals tbody tr.totals.shipping .mark .label,
.opc-block-summary .table-totals tbody tr.totals.tax .mark {
	font-size: 15px;
	font-weight: 900;
	color: #324e3c;
	letter-spacing: -0.01em;
	text-transform: uppercase;
}
.opc-block-summary .table-totals tbody tr.totals.sub .mark,
.opc-block-summary .table-totals tbody tr.totals.shipping .mark .label,
.opc-block-summary .table-totals tbody tr.totals.tax .mark {
	font-size: 13px;
}
.opc-block-summary .table-totals tbody tr.totals.shipping .mark .label {
	margin-bottom: 5px;
	display: inline-block;
}
.cart-totals .table-wrapper tr.totals.sub th,
.cart-totals .table-wrapper tr.totals.sub td,
.opc-block-summary .table-totals tbody tr.totals.sub .mark,
.opc-block-summary .table-totals tbody tr.totals.sub .amount {
	padding-top: 22px;
}
.cart-totals .table-wrapper tr.totals.shipping th,
.cart-totals .table-wrapper tr.totals.shipping td,
.opc-block-summary .table-totals tbody tr.totals.shipping .mark,
.opc-block-summary .table-totals tbody tr.totals.shipping .amount {
	padding-bottom: 22px;
}
.cart-totals .grand th, .cart-totals .grand td,
.opc-block-summary .table-totals .grand .mark,
.opc-block-summary .table-totals .grand .amount {
	padding: 16px 0 !important;
	border-bottom: 1px solid #ececec;
}
.opc-block-summary .table-totals .grand .amount {
	padding-left: 10px !important;
	vertical-align: middle;
}
.cart-totals .grand strong {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0;
	color: #324e3c;
}
.opc-block-summary .table-totals .grand strong {
	text-transform: uppercase;
	color: #ea6b01;
	font-weight: 900;
	font-size: 22px;
	padding: 6px 0;
}
.cart-summary .checkout-methods-items .action.primary.checkout {
	line-height: 25px;
	padding: 9px 15px;
	font-size: 14px;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #ea6b01;
	border-color: #ea6b01;
	border-radius: 0;
}
.cart-summary .action.multicheckout {
	font-size: 15px;
	color: #000;
	letter-spacing: 0;
	text-decoration: underline;
}
.cart-summary .action.multicheckout:hover {
	color: #ea6b01;
}
.cart-summary .checkout-methods-items .item {
    margin-bottom: 15px;
}

/******* CHECKOUT PAGE *******/

body.checkout-index-index .page-main {
    position: relative;
    z-index: 20;
}
.checkout-index-index .page-title-wrapper {
	clip: auto;
	height: auto;
	margin: 0;
	position: static;
	width: auto;
}
.opc-progress-bar {
	max-width: 600px;
	margin-top: 10px;
	padding-top: 38px;
	padding-bottom: 20px;
	border-top: 1px solid #ececec;
	display: flex;
}
.opc-progress-bar-item {
	width: 50%;
}
.opc-progress-bar-item:before {
	border: 0;
	height: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #dddddd;
}
.opc-progress-bar-item._active:before {
    background: #ea6b01;
}
.opc-progress-bar-item>span {
	padding-top: 60px;
	height: 60px;
	overflow: hidden;
}
.opc-progress-bar-item>span:before,
.opc-progress-bar-item>span:after {
	background: #ddd;
	border: 0;
	height: 60px;
	margin-left: -30px;
	width: 60px;
}
.opc-progress-bar-item._active>span:before {
    background: #ea6b01;
}
.opc-progress-bar-item>span:after {
	height: 50px;
	margin-left: -25px;
	top: 5px;
	width: 50px;
	background: #fff;
	color: #ddd;
	font-weight: 900;
	font-size: 20px;
	line-height: 46px;
	font-family: 'Montserrat', sans-serif, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.opc-progress-bar-item._active>span:after {
	content: counter(i);
	font-family: 'Montserrat', sans-serif, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #ea6b01;
}
.opc-wrapper {
	width: 600px;
	padding-right: 0;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
	max-width: none;
	background: transparent;
}
.opc-wrapper .form-login {
	border-color: #ececec;
	padding-bottom: 30px;
}
.checkout-index-index .actions-toolbar .primary .action,
.action-auth-toggle {
	line-height: 25px;
	padding: 9px 15px;
	border-radius: 0;
	background: #324e3c;
	border-color: #324e3c;
	color: #fff;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
	box-shadow: none;
}
.checkout-index-index .actions-toolbar .primary .action:hover,
.action-auth-toggle:hover,
.action-auth-toggle:active,
.action-auth-toggle:focus {
	background: #ea6b01;
	border-color: #ea6b01;
	color: #fff;
	text-decoration: none;
}
.block-authentication .actions-toolbar>.secondary {
	padding-top: 0;
}
.authentication-dropdown {
	border: 0;
	box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.15);
}
#checkout-shipping-method-load {
	margin: 15px 0 25px;
}
.checkout-shipping-method .actions-toolbar>.primary {
	float: left;
}
.checkout-shipping-method .actions-toolbar>.primary button {
	min-width: 180px;
}
.table-checkout-shipping-method tbody td {
	vertical-align: middle;
	border-color: #ececec;
	line-height: 30px;
}
.table-checkout-shipping-method tbody tr.row-error td:first-child {
	width: auto;
}
.block-authentication .block-title strong {
	font-size: 24px;
	color: #ea6b01;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -0.03em;
}
.authentication-wrapper {
	width: 390px;
	max-width: none;
}
.opc-sidebar {
	width: 420px;
	padding-left: 30px;
	margin-top: -140px;
}
.opc-block-summary {
	background-color: #fff;
	border: 2px solid #ea6b01;
	padding: 20px 25px;
}
.checkout-payment-method .step-title {
	border-bottom: 1px solid #ececec;
}
.opc-block-summary .items-in-cart>.title {
	border-top: 0;
	cursor: default;
}
.opc-block-summary .items-in-cart>.title:after,
.opc-block-summary .items-in-cart.active>.title:after {
	content: "";
	margin: 0;
}
.opc-block-summary .minicart-items-wrapper {
	padding-top: 0;
}
.checkout-index-index .content.minicart-items {
	display: block !important;
}
.opc-block-summary>.title {
	margin: 0;
	padding-bottom: 16px;
}
.checkout-index-index .minicart-items .product-item-details {
	padding-top: 0;
}
.checkout-index-index .minicart-items .product-item-details .price-including-tax,
.checkout-index-index .minicart-items .product-item-details .price-excluding-tax {
	margin: 0;
}
.checkout-index-index .minicart-items .product-item-details .price {
	color: #324e3c;
	font-size: 15px;
}
.opc-block-summary .product-item .product-item-inner {
	margin-bottom: 5px;
}
.checkout-index-index .minicart-items .product-item-details .details-qty,
.checkout-index-index .minicart-items .product-item-details .content dl,
.checkout-index-index .minicart-items .product-item-details .content dt {
	font-size: 12px;
	font-weight: 900;
	color: #ea6b01;
	text-transform: uppercase;
	letter-spacing: -0.01em;
}
.opc-block-summary .product-item .subtotal {
	vertical-align: top;
}
.checkout-index-index .minicart-items .product-item {
    padding: 20px 0 15px;
}
.checkout-payment-method .ccard .number .input-text,
.checkout-payment-method .ccard .cvv .input-text {
	padding: 0 9px;
}
.checkout-payment-method .field-select-billing, .checkout-payment-method .billing-address-form {
	max-width: none;
}
.checkout-payment-method .actions-toolbar .primary {
	padding-top: 10px;
}
.checkout-billing-address .action.action-update {
    margin-top: 6px;
    border: 0;
}
.opc-wrapper .form-discount {
	max-width: none;
	display: flex;
	align-items: center;
}
.opc-wrapper .form-discount .payment-option-inner {
	margin-bottom: 0;
	flex-grow: 1;
}
.opc-wrapper .form-discount .payment-option-inner input {
	border-right: 0;
}
.opc-wrapper .form-discount .actions-toolbar .primary {
	padding-top: 0;
}
.checkout-index-index .form-discount .actions-toolbar .primary .action,
.opc-wrapper .form-discount.gift-card-form .amgiftcard-check button {
	line-height: 16px;
	padding: 7px 15px;
	margin-right: 0;
	height: 50px;
	display: block;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	border-width: 2px;
	font-weight: 900;
	font-size: 14px;
	text-transform: uppercase;
}
.checkout-payment-method .payment-option-title,
.checkout-payment-method .payment-option-content,
.checkout-payment-method .payment-method+.payment-method .payment-method-title {
	padding-left: 0;
	border-color: #ececec;
}
.checkout-payment-method .payment-method-content,
.checkout-payment-method .checkout-billing-address .billing-address-details {
	padding-left: 0;
}
.checkout-payment-method .checkout-billing-address .billing-address-details > a {
	text-decoration: underline;
	color: #ea6b01;
}
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"] {
	width: 16px;
	height: 16px;
	border: 4px solid #fff;
	margin-top: -5px;
}
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"]:checked {
    background-color: #324e3c;
}
.checkout-payment-method .billing-address-same-as-shipping-block input[type="checkbox"] + label {
	font-size: 15px;
}
.checkout-payment-method .payment-method-title #payflowpro + label {
	text-transform: uppercase;
    font-size: 13px;
    color: #ea6b01;
    font-weight: 900;
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.opc-block-shipping-information {
	padding: 15px 0;
}
.opc-block-shipping-information .shipping-information-content {
	font-size: 16px;
}
.opc-block-shipping-information .shipping-information-content > a,
.checkout-payment-method .payment-method-title .action-help {
	text-decoration: underline;
	color: #ea6b01;
}
.opc-block-summary .not-calculated {
	font-style: normal;
}
.checkout-index-index .page-wrapper {
	position: relative;
}
.opc-wrapper .form-discount.gift-card-form {
	flex-wrap: wrap;
}
.opc-wrapper .form-discount.gift-card-form .payment-option-inner {
	width: 100%;
}
.opc-wrapper .form-discount.gift-card-form .actions-toolbar {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.opc-wrapper .form-discount.gift-card-form .amgiftcard-check {
	flex-grow: 1;
}
.opc-wrapper .form-discount.gift-card-form .actions-toolbar .primary {
	flex-grow: 1;
}
.opc-wrapper .form-discount.gift-card-form .payment-option-inner input {
	border: 2px solid #ececec;
	border-bottom: 0;
}
.opc-wrapper .form-discount.gift-card-form .payment-option-inner input:focus {
	border-color: #e96a01;
}
.opc-wrapper .form-discount.gift-card-form .amgiftcard-check button {
    background-color: #ea6b01;
    border-color: #ea6b01;
    color: #fff;
}
.opc-wrapper .form-discount.gift-card-form .amgiftcard-check button:hover,
.opc-wrapper .form-discount.gift-card-form .actions-toolbar .primary button:hover {
    background-color: transparent;
    border-color: #324e3c;
    color: #324e3c;
}
.checkout-payment-method .opc-payment-additional.gift-code .payment-option-title {
	border-top: 0;
}

/*** TOPPER PAGES *****/

.topper-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.topper-featured-wrapper img {
	max-width: none;
}
.topper-featured-wrapper .about_info {
	position: absolute;
	top: 15px;
	right: 25px;
	text-align: left;
	color: #fff;
}
.topper-featured-wrapper .about_info h4 {
	display: table;
}
.page-content-custom {
	font-size: 16px;
}
.page-content-custom h3 {
	font-size: 22px;
	font-weight: 900;
	text-transform: uppercase;
	color: #324e3c;
	letter-spacing: -0.03em;
	line-height: 1.4;
	margin: 30px 0;
}
.page-content-custom h3 span {
	color: #ea6b01;
}
.page-content-custom p {
	line-height: 1.8;
	margin-bottom: 20px;
}
.topper-sections {
	margin: 50px 0 60px;
}
.topper-option {
	padding-top: 60px;
	border-top: 1px solid #ececec;
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.topper-image {
	width: 265px;
	border: 2px solid #ececec;
	height: 265px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topper-are-content {
	width: calc(100% - 265px);
	padding-left: 40px;
}
.page-content-custom h2 {
	margin-top: 0;
	font-size: 34px;
	font-weight: 900;
	text-transform: uppercase;
	color: #324e3c;
}
.topper-links-title {
	font-size: 15px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ea6b01;
	letter-spacing: -0.02em;
	margin: 25px 0;
}
.topper-links-list {
	list-style-type: none;
}
.topper-links-list li a {
	font-size: 13px;
	font-weight: 900;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: #324e3c;
	text-decoration: none;
	border-bottom: 1px solid;
}
.topper-links-list li a:hover {
	color: #ea6b01;
}
.w50 {
	padding: 50px 9%;
	margin-bottom: 40px;
	background: #324e3c url(../jpg/home_about_bg.jpg) center bottom no-repeat;
	background-position-x: 30%;
}
.w50 h3 {
	margin-top: 0;
	font-size: 44px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.w50 .fieldset>.field>.label {
	color: #fff;
}
.w50 .fieldset>.field.required>.label:after {
	color: #ffff00;
}
.columns .w50 input[type="text"],.columns .w50 input[type="email"],
.w50 textarea {
	background: rgba(50,78,60,0.5);
	border: 2px solid rgba(255,255,255,0.25);
	color: #fff;
}
.w50 textarea:not([disabled]):focus,
.columns .w50 input[type="text"]:not([disabled]):focus {
	border-color: rgba(255,255,255,0.5);
}
.w50 textarea {
	min-height: 130px;
}
.w50 button.submit.primary {
	line-height: 25px;
	padding: 10px 15px;
	border:0;
	background: #ea6b01;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	min-width: 220px;
	border-radius: 0;
}
.required-label {
	font-size: 13px;
    color: #fff;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 25px;
    margin: 10px 0 0 20px;
    display: inline-block;
}
.form-phone-wrapper {
	margin-top: 40px;
	border-top: 1px solid rgba(255,255,255,0.25);
	padding-top:40px;
	text-align: center;
	font-size: 44px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -0.02em;
}
.form-phone-wrapper span {
	color: #ffff00;
}
.topper-hours-table {
	width: 600px;
	max-width: 100%;
}
.topper-hours-table th:first-child,
.topper-hours-table td:first-child {
	padding-left: 0;
}

/*** ABOUT US PAGE ***/

.map-wrapper {
	background-color: #324e3c;
	border: 2px solid #324e3c;
	margin: 40px 0 50px;
}
.map-header-section {
	display: flex;
	flex-wrap: wrap;
	min-height: 100px;
	font-size: 13px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}
.map-header-section span {
	display: block;
}
.map-header-section span:first-child {
	color: #ffff00;
}
.map-header-left {
	width: calc(100% - 270px);
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.map-header-right {
	width: 270px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	text-align: center;
	background-color: #2b4635;
}
.map-header-section .nwo-logo {
	max-width: 70px;
	margin-right: 20px;
}
.map-header-section .map-address {
	width: calc(100% - 90px);
}
.map-container iframe {
	display: block;
}
.sidebar-custom-toggle-mobile {
	display: none;
}
.adv-wrapper {
	text-align: center;
}
.faqs-list .item {
	border-color: #324e3c;
}
.faqs-list .item>a {
	background-color: #324e3c;
	color:#fff;
}
.faqs-list .description {
	border-color: #324e3c;
}
.cms-page-view:not(.cms-about-us-html) .column.main,
.faq-faq-view .column.main {
	font-size: 15px;
	line-height: 1.6;
}
.faq-faq-view .column.main ul,
.faq-faq-view .column.main ol {
	list-style-position: inside;
}
.cms-page-view:not(.cms-about-us-html) .column.main h4 {
	font-size: 18px;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	font-weight: 900;
	color: #324e3c;
	margin: 40px 0 20px;
}
.cms-page-view:not(.cms-about-us-html) .column.main ul,
.cms-page-view:not(.cms-about-us-html) .column.main ol {
	list-style-position: inside;
	padding-left: 30px;
}

@media screen and (min-width: 1940px) {
	.homeTopPromotion > img {
		width: 100%;
	}
}
@media screen and (max-width: 1279px) {
	.block-search {
		margin: 0;
		max-width: calc(100% - 390px);
	}
	.header.content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding: 15px 20px;
	}
	.header.content:before,
	.header.content:after,
	.compare.wrapper {
		display: none;
	}
	.customer_service_header {
		order: 1;
		max-width: 235px;
	}
	.logo {
		margin: -35px 0 0;
		max-width: 150px;
	}
}
@media screen and (max-width: 1199px) {
	.customer_service_header {
		margin-top: -43px;
	}
	.header-navigation-minicart-shipping {
		position: relative;
	}
	.free_shipping_header {
		position: absolute;
		top: -48px;
		right: 20px;
	}
	.nav-sections {
		width: calc(100% - 130px);
	}
	.navigation .level0 {
		margin-right: 15px;
	}
	.nav-sections-item-content>.navigation {
		position: static;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu.full-width {
		min-width: 0;
		left: 20px !important;
		right: 20px;
		padding: 15px 8px;
	}
	.navigation .level0 .submenu {
		z-index: 10;
	}
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width {
		padding-left: 8px;
	}
	.navigation ul {
		padding: 0 8px;
	}
	.navigation > ul {
		padding: 0;
		position: static;
	}
	nav.navigation .level0 .submenu li.level1 > a {
		padding: 0 0 10px 0;
		letter-spacing: -0.01em;
	}
	nav.navigation .level0 .submenu ul.level2 {
		padding-top: 8px;
	}
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width.c_columns-3 > li:nth-last-child(2),
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width.c_columns-3 > li:nth-last-child(3) {
		padding-right: 0;
	}
	.promotion_text.line_1 {
		font-size: 12vw;
	}
	.promotion_text.line_2 {
		font-size: 4.75vw;
	}
	.homeTopPromotion > img {
		margin-left: -50px;
	}
	.homeTopPromotion .contentWrapper {
		padding-left: 50px;
		width: auto;
		max-width: none;
		display: inline-block;
	}
	.promotion_block {
		overflow: hidden;
	}
	.promotion_block img {
		max-width: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.lc_about h3 {
		font-size: 30px;
	}
	.rc_about {
		width: 40%;
	}
	.trendingProductsWrapper ul.top_categories_list > li{
		margin-right: 30px;
		width: calc((100% - 90px) / 4);
	}
	.catalog-category-view .page-title-wrapper h1 {
		margin-bottom: 10px;
		padding-right: 0;
	}
	.page-products .sorter {
		margin-top: 0;
	}
	.page-main>.page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, .page-wrapper.page-layout-2columns-left h1 {
		font-size: 38px;
	}
	.login-container .block .block-title strong,
	.account .legend>span,
	.account .column.main .block:not(.widget) .block-title strong,
	.multishipping-checkout-address-newshipping .legend>span,
	.opc-wrapper .step-title,
	.block-account-benefits .block-title strong {
		font-size: 19px;
	}
	.cart.table-wrapper .product-image-container {
		max-width: 100px;
	}
	.cart.table-wrapper .cart thead tr th.col {
		font-size: 13px;
		min-width: 80px;
	}
	.cart.table-wrapper .product-item-name a {
		font-size: 15px;
		line-height: 1.4;
		display: inline-block;
	}
	.cart.table-wrapper .item-options dt, .cart.table-wrapper .item-options dd {
		line-height: 1;
		font-size: 14px;
	}
	.cart.table-wrapper .col.qty .input-text {
		width: 50px;
	}
	.cart-summary>.title, .opc-block-summary>.title {
		font-size: 28px;
	}
	.form-phone-wrapper {
		font-size: 32px;
	}
	.map-header-right {
		width: 230px;
	}
	.map-header-left {
		width: calc(100% - 230px);
	}
	.opc-block-shipping-information .shipping-information-title {
		font-size: 18px;
	}
}
@media screen and (max-width: 1100px) {
	.opc-sidebar {
		width: 45%;
	}
	.opc-wrapper,
	.opc-progress-bar {
		max-width: none;
		width: 55%;
	}
	.authentication-wrapper {
		width: 43%;
	}
}
@media screen and (min-width: 768px) {
	.sidebar-custom ul {
		display: block !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.rc_about_inner .about_info {
		bottom: 15px;
	}
	.rc_about_inner .about_info h4 {
		margin-top: 7px;
		padding: 8px 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.ssWrapper {
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}
	.free-shipping-info {
		margin-bottom: 12px;
		width: 100%;
	}
	.box-tocart .actions {
		width: 100%;
		padding-top: 5px;
	}
}
@media screen and (max-width: 991px) {
	.page.messages,
	.column.main {
	    margin-top: 0;
	}
}
@media screen and (max-width: 959px) {
	.nav-sections {
		width: calc(100% - 90px);
	}
	.navigation > ul {
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	.navigation .level0 {
		margin: 0;
	}
	nav.navigation li.level0 > a.level-top {
		padding: 0 !important;
		font-size: 14px;
	}
	.promotion_block h2 {
		font-size: 22px;
	}
	.lc_about {
		width: 48%;
	}
	.lc_about h3 {
		display: flex;
		align-items: center;
		margin-top: 0;
	}
	.lc_about img {
		padding-right: 20px;
		max-width: 140px;
	}
	.rc_about {
	    width: 50%;
	}
	.trendingProductsWrapper ul.top_categories_list > li{
		margin-right: 0;
		margin-bottom: 20px;
		width: calc(50% - 15px);
	}
	.trendingProductsWrapper ul.top_categories_list > li:nth-of-type(odd) {
		margin-right: 30px;
	}
	.footer-middle {
		padding: 50px 0;
		flex-wrap: wrap;
	}
	.login-container .fieldset>.field>.control {
	    width: 90%;
	}
	.form.create.account {
		width: 60%;
	}
	.block-account-benefits {
	    width: 40%;
	    padding-left: 50px;
	}
	.topper-image {
		width: 200px;
		height: 200px;
	}
	.topper-are-content {
	    width: calc(100% - 200px);
	    padding-left: 25px;
	}
	.topper-option {
		padding-top: 40px;
		margin-top: 15px;
	}
	.w50 h3 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.form-phone-wrapper {
		font-size: 26px;
		padding-top: 25px;
	}
	.topper-hours-table {
		width: 100%;
	}
	.opc-sidebar {
		width: 50%;
	}
	.opc-wrapper,
	.opc-progress-bar {
		max-width: none;
		width: 50%;
	}
	.authentication-wrapper {
		width: 47%;
	}
}
@media screen and (max-width: 800px) {
	nav.navigation .level0 .submenu li.level1 > a {
		font-size: 14px;
	}
	.homeTopPromotion .contentWrapper {
		padding-left: 20px;
	}
	.homeTopPromotion > img {
	    margin-left: -115px;
	}
	.product-size-notice {
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.topper-featured-wrapper img {
	    margin-left: -120px;
	}
	.footer-middle .f_block {
		width: 33.33%;
	}
	.footer-middle .f_block.block-4 {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}
	.f_block.block-4.f_credit_cards ul {
		float: none;
	}
	.f_block.block-4.f_credit_cards ul li:nth-child(3n+1) {
	    clear: none;
	    margin-left: 9px;
	}
	.f_logo {
		margin: 0 0 0 70px;
	}
	.footer-top .block.newsletter .newsletter-text {
		width: 44%;
	}
	.footer-top .block.newsletter .content {
		width: 56%;
	}
	.checkout-cart-index .cart-container {
		display: flex;
		flex-direction: column;
	}
	.cart-summary {
		width: 100%;
		order: 1;
		top: 0 !important;
	}
	.cart-container .form-cart, .cart-container .cart-gift-item, .cart-discount {
	    width: 100%;
	    padding-right: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 800px), screen and (max-width: 599px) {
	.page-products .products-grid .product-item,
	.page-products .products-grid .product-item:nth-child(4n+1),
	.wishlist-index-index .products-grid .product-item {
		width: 49%;
		margin-left: 0;
	}
	.page-products .products-grid .product-item:nth-child(even),
	.wishlist-index-index .products-grid .product-item:nth-child(even) {
		margin-left: 2%;
	}
}
@media screen and (max-width: 768px) {
	nav.navigation > ul > li.full-width-child ul.level0.submenu > li.all-category {
		width: 100%;
		float: none;
	}
	nav.navigation ul.level0.submenu > li.all-category {
		padding: 0 10px !important;
	}
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.c_columns-4 > li.all-category {
		width: 66.33%;
	}
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.c_columns-3 > li.all-category {
		width: 52%;
	}
	nav.navigation ul.level0.submenu > li.all-category a {
		color: #324e3c;
		line-height: 1.2;
		font-weight: 900;
		padding: 0 0 7px 0;
		margin-bottom: 15px;
		text-transform: uppercase;
		font-size: 15px;
		letter-spacing: -0.01em;
		border-bottom: solid 2px #ea6b01;
		text-align: center;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu > li.has-image {
		margin-top: -62px;
	}
}
@media screen and (max-width: 767px) {
	.header-notice h3,
	.header-notice h4,
	.header-notice h5,
	.header-notice h1,
	.header-notice h6,
	.header-notice h2 {
		font-size: 12px;
	}
	.page-footer {
		padding-bottom: 80px;
	}
	.footer .mobile-call-button {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 5px 0 8px;
		background-color: #324e3c;
		z-index: 100;
		text-align: center;
	}
	.footer .mobile-call-button label {
		display: block;
    	color: white;
    	padding-bottom: 5px;
		font-size: 12px;
		font-family: 'Montserrat', sans-serif, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
	}
	.footer .mobile-call-button a {
		background: #ea6b01;
		color: #fff;
		height: 35px;
    	line-height: 35px;
		display: inline-block;
		width: 55%;
		max-width: 170px;
		font-size: 16px;
		text-decoration: none;
		text-transform: uppercase;
		transition: all 0.2s ease-in-out;
		font-family: 'Montserrat', sans-serif, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-weight: 900;
	}
	.footer .mobile-call-button a:hover {
		color: #ffff00;
	}
	iframe#launcher {
		display: none;
	}
	.header.content .logo img {
		width: 110px;
	}
	.page-header {
		margin-bottom: 40px;
		border: 0;
	}
	.header.content {
		clear: both;
		padding: 10px 15px 10px;
		justify-content: center;
	}
	.customer_service_header {
		display: none;
	}
	.nav-sections .customer_service_header {
		display: block;
		margin: 0;
		float: none;
		max-width: none;
	}
	.customer_service_header ul {
		text-align: center;
		padding: 25px 0 30px;
	}
	.customer_service_header ul li:first-child,
	.customer_service_header ul li:nth-child(2) {
		font-size: 16px;
	}
	.header-panelleft-section {
		/* float: none;
		margin: 0 -15px;
		padding: 0 15px;
		background: #324e3c; */
		display: none;
	}
	.header.panel>.header.links>li.nav.item,
	.header.panel>.header.links>li.welcome {
		margin: 0;
	}
	.header.panel>.header.links {
		display: block;
		float: none;
		margin: 0;
	}
	.page-header .header.panel {
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		line-height: 40px;
	}
	.logo {
		margin: 0;
	}
	.block-search {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-width: none;
		padding: 0;
	}
	.block-search .label {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 12;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background-color: #ea6b01;
	}
	.block-search .label:before {
		margin: 0;
		color: #fff;
	}
	.free_shipping_header {
		display: none;
	}
	.nav-sections .free_shipping_header {
		display: block;
		position: static;
		float: none;
		padding: 25px 0;
	}
	.free_shipping_header ul {
		margin: 0;
		line-height: 16px;
	}
	.free_shipping_header ul li:first-child {
		line-height: inherit;
	}
	.nav-toggle {
		transition: all 0.3s ease;
	}
	html.nav-open .nav-toggle {
		top: -43px;
		left: 72%;
		width: 40px;
		background-color: #2b4635;
		text-align: center;
	}
	html:not(.nav-open) .nav-toggle {
		top: 39px;
		left: 16.66%;
		width: 40px;
		transform: translateX(-60%);
		background-color: #2b4635;
		text-align: center;
	}
	.nav-toggle:before,
	.nav-toggle:hover:before {
		color: #fff;
	}
	html.nav-open .nav-toggle:before {
		color: #ffff00;
	}
	.header-navigation-minicart-shipping {
		margin: 0;
		position: static;
	}
	.nav-minicart-shipping-inner .minicart-wrapper {
		position: absolute;
		top: 82px;
		right: 0;
		width: 33.33%;
		margin: 0;
		text-align: center;
		background: transparent;
		justify-content: center;
    	align-items: center;
    	display: flex;
	}
	.minicart-wrapper .action.showcart,
	.minicart-wrapper .action.showcart.active {
		display: flex;
	}
	.minicart-wrapper .action.showcart .counter.qty {
		margin: 0px 3px 0;
	}
	.minicart-wrapper .action.showcart::before,
	.minicart-wrapper .action.showcart.active:before {
		font-size:18px;
	}
	.nav-minicart-shipping-inner .minicart-wrapper > a {
		background: #ea6b01;
		margin-left: 0px;
    	height: 40px;
    	width: 50px;
    	justify-content: center;
    	align-items: center;
	}
	.block-search input[type="text"] {
		margin: 0;
		box-shadow: none;
		left: 0;
		color: #ea6b01;
		background: #fff;
		border-bottom: 1px solid;
	}
	body.cms-home .block-search input[type="text"],
	body.account .block-search input[type="text"],
	.page-wrapper.page-layout-2columns-left .block-search input[type="text"] {
		border: 0;
	}
	.block-search .control {
		border: 0;
		margin: 0;
		padding: 0;
	}
	.block-search input::-moz-placeholder {
	    color: #ea6b01;
		opacity:1;
	}
	.block-search input::-webkit-input-placeholder {
	    color: #ea6b01;
		opacity:1;
	}
	.block-search input:-ms-input-placeholder {
	    color: #ea6b01;
		opacity:1;
	}
	.block-search input:-moz-placeholder {
	    color: #ea6b01;
		opacity:1;
	}
	.nav-open .page-wrapper {
		left: 0;
	}
	.nav-open .nav-toggle:after {
		position: static;
	}
	.nav-sections {
		width: 72%;
		padding: 0 10px;
		z-index: 100;
	}
	.nav-sections-item-title {
		display: none;
	}
	.nav-sections-item-content {
		margin-top: 0;
		padding: 20px 0;
		border: 1px solid rgba(255,255,255,0.15);
		border-width: 1px 0;
		overflow: hidden;
	}
	.navigation > ul {
		display: block;
	}
	nav.navigation li.level0 > a.level-top {
		font-size: 18px;
		line-height: 40px;
	}
	.navigation .parent .level-top:after {
		top: 0;
		right: 0;
		transform: rotate(-90deg);
		color: #fff;
	}
	.navigation .parent .level-top.ui-state-active:after {
		transform: rotate(180deg);
	}
	nav.navigation li.level0:hover > a.level-top,
	nav.navigation li.level0 > a.level-top.ui-state-active {
		color: #ea6b01;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu.full-width,
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width {
		left: 0 !important;
		right: 0;
		padding: 5px 0 10px;
		background: transparent;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu.full-width > li,
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width > li {
		width: 100% !important;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu > li.has-image,
	nav.navigation ul.level0.submenu > li.all-category {
		display: none;
	}
	nav.navigation .level0 .submenu li.level1 > a {
		padding: 0;
		color: #fff;
		border: 0;
		font-size: 16px;
	}
	.navigation ul,
	.navigation .submenu:not(:first-child) ul {
		padding: 0;
	}
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width.c_columns-3 > li:nth-last-child(2) > ul > li,
	nav.navigation > ul > li.full-width-child.child-has-image ul.level0.submenu.full-width.c_columns-3 > li:nth-last-child(3) > ul > li {
	    margin-bottom: 0;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu.full-width > li > ul > li {
		padding: 12px 0;
	}
	nav.navigation .level0 .submenu ul.level2 {
		display: block !important;
	}
	.navigation .submenu:not(:first-child) .level1.active>a {
	    padding-left: 0;
	}
	.navigation .level0,
	.navigation li.level0:last-child {
		border: 0;
	}
	nav.navigation .level0 .submenu ul.level2 a {
		color: #fff;
		font-weight: normal;
		padding: 5px 0;
	}
	.navigation .level0.active>a:not(.ui-state-active),
	.navigation .level0.has-active>a:not(.ui-state-active) {
		border-width: 0 0 0 5px;
		border-color: #ea6b01;
		padding-left: 5px !important;
	}
	.navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
	.navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon),
	.navigation .submenu:not(:first-child) .level1.active>a {
		margin-left: 0;
		color: #ea6b01 !important;
	}
	nav.navigation .level0 .submenu li.level1.has-no-child {
		border: 0;
	}
	nav.navigation .level0 .submenu li.level1.has-no-child > a {
		color: #fff;
		font-size: 16px;
		padding: 5px 0;
	}
	nav.navigation > ul > li.full-width-child ul.level0.submenu.full-width > li > ul > li.has-no-child {
		padding: 0;
	}
	.promotion_action a {
		display: inline-block;
		margin-top: 10px;
		min-width: 220px;
		padding: 12px 25px;
	}
	.promotion_action {
	    margin-top: 90px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.featredBrandsWrapper ul {
		margin: 10px 0 30px;
	}
	.aboutNorthwestWrapper {
		padding: 40px 0;
	}
	.lc_about {
		width: 100%;
		padding: 0 10px;
	}
	.rc_about {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.rc_about_inner {
		margin-right: -10px;
		padding-left: 5px;
	}
	.lc_about h3 {
		display: block;
		text-align: center;
		font-size: 42px;
		margin-bottom: 25px;
	}
	.lc_about img {
		display: block;
		padding: 0;
		max-width: 125px;
		margin: 0 auto 30px;
	}
	.lc_about p {
		text-align: justify;
		-moz-text-align-last: center;
		text-align-last: center;
	}
	.lc_about ul {
		text-align: center;
		margin: 30px 0 35px;
	}
	.rc_about_inner .about_info {
		left: -10px;
	}
	.brands_carouselWrapper {
		padding: 35px 0 10px;
	}
	.brands_carouselWrapper .contentInner {
		padding: 0 10px;
	}
	.mostPopularProductsWrapper .contentInner {
		padding: 0 10px;
	}
	.mostPopularProductsWrapper h2 {
		margin: 5px -10px 0;
		padding: 12px 15px;
	}
	.mostPopularProductsWrapper h2 span {
		display: none;
	}
	.trendingProductsWrapper h2 {
		margin-bottom: 20px;
	}
	.footer-middle .f_block {
		margin-bottom: 27px !important;
	}
	.footer-middle .f_block:nth-child(odd) {
		clear: both;
		width: 53%;
	}
	.footer-middle .f_block:nth-child(even) {
		width: 47%;
	}
	.footer-middle .f_block.block-4 {
		display: flex;
		flex-direction: column;
	}
	.f_logo {
		margin: 15px 0 0 0;
	}
	.footer-top .block.newsletter .newsletter-text {
		width: 100%;
		margin-bottom: 25px;
		padding: 0;
		text-align: center;
	}
	.footer-top .block.newsletter .content {
		width: 100%;
	}
	.footer-bottom {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer.content ul.footer-bottom-links {
		padding-top: 0;
	}
	.footer.content ul.footer-social {
		margin-bottom: 25px;
	}
	.copyright {
		padding: 14px 14px 7px;
	}
	.footer-top {
		padding: 20px 0 40px;
	}
	.footer-middle {
	    padding: 40px 0 15px;
	}
	.instagramWrapper ul {
		margin-top: 15px;
	}
	.instagramWrapper h2 {
		font-size: 40px;
	}
	.catalog-category-view.page-layout-2columns-left .column.main {
		padding-left: 0;
	}
	.catalog-category-view .column.main .product-items {
		margin: 0 -10px;
	}
	.filter.active .filter-title {
		height: 46px;
		border-color: #ea6b01;
	}
	.filter.active .filter-title strong {
		top: 7px;
	}
	.filter:not(.active) .filter-title strong {
		top: 22px;
		box-shadow: none;
		background-color: #ea6b01;
		border-color: #ea6b01;
		color: #fff;
		text-transform: uppercase;
		padding: 11px 25px;
	}
	.filter.active .filter-options {
		top: 46px;
	}
	.filter-options-item {
		padding: 0;
		border-bottom: solid 1px #ea6b01;
	}
	.filter-options-title {
		padding: 10px 12px;
		border:0;
	}
	.filter-options-content {
		padding: 6px 12px;
	}
	.filter-options-content .item:first-child {
		margin-top: 0;
	}
	.catalog-category-view.page-products .columns {
		padding-top: 80px;
	}
	.product-item-info .more-options {
		top: -3px;
	}
	.pages .item {
		margin: 0 5px;
	}
	.pages a.page, .pages strong.page {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.page-layout-1column .product.media {
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.page-layout-1column .product-info-main {
		width: 100%;
	}
	.fotorama__nav__shaft .fotorama__thumb-border,
	.fotorama__nav__shaft .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
		display: none;
	}
	.fotorama__nav--dots .fotorama__nav__frame {
		width: 15px;
		margin-right: 3px;
	}
	.fotorama__dot {
		width: 10px;
		height: 10px;
		left: 0;
		margin: auto;
	}
	.fotorama__active .fotorama__dot {
	    background-color: #ea6b01;
	    border-color: #ea6b01;
	}
	.block.related {
		margin: 0;
	}
	.block.related .products {
	    margin: 20px 0;
	}
	.block.related .block-title.title {
		margin: 0 -15px 10px;
		padding: 10px 15px;
	}
	.product.data.items>.item.content {
		margin-top: 0;
		padding: 30px 20px;
		background-position: bottom center;
		background-size: auto 130px;
	}
	.product.data.items>.item.title>.switch {
		margin: 0 !important;
	}
	.product.data.items>.item.title.active>.switch,
	.product.data.items>.item.title.active>.switch:hover,
	.product.data.items>.item.title.active:not(.disabled)>.switch:focus {
		background-color: #2b4534;
		color: #fff;
	}
	.product-info-main .page-title-wrapper h1 {
		font-size: 28px;
		line-height: 1.15;
	}
	.page-main>.page-title-wrapper .page-title, .account .page-main .page-title-wrapper .page-title, .page-wrapper.page-layout-2columns-left h1 {
		font-size: 32px;
		margin: 40px 0 35px;
	}
	.account .page-main .page-title-wrapper .page-title {
		margin-top: 20px;
		line-height: 1;
	}
	.login-container .fieldset>.field>.control,
	.form.create.account {
	    width: 100%;
	}
	.column.main .block.block-new-customer {
		margin-bottom: 60px;
	}
	.customer-account-login .actions-toolbar>.primary,
	.customer-account-login .actions-toolbar>.secondary,
	.form.password.forget .actions-toolbar>.primary,
	.form.password.forget .actions-toolbar>.secondary,
	.form.password.reset .actions-toolbar>.primary,
	.form.password.reset .actions-toolbar>.secondary,
	.form-create-account .actions-toolbar>.primary,
	.form-create-account .actions-toolbar>.secondary,
	.login-container .fieldset:after {
		text-align: left;
	}
	.customer-account-create .columns .column.main {
		display: flex;
		flex-direction: column;
	}
	.block-account-benefits {
		width: 100%;
		padding-left: 0;
		order: -1;
	}
	.search-autocomplete {
		margin-top: 0;
	}
	.cart-summary,
	.cart-container .form-cart,
	.cart-container .cart-gift-item,
	.cart-discount {
		width: 100%;
	}
	.cart-summary>.title, .opc-block-summary>.title {
		display: block;
		font-size: 26px;
	}
	.checkout-cart-index .page-title-wrapper,
	.cart-summary .checkout-methods-items {
		padding: 0;
	}
	.cart.table-wrapper .product-item-photo {
		left: 0;
		max-width: 100px;
	}
	.cart.table-wrapper .item .col.item {
		padding-left: 105px;
	}
	.cart.table-wrapper .col.qty:before, .cart.table-wrapper .col.price:before, .cart.table-wrapper .col.subtotal:before, .cart.table-wrapper .col.msrp:before {
		font-weight: 900;
		text-transform: uppercase;
	    letter-spacing: -0.03em;
	    font-size: 12px;
	    color: #324e3c;
	}
	.cart-container .form-cart .actions.main {
	    text-align: center;
	}
	.cart-discount {
		margin-top: 35px;
		padding-right: 0;
		border: 0;
		text-align: center;
	}
	.cart-discount .block {
		width: 100%;
	}
	.form-cart .action.update {
		min-width: 300px;
	}
	.account.page-layout-2columns-left .column.main {
		padding-left: 0;
	}
	.block-collapsible-nav {
		top: 0;
	}
	.block-collapsible-nav .title {
		line-height: 26px;
		background-color: #324e3c;
		padding-left: 20px;
		border: 0;
		border-bottom: 1px solid #fff;
	}
	.block-collapsible-nav .title strong {
		text-transform: uppercase;
		font-weight: 900;
		font-size: 15px;
		color: #fff;
		letter-spacing: -0.02em;
	}
	.block-collapsible-nav .title:after {
		color: #fff;
		margin: 0;
		font-size: 16px;
	}
	.block-collapsible-nav .item a, .block-collapsible-nav .item>strong {
		font-size: 13px;
		letter-spacing: -0.01em;
	}
	.block-collapsible-nav .content {
		padding: 20px;
		background: #324e3c url(../png/footer-background.png) center top no-repeat;
	}
	.block-collapsible-nav .item .delimiter {
	    margin: 10px 1.8rem;
	}
	.page-wrapper.page-layout-2columns-left .column.main {
		padding-left: 0;
	}
	.topper-featured-wrapper img {
		margin-left: -150px;
	}
	.page-wrapper.page-layout-2columns-left .header-navigation-minicart-shipping {
	    margin-bottom: 0;
	}
	.page-wrapper.page-layout-2columns-left .columns {
	    padding-top: 0;
	}
	.sidebar-custom {
		margin: 0 -15px;
		background: #324e3c url(../png/footer-background.png) center top no-repeat;
		padding: 0;
		position: relative;
	}
	.w50 {
		padding: 30px 20px;
		margin: 0 -15px 40px;
	}
	.sidebar-custom-toggle-mobile {
		line-height: 26px;
		background-color: #324e3c;
		padding: 10px 40px 10px 20px;
		margin: 0;
		border: 0;
		border-bottom: 1px solid #fff;
		text-transform: uppercase;
		font-weight: 900;
		font-size: 15px;
		color: #fff;
		letter-spacing: -0.02em;
		cursor: pointer;
	}
	.sidebar-custom ul {
		margin: 0;
		padding: 15px 20px 20px;
		display: none;
		position: absolute;
	    top: 100%;
	    left: 0;
	    width: 100%;
	    background-color: #324e3c;
	}
	.sidebar-custom-toggle-mobile {
		display: block;
	}
	.sidebar-custom-toggle-mobile:after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		line-height: inherit;
		content: '\e622';
		font-family: 'luma-icons';
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;
		position: absolute;
		right: 20px;
		top: 10px;
		color: #fff;
		margin: 0;
		font-size: 16px;
	}
	.sidebar-custom-toggle-mobile.active:after {
		content: '\e621';
	}
	.opc-progress-bar {
		display: none;
	}
	.page-wrapper.page-layout-2columns-left .sidebar-main {
		margin-bottom: 0;
	}
	.catalog-category-view .header-navigation-minicart-shipping,
	.catalog-product-view .header-navigation-minicart-shipping {
	    margin-bottom: 10px;
	}
	.checkout-index-index .page-header {
		margin-bottom: 0;
	}
	.checkout-index-index .page-main>.page-title-wrapper .page-title {
		margin: 30px 0;
	}
	.opc-estimated-wrapper {
		background: #fff;
		border-color: #ececec;
		padding: 15px;
		margin: 0 -15px 25px;
	}
	.opc-wrapper {
		width: 100%;
	}
	.opc-sidebar,
	.authentication-dropdown {
		margin-top: 0;
		left: auto;
		padding-left: 0;
		width: 400px;
	}
	.custom-slide .modal-inner-wrap {
		background-color: #fff;
	}
	.opc-block-summary {
		border: 0;
		padding: 20px 15px 0;
		margin: 0;
	}
	.opc-block-summary .minicart-items-wrapper {
		max-height: none;
	}
	.opc-estimated-wrapper .estimated-block {
	    font-size: 19px;
	    font-weight: 900;
	    text-transform: uppercase;
	    letter-spacing: -0.02em;
	    color: #ea6b01;
	}
	.opc-estimated-wrapper .minicart-wrapper {
		margin-top: 14px;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
		font-size: 24px;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
		height: 24px;
		width: 24px;
		line-height: 24px;
		font-size: 14px;
		margin: 2px 3px 0;
	}
	.opc-estimated-wrapper .estimated-block .estimated-label {
		margin-bottom: 2px;
	}
	.opc-wrapper .step-title {
	    border-bottom: 1px solid #ececec;
	    padding-bottom: 10px;
	}
	.modal-custom .action-close {
	    margin: 15px;
	}
	.modal-custom .action-close:before, .modal-popup .action-close:before, .modal-slide .action-close:before {
		color: #324e3c;
	}
	.opc-block-shipping-information {
		padding: 15px;
	}
	.checkout-payment-method .payment-method-content, .checkout-payment-method .checkout-billing-address .billing-address-details, .checkout-payment-method .payment-method+.payment-method .payment-method-title {
		padding-left: 15px;
	}
	.authentication-wrapper {
		margin-top: -67px;
		width: auto;
	}
	.order-links .item strong {
		background-color: #334e3d;
		color: #fff;
	}
	.order-details-items .order-title {
		display: none;
	}
	.products-grid.wishlist .product-item-photo {
		float: none;
		margin-right: 0;
	}
	.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
	    margin-left: 0;
	}
	.products-grid.wishlist .product-item-name {
		font-size: 14px;
		line-height: 1.3;
	}
	.products-grid.wishlist .product-image-container {
	    max-width: 80%;
	}
	.products-grid.wishlist .product-item .box-tocart {
		float: none;
		margin-right: 0;
	}
	.products-grid.wishlist .product-item .fieldset .product-item-actions {
		margin: 6px 0 15px;
	}
	.products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
		float: none;
	}
	.products-grid.wishlist .product-item-inner .product-item-actions .actions-primary {
		padding: 0;
	}
}
@media screen and (max-width: 639px) {
	.products-grid .product-item-info:hover,
	.products-grid .product-item-info.active {
		margin: 0;
	}
	.page-products .products-grid .product-item {
		margin-bottom: 10px;
	}
	.pages-item-next,
	.pages-item-previous {
		top: 5px;
	}
	.opc-wrapper .methods-shipping {
		padding: 0 15px;
		border: 0;
		background-color: transparent;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody>tr>td:last-child {
		border-color: #ececec;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td,
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th {
		padding-right: 0;
		padding-left: 0;
	}
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr td:before,
	.table-wrapper .table:not(.totals):not(.cart):not(.table-comparison)>tbody>tr th:before {
		color: #314e3c;
		font-weight: 900;
		text-transform: uppercase;
		letter-spacing: -0.02em;
	}
	.wishlist-index-index .column.main .product-items {
		display: flex;
		flex-wrap: wrap;
	}
	.products-grid.wishlist .product-item:first-child {
		border: 0;
	}
	.wishlist-index-index .products-grid .product-item-info {
		box-shadow: none;
	}
	.products-grid.wishlist .product-item-inner {
		box-shadow: none;
		margin-top: auto;
	}
	.wishlist-index-index .products-grid .product-item-info {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 600px) {
	.twoPromotionsWrapper {
		margin-top: 0;
	}
	.promotion_block {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding-bottom: 25px;
	}
	.promotion_block_inner {
		padding: 10px 10px 5px;
	}
	.featredBrandsWrapper {
		margin-top: -100px;
	}
}
@media screen and (max-width: 599px) {
	.topper-option {
		flex-direction: column-reverse;
		padding-top: 30px;
	}
	.topper-are-content {
	    width:100%;
	    padding-left: 0;
	}
	.topper-image {
		width: 100%;
		margin-bottom: 20px;
	}
	.topper-sections {
		margin: 40px 0;
	}
	.form-phone-wrapper {
		margin-top: 30px;
		font-size: 20px;
	}
	.map-header-left {
		width: 100%;
	}
	.map-header-right {
		width: 100%;
		padding: 15px 10px;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.free-shipping-info a {
		display: table;
		margin-top: 4px;
	}
	.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
		width: 90px;
	}
	.cart.table-wrapper .col.price {
		width: 200px;
		padding-left: 100px;
	}
	.cart.table-wrapper .product-item-name+.item-options {
	    margin-top: 15px;
	}
}
@media screen and (max-width: 479px) {
	.topper-featured-wrapper .about_info {
		right: 10px;
	}
	.topper-featured-wrapper .about_info h4 {
		padding: 10px;
	}
	.w50 button.submit.primary {
		width: 100%;
		margin-top: -10px;
	}
	.required-label {
		margin: 15px 0 0 0;
	}
	.homeTopPromotion .contentWrapper {
		width: 100%;
		padding: 50px 20px 0;
	}
	.promotion_text.line_1 {
		font-size: 60px;
		margin-top: 20px;
	}
	.promotion_text.line_2 {
		font-size: 27px;
	}
	.homeTopPromotion > img {
	    margin-left: -150px;
	}
	.promotion_action a:first-child {
		background-color: #ea6b01;
		border-color: #ea6b01;
	}
	.promotion_action a:last-child {
		background-color: #324e3c;
		border-color: #324e3c;
	}
	.promotion_block h2 {
	    font-size: 21px;
	}
	.trendingProductsWrapper h2 {
		margin-bottom: 10px;
	}
	.trendingProductsWrapper ul.top_categories_list > li {
		width: 100%;
	}
	.trendingProductsWrapper ul.top_categories_list > li:nth-of-type(odd) {
		margin-right: 0;
	}
	.footer-middle .f_block {
		width: 100% !important;
		text-align: center;
	}
	.footer-middle .f_block:not(:last-child) {
		padding-right: 0;
	}
	.footer-middle .f_block.block-4 {
		align-items: center;
	}
	.f_logo {
	    margin: 30px 0 0 0;
	}
	.column.main .product-items.popular-products {
		padding: 0 30px;
	}
	.popular-products.owl-theme .owl-nav {
	    margin-top: 0px;
	    text-align: center;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 0;
	    bottom: 0;
	    z-index: -1;
	}
	.popular-products.owl-theme .owl-nav [class*="owl-"] {
	    background: none;
	    padding: 0;
	    margin: 0;
	}
	.popular-products.owl-theme .owl-nav .owl-prev {
		position: absolute;
		top: 35%;
		left: 0;
	}
	.popular-products.owl-theme .owl-nav [class*="owl-"]:hover {
	    background: none;
	    color: #FFF;
	    text-decoration: none;
	}
	.popular-products.owl-theme .owl-nav .owl-next {
		position: absolute;
		top: 35%;
		right: 0;
	}
	.instagramWrapper ul {
		margin-left: -10px;
		margin-right: -10px;
		width: calc(100% + 20px);
		padding: 0 40px;
	}
	.instagram-feed.owl-theme .owl-nav .owl-prev {
		left: 0;
		text-align: left;
	}
	.instagram-feed.owl-theme .owl-nav .owl-next {
		right: 0;
		text-align: right;
	}
	.instagram-feed .owl-nav .owl-next:after,
	.instagram-feed .owl-nav .owl-prev:after {
		color: #324e3c;
	}
	.page-products .sorter {
		float: left;
		clear: both;
		width: 100%;
		margin-top: 6px;
	}
	.toolbar select {
		width: calc(100% - 30px);
		text-indent: 60px;
	}
	.product-info-main .product-info-stock-sku {
		margin: 0;
		padding-left: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.product-info-main .stock.available, .product-info-main .stock.unavailable {
		margin: 0 20px 2px 0;
	}
	.product-info-main .product-info-price .price-box {
		padding: 5px 0 15px;
	}
	.ssWrapper {
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}
	.free-shipping-info {
		margin-bottom: 12px;
		width: 100%;
	}
	.box-tocart .action.tocart:not(:last-child) {
		padding: 13px 10px;
		font-size: 20px;
	}
	.minicart-wrapper .block-minicart {
		width: 300%;
	}
	.form-cart .action.update {
		min-width: 100%;
	}
	.cart-discount .actions-toolbar .action.primary {
		white-space: normal;
	}
	.opc-sidebar, .authentication-dropdown {
		width: 320px;
	}
}
@media screen and (max-width: 359px) {
	.promotion_text.line_1 {
		font-size: 60px;
	}
	.promotion_text.line_2 {
	    font-size: 24px;
	}
	.lc_about h3 {
		font-size: 36px;
	}
	.rc_about_inner .about_info h4 {
		font-size: 15px;
		margin-top: 7px;
		padding: 8px 15px;
	}
	.box-tocart .actions {
	    width: 100%;
	    padding-top: 5px;
	}
}
.old-price.sly-old-price {
	 vertical-align: top;
}

@media (min-width: 769px) {
	body .block.newsletter .form.subscribe>.field, 
	body .block.newsletter .form.subscribe>.actions {
	    float: none;
		max-width: unset;
	}
}

nav.navigation>ul>li.full-width-child ul.level0.submenu>li {
    position: initial!important;
}

#checkout .amcard-field-container {
    padding-left: 0px;
}

.amcard-field-container .amcard-check {
    text-decoration: underline;
    color: #ea6b01;
	text-transform: uppercase;
}

.grecaptcha-badge{
	display:none;
}

/* Amasty Chekout */

.checkout-index-index .checkout-header .title {
    margin: 0 auto 15px;
    color: #324e3c;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.03em;
}
.checkout-index-index .am-checkout:not(.-modern) {
	background: transparent;
	padding: 0;
}
.opc-wrapper .step-title {
	border-bottom: solid 2px #ea6b01;
}
.checkout-index-index .checkout-block {
	border: solid 1px #334e3d;
	box-shadow: 0 1px 1px 1px rgba(51, 78, 61, 0.15);
}
.opc-block-summary {
	border: none;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary {
    font-size: 1.8rem;
    line-height: 2.2rem;
    padding: 14px 17px;
    background-color: #e96a01;
    border-color: #e96a01;
    text-transform: uppercase;
    font-weight: 900;
    border-radius: 0;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary:hover {
    background-color: #314e3c;
    border-color: #314e3c;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
    color: #324e3c;
	text-decoration: underline;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show:hover {
	text-decoration: none;
}
#co-payment-form br,
#co-payment-form hr {
	display: none;
}
.opc-wrapper .form-login,
.amcheckout-form-login .fieldset:last-child {
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 767px) {
	.checkout-payment-method .payment-methods {
		margin: 0;
	}
	.checkout-payment-method.submit .payment-methods {
		margin: 25px 0 0;
		padding: 0 10px;
	}
	#checkout .amcard-field-container {
		padding: 0 10px;
	}
	.checkout-payment-method .payment-methods .actions-toolbar .primary {
		width: 100%;
	}
	.opc-block-summary .table-totals .grand strong {
		font-size: 20px;
	}
	.checkout-index-index .checkout-header {
		width: 100%;
	}
	.authentication-wrapper {
		margin-top: 22px;
	}
	.checkout-index-index .authentication-wrapper {
		margin-right: 0px;
	}
	.checkout-index-index .checkout-block {
		margin: 7px 0px 20px;
		padding: 20px 15px;
	}
	.checkout-index-index .checkout-header {
		padding: 0;
	}
	.checkout-index-index .opc-block-summary {
		margin: -15px -12px 0;
		padding: 24px 12px;
	}
}
@media screen and (max-width: 639px) {
	.opc-wrapper .methods-shipping {
		padding: 0 3px;
	}
	.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
		width: 95%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 359px) {
	.opc-estimated-wrapper .estimated-block {
		font-size: 17px;
	}
	.checkout-index-index .opc-block-summary {
		padding: 24px 3px;
	}
}
.minicart-wrapper .product .actions {
    display: inline-block;
    position: relative;
	float: right;
}
.faqs-list .item.active a span:before {
	font-family: 'luma-icons';
	content: '\e61c';
}
.page-header .amsearch-wrapper-block:before {
	display: none;
}
.block-minicart .subtitle.empty {
    padding: 0px 0 20px;
}