* {
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    height:100%;
}

/* Style the body */
body {
    /*font-family:Raleway, "Open Sans", Helvetica, Arial, sans-serif;*/
    font-family:ProximaNovaRegular,Helvetica,Arial,sans-serif;
    color:rgb(50,50,50);
    margin: 0;
    background-color: rgb(244,244,244);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    height:100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color:rgb(50,50,50);
    cursor:pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

.main_content {
    width:100%;
    padding-left:200px;
    height:100%;
}

.inner_main_content {
    width:100%;
    padding-left:20px;
    padding-right:20px;
}

.main_header {
    display:flex;
    justify-content:space-between;
    height:80px;
    align-items:center;
}

.page_name {
    margin:0px;
}

.main_header_right_section {
    display:flex;
}

.main_header_search_textfield_section {
    margin-left:5px;
    margin-right:5px;
    height:32px;
}

.main_header_search_textfield {
    height:32px;
    width:300px;
    border:1px solid rgb(200,200,200);
    padding: 0px 10px;
}

.main_header_action_button {
    display:flex;
    margin-left:5px;
    align-items:center;
    border:1px solid rgb(200,200,200);
    height:32px;
    padding-left:10px;
    padding-right:10px;
    color:rgb(50,50,50);
    font-weight:400;
}

.btn {
    border: 1px solid rgb(200,200,200);
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    color: rgb(50,50,50);
    background: #fff;
}

.btn + .btn {
    margin-left: 5px;
}

.main_body {
    display:flex;
}

.main_body_no_flex {
}

.pb20 {
    padding-bottom: 20px;
}

.main_body_main_section {
    flex:75%;
    padding:0px 20px 20px 0px;
}

.main_body_main_section_full_width {
    flex:100%;
    padding:0px 0px 20px 0px;
}

.main_body_main_section_content {
    border:1px solid rgb(196,206,209);
    border-radius:3px;
    background:rgb(255,255,255);
}

.main_body_section_right {
    flex:25%;
    padding:0px 0px 20px 0px;
}

.flash_message_box {
    background-color: white;
    margin-left: -10px;
    margin-top: 15px;
    padding: 5px 10px;
}

.wine_image {
    height: 250px;
}

.vinsight-form ul {
    list-style: none;
}

.shopify_page_index_btn {
    padding: 10px;
    border: 1px solid rgb(200,200,200)
}

.shopify_page_index_btn:not(:last-child) {
    margin-right: 16px;
}
