/*
 Default Styles For Theme
*/

html {
  /*scroll-behavior: smooth; */
}

/* -------------------------------------- */
/*             STICKY HEADER              */
/* -------------------------------------- */

.navbar-nav .navbar-nav { 
	/*flex-flow: wrap; */
	justify-content: center; 
}
@media screen and (max-width: 1199px) {
	#main-menu.navbar-nav li.menu-item {
		text-align: center;
	}
}

div.sticky-navigation {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0; left: 0; right: 0;
	margin-bottom: 0;
  z-index: 9999;
}
/* height of the navbar desktop */
div.sticky-navigation + div { margin-top: 61px; }
/* height of the navbar momile md */
@media (min-width: 768px) { div.sticky-navigation + div { margin-top: 76px; } }
/* sticky navigation top offcet desctop */
body.admin-bar div.sticky-navigation  { top: 32px; }
/* sticky navigation top offcet mobile */
@media screen and (max-width: 782px) { body.admin-bar div.sticky-navigation  { top: 46px; } }
/* disable unsticky wordpress adminbar on mobile */
@media screen and (max-width: 600px) { #wpadminbar { position: fixed!important; } }


/* logo size */
a.navbar-brand>img { max-height: 65px!important; width: auto!important; }
@media (min-width: 768px) { a.navbar-brand>img { max-height: 100px!important; } }

/* sticky navigation for header type 2 */
body.admin-bar .sticky-top  { top: 32px; }
/* sticky navigation top offcet mobile */
@media screen and (max-width: 782px) {
	body.admin-bar .sticky-top  { top: 46px; }
}
.navbar.transparent-sticky {
		position: fixed!important;
		left: 0;
		top: 0;
		padding: 0;
		width: 100%;
		z-index: 999;
}
/* sticky navigation type 3*/
@media (min-width: 992px) {
	.navbar.transparent-sticky {
	  position: absolute!important;
	  transition: background-color 0.6s ease-in;
	}
	.navbar.transparent-sticky:not(.fixed) {
	  background-color: rgba(0, 0, 0, .1)!important;
	}
	.navbar.transparent-sticky.fixed {
	  position: fixed!important;
	  animation: navbar-animation 0.6s;
	}
}
@keyframes navbar-animation {
  0% { opacity: 0; transform: translateY(-100%); }
  100% { opacity: 1; transform: translateY(0); }
}
/* sticky navigation top offcet desctop */
body.admin-bar .transparent-sticky   { top: 32px; }
/* sticky navigation top offcet mobile */
@media screen and (max-width: 782px) { body.admin-bar .transparent-sticky  { top: 46px; } }
@media (min-width: 992px) { body.admin-bar .transparent-sticky:not(.fixed)   { top: 0; } }
/* disable unsticky wordpress adminbar on mobile activated before*/
/*@media screen and (max-width: 600px) { #wpadminbar { position: fixed!important; } }*/



/* ------------------------------------ */
/*           OUTER IMAGE BLOCK          */
/* ------------------------------------ */
.outer-img-right {
	height: 100%;
	background-size: cover;
	background-position: center;
	margin-right: calc( 100% - 50vw );
	min-height: 25rem;
}
.outer-img-left {
	height: 100%;
	background-size: cover;
	background-position: center;
	margin-left: calc( 100% - 50vw );
	min-height: 25rem;
}
.outer-img-right.third {
	margin-right: calc( 150% - 50vw );
}
.outer-img-left.third {
	margin-left: calc( 150% - 50vw );
}
@media (max-width: 991px) {
	.outer-img-right, .outer-img-right.third {
		margin-right: calc( 50% - 50vw );
	}
	.outer-img-left, .outer-img-left.third {
		margin-left: calc( 50% - 50vw );
	}
}
/* ------------------------------------ */
/*           BS SECTION BLOCK          */
/* ------------------------------------ */
.k-bs-section-block-content-wrapper {
	min-height: 25rem;
}
.k-bs-section-block {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* -------------------------------------- */
/*                   FOOTER               */
/* -------------------------------------- */
#wrapper-footer .widget ul li {
  margin-bottom: 0.5rem;
}
#wrapper-footer .widget .footer-widget-title {
  margin-bottom: 1.2rem;
	font-size: 1.3rem;
}
#wrapper-footer ul{
  list-style-type: none;
  padding-left: 0;
}
#wrapper-footer .widgets .widget {
  margin-bottom: 1.8rem;
}
#wrapper-footer .widget a {
  color: inherit!important;
}
ul.widgets {
    padding-left: 0;
    list-style: none;
}
#wrapper-footer .adress-shortcode {
  margin-bottom: 0.8rem;
}

/* -------------------------------------- */
/*          FOOTER TO BOTTOM FIX          */
/* -------------------------------------- */
body:not(#tinymce):not(.admin-bar) {
  height: 100vh;
}
.site {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
#archive-wrapper, #full-width-page-wrapper, #page-wrapper, #single-wrapper, #index-wrapper {
  flex-grow: 1;
}
/* sticky footer adminbar fix */
body.admin-bar { height: calc( 100vh - 32px ); }
body.admin-bar .site {  min-height: calc( 100vh - 32px ); }
@media screen and (max-width: 782px) {
	body.admin-bar { height: calc( 100vh - 46px ); }
	body.admin-bar .site{  min-height: calc( 100vh - 46px ); }
}
/* ------------------------------------ */
/*           WIDE WIDTH SUPPORT         */
/* ------------------------------------ */
.page-template-template-no-header .alignfull, .page-template-template-no-header .alignwide,
.page-template-fullwidthpage .alignfull, .page-template-fullwidthpage .alignwide {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc( 50% - 50vw );
}
body.page-template-fullwidthpage { overflow-x: hidden; }
/* group block fix */
.wp-block-group.alignfull, .wp-block[data-align="full"] .wp-block-group {
    padding-left: 16px;
    padding-right: 16px;
}
.wp-block-group.has-background {
    overflow-y: auto;
}
/* ------------------------------------ */
/*        UNDERSTRAP THEME ADDONS       */
/* ------------------------------------ */
/* temporary fix!!! find better solution */
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input:disabled[type=submit] {
    color: #747474!important;
		border-color: #747474!important;
}
/* ------------------------------------ */
/*        WOOCOMMERCE THEME FIXES       */
/* ------------------------------------ */
.woocommerce div.product .woocommerce-tabs ul.tabs li::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }

/* single product quantity area sizes */
.cart .quantity input[type="number"] {
    line-height: calc( 1.5rem + 0.75em );
    padding: 0;
    margin: 0;
    border: 1px solid black;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 0.75rem 0 0;
}
/* delete from cart con fix */
.woocommerce a.remove {
    line-height: 0.85em;
		font-size: 1.6em;
		font-weight: normal;
		transition: background-color 0.4s, color 0.4s;
}
/* sidebar padding fixes */
div#right-sidebar, div#left-sidebar {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
/* widjets fixes */
div#right-sidebar .widget, div#left-sidebar .widget {
    margin-bottom: 4rem;
}
h1.entry-title {
    margin-bottom: 2rem;
}
.woocommerce .form-row {
	display:block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
/* fix form fields in account zone in adress billing form */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
		padding-left: 0;
		padding-right: 0;
}
span.select2-selection.select2-selection--single, input#shipping_state,
.woocommerce-account input[type="text"], .woocommerce-account input[type="email"],
.woocommerce-account input[type="password"] {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
    right: 6px;
}
.woocommerce-address-fields__field-wrapper, .woocommerce-EditAccountForm>.clear {
		margin-bottom: 1.5rem
}
.woocommerce-Message { line-height: 2.25rem; }
.woocommerce-Message .btn { margin-right: 1rem; }
.widget_price_filter h3, .woocommerce .widget_price_filter .price_slider { margin-bottom: 1.7rem; }

/* woocommerce category widjet style */
.woocommerce.widget_product_categories ul.product-categories {
		list-style-type: none!important;
		padding-left: 0;
}
.woocommerce.widget_product_categories li.cat-item:before {
		color: #212529;
    font: normal normal normal 14px/1 FontAwesome;
		content: "\f054";
		margin-right: 0.5rem;
}
.woocommerce.widget_product_categories li.cat-item {
		margin-bottom: 0.6rem;
}
/* only filter shop page on mobile */
@media (max-width: 767px) {
	.woocommerce-result-count { display: none; }
	.woocommerce .woocommerce-ordering { margin-bottom: 2.5em; }
}
/* woocommerce onsale badje */
.woocommerce span.onsale {
		min-height: unset;
		min-width: 4rem;
		padding: 0.3rem;
		font-size: 1rem;
		position: absolute;
		border-radius: 0;
		background-color: #bbbbbb;
		color: #fff;
		line-height: 1.5;
		transform: rotate(-10deg);
}
/* cf7 width */
.wpcf7 { max-width: unset; }
/* fix field state/country */
input#billing_state {
		line-height: 1.6;
		font-size: 1rem;
		padding: .375rem .75rem;
}
