.hsbutton {
  
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px; 
    text-align: center;
    border: 2px solid white;
    height: 35px;
    cursor: pointer;
    background: #2E2929;
}

.hsbutton_green {
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid white;
    height: 35px;
    cursor: pointer;
    background: #00b76a;
}

.greenbutton {
    background: #00b76a;
}

.button_2021 {
    font-family: 'Alata','Open Sans','Arial';
    font-weight: bold;
    transform:scaleY(1.1);
    letter-spacing: -0.05em;
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    text-align: center;
    border: 2px solid white;
    height: 35px;
    cursor: pointer;
    background: #2E2929;

}


.button_2021_inverse {
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
    font-weight: bold;
    letter-spacing: 1px;
    color: #2E2929;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: -0.05em;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    text-align: center;
    border:none;
    height: 3vw;
    cursor: pointer;
    background: white;

}

.button_height {
    height:3vw;
}

@media screen and (min-width: 1500px) {
    .button_height {
        height: 41px;
    }
}

.button_height_scaled {
    height:3vw;
}


@media screen and (min-width: 1500px) {
    .button_height_scaled {
        height: 37px;
    }
}

@media screen and (max-width: 1500px) {
    .button_height_scaled {
        height:2.5vw;
    }
}


@media screen and (max-width: 1400px) {
    .button_height_scaled {
        height:2.3vw;
    }
}


@media screen and (max-width: 1200px) {
    .button_2021_inverse {
        font-size:1.5vw;
    }
}

.new_font_regular {
    font-family: 'Alata', 'Open Sans', 'Arial';
}

.number_font {
    font-family: 'Roboto', 'Open Sans', 'Arial';
    font-weight:600;
}

.top_right {
    padding-top:1vw;
}
@media screen and (max-width: 1200px) {
    .top_right {
    }
}

.top_right_bottom {
    bottom:0.5vw;
    position:absolute;
}
@media screen and (max-width: 1200px) {
    .top_right_bottom {
        padding-top:0;
        position:relative;
    }
}

.logo {
    width:90%;
    height:auto;
}
@media screen and (max-width: 1200px) {
    .logo {
        width:100%;
        height:auto;
    }
}

.top_logo_top {
    padding-top:1vw;
}
@media screen and (max-width: 1200px) {
    .top_logo_top {
        padding-top:1.5vw;
    }
}

.header_and_right_box {
    display:flex;
    width:100%;
    justify-content: space-between;
}
@media screen and (max-width: 800px) {

    .header_and_right_box {
        flex-direction: column;
    }
}

.hsbutton_mob2 {
  
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-size: 3vw;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 1vw;
    text-align: center;
    border: 2px solid white;
    height: 9vw;
    cursor: pointer;
    background: #12355b;
}


.hsbutton_info {
      font-family: 'Open Sans','Arial';
    letter-spacing: 1px;
    color: white;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px; 
    text-align: center;
    line-height: 18px;
    border: 2px solid white;
    height: 16px;
    cursor: pointer;
}


.hsbutton:hover {
    opacity:0.85;

}

.hssbutton {
    color: white;
    /* font-size: 19px; */
    font-family: 'Open Sans','Arial';
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 7px;
    padding-right: 7px;
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
    border-radius: 1px;
    text-align: center;
    /* line-height: 20px; */
    border: 2px solid #2E2929;
    height: 40px;
    background: #2E2929;
    cursor: pointer;
    text-transform: uppercase;
    width:40px;

}
@-moz-document url-prefix() {
    .hssbutton{
        background-position: 0px -2px !important;
    }
}

.hssbutton_mob {
    color: white;
    font-size: 3vw;
    font-family: 'Open Sans','Arial';
    font-weight: bold;
    /* box-shadow: 1px 1px 1px #BEE2F9; */
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 1px;
    text-align: center;
    /* line-height: 20px; */
    border: 1px solid #12355b;
    height: 10vw;
    background: #12355b;
    cursor: pointer;
    text-transform: uppercase;

}

.hssbutton:hover {
    opacity:0.85;
}

.brandtext {
    color: #2E2929;
    font-weight:bold;
    font-family: 'Alata', 'Open Sans', 'Arial';
}



input::-webkit-input-placeholder {
color: #666666 !important;
}
 
input:-moz-placeholder { /* Firefox 18- */
color: #666666 !important;  
}
 
input::-moz-placeholder {  /* Firefox 19+ */
color: #666666 !important;  
}
 
input:-ms-input-placeholder {  
color: #666666 !important;  
}

.hsbutton2 {
    font-family: 'Alata','Open Sans','Arial';
  color: white;
  font-size: 16px;
  font-weight:bold;
  margin-left:1px;
  padding-left:5px;
  padding-right:5px;
  padding-top:0px;
  padding-bottom:0px;
  border-radius: 5px;
  text-align:center;
  line-height:25px;
  height:31px;
  border:none;
  cursor:pointer;
  background:  #12355b;
    text-transform: uppercase;
}




.hsbutton2:hover {
    opacity:0.85;

}

.hsbutton3 {

    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
  color: white;
  font-weight:bold;
  padding-left:9px;
  padding-right:9px;
  padding-top:0px;
  padding-bottom:0px;
  border-radius: 5px;
    border: 2px solid white;
  text-align:center;
  line-height:18px;
  height:35px;
  cursor:pointer;
  background: #3361ac;
}

.hsbutton3_mob {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
    color: white;
    font-weight: bold;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-radius: 1vw;
    border: 2px solid white;
    text-align: center;
    /* line-height: 18px; */
    height: 9vw;
    cursor: pointer;
}


.hsbutton3:hover {
    opacity:0.85;

}

.hsbutton4 {
    font-family: 'Alata','Open Sans','Arial';
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 0px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    text-align: right;
    line-height: 23px;
    height: 31px;
    vertical-align: bottom;
    border: none;
    cursor: pointer;
    background: #00b67a;
    text-transform: uppercase;
    }


    .hsbutton4:hover {
    opacity:0.85;

}

.hsbutton_mob {
    font-family: 'Alata','Open Sans','Arial';
    transform:scaleY(1.1);
    color: white;
    font-size: 3vw;
    font-weight: bold;
    margin-left: 1vw;
    margin-right: 0px;
    margin-top: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    border-radius: 5px;
    text-align: right;
    line-height: 0vw;
    height: 6.5vw;
    border: none;
    cursor: pointer;
    background: #00b67a;
    text-transform: uppercase;
  }

.number {
    font-family: Roboto, Helvetica, Arial, Sans-Serif;
    font-size: inherit;
}

.button_green {
    background-color: #00b67a;
}

@font-face {
    font-family: myriadblack;
    src: url(Myriad-Pro-Black.ttf);
}

.homepage {
    font-size:42px;
    font-family:myriadblack,arial,sans-serif;
    margin:0px;
    font-weight:normal;
}


.normal_link {
    font-family: 'Roboto', 'Open Sans', 'Arial';
}

.read_arrow {
    color: #00b67a;
    padding-right:5px;
    font-size:120%;
    vertical-align: baseline;
}

@font-face {    
    font-family: 'Oswald', sans-serif;    
    src:  url('https://fonts.googleapis.com/css?family=Oswald');   
    font-weight: normal;    
    font-style: normal;    
}

.qtyinput {
    font-family: 'Roboto', 'Open Sans', 'Arial';
    font-size: 16px;
    border:none;
    border:solid 1px #606060;
    border-radius:5px;
    height:27px;
    width:33px;
    text-align: center;
    border-radius: 5px !important;
}

.general_input {
    font-family: 'Roboto', 'Open Sans', 'Arial';
    font-size: 16px;
    border:none;
    border:solid 1px #606060;
    border-radius:5px;
    height:27px;
    text-align: center;
}


.addtobasketprice {
    font-family: 'Alata', 'Open Sans', 'Arial';
    font-size: 16px;
}

.plain, .plain:hover {
    text-decoration: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color:inherit;
    background: inherit;
}

.long {
    width:390px;
}


@media only screen and (max-width: 600px) {
    .long {
        width:150px;
    }
}


@media screen and (max-width: 800px) {
    .long {
        width:85vw;
    }
}

@media screen and (min-width: 1700px) {
    .long {
        width:500px;
    }
}


@media screen and (min-width: 1500px) and (max-width:1699px) {

}

@media screen and (min-width: 1200px)  and (max-width: 1499px) {
    .long {
        width:350px;
    }
}

@media screen and (min-width: 1200px)  and (max-width: 1300px) {
    #mob_variants {
        width:90% !important;
    }
    .main_image {
        width:400px;
        height:auto;
    }
}

@media screen and (min-width: 1300px)  and (max-width: 1500px) {
    .main_image {
        width:440px;
        height:auto;
    }
}


@media screen and (max-width: 1200px) {
    #main-body {
        width:100% !important;
    }
    .main_image {
        width:400px;
        height:auto;
    }
    .long {
        width:300px;
    }
    #mob_variants {
        width:400px !important;

    }
}


@media screen and (max-width: 999px) {
}

@media screen and (max-width: 800px) {
    .main_image {
        width:300px;
        height:auto;
    }
    .long {
        width:200px;
    }
    #mob_variants {
        width:300px !important;

    }
    h1 {
        font-size:24px;
    }
}


@media screen and (min-width:700px) and  (max-width: 900px) {
    h1 {
        font-size:20px;
    }
}

.left_nav {
    width:190px;
}

.left_nav_inner {
    width:160px;
}

.left_nav_inner2 {
    width:170px;
}



@media screen and (max-width: 1400px) {
    .left_nav {
        width:160px;
    }

    .left_nav_inner {
        width:140px;
    }
    .left_nav_inner2 {
        width:150px;
    }

}

@media screen and (max-width: 1200px) {
    #left-hand {
        display: none;
    }

    #main-body {
        width:100% !important;
    }
}

.grey_box {
    background-color: #f5f5f5;
}

div[itemprop="acceptedAnswer"] div a {
    font-family: Roboto, Helvetica, Arial, Sans-Serif;
    font-weight: bold;
}

@media screen and (max-width: 1200px){
    .top_bar_under_menu {
        font-size:10px;
    }
    .top_bar_under_menu span {
        font-size:10px;
    }

}

a .wishlist_addtobasket {
    text-decoration: none;
    font-family: 'Alata', 'Open Sans', 'Arial';
    font-size: 14px;
}

.wishlist_addtobasket_message {
    text-decoration: none;
    margin-left:7px;
}

.add_to_wishlist_link {
    text-decoration: none;
}

.added_to_wishlist table td {
    font-family: 'Alata', 'Open Sans', 'Arial';
    font-size:18px;
    font-weight: bold;
}

.added_to_wishlist div a {
    font-family: 'Alata', 'Open Sans', 'Arial';
    font-size:16px;
    font-weight: bold;
}

.added_to_wishlist div {
    font-family: 'Alata', 'Open Sans', 'Arial';
    font-size:16px;
}

a.menuoption {text-decoration: none;}

@media screen and (min-width: 2300px) {
    .megamenu_outer {
        max-width:1600px !important;
        padding-left:70px;
    }
}

@media screen and (min-width: 2700px) {
    .megamenu_outer {
        max-width:1700px !important;
        padding-left:70px;
    }
}

.top_menu_icons {
    height:1.2em;
    width:auto;
    margin-bottom:-3px;
    transform:scaleY(1);
}

@media screen and (max-width:1200px) {
    .top_menu_icons {
        height:1em;
    }
}

@media screen and (max-width:850px) {
    .optional_trustpilot_widget {
        display:none;
    }
    #ac_search {
        width:70vw !important;
        max-width:300px;
    }
    .hssbutton {
        background-size:25px 40px !important;
    }
}

.hcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdownabit {
    padding-top:0.3em;
}


.instant_search_hole  div.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.instant_search_hole a {
    text-align: center;
    text-align: -webkit-center;
    text-decoration: none;
    font-family: 'Alata', 'Open Sans', 'Arial';
}


.instant_search_hole div.grid > div{
    text-align: center;
    margin-bottom: 10px;
}


.instant_search_hole img {
    height:100px;
    width:auto;
    max-width:150px;
}

.qty_dropdown {
    border: 1px solid #999;
    color: black;
    background-color: #eee;
    border-radius: 5px;
    height:31px;
    font-size:16px;
    padding-left:5px;
}

.instant_search_hole div.footer {
    width:100%;
    text-align: center;
    margin-bottom: 20px;
}

.instant_search_hole div.footer a {
    font-size: 20px;
}

.instant_search_hole .rprice {
    margin-right:5px;
}

.instant_search_hole select {
    margin-right:5px;
}


.instant_search_hole  {
    position:absolute;
    z-index:9999991;
    text-align:center;
    width:100%;
}
.instant_search_hole > div {
    background-color: white;
    width:800px;
    margin:auto;
    padding-top:20px;
    border: 5px solid rgb(204,204,204);
    border-top:0px;
    height:80vh;
    overflow-y: scroll;

}
@media screen and (max-width:850px) {
    .instant_search_hole div.grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .instant_search_hole > div {
        max-width:400px;
    }
}


@media screen and (min-width:1700px) {

    .instant_search_hole > div {
        width:900px;

    }
}


@media screen and (max-width:850px) {
    #tp_widget_new {
        top:3px !important;
    }
}

.hsgentable {
    border-radius: 5px;
    padding: 2px;
    border:1px solid #cccccc;
    border-collapse: collapse;
}

.hsgentable td, .hsgentable th {
    border:1px solid #cccccc;
    padding: 5px;
}

.lastbatchtable {
    border-radius: 5px;
    padding: 2px;
    border:1px solid #cccccc;
    border-collapse: collapse;
    margin:auto;
}

.lastbatchtable td, .lastbatchtable th {
    border:1px solid #cccccc;
    padding: 5px;
}

.lastbatchtable td:last-child {
    text-align: center;
}

.general_link {
    cursor:pointer;
    text-decoration: none;
    font-weight: bold;
}

.tag_marker {
    border-radius: 50%;
    padding: 0.2vw;
    font-size: 0.6vw;
    padding-top:0.25vw;
    width: 0.8vw;
    height: 0.8vw;
    text-transform: uppercase;
    color:white;
    text-align:center;
    position:relative;
    cursor: zoom-in;
}


.tag_marker span {
    color:white;
    font-size: 0.6vw;
    position:absolute;
    text-align: center;
    width:100%;
    left:0;
    cursor: zoom-in;
}

.tag_marker.ft {
    background-color: #9e1847;
}

.tag_marker.organic {
    background-color: green;
}

.tag_marker.v {
    background-color: lightgreen;
}

.tag_marker.chilled {
    padding:0px;
    margin:0px;
    border-radius:0px;
}

.tag_marker.chilled img {
    width:21px;
    padding:0px;
    margin:0px;
    height:auto;
    margin-left:-2px;
}


.tag_marker.vv {
    background-color: olive;
}

.tag_marker.df {
    background-color: orange;
}

.tag_marker.gf {
    background-color: brown;
}

@media screen and (max-width: 800px) {
    .tag_marker {
        width: 4vw;
        height: 4vw;
        font-size: 3vw;
    }
    .tag_marker span {
        font-size:3vw;
    }
}


.tags {
    display:flex;
}

.tags.prod {
    flex-direction: row;
    column-gap:5px;
}

.tags.cat {
    flex-direction: column;
    row-gap:3px;
    position:absolute;
    right:30px;
    top:15px;
    z-index:100;
}

.desktop_container {
    display:flex;
}

.dividertitle {
    font-size:25px;
}

.basket_terms_conditions {
    font-weight: bold;
}

@media screen and (min-width:1000px){
    .desktop_ymal_align {
        padding-left:150px;
    }

    .basket_terms_conditions {
        text-align: left;
        width:75%;
    }
}


.link_hover_underline {
    text-decoration: none;
}
.link_hover_underline:hover {
    text-decoration: underline;
}

.link_underline {
    text-decoration: underline;
    cursor: pointer;
}

.plain_link {
    font-family: Roboto, Arial, sans-serif;
}

.customer_warning {
    font-weight: bold;
    color:red;
    padding-bottom: 2px;
    padding-top: 2px;
}

.italic {
    font-style: italic;
}

.italic > * {
    font-style: inherit;
}

.italic_recursive {
    font-style: italic;
}

.italic_recursive * {
    font-style: inherit;
}


.customer_warning a {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    font: inherit;
    font-style: inherit;
}

#bottom_cookie_consent {
    min-height: 20%;
}

.mini_basket_footer button.hsbutton {
    font-size:14px;
}

.in_basket_indicator:not(:empty) {
    padding:5px;
    color:green;
    font-weight: bold;
}