/*
Theme Name: Konte Child Theme
Theme URI: http://konte.uix.store/
Author: UIX Themes
Author URI: http://uix.store
Description: A fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konte
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: konte
*/

/* primary color: #997C6E */
/* sekundær color: #876E67 */
/* text text: #161616 */ 
/* Markering: #604E49 */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');



html {
  	overflow-y: scroll; /* Always reserve space */
}

body {
	border: 0.4rem solid #DFBCB9;
}

	::-webkit-scrollbar {
    height: 2px; /* horizontal scrollbar height */
}

	::-webkit-scrollbar-track {
    background: transparent; /* or a color */
}

	::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

	::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}

	::-webkit-scrollbar {
    width: 12px; /* vertical */
    height: 12px; /* horizontal */
}

button, input, textarea, select {
  font-family: 'Jost', sans-serif !important;
}

table.wishlist_table .product-remove{
	position: relative;
	padding: 20px 60px 0 0;
}

table.wishlist_table a.remove {
	width: 100%;
}

.site-header .konte-container-fluid {
    border-bottom: 4px solid #DFBCB9;
 }

@media (max-width: 1024px) {
.site-header .konte-container-fluid {
    border-bottom: 2px solid #DFBCB9;
 }
}

.footer-widgets {
	background:#9D8780;
	color:#ffffff;
}
.footer-widgets .wp-block-heading {
	color:#ffffff;
}

#cmApp_signupContainer {
    width: 100%;
    margin: 0;
    padding: 0;
}

#cmApp_signupEmail{
	border: 0;
	border-bottom: 2px solid #e3e7e8;
	border-radius: 0;
	padding: 3px;
	transition: .4s;
	box-shadow: none;
	background: transparent;
	width: 100%;
}

#myissue-social-button{
	width:100%
}


.entry-thumbnail:after {
    width: 100%!important;
    height: 0!important;
    left: 0!important;
    right: 0!important;
}

.entry-thumbnail:after {
    position: relative!important;
    height: 0!important;
    left: 0!important;
    right: 0!important;
}

.single-page-header.title-none+.site-content-container{
margin-top: 0px!important;
}