/*
	Theme Name:   Mobilus
	Theme URI:    http://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/12537825
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/


/* Child theme CSS
--------------------------------------------------------------- */

.nm-quantity-wrap {
	display: none;
}

.variations tr td {
	border: 0;
}

.variations tr .nm-variation-row .label {
	float: none;
	width: auto;
	padding: 0 0 10px;
	font-weight: 700;
}

.variations tr .nm-variation-row .value {
	position: relative;
	margin: 0 0 20px;
}

.tawcvs-swatches .swatch {
	opacity: 1;
}

.tawcvs-swatches .swatch.selected {
	box-shadow: none;
}

.tawcvs-swatches .swatch-color {
	overflow: hidden;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tawcvs-swatches .swatch-color.selected:before {
	-webkit-transform: none;
    -moz-transform: none;
    transform: none;
	z-index: 1;
	left: 10px;
}

.tawcvs-swatches .swatch:after {
	content: "";
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	border: 1px solid #c3c3c3;
	border-radius: 50%;
}

.tawcvs-swatches .swatch.selected:after {;
	border-color: #dc9814;
}

.tawcvs-swatches .swatch-label {
	color: #fff;
	font-size: 16px;
	background: #a0a0a0;
}

.tawcvs-swatches .swatch-label.selected {
	background: #000;
}

.swatch-secondary {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
}

.woocommerce-product-gallery__image a img {
	mix-blend-mode: multiply;
}

.nm-product-wishlist-button-wrap,
.product_meta,
.nm-shop-loop-wishlist-button {
	display: none;
}

.nm-shop-loop-thumbnail {
	background: none;
}

.nm-shop-loop-thumbnail .variations {
	text-align: center;
}

.nm-shop-loop-thumbnail .single_variation_wrap {
	display: none !important;
}

.nm-shop-loop-thumbnail .variations tr:not(:first-child) {
	display: none;
}

.nm-shop-loop-thumbnail .variations tr .nm-variation-row .label {
	display: none;
}

.nm-shop-loop-thumbnail .variations tr .nm-variation-row .value {
	text-align: center;
	margin: 0;
}

.nm-shop-loop-thumbnail .variations td {
	border: 0 !important;
}