/*
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
*/

.center {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.highlight {
	color: #ef2d56;
}
.text-uppercase {
	text-transform: uppercase;
}
.font-weight-700 {
	font-weight: 700;
}
.wpb_wrapper .konte-button.button-outline:hover {
	color: #ef2d56;
	border-color: #fff;
	background-color: #fff;
}
.wpb_wrapper .konte-button.button-normal:hover {
	background: #f25375;
    background-color: #f25375;
}
.konte-button + .konte-button {
	margin-left: 10px;
}
.cta.menu-item > a {
	border: 2px solid #cca4a5;
	color: #000;
	padding: .25em .75em;
}
.cta2.menu-item > a {
	background-color: #cca4a5;
	border: 2px solid #cca4a5;
	color: #000;
	padding: .25em .75em;
}
h1.vc_custom_heading {
    font-weight: 900;
}
h4.subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
}
.konte-button + .konte-button {
	margin-left: 10px;
}

form.woocommerce-checkout .form-row label {
	flex-basis: auto !important;
}
.woocommerce-checkout-review-order-table {
	width: 100% !important;
}
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
	padding: 20px !important;
}
.woocommerce-checkout-review-order-table .product-total {
	text-align: right;
}
.woocommerce-checkout-review-order-table .product-name {
	width: 100%;
}
.woocommerce-shop.shop-layout-standard h1.woocommerce-products-header__title.page-title {
	display:none;
}

/* For extremely small screen devices (595px and below) */
/*@media only screen and (max-width: 595px) {}*/
 
/* Small screen devices (600px and below) */
/*@media only screen and (max-width: 600px) {}*/
 
/* Medium screen devices (768px and below) */
@media only screen and (max-width: 768px) {
    h1.vc_custom_heading,
	h1.entry-title	{
        font-size: 2.85em !important;
    }
    h2.vc_custom_heading {
        font-size: 2.25em !important;
    }
	h2.subtitle {
        font-size: 1.5em !important;
    }
    .konte-button {
        margin: 0 auto;
    }
    .konte-button:first-child {
        margin-bottom: 1em;
    }
}
 
/* Big screen devices (889px and above) */
/*@media only screen and (max-width: 889px) {}*/
 
/* Extra big screen devices (1200px and above) */
/*@media only screen and (max-width: 1200px) {}*/