
/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

/** 

COLORS
Black: #161619
Grey: #cdcfd0


**/

/** DETAIL **/

/** Image **/
.woocommerce div.product.layout-v4 .woocommerce-product-gallery {
	padding-left: 0;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs {
	bottom: 22px;
	left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	top: inherit;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	background: transparent;
	margin: 0 10px 0 0;
	overflow: hidden;
	border: 7px solid transparent;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs li img {
	opacity: 1;
	width: 6px;
	height: 6px;
	background: #cdcfd0;
	border-radius: 50%;
	border: 3px solid #cdcfd0;
}

.woocommerce div.product.layout-v4 .flex-control-thumbs li img.flex-active, .woocommerce div.product.layout-v4 .flex-control-thumbs li:hover img {
	background: #161619;
	border-color: #161619;
}

@media (max-width: 767px) {
	.woocommerce div.product.layout-v4 .swatches-support .variations {
		margin-bottom: 20px;
	}
	
	.woocommerce div.product.layout-v4 .woocommerce-product-details__short-description {
		margin-bottom: 20px;
	}
}

.woocommerce div.product.layout-v4 .swatches-support .variations {
	margin-bottom: 60px;
}

.woocommerce div.product.layout-v4 .woocommerce-product-details__short-description {
	margin-bottom: 60px;
}

.woocommerce .quantity-dropdown {
	display: none !important;
}

/** Related Products **/
ul.products li.product .product-summary {
	text-align: center;
}

ul.products li.product .button:first-child {
	display: block;
	margin: 0 auto;
	float: none;
}
