@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular.woff2') format('woff2'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular.woff') format('woff'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular.ttf') format('truetype'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular.svg#svgFontName') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular_italic.woff2') format('woff2'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular_italic.woff') format('woff'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular_italic.ttf') format('truetype'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_regular_italic.svg#svgFontName') format('svg');
    unicode-range: U+000-5FF;
    /* Latin glyphs */
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_semibold.woff2') format('woff2'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_semibold.woff') format('woff'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_semibold.ttf') format('truetype'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_semibold.svg#svgFontName') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_bold.woff2') format('woff2'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_bold.woff') format('woff'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_bold.ttf') format('truetype'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_bold.svg#svgFontName') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_light.woff2') format('woff2'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_light.woff') format('woff'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_light.ttf') format('truetype'), url('/wp-content/themes/vc4africa/vc4africa/resources/fonts/proxima_nova_light.svg#svgFontName') format('svg');
    font-weight: 200;
    font-style: normal;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    min-height: 100%
}

body {
    margin: 0;
    font-family: "Proxima nova", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    color: #222221;
    background-color: #F4F4EF !important;
    min-height: 30em;
    min-height: 100vh;
}

#masthead {
    padding-top: 10px;
}

.site-branding {
    margin-bottom: 10px;
}

.custom-logo {
    max-width: 160px !important;
}

.section-title {
    font-weight: 600;
    text-align: left !important;
    color: #222221;
    letter-spacing: -.02rem;
}

.button {
    border-radius: .3em;
}

ul.products li.product .woocommerce-LoopProduct-link {
    background-color: white;
    transition: all .2s ease;
    border-radius: .3em;
    padding: 1rem;
}

ul.products li.product .woocommerce-LoopProduct-link:hover {
    transform: translate(0, -2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
}

li.product h2, li.product h3 {
    min-height: 38px;
}

li.product img {
    max-width: 200px;
}

.product_title.entry-title {
    font-size: 1.6rem;
    font-weight: 800;
}

.summary.entry-summary {
    background: white;
    padding: 1em;
}

.page-numbers.current {
    background-color: #009083 !important;
    color: white !important;
}

select, input {
    border-color: #DDD;
    padding: 3px 5px;
    border-radius: .3em;
}

.woocommerce-info {
    background-color: #d9edf7;
    color: #4877FD;
}

.woocommerce-info a {
    color: #4877FD;
}

.single-product .entry-summary {
    border-radius: .4em;
}

a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline: transparent;
}
.woocommerce .woocommerce-info a:hover {
    color: #000;
}

.site-footer .site-info,
.storefront-sorting,
.site-header-cart.menu {
    display: none;
}
.site-header .site-search {
    display: none;
}

@media (min-width: 768px) {
    .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
        margin: 0;
        float: right;
    }

    #site-navigation {
        display: none;
    }

    .site-content {
        min-height: 85vh;
    }

    .storefront-full-width-content .woocommerce-tabs .panel {
        background: white;
        padding: 1em;
    }

    .woocommerce-checkout .woocommerce-checkout {
        padding: 1em;
        background-color: white;
        border-radius: .4em;
    }
}

.description_tab.active {
    background-color: white;
}

.footer-widgets {
    border: 0;
}

.widget .widget-title, .widget .widgettitle {
    border-bottom: 0;
    color: #009083;
    padding: 0;
    margin-bottom: .5em;
}

.site-footer .widget {
    color: #aaaaa8;
}

.site-footer .widget a {
    color: #aaaaa8;
    text-decoration: none;
}

.site-footer .widget a:hover {
    color: #000;
    text-decoration: underline;
}

.products .add_to_cart_button {
    display: none;
}

.woocommerce-checkout .entry-header {
    padding-bottom: 1em !important;
}

.woocommerce-message {
    background-color: #009083;
}

.single-product div.product .product_meta .sku_wrapper {
    display: none;
}

/* Hide first social login/signup box */
.woocommerce > .oneall_social_login {
    display: none;
}

/* Hide coupons for Pro
.post-133998 .woocommerce-form-coupon-toggle {
    display: none;
}*/

/* Taken from theme customizer */

.sku_wrapper {
    display: none;
}
