@charset "UTF-8";

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
main.site-main {
    padding: 0;
}
select.orderby {
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}
.xoo-wsc-sm-info a {
	color: #FFF !important;
}
.xoo-wsc-product {
	border-bottom: solid 1px #565F5B !important;
}


/* Messsgaes
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.woocommerce-message, .woocommerce-info {
    background: #303233 !important;
    border: solid 1px #B2926D;
    padding: 10px 20px;
    margin-bottom: 20px !important;
    font-size: 1.3rem !important;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.nav-utilities {
    position: absolute;
    top: 0;
    right: 0;
}
ul.nav-utilities li {
    float: left;
    margin-right: 5px;
}
ul.nav-utilities li:hover {
    transition: 0.5s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.nav-utilities li a {
    display: block;
}
.modal {
    width: 100%;
    max-width: 1024px !important;
    top: 50px !important;
    padding: 40px !important;
    font-size: 1.4rem;
    box-shadow: none !important;
    border-radius: 0 !important;
}
a.cart {
    width: auto;
    height: 50px;
    padding-left: 35px;
    background-image: url(../images/icons/ic_cart.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.cart-total {
    font-size: 1.2rem;
    line-height: 50px;
}
a.search {
    width: 50px;
    height: 50px;
    background-image: url(../images/icons/ic_search.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: center;
}


/* Breadcrumbs
––––––––––––––––––––––––––––––– */
nav.woocommerce-breadcrumb {
    font-size: 1.2rem;
}


/* Results
––––––––––––––––––––––––––––––– */
.results {
    font-size: 1.2rem;  
}
p.woocommerce-result-count {
    margin: 0;
}
.results select {
    padding: 10px 10px;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}



/* Products
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.products {
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
}
ul.products li {
    width: 31% !important;
    margin-right: 2% !important;
	margin-bottom: 0 !important;
    background: none;
    padding: 0 0 20px 0;
    overflow: hidden;
	text-align: left;
}
ul.products li:nth-child(3n+1) {
    margin-right: 2% !important;
}
ul.products li img {
    width: 100% !important;
    height: auto;
    margin-bottom: 20px;
}
ul.products li img:hover {
    transition: 0.5s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
h2.woocommerce-loop-product__title {
    font-size: 2rem;
	letter-spacing: 0.5px;
	font-weight: 500;
}
ul.products li .woocommerce-Price-amount {
	font-size: 1.4rem;
	font-family: "Roboto Mono", monospace;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-weight: 400;
}
ul.products li .add_to_cart_button {
    display: none !important;
}
section.related.products > h2 {
	margin-bottom: 25px;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}


/* Single Product
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.woocommerce-product-gallery__trigger {
    display: none !important;
}
.flex-viewport {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
figure.woocommerce-product-gallery__wrapper {
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-product-gallery {
    width: 100% !important;
    height: auto !important;
}
.woocommerce-product-gallery__image img {
    width: 100% !important;
    height: auto;
    display: block;
    border: solid 1px #DDD;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important;
}
ol.flex-control-nav.flex-control-thumbs {
    overflow: hidden !important;
}
ol.flex-control-nav.flex-control-thumbs li {
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 1% !important;
    width: 19% !important;
    float: left !important;
}
ol.flex-control-nav.flex-control-thumbs li img {
    width: 100% !important;
}
.product_title.entry-title {
    font-size: 3rem;
}
.woocommerce-product-details__short-description {
    border-top: solid 1px #BBBFAF;
    padding: 30px 0;
}
.entry-summary .woocommerce-Price-amount.amount {
    font-size: 2rem;
    position: relative !important;
	font-family: "Roboto Mono", monospace;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-weight: 400;
}
form.cart input.input-text.qty.text {
    display: none;
}
.single_add_to_cart_button.button {
    width: 100% !important;
    background: #273538;
    color: #FFF;
    font-size: 1.5rem;
	text-transform: uppercase;
    font-weight: 500;
    border-radius: 0;
    border: none;
    padding: 15px 20px;
	font-family: "Roboto Mono", monospace;
}
.single_add_to_cart_button:hover {
	background-color: #BBBFAF !important;
    transition: 0.3s;
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}


/* Single Product Tabs
––––––––––––––––––––––––––––––– */
ul.tabs.wc-tabs {
    display: flex;
    flex-wrap: wrap;
}
ul.tabs.wc-tabs li {
    float: left;
    padding: 0 20px;
    font-size: 1.6rem;
    background-color: #EEE;
}
ul.tabs.wc-tabs li a {
    color: #000;
}
ul.tabs.wc-tabs li.active {
    background: #000;
}
ul.tabs.wc-tabs li.active a {
    color: #FFF !important;
}
.woocommerce-Tabs-panel {
    padding: 50px 0;
}
.woocommerce-tabs .panel h2 {
    margin-bottom: 0 !important;
}
.woocommerce-Tabs-panel ul {
	overflow: hidden;
	list-style: none;
}
.woocommerce-Tabs-panel ul li {
	margin: 0 0 6px 20px;
    padding: 0 0 0 20px;
    background-image: url(../images/icons/ic_bullet_red.svg);
    background-size: 10px 10px;
    background-position: left center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}


/* Cart & Checkout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.wc-block-cart__submit-container a, .wc-block-components-button {
	display: inline-block;
	padding: 18px 50px;
	font-size: 1.4rem;
	font-family: "Roboto Mono", monospace;
  	font-optical-sizing: auto;
  	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #273538;
	color: #ebe9e5 !important;
	width: 100%;
	margin-top: 10px;
	border: none !important;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

