/*
shop.css GULA
URI: http://www.steckdesign.ch/
Author: SteckDesign.ch
Author URI: http://www.steckdesign.ch/
Version: 2.0-sd
*/

/*	============================================================
	shop
	============================================================ */
.shop-list-cards {
   	display: -webkit-box;
	display: -webkit-flex;
   	display: -ms-flexbox;
   	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
 	justify-content: center;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.shop-list-cards li {
	list-style: none;
	margin-left: 0px;
}

.shop-list-item-2 {
	display: -webkit-flex;
	display: flex; 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 28px;
	width: 50%;
}
.shop-list-item-3 {
	display: -webkit-flex;
	display: flex; 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 24px;
	width: 33.33%;
}
.shop-list-item-4 {
	display: -webkit-flex;
	display: flex;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 24px;
	width: 25%;
}
.shop-list-item-5 {
	display: -webkit-flex;
	display: flex; 
	align-content: center;
	justify-content: center;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 20%;
}
.shop-list-item-6 {
	display: -webkit-flex;
	display: flex; 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 28px;
	width: 16.66%;
}
.shop-list-item-7 {
	display: -webkit-flex;
	display: flex; 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 28px;
	width: 14.285%;
}
.shop-list-item-8 {
	display: -webkit-flex;
	display: flex; 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 28px;
	width: 12.5%;
}
.shop-list-item-9 {
	display: -webkit-flex;
	display: flex; 
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 28px;
	width: 11.11%;
}

	@media (min-width: 320px) and (max-width: 767px) {
		.shop-list-item-2 {
			width: 100%;
		}
		.shop-list-item-3 {
			width: 100%;
		}
		.shop-list-item-4 {
			width: 100%;
		}
		.shop-list-item-5 {
			width: 100%;
		}
		.shop-list-item-6 {
			width: 100%;
		}
		.shop-list-item-7 {
			width: 100%;
		}
		.shop-list-item-8 {
			width: 100%;
		}
		.shop-list-item-9 {
			width: 100%;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.shop-list-item-2 {
			width: 50%;
		}
		.shop-list-item-3 {
			width: 50%;
		}
		.shop-list-item-4 {
			width: 50%;
		}
		.shop-list-item-5 {
			width: 33.33%;
		}
		.pi-list-item-6 {
			width: 33.33%;
		}
		.shop-list-item-7 {
			width: 33.33%;
		}
		.shop-item-8 {
			width: 25%;
		}
		.shop-list-item-9 {
			width: 33.33%;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.shop-list-item-2 {
			width: 50%;
		}
		.shop-list-item-3 {
			width: 33.33%;
		}
		.shop-list-item-4 {
			width: 33.33%;
		}
		.shop-list-item-5 {
			width: 33.33%;
		}
		.shop-list-item-6 {
			width: 33.33%;
		}
		.shop-list-item-7 {
			width: 25%;
		}
		.shop-list-item-8 {
			width: 25%;
		}
		.shop-list-item-9 {
			width: 25%;
		}
	}

	@media (min-width: 1200px) {
		.shop-list-item-4 {
			width: 25%;
		}
	}

	@media (min-width: 1600px) {
		.shop-list-item-4 {
			width: 20%;
		}
	}

.shop-list-item-2 a,
.shop-list-item-3 a,
.shop-list-item-4 a,
.shop-list-item-5 a,
.shop-list-item-6 a,
.shop-list-item-7 a,
.shop-list-item-8 a,
.shop-list-item-9 a {
	/*transition:all linear 0.30s;*/
    transition: all 0.30s ease-in-out 0s;
    -moz-transition: all 0.30s ease-in-out 0s;
    -webkit-transition: all 0.30s ease-in-out 0s;
    -o-transition: all 0.30s ease-in-out 0s;
}


/*	Shop - CARDS
	----------------------------------------------------
	*/
.shop-cards {
	display: flex;
	flex-wrap: wrap;
	width: 100%!important;
	overflow: hidden;
	position: relative;
	padding: 0;
}

.shop-cards .image-holder-cards {
	position:relative;
	overflow:hidden;
}

.shop-cards img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.shop-cards img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
.shop-cards:hover img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.2;
}

.shop-cards .hover-state-cards {
 	display: flex;
 	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.shop-cards:focus .hover-state-cards,
.shop-cards:active .hover-state-cards,
.shop-cards:hover .hover-state-cards {
	opacity: 1;
}

.shop-cards .hover-state-cards .align-vertical-cards {
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.shop-cards:focus .align-vertical-cards,
.shop-cards:active .align-vertical-cards,
.shop-cards:hover .align-vertical-cards {
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}

.shop-cards .align-vertical-cards .product-price-tickr {
	color: #808080;
}


/*	============================================================
	Kategorien Image mit Link - imageslinks
	============================================================ */
.shop-imageslinks-lb {
	margin-top: 0px;
	margin-bottom: 10px;
}

.shop-text-lb a,
.shop-text-lb a:visited {
	color: #FFF;
}
.shop-text-lb a:active,
.shop-text-lb a:focus,
.shop-text-lb a:hover {
	color: #dd3333;
}

.shop-imageslinks {
	overflow: hidden;
	position: relative;
	padding: 0;
	/*background-image: linear-gradient(#000, #262626);*/
}

.shop-imageslinks img {
	max-width: 100%;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 1;
}
.shop-imageslinks:hover img,
.shop-imageslinks:active img,
.shop-imageslinks:focus img {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0.1;
}

.shop-imageslinks .shop-image-holder {
	position:relative;
	overflow:hidden;
	margin:0 auto;
}

.shop-imageslinks .shop-hover-state {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	cursor: pointer;
}

.shop-imageslinks:focus .shop-hover-state,
.shop-imageslinks:active .shop-hover-state,
.shop-imageslinks:hover .shop-hover-state {
	opacity: 1;
	cursor: pointer;
}
.shop-imageslinks a,
.shop-imageslinks a:hover {
	color: #fff;
}

.shop-imageslinks .shop-hover-state h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 0px;
	padding: 0px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
}

.shop-imageslinks .shop-hover-state p {
	line-height: 1.4;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFF;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
}
	@media (min-width: 320px) and (max-width: 479px) {
		.shop-imageslinks .shop-hover-state p {
			font-size: 100%;
		}
	}
	@media (min-width: 480px) and (max-width: 767px) {
	}
	@media (min-width: 768px) and (max-width: 991px) {
	}
	@media (min-width: 992px) and (max-width: 1199px) {
	}
	@media only screen and (min-width: 1200px) {
	}
	@media (min-width: 1400px) {
	}

.shop-imageslinks .shop-hover-state .shop-align-vertical {
 	display: flex;
 	justify-content: center;
	align-items: center;
	width: 100%;
	-webkit-transform: translate3d(0, 20px, 0);
	-moz-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	padding: 25px;
}

.shop-imageslinks:focus .shop-align-vertical,
.shop-imageslinks:active .shop-align-vertical,
.shop-imageslinks:hover .shop-align-vertical {
	-webkit-transform: translate3d(0, 0px, 0);
	-moz-transform: translate3d(0, 0px, 0);
	transform: translate3d(0, 0px, 0);
	opacity: 1;
}



/*	CONTENT
	----------------------------------------------------
	*/
.wproducts-light {
	/*background-color: #FFF;*/
	padding-bottom: 60px;
}
.wproducts-dark {
	background-color: #262626;
	padding-bottom: 60px;
}
.woocommerce-products-header .text-title {
    color: #808080;
}

.shop-content-cards {
	width: 100%; 
	text-align: center;
	padding: 0.5em;
}
.shop-content-cards h3 {
    color: #808080;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}
.shop-content-cards p {
	font-size: 17px;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto; 
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*	Shop - Outline Buttons 
	----------------------------------------------------
	*/
.shop-cards p.featured-link-cards {
   padding-top: 11px;
}

.shop-cards .featured-link-cards a {
	padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 7px;
    color: #df4949;
    font-size: 80%;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
    border: 2px solid #df4949;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.shop-cards .featured-link-cards a:hover,
.shop-cards .featured-link-cards a:active,
.shop-cards .featured-link-cards a:focus {
    border-color: #df4949;
    background-color: #df4949;
    color: #fff
}

.add_to_cart_button.fa.fa-shopping-cart {
    color: #fff;
    float: left;
    font-weight: 300;
    padding: 9px;
    font-size: 14px;
    text-align: center;
    background: #df4949;
    text-decoration: none;
    margin-left: 5px
}

/*	Shop - Categories Navigation 
	----------------------------------------------------
	*/
.shop-categories-wrapper {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
	background-color: #df4949;
	border-top: 1px solid #C22222;
	border-bottom: 1px solid #C22222;
}
.shop-categories {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: calc(90%);
	margin-left: auto;
	margin-right: auto;
}
.shop-categories-item {
	flex: 1 0 auto; /* grow shrink basis */
	justify-content: center;
	text-align: center;
	margin: 0.3rem;
}
.shop-categories-item a {
	font-size: 65%;
	color: #fff;
	/*letter-spacing: 0.05rem;*/
}
.shop-categories-item a .btn {
	margin-left: auto;
	margin-right: auto;
}
.shop-categories-thumbnail {
	text-align: center;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
    transition: transform .8s;
}
.shop-categories-thumbnail img {
	display: block;
	min-width: 100%;
	width: 100%;
	height: auto;
}
.shop-categories-thumbnail:hover {
   -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}


/*	============================================================
	.module.parallax.cover
	============================================================ */

/* Parallax - Cover  */
.shop.module.cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: contain !important;
	-moz-background-size: contain !important;
	-o-background-size: contain !important;
	background-size: contain !important; 
	min-height: 500px;
	/*background-color: #f2f2f2;
	margin-bottom: 50px;*/
}
	@media (min-width: 320px) and (max-width: 767px) {
		.shop.module.cover {
			min-height: 300px;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.shop.module.cover {
			min-height: 500px;
		}
	}

		@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) {
		.module.parallax {
		}
	}

.woocommerce div.product div.images, 
.woocommerce-page div.product div.images {
	float: left;
	width: 48%;
}
.woocommerce-product-gallery {
	/*display: block;
	width: 100%!important;*/

}
.woocommerce-product-gallery__wrapper{
	/*display: block;*/
	width: 85%!important;

}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img{
	width: 100%!important;
	/*margin-left: auto;*/
	margin-right: auto;
}


.woocommerce div.product div.summary, .woocommerce-page div.product div.summary {
	/*float: none!important;
	width: 60%!important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;*/
}
.woocommerce-product-details__short-description h3 {
	color: #008288;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #444B5C!important;
	font-size: 100%!important;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 25px;
}
.price .woocommerce-Price-amount {
	border-top: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}


.woocommerce div.product form.cart {
	margin-bottom: 1em!important;
	display: inline-block;
}

/* |--- varations --- */
.woocommerce div.product form.cart .variations .label {
	display: block;
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 1.5rem;
	margin-bottom: 0px!important;
	background-color: transparent!important;
}
.woocommerce div.product form.cart .variations .label label {
	font-weight: 300;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px!important;
}
.woocommerce div.product form.cart .variations td.value {
	display: block!important;
	line-height: 1;
	text-align: center!important;
	margin-left: auto;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px!important;
}
.woocommerce div.product form.cart .variations td.value select {
	margin-right: 0px;
}
.woocommerce div.product form.cart .variations td.value .reset_variations {
	display: block!important;
	line-height: 1;
	text-align: center!important;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0.25rem;
	margin-bottom: 1.25rem!important;
}
/* --- end varations --- */

.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #f2f2f2!important;
}
.woocommerce button.button.alt:hover {
	background-color: #B0AFAF!important;
	color: #FFFFFF!important;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #9B9B9B;
}

.woocommerce button.button.alt {
	font-weight: 300;
	background-color: #f2f2f2!important;
	color: #444B5C!important;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #C3C3C3;
}

.sku {
	font-size: 70%;
}

.gula-info-after-cart-button {
	font-weight: 300;
}


.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}


/*	============================================================
	Cart
	============================================================ */
.cart-contents {
    margin-top: calc(var( --size-1 ) * 0.7 );
    padding-right: calc(var( --size-1 ) * 0.7 );
	margin-left: calc(var( --size-1 ) * 0.8 );
}
a.cart-contents {
    text-decoration: none;
	color: #c7c7c7;
}
.cart-contents:hover {
    text-decoration: none;
	color: #c5ed00!important;
}
.cart-contents:before {
    font-family:WooCommerce;
    content: "\e01d";
    font-size: calc(var( --size-1 ) * 1.3 );
    margin-top: calc(var( --size-1 ) * 0.5 );
    font-style:normal;
    font-weight:400;
    padding-right:calc(var( --size-1 ) * 0.2 );
    /* vertical-align: center; */
}
.cart-contents-count {
    color: #314750;
    background-color: #c5ed00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: calc(var( --size-1 ) * 0.7 );
    font-weight: bold;
    /* line-height: 1.5; */
    /* margin-bottom: calc(var( --size-1 ) * 0.5 ); */
    border-radius: 10px;
    padding: calc(var( --size-1 ) * 0.025 ) calc(var( --size-1 ) * 0.25 );
    vertical-align: top;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #008288!important;
	color: #fff!important;
	-webkit-font-smoothing: antialiased;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	color: #008288;
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading {
	color: #008288;
}



/* ---| checkout |------------------- */

#ship-to-different-address {
    margin-top: 1rem;
}

.woocommerce form .form-row label {
    font-size: calc( var( --fontsize ) * 1 );
}
#billing_title_field select {
    background: url(../images/arrow-down.png) 96% / 2% no-repeat #FFF;
}
#shipping_title_field select {
    background: url(../images/arrow-down.png) 96% / 2% no-repeat #FFF;
}

.woocommerce .input-text {
    background-color: rgba(var(--maincolor-bg), 0.15);
    border-color: rgba(var(--maincolor-bg), 0.3);
	min-height: var( --size-2 );
	font-size: var( --size-1 );
	padding: var( --size-025);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
}
.select2-container--default .select2-selection--single {
    background-color: rgba(var(--maincolor-bg), 0.15)!important;
    border: 1px solid rgba(var(--maincolor-bg), 0.3)!important;
    border-radius: 4px;
	min-height: var( --size-2 );
	font-size: var( --size-1 );
	/* padding: var( --size-025); */
}
.select2-container--open .select2-dropdown {
    background-color: #e6f8e0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #00a043!important;
    color: #fff;
}
.select2-container--default .select2-results>.select2-results__options {
    width: 100%;
}

.woocommerce-gzd-legal-checkbox-text {
    font-size: 1rem!important;
    margin-bottom: 0.5rem;
}

.woocommerce-info {
    border-top-color: rgba(var(--maincolor-1), 1.0)!important;
}
.woocommerce-info::before {
    color: varrgba(var(--maincolor-1), 1.0)!important;
}

.wc-gzd-product-name-left {
    max-width: 50%!important;
    margin-right: 1em;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: var( --tablebg_1 )!important;
    border-radius: 5px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: var( --tablebg_2 )!important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid transparent!important;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid var( --tablebg_2 );
}

ul.payment_methods li::before, .woocommerce-checkout #payment ul.payment_methods li::before {
    background-color: transparent;
    border-radius: 0%;
    content: none;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    height: auto;
    width: 0px;
    margin-left: 0rem;
}

/* ---| checkout payrexx |------------------- */
img#mastercard.onetime,
img#visa.onetime,
img#postfinance_card.onetime,
img#twint.onetime {
	width: var( --size-4 );
}



/*	============================================================
	Form - Bootstrap
	============================================================ */

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition:none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border:0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow:0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity:1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity:1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity:1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity:1
}

.form-control::placeholder {
    color: #6c757d;
    opacity:1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity:1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color:#fff
}

.form-control-file, .form-control-range {
    display: block;
    width:100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height:1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height:1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height:1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width:1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left:0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius:.2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius:.3rem
}

select.form-control[multiple], select.form-control[size] {
    height:auto
}

textarea.form-control {
    height:auto
}

.form-group {
    margin-bottom:1rem
}

.form-text {
    display: block;
    margin-top:.25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left:-5px
}

.form-row > .col, .form-row > [class * =col-] {
    padding-right: 5px;
    padding-left:5px
}

.form-check {
    position: relative;
    display: block;
    padding-left:1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left:-1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color:#6c757d
}

.form-check-label {
    margin-bottom:0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right:.75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left:0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color:#28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius:.25rem
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
    display:block
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: 2.25rem;
    background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
    display:block
}

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display:block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color:#28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display:block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color:#28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color:#28a745
}

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display:block
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color:#34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color:#28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color:#28a745
}

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display:block
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow:0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color:#dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius:.25rem
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display:block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: 2.25rem;
    background-position:top calc(2.25rem / 4) right calc(2.25rem / 4)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: 3.4375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display:block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display:block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color:#dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display:block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color:#dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color:#dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display:block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color:#e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color:#dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color:#dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display:block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items:center
}

.form-inline .form-check {
    width:100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom:0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom:0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align:middle
    }

    .form-inline .form-control-plaintext {
        display:inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width:auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left:0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left:0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content:center
    }

    .form-inline .custom-control-label {
        margin-bottom:0
    }
}

