/**
* Theme Name: Grogin Child
* Description: This is a child theme of Grogin, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: grogin
* Version: 1.0.2
*/

.site-header .quick-button .mini-cart-holder .woocommerce-mini-cart__buttons {
	flex-direction: column;
}

.woocommerce-cart-wrapper .cart-wrapper > wc-order-attribution-inputs {
	position: absolute;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	display: none;
}
#buynow {
	display: none;
}
.banner-badge.green {
	background: none;
}
.price {
	flex-direction: row;
}

.thumbnail-wrapper {
	    min-height: 280px;
/*     	max-height: 280px; */
    	display: flex;
    	align-items: center;
}
.term-description {
	margin: 80px 0;
}

._bc_cbb {
	right: 90px !important;
}

.products:not(.slick-slider).md-column-5 > * .product-title {
	min-height: 35px;
}
.product .product-title {
	min-height: 35px;
}

@media screen and (max-width: 369px) {
	
	.products .product-type-1 .product-cart a.button {
		font-size: 0.5125rem;
		padding-left: 0.575rem;
    	padding-right: 0.625rem;
	}
}


.single-product-wrapper .vertical .product-thumbnail-items {
	width: 5.75rem;
}

.single-product-wrapper .woocommerce-product-gallery .product-thumbnail-items ol .slick-list .slick-track .slick-slide {
	width: 53px !important;
}

.single-product-wrapper .woocommerce-product-gallery .product-thumbnail-items ol .slick-list .slick-track {
	width: 43px !important;
}

@media screen and (max-width: 992px) {
		.single-product-wrapper .woocommerce-product-gallery .product-thumbnail-items ol .slick-list .slick-track {
			flex-direction: column !important;
		}
}