:root {
    --maincolor: #2b3844;
    --yellow: #face1b
}

.site-branding a:after {
    content: 'PromoShop';
    display: block;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px
}

.site-branding img {
    width: 60px;
}

.site-branding a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footerLogo img {
    width: 60px
}

.footerLogo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footerLogo h2 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px
}

#scroll-to-top .woostify-svg-icon svg path {
    fill: var(--yellow) !important;
}

.single-product #view .content-top,
#view .product-page-container {
    background-color: #fff;
}

.woostify-trust-badge-box {
    display: none !important
}

.site-info:not(:first-child) {
    border-top: 0 !important
}

.footer-widget h6 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-widget#text-2 {
    width: 375px;
    max-width: 100%;
}

.site-footer-widget {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width:730px) {
    .site-footer-widget {
        flex-direction: column;
    }
}

.price {
    display: none !important;
}

.woostify-sorting .woocommerce-ordering {
    border: 0 !important
}

.product-loop-meta {
    display: none !important;
}

.empty {
    display: none !important;
    opacity: 0;
}

.shop-cart-count.hide {
    opacity: 0;
    display: none !important
}

#text-3.widget {
    margin-bottom: -12px;
}

.related.products ul.products,
.woostify-product-recently-viewed-inner ul.products {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.current-cat a {
    font-weight: bold !important
}

.home .woocommerce-products-header__title {
    display: none !important
}

.home .allProdWidget {
    font-weight: bold;
}

.woocommerce-billing-fields #billing_country_field:before {
    content: "SHIPPING ADDRESS";
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Helvetica, sans-serif;
    font-weight: 800;
    text-transform: none;
    color: #2b2b2b;
    font-size: 30px;
    line-height: 1.5;
}

.stockArchive {
    font-size: 12px;
    font-weight: bold
}