/**
 * OverWrite
 */
.widget-content > ul .children ,
footer .widget > ul .children ,
.blog-sidebar .widget > ul .children ,
.widget-area .widget > ul .children {
    display: block;
}
.site-footer--v1 .footer-before-content div.wpforms-container-full .wpforms-form input[type="text"] {
  height: 3.75rem;
  padding: .844rem 1.5rem;
  border-color: #161619;
  border-radius: 0;
}
.site-footer--v1 .footer-before-content div.wpforms-container-full .wpforms-form button[type="submit"] {
  padding: 1rem 1.5rem;
}

.banner__body.centered ,
.banner__body.centered * {
    float: none ! important;
    margin-left: auto ! important;
    margin-right: auto ! important;
    text-align: center ! important;
}

.dropdown-toggle::after {
    vertical-align: middle;
    border-top: 0;
}

.custom-grid {

}
.custom-grid > * {

}
.bg-default-light {
    background: #f6f5f3;
}
.author-list-container {
    position: relative;
}
.author-list-container .loading {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,.75);
    z-index: 1;
}
.author-list-container .loading i {
    margin-top: 3.5em;
    font-size: 5em;
}



/**
 * Custom
 */
body {
    padding-top: 104px ;
}
@media (max-width: 1200px) {
    body {
        padding-top: 64px;
    }
}
@media (max-width: 768px) {
    body {
        padding-top: 54px;
    }
}

#site-header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;

    z-index: 99;
}
.bg-img-hero {
    min-height: 588px;
}

.header-logo-link {
    color: #000;
}
.header-logo-link span {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 18px;
    text-transform: uppercase;
}
.header-logo-link span b {
    font-style: normal;
    font-weight: 500;
    color: #4e4e4e;
}
.header-logo-link span i {
    display: block;
    margin: 0 0 0 0;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.4px;
}
.header-logo-link svg {
    margin: 3px 0 0 10px;
}
.header-logo-link ,
.header-logo-link * {
    transition: all 1s ease-in-out;
}
.header-logo-link:hover {
    color: #4e4e4e;
}
.header-logo-link:hover b {
    color: #000000;
}
.header-logo-link:hover svg {
    transform: rotate(1080deg);
}
.header-logo-link:hover svg path {
    fill: #4e4e4e;
}
.header-logo-link:hover svg rect {
    fill: #bababa;
}

.custom-header-button {
    position: relative;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    transition: all .25s ease-out;
}
.custom-header-button b {
    color: #4e4e4e;
}
.custom-header-button b em {
    display: block;
    color: #000;
    letter-spacing: 1px;
    line-height: .9em;
    font-size: .9em;
    font-style: normal ! important;
    font-weight: 700;
    text-transform: uppercase;
}
.custom-header-button b small {
    display: block;
    font-size: .75em;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.custom-header-button i {
    display: block;
    position: absolute;
    font-size: 5em;
    color: #fff;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translate(-50%,-100%);
}
.custom-header-button ,
.custom-header-button * {
    transition: all .25s ease-out;
}
.custom-header-button:hover {
    color: #4e4e4e;
    line-height: 1.75em;
}
.custom-header-button:hover b {
    color: #000000;
}
.custom-header-button:hover b small {
    color: #bababa;
}
.custom-header-button:hover i {
    font-size: 1em;
    color: #000;
    top: 72px;
    opacity: 1;
    transform: translate(-50%,0);
}
.site-search > .form-container {
    display: block;
    position: absolute;
    width: 100%;
    left: 120%;
    opacity: 0;
    top: 0;
    margin: 0 -3.75rem ! important;
    padding: 1.70em 0 1.70em 3.75rem ! important;
    background: #fff;
    transition: all .25s ease-out;
}
.site-search > .form-container .input-group {
    width: 100%;
}
.site-search > .form-container.visible {
    left: 0;
    opacity: 1;
    transition: all .25s ease-out;
}

.nav-item-sep {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #FAFAFA;
}

h1 b {
    font-weight: 700;
}
h1 i {
    margin: 0;
    padding: 0;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    background: none;
}

.view-switcher {
    float: right;
}
.view-switcher button {
    background: #fff;
    border: 0;
}
.view-switcher button path {
    fill: #b8b6b4;
}
.view-switcher button.active path {
    fill: #19110b;
}

.text_info_updated_at {
    display: block;
    float: none;
    color: #7a7a7a;
    margin: 5px;
    line-height: 10px;
    text-align: right;
    overflow: hidden;
}


/**
 * Buttons
 */
.product__hover {
    margin: -15px -10px;
}
.button.product_type_simple:not(.detail) ,
.button.product_type_simple:not(.detail) * {
    transition: all .25s ease-out;
}
.button.product_type_simple:not(.detail) {
    border: 1px solid #eae8e4;
    margin: 0 auto;
    padding: 0;
}
.button.product_type_simple:not(.detail) span {
    display: block;
    position: relative;
    padding: 5px 35px 5px 15px;
}
.button.product_type_simple:not(.detail) i {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
}
.button.product_type_simple:not(.detail):hover {
    color: #fff ! important;
    border-color: #212d3b;
    background: #212d3b;
}
.button.product_type_simple:not(.detail):hover i {
    color: #f78f00 ! important;
}
.product__add-to-cart::after {
    background-color: #f78f00;
    height: 2px;
    bottom: 0;
}

.bwgb-products-carousel__product-rating-count {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-view .loading ,
.list-view .loading {
    width: 100%;
    position: absolute;
    text-align: center;
}
.grid-view .loading i ,
.list-view .loading i {
    font-size: 3.5em;
    opacity: .25;
}

/*
.elementor-button-link.elementor-button.elementor-size-sm {
  display: inline-block !important;
  margin: 0 auto;
  font-family: Roboto,Sans-serif !important;
  font-weight: 700 !important;
  background-color: #f78f00 !important;
}
.elementor-button-link.elementor-button.elementor-size-sm:hover {
  background-color: #212d3b !important;
}
*/


.cc-cookies {
    top: auto;
    bottom: 0;
    width: 100%;
    z-index: 99999;
}
.cc-cookies .cc-cookie-accept {
    margin-left: 10px;
}
