html, body {
    background: #fff;
}

#content_wrapper {

    max-width: 1180px;
    margin: auto;
    margin-top:48px;

}

#header_call_us_container {
    font-size:18pt;
}

.address-book-item {

    margin-bottom:6px;
    border-radius:9px;
    border:1px solid #bebebe;
    padding:12px;
    text-align: center;
    line-height: 1.2;
    font-size: 11pt;

}

.address-book-item:hover {
    cursor: pointer;
    background: #ffe9db;
    border:1px solid orangered;
}

h1 {
    margin-top:0;
}

h3 {
    font-size:20pt;
    font-weight:normal;


    color:#000;
    letter-spacing: 0;
    margin-bottom:24px;
    margin-top:24px;
    padding-bottom:6px;
    border-bottom:1px solid #000;
}

h4 {
    margin-bottom:8px;
}

#header_cart_num_items {
    margin-left:6px;
    background:orangered;
    color:#fff;
    font-size:22pt;
    padding:4px;
    padding-left:6px;
    padding-right:6px;
    font-weight: bold;
    font-family:sans-serif;
    border-radius:5px;
}

#header_icon_shopping_cart {
    width:42px;
}



#header_logo_wrapper {
    margin-left: 12px;
    flex-grow: 0;
    flex-shrink: 0;
}

#header_logo {

    width: 320px;
    margin-top:24px;
    margin-bottom:24px;
    padding-right:24px;

}

.button-product-view-add-to-cart:hover {

    background: #ffd068;


}


#cart_wrapper {

    display: none;
    max-width: 1180px;
    margin:auto;
    padding:24px;


}

.cart-item {
    display: flex;
    flex-direction: row;
    width:100%;
    margin:auto;
    border-bottom:1px solid #f1f1f1;
    margin-bottom: 12px;
    padding-bottom: 24px;
    padding-top: 24px;
    align-items: center;
}


.cart-item>div:nth-of-type(1) {

    max-width:90px;
    padding:12px;
    padding-top:0;



}

/* name and actions */
.cart-item>div:nth-of-type(2) {

    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 24px;
    padding-right: 24px;


}

/* unit price */
.cart-item>div:nth-of-type(3) {

    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
    padding-right: 12px;

}

.cart-item-mobile {
    display: none;
    flex-direction: row;
    width:100%;
    margin:auto;
    border-bottom:1px solid #f1f1f1;
    margin-bottom: 12px;
    padding-bottom: 24px;
    padding-top: 24px;
    align-items: flex-start;
}

.cart-item-mobile>div:nth-of-type(2) {
    flex-grow: 1;
    flex-shrink: 1;
}

.cart-item-mobile>div:nth-of-type(3) {
    flex-grow: 0;
    flex-shrink: 0;
    text-align: right;
    width:30px;
    margin-left:12px;
}

.product-view-add-to-cart-div {

    width: 320px;
    flex-grow:0;
    flex-shrink: 0;
}

.product-view-description-div {
    flex:1;
    padding-right: 24px;
}



.cart-view-wrapper{
    display:flex;
    max-width:1200px;
    margin: auto;
    padding-top:48px;
    flex-direction: row;
}

P {
    margin-top:0;
}

ul {
    margin-top:0;
    margin-bottom:24px;

}


/*
    https://m1.material.io/layout/responsive-ui.html#responsive-ui-breakpoints
    360, 400, 480, 600, 720, 840, 960, 1024, 1280, 1440, 1600, 1920
     */


.item-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.product-view-item {
    flex-basis: 20%; /* 20% to fit maximum of 5 items in a row */
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 36px;
    border:1px solid #fff;
}

.product-view-item:hover {
    cursor: pointer;
    border: 1px solid #ddd;
}

.product-image {
    margin:auto;
    display:block;
    width:200px;
    margin-bottom: 12px;
}

.product-name {
    flex-grow: 1; /* To stretch and fill remaining space */
    text-align: center;
    margin-bottom:12px;
}

.product-price {

    align-self: flex-end; /* Anchors the price to the bottom */

    color:orangered;
    font-size: 24pt;
    width:100%;

}

.product-free-shipping {

    text-align: center;
    font-size: 11pt;
    font-weight: normal;
    margin-top:6px;
    color:#555;
}

.error-message {
    display: none;
    background: #ce3441;
    border:1px solid #802D34;
    padding:18px;
    color: #fff;
    margin-bottom:6px;
    margin-top: 6px;
    text-align: center;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    font-size: 11pt;
    font-weight:bold;

}

.success-message {
    background: #55B512;
    border:1px solid #3E820D;
    color:#fff;
    display: none;

    padding:18px;

    margin-bottom:6px;
    margin-top: 6px;
    text-align: center;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

#error_message_guest_new_account {

}

.formfield-label {
    color:#333;

}


.formfield {
    background:#f1f1f1;
    font-size:12pt;
    color:#333333;
    min-width:68px;
    padding:10px;
    width:100%;
    border:2px solid #f1f1f1;
    margin-bottom: 8px;
    margin-right: 2px;
    border-radius: 7px;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}

.formfield-error {

    border:2px solid red;
}

.formfield-label {
    text-align: left;
    margin-bottom:2px;
    font-size:11pt;
    margin-top:0;
}

#header_cart_num_items_parent {
    padding-right:36px;
}

/* Menu Button */
.menu-btn {
    /* position: fixed;
    top:8px;
    right:24px; */
    z-index:1000;
    width: 64px;

    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: 0;
    font-size: 24pt;


}

.menu-btn:hover {
    opacity: 0.72;
}

#mobile_menu_div {
    display: none;
}

.product-variant-div {
    padding:8px;
    border:1px solid #ccc;
    margin-bottom: 4px;
    font-size:11pt;
    color:#777;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.product-variant-div:hover  {
    cursor: pointer;
}


.product-variant-div-highlighted {

    border:1px solid #333;
    font-weight: bold;
    color:#333;


}

#product_view_wrapper {
    display:flex;
    max-width:1400px;
    margin: auto;
    flex-direction: row;
    padding-top:48px;

}

#product_main_image_wrapper {

    width:320px;
    flex-shrink: 0;
    flex-grow: 0;
}

#product_main_image_wrapper img {
    width:100%;
}


#product_description_wrapper {
    flex-grow:1;
    flex-shrink:1;
    padding-left:48px;
}

#product_add_to_cart_wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    width:360px;
}

#product_add_to_cart_button_content_wrapper {
    border:1px solid #ddd;
    border-radius:9px;
    padding:24px;
    margin-left:24px;
    margin-right:24px;
    text-align: center;
}

#add_to_cart_message_div {
    display:none;
    margin-top:12px;
    margin-bottom:12px;
    background: #55B512;
    border:1px solid #3E820D;
    color:#fff;
    padding:12px;
}

#error_message, #error_message_guest_new_account {
    display:none;
    margin-top:12px;
    background: #ffffcc;
    border:1px solid #ffcc99;
    color: red;
    padding:12px;
}

p {

    line-height: 1.4;
    margin-bottom:18px;

}

ul {

    margin-left:36px;

}

li {
    line-height: 1.4;
    margin-bottom:8px;
    list-style-type: none;
}

li:before {
    content: "";
    border-color: transparent orangered;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.0em;
    position: relative;
}


table.simple-table {
    border-collapse: collapse;
    width:100%;
    margin:0;
    border-bottom: 1px solid #000;
}

table.simple-table th {
    background: #000;
    color: #fff;
    font-weight: normal;
    padding:6px;
}

table.simple-table td {


    padding:12px;

    border-bottom: 1px solid #ccc;

    margin:0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}



table.simple-table tr:last-child td {


    border-bottom:0;



}

.simple-table tr:hover {
    background-color: #eee;
    cursor: pointer;
}

#header_right_spacer_01 {
    flex-grow: 0;
    flex-shrink: 0;
    min-width:48px;
}


/*
https://m1.material.io/layout/responsive-ui.html#responsive-ui-breakpoints
360, 400, 480, 600, 720, 840, 960, 1024, 1280, 1440, 1600, 1920
 */

@media only screen and (max-width:1440px) {



    /*
    .item-container {
        justify-content: center;
    }

     */

    #product_main_image_wrapper {

        margin-left:24px;

    }

    #product_description_wrapper {
        padding-left:24px;
    }



}

@media only screen and (max-width: 1280px) {

    #content_wrapper {
        padding-left:24px;
        padding-right:24px;
    }

}

@media only screen and (max-width:1180px) {



    #header_call_us_container {
        font-size: 14pt;
    }

    #header_request_a_quote_container {
        font-size: 12pt;
    }

}

@media only screen and (max-width:1024px) {


    #header_logo {
        width:280px;
    }

    #header_call_us_container {
        display: none;
    }

    #header_request_a_quote_container {
        display: none;
    }

    #product_main_image_wrapper {

        width:240px;

    }


}

@media only screen and (max-width: 1080px) {


    #header_logo {
        width:280px;
    }





    #product_main_image_wrapper {

        width:180px;

    }


}



@media only screen and (max-width:960px) {





}

@media only screen and (max-width:900px) {


    #product_add_to_cart_wrapper {

        width:320px;
    }

}


@media only screen and (max-width: 840px) {






}

@media only screen and (max-width: 768px) {

    #mobile_menu_div {
        display: block;
    }

    #main_menu_top {
        display: none;
    }

    #header_cart_num_items_parent {
        padding-right: 0;
    }



    #product_view_wrapper {
        flex-direction: column;
        width:auto;
        max-width: none;
        margin:0;
        padding-top: 12px;
    }

    #product_main_image_wrapper {
        flex-grow: 1;
        flex-shrink: 1;
        text-align: center;

        margin:auto;
        padding:24px;
        width:60%;
        max-width: none;
        margin-bottom: 24px;

    }

    #product_main_image_wrapper>img {
        width:100%;
        margin:auto;
    }

    #product_description_wrapper {
        margin-left:24px;
        margin-right:24px;
        margin-bottom:48px;
        padding:0;
    }

    #product_add_to_cart_wrapper {
        width:100%;
    }

    #product_add_to_cart_button_content_wrapper {
        width:360px;
        margin:auto;
    }





















    #header_logo {
        width:220px;
    }


    .flex-div-01 {
        flex-direction: column;
        text-align: center;
        margin-left: 48px;
        margin-right: 48px;
    }

    .flex-div-01 > div:nth-of-type(1) {
        order: 2;
    }

    .flex-div-01 > div:nth-of-type(2) {
        order: 1;
    }





}


@media only screen and (max-width: 600px) {



    .cart-item {
        display:none;
    }

    .cart-item-mobile {
        display: flex;
    }

    .cart-item>div:nth-of-type(1) {

        max-width:80px;
        padding:0;

    }

    .cart-item>div:nth-of-type(2) {
        border:1px solid red;
        text-align: left;

    }

    .cart-item>div:nth-of-type(3) {
        border:1px solid purple;
        text-align: center;

        padding-right:0;
        font-size:11pt;
    }

    #header_right_spacer_01 {
        display: none;
    }


}