/* 

	Theme Name: Kalonda
	Theme URI: http://www.kalonda.com
	Description: Kalonda Theme. 
	Version: 1.0
	Author: Kalonda
	Author URI: http://www.kalonda.com 
	Tags: commerce
	Template:    nyla
	Text Domain:  kalonda
	
*/

/* -----------------------------------
	CHILD CSS
------------------------------------- */


/* -----------------------------------
	Newsletter 
------------------------------------- */

.margin-left-100 {
	margin-left:100px !important;
}

.text-bold {
	font-weight: bold !important;
}

.flex-nwsl {
	display: flex;
}

.padding-left-0-nwsl {
	padding-left: 0;
}

.font-sans-serif-nwsl {
	font-family: sans-serif;
	font-weight: lighter;
}

.margin-right-20-nwsl {
	margin-right: 20px;
}

.full-width-nwsl {
	width: 100%;
}

.cursor-pointer-nwsl {
	cursor: pointer;
	}

.font-size-13 {
	font-size: 13px;
}

body .submit-nwsl {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid white;
	background-color: transparent !important;
    padding: 0 0 10px 0;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 11px;
    line-height: 1.6;
}

.outline-none-nwsl {
	outline:none
}

.footer-bottom-left {
	width: 50%;	
}

.footer-bottom-right {
	display: flex !important;
	width: 50% !important;
	justify-content: space-between !important;
}

.color-white {
	color: white !important;
}

#footer {
	padding-bottom: 30px !important;
	background-color: black;
}

#footer .footer-bottom .wrapper {
	display: flex;
	align-items: center;
}

#newsletter-subscription {
	width: 100% !important;
	max-width: 630px !important;
}

body .newsletter-nwsl {
	padding: 0;
	border-top: none;
	border-left: none;
	background-color:transparent !important;
	border-right: none;
	color: white !important;
	border-bottom: 1px solid white !important;
}


@media only screen and (max-width: 1024px) {
	.payment-methods {
		    margin-left: 0 !important;
		margin-bottom: 30px !important;
	}
}

.languages {
	display: flex;
}

.payment-methods {	
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 400px;
    color: white;
}

.social-media-icons {
	width: 100%;
    max-width: 200px;
    display: flex;
    justify-content: space-between;
}
.social-media-icons a,
.languages a
{
	color: white !important;
}

.social-media-icons a:hover,
.languages a:hover
{
	color: rgba(255,255,255,0.41) !important;
}


.footer-copyright {
    width: 100%;
}

@media (max-width: 1024px) {
	#footer .footer-bottom .wrapper {
		flex-wrap: wrap;
		max-width: calc(100% - 44px);
	}
	.footer-bottom-left {
		width: 100%;
	}
	.footer-bottom-right {
		margin-top: 20px;
	}
	.footer-bottom-right {
	    width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}
	.payment-methods {
		text-align: left;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.footer-copyright {
		text-align: left;
	}
}

/* -----------------------------------
	Cookie bar
------------------------------------- */

@media only screen and (min-width: 766px) { 
	.cli-bar-container {
	margin: 20px 210px !important;
}

.cli-bar-message {
	font-size: 13px !important;
}
}


/* -----------------------------------
	Css objects
------------------------------------- */

.border-white {
	border: white !important;
}

.border-bottom-1 {
	border-bottom: 1px solid !important;
}

.margin-left-20 {
	margin-left: 20px;
}

.margin-top-20 {
	margin-top: 20px;
}

/* -----------------------------------
	HEADER THEME FIXES
------------------------------------- */


body.scrolled #header.sticky #logo img {
    height: 30px !important;
}


/* -----------------------------------
	FOOTER PAGE THEME FIXES
------------------------------------- */

.footer-link {
	display: block !important;
	color:white !important;
}


@media only screen and (max-width: 766px) {
	#footer .footer-inner {
		display: none !important;
	}

	#payment-options {
		display: none;
	}
}

/* 
.wpb_category_n_menu_accordion_list a {
	padding:10px !important;
	width: 100%; 
} */

/* footer always bottom v1 */ 
@media (min-width: 769px) {
	.page-template-page-default-content.loading-end #page-content, 
	.woocommerce-cart #page-content,
	.page-id-5611 #page-content /* empty wishlist page*/
	{
	    min-height: 100vh;
	}
	.page-template-page-default-content	#hero-and-body,
	.woocommerce-cart #hero-and-body,
	.page-id-5611 #hero-and-body
	{
	    padding-bottom: 260px;
	}
	.page-template-page-default-content	footer#footer,
	.woocommerce-cart footer#footer,
	.page-id-5611 footer#footer
	{
	    position: absolute;
	    bottom: -1px;
	    width: 100%;
	    height: 260px;
	}
}

/* -----------------------------------
	SEARCH BAR THEME FIXES
------------------------------------- */

.search-is-open #header-search.is-searched {
	overflow-y: auto;
	background-color: black;
}

.is-searching .search-field {
	padding-left: 20px !important;
}

#header-search form input[type="search"] {
	/*     padding: 20px; */
	background-color: white;
}

#header-search .search-inner {
	overflow-y: unset;
}



#search-shop-grid .grid-button {
	display: none;
}


.shop-container .shop-item .shop-item-inner .tinv-wishlist {
	display: none;
}

#search-shop-grid .product-name {
	text-align: center;
}


#search-shop-grid .product-name a {
	color: white;
}

.search-form.wrapper {
    background-color: white;
    margin: 0;
    padding: 20px !important;
	width: 100%;
	max-width: 100%;
}
form.woocommerce-product-search.searchform {
	margin: 0 auto;
	max-width: 1440px;
}

/* -----------------------------------
	PRODUCT PAGE THEME FIXES
------------------------------------- */


.cart-bottom {
	position: relative !important;
}

/* .product-head {
	height: 80vh;
} */

.product .nav-wrapper .nav-inner {
	max-height: 610px !important;
} 

.product .flickity-nav .flickity-nav-inner {
 	margin-top: -170px;
}  

.text-light .lazy-wrapper {
	background-color: black;
}

.infos-inner {
	height: inherit !important;
}

.woocommerce-product-details__short-description {
	padding: 30px
}

.product .variation-gallery .nav-center .nav-inner {
	position: absolute;
	top: 25px;
}

/* -----------------------------------
	PRODUCT PAGE 
------------------------------------- */
#product .infos-align {
    display: flex;
    flex-direction: column;	
}

#product .toggle-name {
	font-family: 'Open Sans';
}

#product .woocommerce-product-attributes-item__label {
	color: #9e9e9e;
	font-family: 'Open Sans';
}

#product .woocommerce-product-attributes-item__value {
	color: white;
	text-align: right;
	font-size: 14px;
}

#product .toggle-item {
	border-color: white;
	padding: 15px 30px;
}

#product .product-infos form.cart {
	margin-bottom: 40px;
}

#product .cart {
	order: 10;
}

#product .col-content {
	display: flex;
	flex-direction: column;
}

.woocommerce-tabs.wc-tabs-wrapper.accordion {
	order: 1;
}

.woocommerce-product-details__short-description {
	font-size: 14px !important;
	color: white;
}

.badges {
	display: none !important;
}

#product .woocommerce-Price-amount {
	font-family: 'Open Sans' !important;
    font-weight: bold !important;
}

.product_title {
	text-align: center;
	font-family: 'Open Sans' !important;
    font-weight: bold !important;
    font-size: 17px !important;
} 

.single-price {
	    width: 100%;
    display: flex !important;
    justify-content: space-around;
}

.product_meta {
	display: none;
}

.stock {
	text-align: center;
}

.woocommerce-breadcrumb {
	display: none;
}

#product .product-description {
	background-color: black;
	margin-top: -80px !important;
}

.single-product .spacer-big {
	display: none;
}

.product-head {
	padding-top: 80px;
	#height: 80vh;
}

.fancybox-bg {
	background-color: black !important;
}
/* 
.page-template-default {
	background-color: black !important;
} */

.woocommerce-page {
	background-color: white !important;
}

/* change color cursor on gallery slider image */
#product .product-images a[data-fancybox]:not(.sr-button-icon) {
    cursor: pointer;
}


/* Product Price made smaller */
#product .product-infos .product_title {
	text-align: left;
}
#product .product-infos .single-price .amount {
	font-size: 15px;
}
#product .woocommerce-Price-amount {
	font-weight: normal !important;
	margin-right: auto;
}
#product .product-infos .woocommerce-product-details__short-description {
	padding: 0;
	margin-top: 10px;
}


/* -----------------------------------
	Cart page
------------------------------------- */
.woocommerce-cart-form__contents .product-image a {
	border-bottom: none;
}

/* -----------------------------------
	Transparant header on COP page
------------------------------------- */

@media only screen and (min-width: 766px) {
	body:not(.scrolled):not(.menu-is-open) #header[class*='transparent-']:not(.header-hover)::after, body.cart-is-open:not(.scrolled):not(.menu-is-open) #header[class*='transparent-']::after {
		background: black !important;
		border-color: transparent;
		transition-delay: 0s;
	}
	
	
	.hide-md {
		display: none;
	}

}


@media only screen and (max-width: 766px) {
	.product-description {
background-color: black !important;		
	}
	
	#product  {
background-color: black !important;
}
	
/* -----------------------------------
	Transparant header on COP page
------------------------------------- */

	body:not(.scrolled):not(.menu-is-open) #header[class*='transparent-']:not(.header-hover)::after, body.cart-is-open:not(.scrolled):not(.menu-is-open) #header[class*='transparent-']::after {
		background: transparent !important;
		border-color: transparent;
		transition-delay: 0s;
	}
	
	
/* -----------------------------------
	Headings on COP page
------------------------------------- */


	#cop-for-her-heading {
		text-align: right !important;
		color: white !important;
		font-weight: bold !important;
		font-size: 13pt !important;
	}

	#cop-for-her-sub-heading {
		text-align: right !important;
		margin-top: 5px;
		color: white !important;
		font-weight: bold !important;
	}

	#cop-for-him-heading {
		text-align: right !important;
		color: white !important;
		font-weight: bold !important;
		font-size: 13pt !important;
	}

	#cop-for-him-sub-heading {
		text-align: right !important;
		margin-top: 5px;
		color: white !important;
		font-weight: bold !important;
	}
	
	
	#product .product-description {
		margin-top: 0px !important;
	}
}


#hero.hero-fullscreen {
}

.carousel-image {
  min-width: 150px;
  height: 200px;
}

/* -----------------------------------
	Navigation font fixes
------------------------------------- */
h6.widget-title {
    font-family: sans-serif;
    font-weight: 600 !important;
}
.widget ul:not(.socialmedia-widget) li a {
    font-family: sans-serif !important;
}
#hero.hero-fullscreen #page-title.title-bottom {
	font-family: "EB Garamond";
}


/* -----------------------------------
	Template Name: Content Page styling
------------------------------------- */
.page-template-page-default-content {
    color: black;
    font-size: 17px;
}
.page-template-page-default-content h1.h3 {
    color: black;
}

form.woocommerce-ResetPassword.lost_reset_password {
	color: black;
}

/* -----------------------------------
	Global Woocommerce
------------------------------------- */
.includes_tax {
    display: none;
}

.woocommerce-shipping-methods label {
    font-size: 13px !important;
}

.woocommerce-order,
.woocommerce-notice,
.woocommerce-order .woocommerce-order-overview li > span > strong,
.woocommerce-order .woocommerce-bacs-bank-details ul li,
.woocommerce .order_details.shop_table .product-quantity,
.woocommerce .sr-checkout-order .shop_table .product-quantity,
#mini-cart .menu-cart-content .cart-list .cart-table .cart-item .product-title a
{
	color: black;
}

.woocommerce-order .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading,
span.empty-main-text.h7
{
	font-weight: 400;
}

.title-alt.h8 {
	font-size: 13px;
	color: black;
}

#billing_company_field {
	display: none;
}
#billing_country_field {
	width: calc(100% - 20px);
}

.woocommerce-checkout .mollie-instructions {
    margin-top: 20px;
}
@media (max-width: 576px) {
	.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
		display: flex;
	    flex-direction: column;
	}
	.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
		width: 100%;
		border-left: 0;
	}
}
