/*
Theme Name: wildbean
Text Domain: wb
Domain Path: /languages
Author: Crevis
Author URI: http://www.crevis.ch
Description: A clean responsive Theme
Version: 1.0
License: GNU General Public License
*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
html {
    margin:0;
    padding:0;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    -webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-display: swap;
    opacity: 0;
    -webkit-transition:opacity 0.25s ease-in-out;
    -moz-transition:opacity 0.25s ease-in-out;
    -o-transition:opacity 0.25s ease-in-out;
    transition:opacity 0.25s ease-in-out;
    padding:0;
    margin:0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-weight:normal;
    color:#000;
    background-color:#fff;
}
body.afterload  {
    opacity: 1;
}
.container {
    margin:0 auto;
    max-width:1380px;
    padding-right:30px;
    padding-left:30px;
    position:relative;
}
.section {
    margin:40px 0;
}
#page-section .section:first-child {
    margin:0!important;
}
.grid-sizer, .grid-item {
    width: 25%;
}
.grid-item--width2 {
    width: 50%;
}
.grid-item img {
    display: block;
    max-width: 100%;
}
.filter-button-group {
    margin-bottom:32px;
}
.button-group:after {
    content: '';
    display: block;
    clear: both;
}
.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: -1px;
}
.button-group .button:first-child {
    border-radius: 5px 0 0 5px;
}
.button-group .button:last-child {
    border-radius: 0 5px 5px 0;
}
.button.is-checked, .button.is-selected {
    background-color: #d69a62;
    color: #fff;
}
.button:enabled {
    cursor: pointer;
}
.button {
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 10px;
    background-color: #F8F8F8;
    background-image: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.1));
    border: 1px solid #CCC;
    border-radius: 5px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
.hidden {
    opacity:0;
}
.visible {
    opacity:1;
}
@-webkit-keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideInDown {
    from {
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
a {
	border:0;
	outline:0;
    color:#d69a62;
    text-decoration:none;
	transition:color 0.25s ease-in-out;
    -webkit-transition:color 0.25s ease-in-out;
}
a:hover {
	color:inherit;
    text-decoration:none;
}
img {
	max-width: 100%;
	height: auto;
    border:0;
    outline:0;
}
.fullwidth {
    width: 100%;
	height: auto;
    border:0;
    outline:0;
}
.onsale {
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
    z-index: 1;
    background-color: #d69a62;
    padding: .2em 0.7em;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    min-height: auto;
    min-width: auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.onsale-link {
    color: #fff;
}
.onsale-link:hover {
    color: #000;
}
p {
    margin-top: 0;
    margin-bottom: 24px;
}
ul, ol {
    margin: 0 0 24px 16px;
	padding: 0;
	text-align:left;
}
ul {
	list-style: disc;
}
ol {
    list-style: decimal;
}
b, strong {
    font-weight: 700;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img.alignright {
    float:right; 
    margin:0 0 1em 1em;
}
img.alignleft {
    float:left; 
    margin:0 1em 1em 0;
}
img.aligncenter {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}
h1, h2, h3, h4, h5, h6 {
    padding:0;
    margin:0;
    font-weight:normal;
    color:#000;
    font-family: "Stardos Stencil", system-ui;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5;
}
h1 {
    font-size: 36px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
h2 {
    font-size: 30px;
    margin-bottom: 32px;
}
h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.toggle-nav, #nav-container {
    display:none;
}
.rounded {
    border-radius: 50%;
}
#navbar {
    width:100%;
    height:90px;
    z-index:1000;
    position:absolute;
    top:0;
    left:0;
    background-color:#000;
    /*border-bottom:1px solid #E0E6EB;*/
}
#navbar .row.middle-lg {
    height:90px;
}
#navbar.sticky {
    position:fixed;
    -webkit-animation: slideInDown 0.25s both;
    animation: slideInDown 0.25s both;
}
#navbar.sticky,
#navbar.sticky .row.middle-lg {
    height: 60px;
}
.custom-logo-link {
    text-decoration: none;
}
.custom-logo {
    width: 150px;
    position: absolute;
    left: 20px;
    top: 5px;
}
#navbar.sticky .custom-logo {
    width:100px;
}
.main-menu {
    list-style:none;
    margin:0;
    padding:0;
    font-size: 20px;
    font-weight: 700;
    font-family: "Stardos Stencil", system-ui;
    text-transform: uppercase;
    text-align: right;
}
.main-menu li {
    display:inline-block;
    position: relative;
    padding: 0 25px;
}
.main-menu li a {
    color:#fff;
    text-decoration:none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.main-menu li.current-menu-item a,
.main-menu li a:hover {
    color:#d69a62;
}
#page-section {
    padding: 160px 0 40px 0 
}
#page-footer a {
    color:#fff;
    text-decoration:none;
}
#page-footer a:hover {
    text-decoration:none;
    color:#d69a62;
}
#page-footer {
    background-color: #000;
    color:#fff;
    font-size:14px;
    line-height:22px;
    padding:48px 0 12px 0;
}
#page-footer p:first-child {
    margin-bottom: 16px;
}
.copy {
    font-size: 14px;
}
.divider {
    border: none;
    height: 1px;
    background-color: #F5F5F4;
    margin: 12px 0 8px 0;
}
.meta-menu-container {
    float: right;
}
.meta-menu {
    list-style:none;
    margin:0;
    padding:0;
    font-size: 14px;
}
.meta-menu li {
    display:inline-block;
}
.meta-menu li+li:before {
    content: "|";
    padding: 0 7px;
}
.meta-menu li a {
    color:#fff;
    text-decoration:none;
}
.meta-menu li a:hover,
.meta-menu li.current-menu-item a {
    text-decoration:none;
    color:#d69a62!important;
}
.scrollup {
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    opacity: 0;
    font-size:18px !important;
    line-height:30px !important;
    width: 30px;
    height: 30px;
    background: #d69a62;
    color: #000;
    text-align: center;
    z-index: 100000;
    transition: all 0.4s ease-in-out;
}
.scrollup.active {
    opacity: 1;
}
.scrollup:hover {
    background: #fff;
    color: #d69a62;
}
.ywcact-winner-max-bid,
.yith-wcact-time-left-main,
li.ywcact-other-auction-product-container {
    max-width: none;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size:1.25em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #d69a62;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #a37851;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #d69a62;
    font-weight: 600;
}
/*md-viewport*/
@media only screen and (max-width: 991px) {
    .section {
        margin:30px 0;
    }
    .grid-sizer, .grid-item {
        width: 33.33333%;
    }
    .grid-item--width2 {
        width: 66.66666%;
    }
    #page-section {
        padding:120px 0 40px 0;
    }
    .col-md-offset-0 {
        margin-left: 0 !important;
    }
    #navbar .main-menu-container {
        display:none !important;
    }
    .toggle-nav {
        z-index:102;
        position:absolute;
        top: 18px;
        right: 30px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        display: block;
        cursor: pointer;
        color: #d69a62;
        font-size: 24px;
        transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
    }
    .toggle-nav:hover, .toggle-nav .fa-times:hover {
        color:#fff;
    }
    .toggle-nav .fa-times {
        color:#d69a62;
        transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
    }
    #nav-container {
        display: block;
        position: absolute;
        z-index: 1002;
    }
    #nav-container .bg {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: #000;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    #nav-container.open .bg {
        visibility: visible;
        opacity: .5;
    }
    #nav-content {
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        width: 320px;
        height: 100%;
        position: fixed;
        top: 0;
        right: -320px;
        z-index: 10;
        background: #000;
        box-shadow: 0px 12px 64px rgba(0, 0, 0, 0.25);
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }
    #nav-container.open #nav-content {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu {
        list-style: none;
        margin:64px 0 32px 0;
        font-size: 24px;
        font-weight: 700;
        font-family: "Stardos Stencil", system-ui;
        line-height: 60px;
        text-transform: uppercase;
    }
    .mobile-menu li {
        padding:0 30px;
        position: relative;
    }
    .mobile-menu > li > a {
        display:block;
        text-decoration:none;
        color:#fff;
    }
    .mobile-menu li.current-menu-item a {
        color:#d69a62;
    }
    #navbar, #navbar.sticky,
    #navbar.sticky .row.middle-lg {
        height: 60px;
    }
    #navbar .row.middle-lg {
        height: 60px;
        padding-bottom:0;
    }
    .hidden-md {
        display: none;
    }
    .custom-logo {
        width:100px;
    }
}
/*sm-viewport*/
@media only screen and (max-width: 767px) {
    .section {
        margin:20px 0;
    }
    .container {
        padding-right:20px;
        padding-left:20px;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    #page-footer {
        font-size: 14px;
        line-height: 20px;
    }
    #page-footer p:first-child {
        margin-bottom: 12px;
    }
    .meta-menu-container {
        float: left;
    }
    .meta-menu, .copy {
        line-height: 24px;
    }
    .hidden-sm {
        display: none;
    }
    .col-sm-offset-0 {
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 480px) {
    .grid-sizer, .grid-item {
        width: 100%;
    }
    .grid-item--width2 {
        width: 100%;
    }
}