/home/awneajlw/public_html/skntraders.online/wp-content/themes/enzian/sass/child-theme.scss
/*
Template:       enzian
Theme Name:     Enzian Child
Theme URI:      http://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     http://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Enzian - Beauty & Cosmetic WooCommerce Theme
Version:        1.0.0
Requires at least: 4.4
Requires PHP: 5.6
Tags:           beauty, beauty products, beauty products woocommerce, beauty shop, clean, cosmetic, Cosmetic store, Cosmetics shop, ecommerce, ecommerce theme, modern, shop, store, woocommerce, woocommerce theme
License: 		    GNU General Public License
License URI: 	  licence/GPL.txt
Text Domain:    enzian-child
Domain Path:    /languages/
*/

// Configuration
@import "config";

// Mixins
@import "mixins";
//p:not([class]) > a{
//  .elementor &,
//  &{
//    color: $primary-color;
//    text-decoration: underline;
//    &:hover{
//      text-decoration: none;
//    }
//  }
//}

section#comments {
	padding-top: 20px;
	width: 100%;
}
.elementor-lakit-post-content {
	.wp-block-image.alignfull img,
	.wp-block-image.alignwide img {
		max-height: 620px;
		object-fit: cover;
	}
	.wp-block-image.size-full{
		img{
			width: 100%;
			max-height: 540px;
			object-fit: cover;
		}
		+ h2{
			font-size: var(--theme-h1-font-size);
			margin-bottom: 30px;
		}
	}
	.elementor-widget-container p{
		margin-bottom: 1.4em;
	}
}
.page-content {
	.wp-block-image.alignfull img,
	.wp-block-image.alignwide img {
		max-height: 620px;
		object-fit: cover;
	}
	> h3 {
		margin-bottom: 20px;
		margin-top: 30px;
	}
	> figure.wp-block-image {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
.wp-block-cover.has-background-dim {
	margin-top: 50px;
	margin-bottom: 50px;
}
.wp-block-cover.has-background-dim .has-large-font-size {
	width: 80%;
	font-size: var(--theme-h1-font-size);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 auto 1em;
}
.wp-block-cover.has-background-dim .has-small-font-size {
	font-size: 16px;
}
.wp-block-cover.has-background-dim .has-small-font-size:after {
	content: '';
	display: block;
	width: 50px;
	border-bottom: 2px solid;
	margin: 10px auto 0;
}
.wp-block-spacer + .wp-block-image figure.alignleft {
	margin-right: 35px;
}
.wp-block-spacer + .wp-block-image + p {
	margin-bottom: 25px;
}
p.linetop {
	font-size: 14px;
	color: #272727;
	border-top: 2px solid #E0E0E0;
	display: inline-block;
	padding-top: 7px;
	margin-top: 10px;
}
.wp-block-gallery ul.blocks-gallery-grid {
	width: 100%;
}
.place-order .button,
.wc-proceed-to-checkout .button {
	padding-bottom: 22px;
}
ul.wc_payment_methods input[type=radio] + label:before,
ul.woocommerce-shipping-methods input[type=radio] + label:before {
	top: 4px;
}
.products-grid-7 .product_item--inner {
	position: relative;
}
body.ltr .la-custom-badge.custom-hot {
	background-color: $primary-color;
	color: #fff;
	text-transform: uppercase;
	border-radius: 0;
	padding: 5px 40px 5px 30px;
	line-height: 20px;
	right: auto;
	left: -20px;
	font-family: var(--theme-heading-font-family);
}
body.ltr .la-custom-badge.custom-hot:after {
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fff;
	right: 0;
	content: '';
	top: 0;
}
body.ltr .la-custom-badge.custom-hot:before {
	content: '';
	left: 0;
	top: 100%;
	border-left: 20px solid transparent;
	border-top: 10px solid $secondary-color;
	height: 0;
	width: 0;
	position: absolute;
}
.lastudio-countdown-timer {
	display: flex;
	justify-content: space-around;
	text-align: center;
	width: 360px;
	max-width: 90%;
	margin: 0 auto;
}
.lastudio-countdown-timer__separator {
	display: none;
}
.lastudio-countdown-timer__item-value {
	font-size: 36px;
	font-weight: 500;
	color: #C2943A;
	line-height: 1;
}
.lastudio-countdown-timer__item-label {
	font-weight: 500;
	color: #C1C1C1;
	font-size: 14px;
}
.lastudio-countdown-timer__item {
	padding: 0 10px;
}
.lastudio-countdown--inprod.elementor-lastudio-countdown-timer {
	margin-bottom: 30px;
}
@media(max-width: 992px) {
	.lastudio-countdown-timer__item-value {
		font-size: 26px;
	}
}
.lakit-nav__sub.lakit-nav-depth-0 .lakit-nav__sub {
	background-color: #3C3C3C !important;
}

.lakit-nav--horizontal > .menu-item > a > .lakit-nav-arrow {
	margin-top: .35em;
}

.wc-page-content .entry-summary .variations{
	width: 500px;
	max-width: 100%;
}