body.woocommerce #site-navigation-wrap {
    margin-bottom: 0 !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 3px solid #c8c5be;
}

.woocommerce-message {
    border-top-color: #beccd1;
}

.woocommerce-message::before {
    color: #beccd1;
}

.woocommerce #primary.full {
    width: 100%;
}

.woocommerce .container {
    max-width: 1100px;
}

#featured_product_categories {
    position: relative;
    margin-bottom: 50px;
}

.featured-product-category-wrap {
    width: 32%;
    text-align: center;
    padding: 0 2%;
    margin-bottom: 70px;
    position: relative;
    align-self: stretch;
}

.featured-product-category {
    position: relative;
    height: 330px;
}

.featured-product-category .overlay {
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.featured-product-category:hover .overlay {
    opacity: 1;
}

.featured-product-category-wrap:hover a {
    color: initial;
}

.featured-product-category span {
    display: block;
    position: relative;
    padding: 15px 30px;
    background: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    z-index: 2;
}

/* @media only screen and (max-width: 768px){
    .featured-product-categories-wrap {
        display: block;
    }

    .featured-product-category-wrap {
        margin-bottom: 20px;
        width: 100%;
    }

    .featured-product-category {
        height: 250px;
    }
} */

#sincle-product #primary {
    float: none;
    position: relative;
    overflow: auto;
    width: 100%;
}

.woocommerce .quantity .qty {
    width: 70px;
    height: 42px;
}

.woocommerce h2, 
.woocommerce .h2 {
    font-size: 18px;
}

.woocommerce .related.products {
    margin-top: 40px;
    clear: both;
    position: relative;
    overflow: auto;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: #333333;
}

/* .woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
	background-color: #c8c5be;
	border: 2px solid #c8c5be;
	color: black;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
	background-color: white;
	color: black;
} */

#shop-page .container {
    max-width: 1150px;
}

.shop-featured {
	color: white;
	text-align: center;
	position: relative;
    margin-bottom: 70px;
    height: 555px;
}

.shop-featured #shop-logo {
    position: relative;
    max-width: 550px;
    width: 90%;
    z-index: 1;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 1;
}

.shop-featured-body {
	position: relative;
	max-width: 560px;
	width: 85%;
	font-weight: 100;
	z-index: 2;
}

.shop-featured-title {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.shop-featured-text {
	font-size: 18px;
}

.shop-products-more .alm-reveal {
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.smash-product {
	width: 25%;
    text-align: center;
    padding: 0 2%;
	margin-bottom: 70px;
	position: relative;
	align-self: stretch;
}

.smash-product .woocommerce-loop-product__title {
	font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 10px;
    font-weight: 500;
}

.smash-product img {
	width: 100%;
}

.product-price {
    font-family: 'arno-pro-display', serif;
    font-size: 14px;
    margin-bottom: 20px;
}

.smash-product .product-price del {
    margin-right: 5px;
}

.smash-product .product > a {
	display: block !important;
	width: 100%;
	max-width: 150px;
	margin: 0 auto;
	font-size: 14px;
	text-transform: lowercase;
}

/* .shop-btn {
	display: inline-block;
	padding: 6px 20px;
	background: #c8c5be;
	border: 2px solid #c8c5be;
	text-transform: lowercase;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	color: black;
}

.shop-btn:hover, .shop-btn:hover:visited {
	background: white;
	color: black;
} */

.shop-btn.grouped {
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 45%;
  max-width: 150px;
}

.alm-btn-wrap .alm-load-more-btn:active{
	box-shadow: none !important;
}

#shop-page  .alm-btn-wrap{
	margin: 30px 0px 20px;
}

@media only screen and (max-width: 768px){
	.smash-product {
		width: 48%;
	}	
}


.woocommerce div.product div.summary {
	margin-top: 0;
}

.woocommerce div.product div.images img.product-thumb {
	display: block;
	width: 32%;
	margin-top: 10px;
}

.single.single-product .entry-title {
    font-size: 18px;
    line-height: 24px;
    background: unset;
    font-family: 'proxima-nova';
    margin-bottom: 10px;
    font-weight: 500;
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
    font-family: 'arno-pro-display', serif;
    font-size: 14px !important;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations{
	margin-bottom: 35px !important;
    border: 0;
    width: 100%;
    margin-top: 30px;
}

.woocommerce div.product form.cart .button {
    text-transform: lowercase;
    font-family: "proxima-nova",sans-serif;
}

.woocommerce div.product form.cart .variations select{
	max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 7em;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px !important;
}

.product_meta {
    font-size: 13px;
    letter-spacing: 1px;
}

span.posted_in {
    color: black;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}

span.posted_in a {
    color: black;
    font-weight: 100;
}

.sku_wrapper {
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	text-align: center;
}

.woocommerce ul.products li.product .button{
	font-weight: 500 !important;
    font-size: 13px;
}

.woocommerce-tabs ul.tabs,
.woocommerce-tabs .woocommerce-Tabs-panel {
    display: none !important;
}

.woocommerce-cart .entry-header {
	display: none;
}

.woocommerce table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon {
	width: 32%;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
	width: auto;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.share-title {
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: bold;
}



#shop-page .alm-btn-wrap .alm-load-more-btn {
    background: unset;
    box-shadow: none;
    text-shadow: none;
    color: black;
    letter-spacing: 2px;
}

#shop-page .alm-btn-wrap .alm-load-more-btn span {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#shop-page .alm-btn-wrap .alm-load-more-btn:hover span {
    margin-left: 10px;
}

#shop_footer {
    position: relative;
    background: #F8F6F7;
    padding: 50px 0;
}

#shop_footer .footer-column {
    margin: 0;
    padding: 0;
    font-size: 12px;
    width: 21%;
}

#shop_footer .footer-column input {
    padding: 8px;
    margin-bottom: 5px !important;
    text-transform: none;
}

#shop_footer h1,
#shop_footer h2, 
#shop_footer h3, 
#shop_footer h4, 
#shop_footer h5, 
#shop_footer h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#shop_footer p {
    margin-top: 0;
}

@media only screen and (max-width: 768px){
	.shop-featured {
        padding: 50px 0;
        height: 250px;
        margin-bottom: 30px;
    }
    #featured_product_categories {
        margin-bottom: 30px;
    }
    .featured-product-category-wrap {
        margin-bottom: 0;
    }
	.woocommerce table.cart td.actions .coupon, 
	.woocommerce-page #content table.cart td.actions .coupon, 
	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
		font-size: 12px;
	}	
	.woocommerce table.cart td.actions .input-text, 
	.woocommerce-page #content table.cart td.actions .input-text, 
	.woocommerce-page table.cart td.actions .input-text {
		font-size: 12px;	
    }

    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
        font-size: 10px;
    }

    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button,
    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
        font-size: 10px;
    }
}