
.header-shop {
	margin-bottom: 30px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: calc(33.3% - 20px);
    margin-right: 30px;
    margin-bottom: 50px;
}

.woocommerce ul.products li.product:nth-child(3n), 
.woocommerce-page ul.products li.product:nth-child(3n) {
	margin-right: 0;
}

.woocommerce ul.cart_list a, 
.woocommerce ul.product_list_widget a {
	color: #1d77ef;
}

.woocommerce .star-rating span {
	color: #ffcd00;
}

.woocommerce .star-rating {
	font-size: 11px;
}


.select2-container--default .select2-selection--single,
.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    margin: 0 0 .9rem;
    padding: .6rem;
    width: 100%;
    background: #fff;
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256%2C298.3L256%2C298.3L256%2C298.3l174.2-167.2c4.3-4.2%2C11.4-4.1%2C15.8%2C0.2l30.6%2C29.9c4.4%2C4.3%2C4.5%2C11.3%2C0.2%2C15.5L264.1%2C380.9c-2.2%2C2.2-5.2%2C3.2-8.1%2C3c-3%2C0.1-5.9-0.9-8.1-3L35.2%2C176.7c-4.3-4.2-4.2-11.2%2C0.2-15.5L66%2C131.3c4.4-4.3%2C11.5-4.4%2C15.8-0.2L256%2C298.3z%22/%3E%3C/svg%3E);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - .6rem) center;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
    border-radius: 0;
    outline: 0
}
.orderby[disabled] {
    border-color: #c8c8c8;
    background-color: #f2f2f2;
    box-shadow: none;
    cursor: not-allowed
}
.orderby:focus {
    border-color: #0c69d6
}
.orderby::-ms-expand {
    display: none
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #1d77ef;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #f0f0f0;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	float: left;
	width: 65px;
	margin-right: 15px;
}

.woocommerce ul.products li.product .price {
	color:#1d77ef;
	font-size: 22px;
}

.woocommerce ul.products li.product .price ins {
	font-weight: normal;
}

.product_list_widget .product-title {
	color: #292e35;
	font-weight: 400;
	letter-spacing: .5px;
}

.product_list_widget .woocommerce-Price-amount {
	color: #1d77ef;
	font-weight: 500;
	font-size: 15px;
}

.woocommerce ul.products li.product h3 {
	color: #292e35;
	font-size: 19px;
	font-weight: 700;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
	display: none;
}

ins {
	text-decoration: none;
}

.woocommerce ul.products li.product .price del { 
	display: none;
}

.woocommerce ul.products li.product .caption {
	padding-top: 8px;
	display: table;
	width: 100%;
}

.woocommerce ul.products li.product .caption h2 {
	display: table-cell;
	vertical-align: middle;
}

.woocommerce ul.products li.product .caption h2:hover {
	color: #1d77ef;
}

.woocommerce ul.products li.product .caption span.price {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}

.woocommerce a.added_to_cart {
	color: #ffffff;
}

.custom-pagination {
	background: #f5f7fa;
	padding: 20px 0 14px 0;
}

.custom-pagination nav.woocommerce-pagination ul {
	border: 0;
	margin: 0;
}

.custom-pagination nav.woocommerce-pagination ul li {
	border-right: 0;
}

.custom-pagination nav.woocommerce-pagination ul li a:focus,
.custom-pagination nav.woocommerce-pagination ul li a:hover,
.custom-pagination nav.woocommerce-pagination ul li span.current {
	color:#ffffff;
	background: #1d77ef;
}

.custom-pagination nav.woocommerce-pagination ul li a,
.custom-pagination nav.woocommerce-pagination ul li span {
	padding: 1em;
}

/******************************/

/* Common style */
figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: transparent;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	/*min-height: 100%;*/
	max-width: 100%;
	opacity: 0.8;
}

figure.effect-sadie figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie figcaption::after {
	pointer-events: none;
}

figure.effect-sadie figcaption,
figure.effect-sadie figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure.effect-sadie figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}



/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(29,119,239,0.7) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(29,119,239,0.7) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 0 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.woocommerce ul.products li.product .button {
	margin-top: 0;
	color:#ffffff;
	background: #292e35;
	font-weight: normal;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	font-weight: normal;
	border-radius: 0;
}

/* breadcrumb */

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
	color: #ffffff;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	text-decoration: none;
}

/* badge */

.woocommerce ul.products li.product .onsale {
    top: .5em;
    right: .5em;
    left: auto;
    margin: 0;
}

#img span.onsale {
	top: 10px;
	right: 25px;
	left: auto;
}

.woocommerce span.onsale {
    top: .5em;
    left: .5em;
    border-radius: 0;
    background-color: #1d77ef;
    color: #fff;
    z-index: 1998;
}

/* Single Product */

.woocommerce div.product {
	margin-top: 60px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #292e35;
	font-size: 1.2em;
}

h2.product_title {
	color: #292e35;
}

div.summary .star-rating {
	font-size: 13px;
}

a.woocommerce-review-link {
	font-family: 'Glacial Indifference';
	color:#999999;
}

a.woocommerce-review-link:hover {
	color: #777777 ;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 15px;
}

.summary .price span.woocommerce-Price-amount {
	color: #1d77ef;
	font-size: 34px;
	font-weight: normal;
	line-height: 34px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	color: #1d77ef;
}

div[itemprop="description"] p {
   line-height: 1.8;
   margin-bottom: 20px;
}

input.qty {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0 0 .9rem;
    padding: .6rem;
    background: #fff;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05);
    border-radius: 0;
    outline: none;
    resize: vertical;
    transition: border-color .3s ease	
}

.single_add_to_cart_button {
	border: 0;
}

/* Product Meta */

div.product_meta span.sku_wrapper,
div.product_meta span.posted_in,
div.product_meta span.tagged_as {
	display: block;
	margin-bottom: 5px;
	font-weight: 500;
}

div.product_meta a,
div.product_meta .sku {
	color: #999999;
	font-weight: 400;
}

div.product_meta a:hover,
div.product_meta a:focus {
	color: #333;
	text-decoration: none;
}  


/* Tabs */

.wc-tabs-wrapper {
	padding-top: 30px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 2px solid #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 0;
	padding: 1em 2em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
	content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color:#ffffff;
	background: #1d77ef;
}



/* Reviews */

h3.woocommerce-Reviews-title {
	margin-bottom: 20px !important;
}

.woocommerce #reviews #comments ol.commentlist {
	padding-left: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 40px;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
}

span[itemprop="author"] {
	color: #292e35;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	color: #aaaaaa;
}

.woocommerce p.stars a {
	color: #ffcd00;
}


/* Related Products */

div.related.products {
	margin-top: 30px;
}

section.related.products ul.products li.product {
	width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 54px;
}

section.related.products ul.products li.product:nth-child(4n) {
	margin-right: 0;
}

section.related.products h3 {
	margin-bottom: 20px;
}


/* MY ACCOUNT */

#customer_login {
	padding: 90px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 15%;
}

.woocommerce-account .woocommerce-MyAccount-content {
	width: 83%;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding-left: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
	color: #333333;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
	color: #1d77ef;
	text-decoration: none;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
	padding: 8px 12px;
}

.woocommerce table.my_account_orders {
	font-size: 1em;
}

td.order-number a {
	color: #292e35;
	font-size: 1.1em;
	font-weight: 700;
}

td.order-number a:hover {
	color: #1d77ef;
	text-decoration: none;

}


/* Cart */

/*.woocommerce table.shop_table td {
	padding: 10px 0;
}*/

/*.woocommerce table.shop_table.cart th {
	padding-left: 0;
}*/

table.shop_table.cart {
	margin-top: 50px;
	border-radius: 0;
	border: 0;
}

.woocommerce table.shop_table th {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce-cart table.cart img {
	width: 85px;
}

.product-name a {
	color: #1d77ef;
	font-weight: 500;
}

.product-name a:hover {
	color: #1d77ef;
	text-decoration: none;
}

.woocommerce-page table.cart td.actions {
	padding-top: 20px;
}

#coupon_code {
	width: 150px;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border: 0;
	text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	padding-left: 0;
	padding-bottom: 0;
	vertical-align: middle;
}

.cart-collaterals span.amount {
	font-size: 20px;
}

.cart_totals h2 {
	color: #1d77ef;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	padding: 0;
}


/* Info */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	padding: 2em 0;
}

.woocommerce-error::before,
.woocommerce-info::before, 
.woocommerce-message::before {
	content: none;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: #292e35;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
	color: #1d77ef;
	text-decoration: none;
}


.woocommerce-info {
	background: transparent;
	border-top: 0;
}

/* checkout */

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-container .select2-selection--single {
	height: 40px;
}

.woocommerce table.shop_table {
	border-radius: 0;
}

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

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 100%;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product { width: 100%; }

	.woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) { float:none; }

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

	.woocommerce div.product .product_title { display: inline-block; margin-top: 20px; }

	section.related.products ul.products li.product { width: 100%; }

	.woocommerce-account .woocommerce-MyAccount-navigation { width: 100%; }

	.woocommerce-account .woocommerce-MyAccount-content { width: 100%; }

}

/* IPAD PORTRAIT */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
	    width: 48%;
	    float: left;
	    clear: both;
	    margin: 0 0 2.992em;
	}

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

	.woocommerce div.product .product_title { margin-top: 20px; display: inline-block; }

	section.related.products ul.products li.product {
		width: 48%;
	    float: left;
	    clear: both;
	    margin: 0 .5em 2.992em;
	}

