/*
Theme Name: Coatally
Description: Coatally AB
Author: Coatally AB
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Header styling */

.nav-uppercase>li>a {
    letter-spacing: .15em;
}

#aelia-country-selector-header {
	width:150px;
}

#aelia-country-selector-header select, #aelia-country-selector-header .select2-container .select2-choice, #aelia-country-selector-header .select2-container .select2-selection {
	background-color:#0d0d0d;
        color:#fff;
}

#aelia-country-selector-header .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

#aelia-country-selector-header .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

/* Footer styling */

#footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border-radius:0;
}

#footer input.wpcf7-form-control.wpcf7-submit {
    background-color: #ffffff;
    border-color: #0d0d0d;
    border-width: 3px;
    border-radius: 0;
    color: #0d0d0d;
    margin-right:0;
}

section.footer-block {
    padding-bottom: 0 !important;
}

/* Single Product styling */

.product-main {
    padding: 20px 0;
}

.product-footer .woocommerce-tabs {
    padding: 0;
    border-top: 0;
}

.product-short-description p {
	text-align: justify;
}

.after-add-to-cart-button li {
	text-transform: uppercase;
        font-weight: 500;
	border-bottom: 0 !important;
}

/*
ul.product-tabs.nav.small-nav-collapse.tabs.nav.nav-uppercase.nav-line.nav-left {
    display: none;
}
*/

/* Cart / Checkout */
.focused-checkout-logo {
   background-color: #0d0d0d;
}

/*
.widget_shopping_cart_content .button {
	background-color: #64bc8a !important;
}
*/

/* Misc */
a.image-lightbox {
    cursor: zoom-in;
}

.section-title b {
    height: 3px;
    background-color: #343434;
    opacity: 1;
}

.no-margins {
    margin: 0;
    line-height: 2.4em !important;
}

span.amount {
    font-weight: 500;
}

.button.is-outline,input[type='submit'].is-outline,input[type='reset'].is-outline,input[type='button'].is-outline {
    border: 1px solid currentColor;
    line-height: 3em;
}

.button,button,input[type='submit'],input[type='reset'],input[type='button'] {
    letter-spacing: 0.1em;
    font-weight: 500;
}

.after-add-to-cart-button ul li.bullet-checkmark:before {
    color: #000;
}

.after-add-to-cart-button ul li.bullet-checkmark {
	padding-left: 20px;
	padding-right: 5px;
	font-weight: 400;
	display: inline-block !important;
}

/* TI Wishlist */

.tinvwl_add_to_wishlist_button.button {
	line-height: 2.5em;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 5px;
}

/* Hide checkout button in mini-cart */

#cart-popup a.button.checkout.wc-forward {
    display: none;
}

/* Product bubble */
.badge-inner.callout-new-bg.is-small.new-bubble {
    line-height: 15px;
}

/* Out of stock banner */
.out-of-stock-label {
    display: none;
}

/* Header trix */

.header-bottom-left-area { display:none; }

.stuck .header-bottom-left-area { display: block !important; }

.stuck #masthead { display: none; }

header#header {
    background-color: #0d0d0d;
}

/* Temp theme bugfixes */

.white.button.is-outline {
    color: #fff !important;
}

.white.button.is-outline:hover {
    color: #666 !important;
}

.tabbed-content li.tab.has-icon {
    margin-left: 0 !important;
}

/* END temp bugfixes*/

#header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}

/*
#wrapper{
	padding-top: 90px;
}
*/

#wrapper{
	padding-top: 122px;
}

#shipping_method input[type=radio]+label {
	width: calc(100% - 28px);
    text-align: left;
	display: inline-block;
}

/*
.nav-divided.nav-left{
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%);
    width: auto;
}
*/

@media (min-width: 850px) {
	.nav-left {
		-webkit-justify-content: center;
		justify-content: center;
	}
}

section{
	background: white;
}

.coatally__jumbotron{
	position: relative;
background: #0d0d0d;
    /*height: calc(100vh - 122px - 50px);*/
}

.coatally__jumbotron::after{
	/*content: ' ';
	background: black;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.1;*/
}

.coatally__jumbotron__video{
	/*min-width: 100%;
	min-height: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);*/
	width: 100%;
}

.coatally__jumbotron__content{
	position: absolute;
	left: 85px;
	top: 50%;
	z-index: 10;
}

.coatally__jumbotron__content h1{
	font-family: bauerbodoni-roman;
	font-size: 48px;
	text-transform: initial;
	color: white;
}

.full-height {
    height: calc(100vh - 92px);
}

.full-height.dark{
	background: black !important;
}



/* Custom CSS Tablet */
@media (max-width: 849px){
	.stuck #masthead {
		display: block !important;
	}
}

/* Custom CSS Mobile */
@media (max-width: 549px) {
	.footer-social-icons .social-icons.follow-icons { 
		text-align: center;
	}
	
		#wrapper{
		padding-top: 91px;
	}

	.coatally__jumbotron__content{
		left: 20px;
        right: 20px;
		bottom: 100px;
		text-align: center;
	}

	.coatally__jumbotron__content h1 {
		font-size: 24px;
	}

	.coatally__jumbotron__content__buttons{
		text-align: center;
	}
	
}