/*!
Theme Name: Les-complex
Theme URI: habeshyan.ru
Author: Hovhannes Habeshyan
Author URI: habeshyan.ru
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: les-complex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Les-complex is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



.quantity-box {
  border: 1px solid var(--primary-color);
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

.quantity-box input {
  width: 100%;
  height: 40px;
  text-align: center;
  border: 0;
}

.quantity-box button {
  font-size: 14px;
}

.h-40 {
  width: 140px;
  height: 42px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: 40px;
}


.primary-btn {
  position: relative;
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  z-index: 1;
}

.primary-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: var(--secondary-color);
  -webkit-transition: var(--transition-base);
  -o-transition: var(--transition-base);
  transition: var(--transition-base);
  z-index: -1;
}

.primary-btn:hover {
  border-color: var(--secondary-color);
  color: var(--white-color);
}

.primary-btn:hover::before {
  height: 100%;
}

.hm2-feature-box-hh{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hm2-feature-box-hh h6{
  flex-grow: 1;
}


.vr6-product-card{
  height: 100%;
}

.vr6-product-card h6{
  min-height: 72px;
}