.woocommerce-cart input[type=text] {
    text-align: center !important
}

.woocommerce-product-gallery__wrapper img {
    display: block;
    margin: 0 auto;
}

.woocommerce-message .button:hover {
    background-color: white!important;
    border: 1px solid white!important;
    color: #444!important!;
}
.panel {
        border-bottom: 0px!important;
        box-shadow: none!important;
        margin-bottom: 50px;
}

.related.products {
    border-top: 1px solid #e6e6e6;
}

.product .quantity {
    display: none;
}

#ppcp-messages {
    margin-top: 10px;
}

.woocommerce-shipping-methods {
    padding: 0px;
}

.wc-proceed-to-checkout .button {width:100%;}

.woocommerce-shipping-methods li {

    list-style:none;
}

.woocommerce-shipping-methods label {padding-left:5px;}

input[type=checkbox], input[type=radio] {
position:relative;
    top:2px!important
}



p#wc-stripe-payment-request-button-separator {
    margin-top: 10px!important;
}

.entry-content p {
    margin: 0 0 15px;
}

.archive .product {
    width: 100%!important;
}

p.stock.in-stock {
    display: inline-block;
    font-size: 13px;
    padding-left: 3px;
    color: #a2a2a2;
}

.row {
    margin: 0;
}

em {
    font-family: inherit;
}

.bar-wrapper a {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

li.wc_payment_method {
    list-style: none;
}

.payment_methods {
    padding-left: 0px;
}

.woocommerce-additional-fields__field-wrapper textarea {
    padding: 12px;
    height: 120px;
}


#ship-to-different-address label {
    padding-left: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    margin-bottom: 30px;
}

.woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox] {
    top: -3px;
}

.woocommerce-checkout-review-order-table {
    border: 1px solid #e6e6e6;
}

.place-order .form-row.validate-required {
    padding-left: 20px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    top: 3px;
}

.woocommerce-billing-fields h3 {
    margin: 10px 0px 30px -1px;
}

.woocommerce-checkout input {
    border: 0px;
    border-bottom: 1px solid black;
    padding: 7px 0px;
}

.woocommerce-checkout label {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.woocommerce-billing-fields h3 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.woocommerce-form__label-for-checkbox {
    text-transform: unset !important;
}

.woocommerce-cart-form__contents th {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.entry-content table tr th,
.comment-content table tr th {
    background: none repeat scroll 0 0 #f4f4f4 !important;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.woocommerce-cart .coupon input {
    height: 38px;
    float: left;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: solid 1px #b1a084;
    background: transparent;
}

.woocommerce-cart .button {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 4px;
}

.quantity input {
    text-align: center !important;
    display: inline-block;
    border-radius: 99px;
    border: 1px solid #b1a084;
    width: 60px;
    padding-left: 15px;
    padding-top: 2px;
}

.woocommerce-products-header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
    padding: 10px 25px 30px 25px;
}

.woocommerce-cart table {
    border: 1px solid #e6e6e6;
    width: 100%;
}

.woocommerce-cart .product-thumbnail {
    max-width: 80px;
}

.woocommerce-cart-form__contents {
    width: 100%;
}

.product-remove a {
    font-size: 25px;
    color: #b1a084;
}


.entry-header {
    text-align: center;
    margin-top: 40px !important;

}

.entry-header h1 {
    font-size: 36px !important;
}


.review .products .archive-product-description {
    max-width: 100px !important;
}

.related h2 {
    text-align: center;
}

.related {
    padding-top: 30px;
}

.related .product .archive-product-description {
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.related .product h2 {
    margin-bottom: 10px;
}

.related .products .product {
    width: 100% !important;
    flex: 1;
}

.related .products img {
    max-width: 200px;
    margin: 0 auto;
}

.related .products {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 30px !important;
    margin-bottom: 0px;
}


.single-product .wc-tab h2 {
    font-family: 'Questrial';
    font-size: 17px;
    text-transform: capitalize;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 8px;
    padding-top: 10px;
}

.tabs {
    padding: 0px;
}

.wc-tab li {
    font-size: 16px;
    margin-bottom: 10px;
}

.price-text {
    margin-bottom: 5px;
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 50px;
}

.single-product .entry-summary {
    width: 100% !important;
}

.woocommerce-product-details__short-description {
    max-width: 300px;
}

.single-product .entry-summary {
    width: 100% !important;
}

.main-menu .container {
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 100%;
}

.main-menu_wrapper {
    margin: 0 auto;
}

.single-product .summary .price {
    font-size: 25px;
    margin-bottom: 20px;
    color: #3e3d3d;
    font-weight: 100 !important;
    display: inline-block;
}

.woocommerce-product-gallery {
    width: 100% !important;
    float: none;
    padding: 20px 0px;
}

.single-product h1 {
    margin-bottom: 7px;
    margin-top: 80px;
}

.woocommerce-product-details__short-description {
    color: #ababab;
    font-style: italic;
    margin-bottom: 40px;
}

.single-product .product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto;
}

.column {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}



.orderby {
    border: 0px;
    border-bottom: 1px solid #e6e6e6;
    padding: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 12px;
}

.footer-widgets {
    background-color: #f4f4f4;
}

.home-content_content {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    padding: 20px;
}

.in-film img {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: block;
    padding: 0px 20px;
}

.home-content_left {
    flex-direction: row-reverse;
}

.home-content_button {
    margin-top: 50px;
}

video {
    max-width: 500px !important;
    width: 100%!important;
}

.home-content_content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    align-content: center;
}

.home-content_text {
    flex-grow: 1;
}

.home-content {
    display: flex;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    max-width: 1570px;
    margin: 0 auto;
}

.large-image-link {
    display: block;
    margin-bottom: -6px;
}



h2 em,
h2 b {
    font-family: "freight-big-pro", serif !important;
}

p,
* {
    font-family: Questrial;
}

.bar-item {
    padding: 0px 8px;
}

.bar-item p {
    text-transform: uppercase;
    font-size: 12px !important;
    margin-bottom: 0px;
}

.bar-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

/* Main Desktop Menu */



.main-menu {
    background-color: #b1a084;
}

.main-menu_wrapper {
    display: table;
    margin: 0 auto;
}

.cat-menu {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px;
}

.menu-item {
    list-style: none;
    padding: 10px 15px;
    font-weight: 400;
    flex: 1;
    flex-basis: max-content;
    text-align: center;
}





.main-content {
    max-width: 1140px;
    margin: 0 auto;
}

/* Menu */

.category-menu * {
    font-family: Questrial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
}

/* Woocommerce Top Bar */

.basket-image {
    width: 25px;
    top: -2px;
    position: relative;
    margin-right: 2px;
}

.basket-cart-count {
    letter-spacing: 1px;
}

.feature-bar {
    padding: 10px 10px;
    max-height:45px;
}

.woocommerce-message .button {
    position: relative;
    top: 0px;
    border-color: white;
    color: white;
    font-size: 15px;
    flex-shrink: 0;
}

.woocommerce-notices-wrapper {
    position: fixed;
    top: 0px;
    z-index: 9999999;
    width: 100%;
    background-color: #b1a084;
    left: 0px;
    right: 0px;
}

/* Value Props */

.val-prop {
    padding: 15px;
    text-align: center;
}

.val-prop_wrap {
    background-color: #f4f4f4;
}

.val-prop_item p {
    margin-bottom: 0px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


@media screen and (min-width: 768px) {



    .woocommerce-message {
        max-width: 1060px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        color: white;
        font-size: 17px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

}

@media screen and (max-width: 767px) {

    .wp-mobile-menu li a {
        text-transform: uppercase !important;
        font-family: 'Questrial' !important;
        letter-spacing: 0.5px !important;
        font-size: 15px !important;
    }

    .mobmenu-left-panel .mob-cancel-button {
        color: #cacaca!important;
    }

    .mob-menu-logo-holder {
        margin-top: 0px;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        height: 50px;
        width: 55px;
    }

    .mob-menu-header-holder {
        font-weight: bold!important;
        top: 0px!important;
        left: 0px!important;
        color: #000!important;
        display: block!important;
        z-index: 10000!important;
        width: 55px!important;
    }

    .mobmenul-container i {
        color: rgb(162 131 79) !important;
    }

    .mobmenul-container i {
        color: #000;
    }

    .product-remove {
        padding: 0px 10px;
    }

    .related .products {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .woocommerce-message {
        max-width: 1060px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        color: white;
        font-size: 17px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

}


.page-title {
    text-align: center;
}

/* Fonts and Font Styling */



p {
    font-family: Questrial !important;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.25em;
    letter-spacing: 0.1px;
}


/* Max out title and desc on archives so button sits at bottom */

.woocommerce-loop-product__link {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price {
    align-items: flex-end;
}



/* Button Styling */

.single-product .button,
.wc-proceed-to-checkout a,
.woocommerce-checkout-payment .button {
    border: 1px solid #b1a084;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: capitalize;
    background-color: #b1a084;
    color: white;
}

.single-product .button:hover,
.wc-proceed-to-checkout a:hover,
.woocommerce-checkout-payment .button:hover {
    background-color: transparent;
    color: #b1a084;
    transition: 0.2s;
    border: 1px solid #b1a084;

}

.button,
.tabs li a {
    border: 1px solid #b1a084;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: capitalize;
    background-color: transparent;
    display: inline-block;
    margin-bottom: 10px;
}

.button:hover,
.tabs li a:hover {
    border: 1px solid #b1a084;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: capitalize;
    background-color: #b1a084;
    color: white;

}

.products .button {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    align-self: flex-end;
    display: inline-flex;
}

/* Archive Universal */

.archive .product img {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
}

.archive .product {
    display: flex;
}

.term-description {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
}

.archive .archive-product-description {
    flex-grow: 1;
    text-align: center;
}

/* Archive Desktop */

@media screen and (min-width: 768px) {
    /* Product Archive */



    .archive .products {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    .archive .product {
        flex: 1 1 33%;
        /*grow | shrink | basis */
        list-style: none;
        margin: 0px !important;
        padding: 30px !important;
        max-width: 33%;
        flex-direction: column;
        display: flex;
    }

    .archive .price {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}

/* Arhive Mobile */

@media screen and (max-width: 767px) {

    .archive .products {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    .archive .product {
        flex: 1 1 50%;
        /*grow | shrink | basis */
        list-style: none;
        margin: 0px !important;
        padding: 10px !important;
        max-width: 50%;
    }

    .archive .price {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}

/* Woocommerce Top Bar */

.woocommerce-message .button {
    position: relative;
    top: 0px;
    border-color: white;
    color: white;
    font-size: 15px;
    flex-shrink: 0;
    margin: 0px 15px;
}

.woocommerce-notices-wrapper {
    position: fixed;
    bottom: 0px;
    z-index: 9999999;
    width: 100%;
    background-color: #b1a084;
    left: 0px;
    right: 0px;
    top: unset;
}


@media screen and (min-width: 768px) {

    .woocommerce-message {
        max-width: 1060px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        color: white;
        font-size: 17px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {

    .woocommerce-message {
        max-width: 1060px;
        margin: 0 auto;
        padding: 10px;
        position: relative;
        color: white;
        font-size: 17px;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

}


.page-title {
    text-align: center;
    padding-top: 20px;
}

/* Fonts and Font Styling */



p {
    font-family: Questrial !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.225;
    letter-spacing: 0;
}


/* Max out title and desc on archives so button sits at bottom */

.woocommerce-loop-product__link {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.price {
    align-items: flex-end;
}



/* Button Styling */



/* Archive Universal */

.archive .product {
    display: flex;
    flex-direction: column;
}

.term-description {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
}

.archive .archive-product-description {
    flex-grow: 1;
    text-align: center;
    padding: 10px 10px 0px 10px;
}

/* Archive Desktop */

@media screen and (min-width: 768px) {

    .woocommerce-cart .coupon input {
        width: 200px !important;
        margin-right: 10px;
        margin-left: 9px;
        text-align: left !important;
    }

    .featured-products-wrapper {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 60px;
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    /* Product Archive */



    .archive .products {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        max-width: 1250px;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    .archive .product {
        flex: 1 1 33%;
        /*grow | shrink | basis */
        list-style: none;
        margin: 0px !important;
        padding: 30px !important;
        max-width: 33%;
        flex-direction: column;
        display: flex;
    }

    .archive .price {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}

/* Arhive Mobile */

@media screen and (max-width: 767px) {

    .column {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 0px 20px 10px 20px;
    }

    .woocommerce-product-gallery__image:not(:first-child) {
        display: none;
    }

    .single-product h1 {
        margin-top: 0px;
    }

    .single-product .product {
        flex-direction: column;
    }

    .home-content_button {
        margin-top: 30px;
    }

    .home-content_content {
        padding: 40px;
    }

    .home-content {
        flex-direction: column-reverse;
    }

    .main-menu {
        display: none;
    }

    .feat-title {
        max-width: 290px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .featured-products-wrapper {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 60px;
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .archive .products {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    .archive .product {
        flex: 1 1 50%;
        /*grow | shrink | basis */
        list-style: none;
        margin: 0px !important;
        padding: 20px 10px 40px 10px!important;
        max-width: 50%;
    }

    .archive .price {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
}