/*
Theme Name: Homegrown
Author: Cliff Studio
Author URI: http://www.cliff.studio
Version: 1.0
*/

/*
RESETS ------------------------
*/ 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: ;background: transparent;}

/*
RESETS END --------------------
*/

@font-face {
    font-family: 'Signifier Light';
    src: url('assets/fonts/signifier-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Signifier Light Italic';
    src: url('assets/fonts/signifier-light-italic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal Regular';
    src: url('assets/fonts/PPNeueMontreal-Regular.woff2') format('woff2'),
         url('assets/fonts/PPNeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PP Neue Montreal Medium';
    src: url('assets/fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
         url('assets/fonts/PPNeueMontreal-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#hg-single-product {
    padding: 180px 7% 100px 7%;
}

#hg-single-product form.cart table.variations select {
    height: 60px;
    border: 1px solid #000000;
    padding: 0 40px 0 15px;
    font-size: 16px;
    color: #000;
    /*background-image: url(assets/img/Vector.svg);
    background-repeat: no-repeat;
    background-position: center right 10px;*/
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-color: transparent;
    font-family: 'PP Neue Montreal Medium';
    margin-bottom: 8px;
}

#hg-single-product form.cart table.variations tbody tr td {
    position: relative;
}

#hg-single-product form.cart table.variations tbody tr th {
    text-align: left;
    width: 130px;
    padding-top: 15px;
}

#hg-single-product form.cart .reset_variations {
    font-size: 14px !important;
    color: #a7b82e;
    font-weight: 600;
    text-decoration: none;
}

#hg-single-product form.cart table.variations {
    max-width: 738px;
    margin-bottom: 5px !important;
}

#hg-single-product .quantity .qty {
    text-align: center;
    border: solid 1px #333;
    background-color: #00000000;
    width: 70px;
    height: 50px;
    font-size: 17px;
    font-weight: 600;
}

#hg-single-product div.product form.cart .button {
    border-radius: 0;
    background-color: #A7B82E;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
}

#hg-single-product .woocommerce-variation.single_variation {
    font-size: 20px;
    font-weight: 600;
}
#hg-single-product .single_variation_wrap {
    /*margin-left: auto;
    width: 200px;
    margin-right: auto;*/
}

#hg-single-product .slick-arrow {
    background-color: #fff;
    border-radius: 1000px;
}

.koops-cart {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    padding: 0 15px;/*
    background: #b3af54;*/
    margin-top: 0px;
    min-height: 104px;
    padding-right: 43px;
}
#koops-cart-total {
    background: #b3af54;
    width:27px;
    height:27px;
    line-height:27px;
    text-align:center;
    border-radius:50px;
    color:#fff;
    font-weight:800;
    font-size:16px;
}

.header-button.left, .header-button.right {
    margin-top: 43px;
}

section.related.products {
    clear: both;
}

.wp-block-woocommerce-cart-totals-block {
    background: #b3af5424;
    padding: 18px;
}
.wp-block-woocommerce-cart-items-block {
    background: #b3af5418;
    padding: 18px;
}

span.wc-block-components-button__text, span.wc-block-components-button__text {
    background: #b3af5448;
    padding: 20px;
/*    margin-top: 35px;*/
}

.product_meta {
    display: none;
}

.wc-blocks-components-select__container svg {
    width: 30px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    margin-top: 68px; margin-right: 20px;
}

.wc-block-components-totals-coupon__button,
.wc-block-components-checkout-place-order-button--full-width.contained {
    background: #00000000;
    border: 0;
}


label.gfield_label {
    font-size: 14px;
    letter-spacing: 1px;
    color: #33333380;
    margin-top: 10px !important;
    margin-bottom: 5px;
    display: block;
}

p.gform_required_legend {
    display: none;
}

h3.gsection_title {
    font-size: 20px;
    font-weight: 800;
    padding: 8px;
    background-color: #33333320;
    margin: 20px 0 0 -8px;
    font-family: "PP Neue Montreal Regular";
    letter-spacing: 2px;
}

label.gfield_label_before_complex {
    font-weight: 800;
}

.gform-field-label--type-sub {
    font-size: 12px;
}

.ginput_container.ginput_container_select select {
    padding: 10px;
    width: 100%;
}

.koopsform {
    background-color: #fff;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 80%;
    margin: 0 auto;
}

.koopsform input[type=submit] {
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #b3af5448;
    margin-top: 30px;
}

.koopsform .gfield_description {
    display: none;
}

.koops-cart {
    z-index: 999;
}

.koopsprods {
    max-width: 80%; margin: 0 auto;
}

@media screen and (max-width:767px) {
.hidemobile {  
    display:none;
}
.page-wrap#secondary-page .page-panel.two-col-text-panel { min-height: 0px !important; padding:0 !important; }
.koopsprods { max-width:100%; }
}

@media screen and (min-width:767px) {
.hidedesktop { display:none; }
}