#fbblanker {
    display: none;
    z-index: 100000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    cursor: pointer;
}

#fbmessage {
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #ffffff;
    padding: 20px;
    z-index: 1000001;
    position: absolute;
    max-width: 400px;
    font-family: "Montserrat";
    cursor: pointer;
}

#fbmessageinternal {
    background-color: #610c11;
    color: #ffffff;
    padding: 25px;
}

.fbhead {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#fbmessageinternal p {
    font-size: 16px;
}

.cyberholder {
    clear: both;
    overflow: hidden;
}

.xmasbannermain {
    width: 100%;
    display: block;
}

.xmasbannermob {
    width: 100%;
    display: none;
}

.filternamediscountlevel .filtertitle{
    color: #dd0000;
}

/*styles for new nav header*/
.nh_strap_outer {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #610c10;
}

.nh_white_outer {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #ffffff;
    /*background-image: url(../../images/xmas-decs-2024.jpg);*/
}

.nh_grey_outer {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #efefef;
}

.nh_noheight_outer {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 0px;
}

.nh_sub_outer {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #444444;
}

.nh_allnavelementsfixer {
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
}

.nh_noheight_outer .nh_allnavelementsfixer {
    padding: 0px;
}

.nh_all {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 14px 0px;
}

.nh_logo_burger {
    display: flex;
    align-items: center;
}

.nh_tp_search {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nh_basket_acct_tel {
    font-family: "Montserrat";
    font-size: 12px;

}

.nh_tel {
    color: #610c10;
    font-weight: 600;
}

.nh_basket_acct {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 7px;
}

.nh_basket_acct a {
    margin-left: 7px;
}

.nh_basket_acct a:first-of-type {
    margin-right: 0px;
}


.nh_mainnav {
    width: 100%;
    display:flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
}

.nh_desktop_dropdowns {
    position: relative;
    width: 100%;
    height: 0px;
}

.nh_dropdown_display_navitem {
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 2px;
}

.dropdownclass {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    z-index: 199;
    border: 1px solid #dadada;
    display: none;
    font-family: 'Montserrat';
    font-size: 12px;
}

.nh_dropdown_display {
    z-index: 501;
    display: flex;
}

.nh_subheader {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nh_subheaderitems {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 3px 0px;
    width: 100%;
    box-sizing: border-box;
}

.nh_divider {
    width: 1px;
    height: 100%;
    display: flex;
    background-color: #ffffff;
}

.nh_subheaderitems a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Montserrat";
    padding: 5px 0px;
    box-sizing: border-box;
    text-align: center;
}

.nh_subheaderitems a:last-of-type {
    border-right: 0px;
}

.nh_searchbar {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.nh_searchbar input {
    width: 100%;
    max-width: 350px;
    text-align: center;
    font-family: "Montserrat";
    font-size: 11px;
    border: 1px solid #a8a8a8;
    margin: 0px;
    height: 30px;
    padding: 7px 20px;
    box-sizing: border-box;
    background-image: url("../../images/newimages/search-mag.svg");
    background-size:16px;
    background-repeat: no-repeat;
    background-position: left 6px center;
}

.nh_searchbar input:focus {
    font-size: 16px;
}

.nh_searchbar input:active {
    font-size: 16px;
}

.nh_trustpilot {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.nh_trustpilot .trustpilot-widget {
    width: 100%;
}

.nh_trustpilot #trust-score {
    font-size: 17px;
}

.nh_mob_trust_phone {
    display: none;
    align-items: center;
    background-color: #f5f5f5;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    padding: 7px 20px;
}

.checkoutmasterpage .nh_mob_trust_phone {
    display: flex;
    justify-content: center;
    padding: 7px 0px;
}

.checkoutmasterpage .nh_mob_trust_phone .nh_allnavelementsfixer {
    display: flex;
    align-items: center;
}

.nh_mob_trust {
    flex-grow: 1;
}

.nh_mob_trust img {
    height: 20px;
}

.nh_mob_phone {

}

.saledrop {
    display: flex;
    flex-wrap: wrap;
}

.onlymob {
    display: none;
}

.salecont {
    display: flex;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: solid 1px #610c10;
    padding-top: 10px;
}


.salecont:first-of-type {
    padding-top: 0;
}

.menusaleheader {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.menusaleheader.dt-hide {
    display: block;
}

.menusaleheader.mob-hide {
    display: none;
}

.menusaleheader a {
    float: none;
    margin-bottom: 15px;
}

.menusalecontent a{
    text-transform: capitalize;
    color: #444444;
    display: block;
    margin-bottom: 3px;
}

.gp_hp_mob_trustpilot_cont {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    color: #191919;
    cursor: pointer;
    padding-bottom: 2px;
}

.gp_hp_mob_trustpilot_cont:hover {
    text-decoration: none;
}

.gp_hp_mob_trustpilot_desc {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.gp_hp_mob_trustpilot_stars {
    width: 100px;
    margin-right: 10px;
}

.gp_hp_mob_trustpilot_stars img {
    width: 100%;
}


.gp_hp_trustpilot_header {
    display: flex;
    align-items: center;
    font-family: "Montserrat";
    color: #191919;
    cursor: pointer;
}

.gp_hp_trustpilot_header:hover {
    text-decoration: none;
}

.gp_hp_trustpilot_desc {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.gp_hp_trustpilot_stars {
    width: 100px;
    margin-right: 10px;
}

.gp_hp_trustpilot_stars img {
    width: 100%;
}

.gp_hp_trustpilot_detail {
    font-size: 13px;
    margin-right: 10px;
}

.gp_hp_trustpilot_logo {
    width: 80px;
}

.gp_hp_trustpilot_logo img{
    width: 100%;
}

@media(min-width: 960px){
    .menusaleheader.mob-hide {
        display: block;

    }
    .menusaleheader.dt-hide {
        display: none;
    }

    [rel="infodropdown_bothresp"] {
        display: none;
    }
}


.initmain {
    display: block;
    width: 100%;
    height: auto;
}

#processingbutton {
    display: none;
}

.initmob {
    display: none;
    width: 100%;
    height: auto;
}

.hp_slider {
    display: block;
}

.hp_slider_mob {
    display: none;
}

.hpslidingbanner {
    display: block;
    position: relative;
    overflow: hidden;
}

.hp_slider {
    top: 0px;
    position: absolute;
    width: 10000px;  
}

.hp_slider_mob {
    display: none;
    top: 0px;
    position: absolute;
    width: 4000px;
}

.imagesoverlay {
    background-image: none !important;
    bottom: 0 !important;
    top: auto !important;
}


.contenthub {
    padding: 30px;
    font-size: 18px;
    color: #444444;
    font-family: "Montserrat";
    
}

.loginppal {
    width: auto !important;
    border: none !important;
    margin-top: 20px;
}

.cyberbanners {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.cyberbanners img {
    width: 100%;
}

.cybernormal {
    display: block;
}

.cybermob {
    display: none;
}

#paypalown {
    display: none !important;
    width: 320px !important;
}

#ourpaypal {
    display: none !important;
}

#prodpage_paypal_box {
    width: 100%;
    border: 3px solid #009cde;
    padding: 5px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        margin-top: 20px;
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: bold;
    color: #3c3c3c;
    text-transform: uppercase;
    text-align: center;
    clear: both;
    overflow: hidden;
}

#prodpage_paypal_box p{
    float: left;
    width: 60%;
}

#prodpage_paypal_box img{
    position: absolute;
    width: 30%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}



#allprizes {
    display: block;
}

#twobytwoprizes {
    display: none;
}

#onebyoneprizes {
    display: none;
}

.surfcompbottom {
    clear: both;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.overallpaypalholdercheckout {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
    background-color: #d9d9d9;
    border-radius: 8px;
}

.freepostageboxprod {
    margin-top: 20px;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
    text-transform: uppercase;
    text-align: center;
}

.clickformorepaypal {
    display: block;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    color: #3c3c3c;
    text-transform: normal;
    padding: 15px 10px;
}

.freeshopbagmsg {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3c;
    text-transform: uppercase;
    padding: 15px 10px;
}

.surfcompbottom img {
    width: 100%;
    max-width: 1439px !important;
    margin: 0 auto;
    display: block;
}

.infographic_container {
    font-family: "Montserrat";
}

.infographic_container img{
    max-width: 100%;
}

.contenthubtitle {
    font-size: 34px;
    padding-bottom: 5px;
}

.contentpiece {
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.contenttitle {
    color: #444444;
    padding-top: 6px;
}

.contenttype {
    color: #610c10;
    padding-top: 4px;
}

.contentpiece a:hover {
    text-decoration: none;
}


#currencyandcountry {
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    z-index: 100000;
    display: none;
}


.christmas_returns {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px;
    font-family: "Montserrat";
    color: #ffffff;
    background-color: #610c10;
    display: block;
}

.christmas_returns a {
    color: #ffffff;
    
}

.christmas_returns a:hover {
    color: #ffffff;
    text-decoration: none;
}
    
#curcurrency {
    float: left;
    margin-left: 12px;
    padding-right: 15px;
    background-image: URL("../../images/dropdownarrowcurrency.png");
    background-repeat: no-repeat;
    background-position: 42px 2px;
    cursor: pointer;
}

#curcurrencymobile {
    float: left;
    margin-left: 12px;
    padding-right: 15px;
    background-image: URL("../../images/dropdownarrowcurrency.png");
    background-repeat: no-repeat;
    background-position: 42px 2px;
    cursor: pointer;
}

.curtitle {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.image-dropdown {
    /*style the "box" in its minimzed state*/
    border:1px solid #d0d0d0; width:200px; height:25px; overflow:hidden;
    /*animate the dropdown collapsing*/
    transition: height 0.1s;
    background-color: #ffffff;
    position: relative;
    background-image: URL("../../images/dropdownarrowcurrency.png");
    background-repeat: no-repeat;
    background-position: 180px 10px;
}
.image-dropdown:hover {
    /*when expanded, the dropdown will get native means of scrolling*/
    height:200px; overflow-y:scroll;
    /*animate the dropdown expanding*/
    transition: height 0.5s;
    background-image: none;
}
.image-dropdown input {
    /*hide the nasty default radio buttons!*/
    position:absolute;top:0;left:0;opacity:0;
}
.image-dropdown label {
    /*style the labels to look like dropdown options*/
    display:none; margin:2px; height:21px; opacity:1; cursor: pointer; clear: both;
    
}
.image-dropdown:hover label{
    /*this is how labels render in the "expanded" state.
     we want to see only the selected radio button in the collapsed menu,
     and all of them when expanded*/
    display:block;
}

.image-dropdown input:checked {
    color: #330000;
}

.image-dropdown input:checked + label {
    /*tricky! labels immediately following a checked radio button
      (with our markup they are semantically related) should be fully opaque
      and visible even in the collapsed menu*/
    opacity:1 !important; display:block;
}

.image-dropdown label img {
    float: left;
    width: 20px;
    padding-left: 5px;
}

.image-dropdown label p {
    float: left;
    font-family: "Montserrat";
    font-size: 13px;
    color: #444444;
    padding-top: 4px;
    padding-left: 5px;
}

.currencydropdown label p {
    padding-left: 5px;
}

.currencydropdown {
    margin-bottom: 20px;
}

#blanker {
    opacity: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4000;
}

#cto_cookies_header_message, .criteo_header {
    display: none !important;
}

#salemobile {
        display: none;
    }
    
    .notpopulartext {
        display: none;
    }

.popup {
    flex-direction: column;
    flex-wrap: nowrap;
  display: none;
  z-index: 5001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: fixed;
  overflow: hidden;
  background-color: #ffffff;
  padding: 40px;
  max-width: 540px;
    max-height: 90%;
  width: 90%;
      -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
  
}

.popuptitle {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 14px;
    color: #444444;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 30px;
}

.popupcontent {
    color: #464646;
    text-align: center;
    font-family: "Montserrat";
    font-weight: normal;
    line-height: 30px;
    font-size: 18px;
    padding: 25px 35px 10px 35px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
}

.popupclosebutton {
    margin-top: 30px;
}

.popupclose {
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    right: 40px;
    top: 40px;
    cursor: pointer;
    background-image: URL("../../images/newimages/close_popup.png")
}

#page {
    max-width: 1900px;
    margin: 0 auto;
    /*background-image: URL("../../images/newimages/xmas-decs-1900.png");*/
    background-repeat: no-repeat;
}

#headerbar {
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.5;
    max-width: 1440px;
    margin: 0 auto;
    height: 90px;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    z-index: 2;
    /*background-image: URL("../../images/newimages/xmas-decs-1900-115.gif");*/
}

.burgernav {
    display: none;
    width: 27px;
    height: 100%;
    margin-right: 16px;
}

.popsearches {
    float: left;
    width: 14.2857%
}

.pophead {
    float: left;
    width: 14.2857%
}

.allhead {
    float: left;
    width: 71.4285%
}

.popularbrands {
    float: left;
    width: 14.2857%
}

.popularsearches {
    float: left;
    width: 14.2857%
}

.popbrands {
    float: left;
    width: 85.7143%;
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
}

.brandswithpopsearches {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    width: 71.4285%;
}

.navheaders {
    padding-bottom: 18px;
    clear: both;
    overflow: hidden;
}

.dropdownmenu a:hover {
    text-decoration: none;
}

a.viewalllink, .brands a.viewalllink {
    clear: both;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    padding: 0px;
    max-width: 300px;
    width: 100%;
    margin-top: 40px;
    color: #ffffff;
    display: none;
}

.gogbrands {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 50%;
}

#subheader {
    min-height: 54px;
    color: #ffffff;
    background-color: #444444;
    display: flex;
}

.subheaderitems {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}

#subheader .subheaderitems a {
    width: 25%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Montserrat";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 17px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border-right: 1px solid #ffffff;
}

#subheader .subheaderitems a:first-child {
border-left: 1px solid #ffffff;
}

.mainlogo {
    width: 107px;
}

.sublogo {
    margin-top: 27px;
    float: left;
    margin-left: 6px;
}

.headerleft {
    float: left;
}

#salemobile {
    display: none;
    width:  100%;
}

#salemobile a {
    color: #610c10;
}

#mainnav {
    padding: 0px;
    margin: 0px;
    display: flex;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 600;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1220px;
}

#mainnav li {
    list-style-type: none;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #444444;
}

#mainnav li.rednav {
    color: #610c10;
}

#mainnav li.rednav a {
    color: #610c10;
}

#mainnav li a {
    color: #444;
    font-weight: 600!important;
}

.searchsuggestoptions {
    padding: 5px; 
    border-bottom: 1px solid #dddddd; 
    cursor: pointer;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.redtext {
    color: #610c10 !important;
}

#search_form_container {
    display: table;
    position: relative;
    width: 100%;
    border: 1px solid #444444;
}

.headerboth {
    clear: both;
    overflow: hidden;
}

.searchclose {
    display: table-cell;
    background-image: URL("../../images/newimages/close_popup.png");
    background-position: 0px 25px;
    width: 24px;
    height: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#searchbar input.search_text_area {
    
    height: 70px;
    line-height: 70px;
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-family: "Playfair Display";
    font-size: 18px;
    color: #444444;
    border: 0px;
    background-color: #fbfbfb;
    display: table-cell;
    outline-width: 0;
    outline: none;
}

.searchbuttonholder {
    display: table-cell;
    width: 100px;
}

#searchbar .searchbutton {
    width: 100px;
    margin-top: 10px;
    margin-right: 20px;
    display: none;
}

#searchbar {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fbfbfb;    
    height: 70px;
    margin-bottom: 10px;
    display: none;
}



.notrans {
    -webkit-transition: max-height 0s !important;
    -moz-transition: max-height 0s !important;
    transition: max-height 0s !important;
}

.subnav_title {
    font-family: "Playfair Display";
    font-size: 40px;
    text-align: center;
    color: #444444;
    padding-bottom: 30px;
    text-transform: none;
    font-weight: normal;
    display: none;
}

.subnavsepdd {
    background-color :#d0d0d0;
    margin: 0px auto;
    width: 50%;
    height: 1px;
    display: none;
}

.brands {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
}

.dropnavimage {
    display: block;
}

.brands a {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    /*width: 11%;*/
    padding: 5px 0px;
    color: #444444;
    /*padding: 5px 20px;*/
    position: relative;
    font-weight: normal;
    /*float :left;*/
    text-transform: capitalize;
}

.brands a img {
    width: 100%;
}

.mobiledrop .linkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.mobiledrop .linkbox > * {
    margin-bottom: 10px;
}

.linkboxcont {
    width: 48%;
    box-sizing: border-box;
    margin-right: 0;
    font-family: "Montserrat";
    font-weight: bold;
    justify-content: center;
    color: #191919;
    font-size: 12px;
    letter-spacing: 0px;
    cursor: pointer;
    text-align: center;
}

.mobiledrop{
    position: relative;
}

.mobileheader {
    font-family: "Montserrat";
    box-sizing: border-box;         /* Opera/IE 8+ */
    font-weight: 600;
    color: #191919;
    font-size: 15px;
    padding: 20px 0px 20px 0px;
    margin-bottom: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobileheader .navback,
.mobileheader .closenav {
    cursor: pointer;
}

.linkboxcont .prodinfobutton {
    font-size: 14px;
    font-weight: 600;
    border: none;
    background: #f5f5f5;
    margin-top: 0px;
    padding: 8px !important;
    text-transform: none;
    letter-spacing: normal;
}

.linkboxcont .prodinfobutton:hover {
    background: #610c10;
    color: white;
}

.mobiledrop.show .linkboxcont .prodinfobutton {
    border: none;
}

#saledropdown_bothresp .mobiledrop.saledrop > * {
    margin-bottom: 20px;
}

.sale-nav-content {
    flex-grow: 1;
}

.sale-nav-content .menusalecontent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sale-nav-content .menusalecontent > * {
    box-sizing: border-box;
    padding: 5px;
    width: 40%;
}

.salecont .menusaleheader a {
    color: #610c10;
}

.sale-section {
    line-height: 1.1rem;
}

.sale-section.img,
.sale-section.price {
    width: 60%;
}

.sale-section.img img {
    max-width: 100%;
    height: auto;
}


.sale-section .heading {
    font-weight: 600;
    width: 100%;
}

.sale-nav-payment-options {
    padding-top: 10px;
}

.price .prices {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 90px;
}

.sale-section.price > a {
    width: 40%;
}

.sale-section.img > img {
    max-width: 100%;
    height: auto;
}

.new-nav-content {
    position: relative;
    font-family: 'Montserrat';
    font-size: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 20px 0;
}


.new-nav-content a {
    font-size: 12px;
    font-weight: 600;
    color: #000;
}

.new-nav-content a:hover {
    font-weight: 600;
}

.new-nav-content .heading {
    margin-bottom: 20px;
}

.section1, .section2, .section3 {
    width: 100%;
}

.pop-brands {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.pop-brands a {
    width: 50%;
    margin-bottom: 20px;
}

.trends {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.trends a {
    width: 50%;
    margin-bottom: 20px;
}

.a-zLink {
    font-size: 11px;
    font-weight: 600;
    margin: 15px 25px 30px 0px;
    cursor: pointer;
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    transition: background-color 0.5s, color 0.5s;
}

.a-zLink:hover {
    background-color: #610c10;
    color: #fff;
}

.allBrands {
    font-family: 'Montserrat';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: left 0.3s ease-out;
    padding: 5px;
    left: 100%;
    font-size: 12px;
    line-height: normal;
}

.mobiledrop.show .allBrands {
    left: 0%;
}

.allBrands .back {
    font-size: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
}

.allBrands .heading {
    margin-bottom: 20px;
    font-weight: 600;
}

.allBrands .list {
    column-count: 2;
}

.allBrands .list a {
    color: #444;
    margin-bottom: 0.4rem;
}

.new-nav-content .styles {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.new-nav-content .styles > * {
    margin-bottom: 20px;
}

.new-nav-content .styles .style-item {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-nav-content .styles .style-item .img-wrap {
    height: 20px;
    display: flex;
}

.new-nav-content .styles .style-item img {
    max-width: 32px;
    height: auto;
}

.new-nav-content .pop-searches {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.new-nav-content .pop-searches > * {
    margin-bottom: 20px;
}

.new-nav-content .colours {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.new-nav-content .colours > * {
    margin-bottom: 15px;
}

.new-nav-content .colour-block {
    box-sizing: border-box;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.new-nav-content .colour-block > * {
    margin-bottom: 0.2rem;
}

.new-nav-content .swatch-wrap {
    width: 24px;
    height: 20px;
    display: flex;
    align-items: center;
}

.new-nav-content .swatch {
    display: block;
    width: 24px;
    height: 10px;
    border-radius: 20px;
}

.swatch.black {background-color: #000000;}
.swatch.gold {background-color: #cc9933;}
.swatch.brown {background-color: #844b21;}
.swatch.grey {background-color: #ccc;}
.swatch.gunmetal {background-color: #8d918d;}
.swatch.silver {background-color: #ccc;}
.swatch.clear {background-color: #fff; border: solid 1px #c7c7c7}
.swatch.blue {background-color: #0d447a;}
.swatch.red {background-color: #ff3636;}
.swatch.green {background-color: #60ca7e;}
.swatch.yellow {background-color: #fff72b;}
.swatch.pink {background-color: #fc6fae;}
.swatch.green {background-color: #568950;}

.new-nav-content .section3 .row {
    display: flex;
}

.new-nav-content .section3 .col {
    width: 50%;
}

.new-nav-content .prices {
    display: flex;
    flex-direction: column;
}

.new-nav-content .prices > * {
    margin-bottom: 20px;
}

.new-nav-content .visuals {
    display: flex;
    flex-wrap: wrap;
    /* min-width: 42%; */
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
    font-weight: bold;
}


.new-nav-content .visuals > * {
    margin-bottom: 10px;
}

.tall-feature {
    display: none;
}

.square-feature {
    display: block;
    max-width: 100%;
    height: auto;
}

.new-nav-content .visuals .stack {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new-nav-content .visuals .stack .stack-item {
    display: flex;
    flex-direction: column;
    max-width: 48%;
    align-items: flex-start;
}

.stack-item a {
    display: flex;
}

.new-nav-content .visuals .stack .stack-item img {
    max-width: 100%;
    height: auto;
}

.new-nav-content .mob-hide { display: none;}


.new-nav-content .visuals .caption {
    margin-top: 6px;
    display: block;
}

/*****************
SPORTS MENU
*****************/
.new-nav-content .sports-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.new-nav-content .sports-links .link-wrap {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.new-nav-content .sports-links .link-wrap span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.new-nav-content .sports-links .link-wrap img {
    max-width: 100%;
}

.new-nav-content .sports-links .link-wrap img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .1s ease-in-out;
}

.new-nav-content .sports-links .link-wrap:hover img {
    opacity: 0.85;
}

.banner a img {
    max-width: 100%;
    height: auto;
}


@media screen and (min-width: 420px) {
    .sale-nav-content .menusalecontent {
        justify-content: flex-start;
    }
}

@media screen and (min-width:960px) {

    
    .mobileheader {
        display: none;
    }

    div#saledropdown_bothresp {
        width: 80%;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .sale-nav-content .menusalecontent > * {
        width: 22%;
    }

    .sale-section {
        line-height: 1.3rem;
    }

    .sale-section.price {
        width: 40% !important;
    }

    .sale-section.img {
        display: none;
    }

    .salecont .sale-nav-img {
        margin-right: 20px;
    }

    .linkboxcont {
        width: calc(24%);
    }

    .new-nav-content {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    
    .section1 {
        width: 20%;
    }
    
    .section2 {
        width: 20%;
    }

    .section3 {
        width: 20%;
    }

    .new-nav-content .section3 .col {
        width: 100%;
    }
    
    .allBrands{
        position: absolute;
        left: 100%;
        transition: left 0.3s ease-out;
        padding: 1rem 2rem;
    }

    
    .allBrands .list {
        column-count: 6;
    }

    .pop-brands a {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .trends {
        flex-direction: column;
    }

    .trends a {
        width: 100%;
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .new-nav-content .styles {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 0.3rem;
        margin-bottom: 30px;
    }

    .new-nav-content .pop-searches > * {
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .new-nav-content .styles .style-item {
        width: 50%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    
    .new-nav-content .styles .style-item .img-wrap {
        margin-bottom: 5px;
    }

    .new-nav-content .colours {
        row-gap: 0.3rem;
        margin-bottom: 30px;
    }

    .new-nav-content .styles > *,
    .new-nav-content .colours > * {
        margin-bottom: 5px;
    }

    .new-nav-content .colour-block {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 0;
    }
    

    .new-nav-content .prices > * {
        margin-bottom: 5px;
        padding: 5px 0;
    }

    .new-nav-content .visuals {
        gap: 1.5rem;
        flex-wrap: nowrap;
        justify-content: flex-end;
        min-width: 40%;
        margin: unset;
    }

    .tall-feature {
        display: block;
        max-height: 350px;
        width: auto;
    }
    .square-feature {
        display: none;
    }
    
    .new-nav-content .visuals .stack {
        width: auto;
        flex-direction: column;
        row-gap: 10px;
        justify-content: start;
    }
    
    .new-nav-content .visuals .stack .stack-item {
        display: flex;
        flex-direction: column; 
        max-width: 100%;
        margin-bottom: 24px;
        align-items: unset;
    }

    .new-nav-content .visuals .stack .stack-item img {
        max-width: 150px;
        height: auto;
    }
    
    .new-nav-content .visuals .caption {
        display: block;
        width: 100%;
        margin-top: 6px;
        text-align: left;
    }
    
    .new-nav-content .mob-hide { 
        display: flex;}
    .new-nav-content .desktop-hide { 
        display: none;}

    .new-nav-content .sports-links .link-wrap {
        width: 20%;
    }
}    


@media screen and (min-width:1200px) {
    .new-nav-content .visuals {
        gap: 2.25rem; 
    }

    .tall-feature {
        display: none;
    }
    .square-feature {
        display: block;
    }

    .new-nav-content .visuals .stack {
        justify-content: flex-start;
    }
    
    .new-nav-content .visuals .stack .stack-item img {
        max-width: 150px;
    }

    div#saledropdown_bothresp {
        width: 80%;
    }
}

.prodinfobutton {
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #ffffff;
    padding: 13px 0px;
    font-family: "Montserrat";
    font-size: 15px;
    text-align: center;
    background-color: #444444;
    margin-top: 20px;
    -moz-border-radius: 8px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: opactiy 0.5s;
    transition: opacity 0.5s;
}

.prodinfobutton:hover {
    opacity: 0.75;
    text-decoration: none;
}

.redbutton {
    background-color: #610c10;
}

.prodinfobuttoninverse {
    border: 1px solid #444444;
    background-color: #ffffff;
    color: #444444;
    -webkit-transition: background-color 0.5s, color 0.5s; /* Safari */
    transition: background-color 0.5s, color 0.5s;
}

.prodinfobuttoninverse:hover {
    color: #ffffff;
    background-color: #610c10;
    opacity: 1;
}

.mwlinkbox {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float: left;
}

.linkboxcont {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.latestcollectionmenu {
    display: none;
}

.otherbrands {
    width: 25%;
    text-align: center;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 0px 1%;
    float: left;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    font-weight: normal;
}

.otherbrands a{
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    font-weight: normal;
    display: block;
    text-transform: none;
    padding: 5px 0px;
}

.othermenu_title {
    font-weight: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 5px;
    letter-spacing: 2px;
}

.mainnav-submenus {
    clear: both;
    overflow: hidden;
}

.ddownpadding {
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
}

#header-right {
    float: right;
    display: flex;
    align-items: center;
}

.noncheckout #header-right {
    padding-top: 36px;
}

#header-right a {
    margin-left: 12px;
    float: left;
    display: block;
}

#header-right a.redtext {
}

a.shopdot {
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #610c10;
    color: #ffffff;
    border-radius: 15px;
    margin-left: 2px;
    margin-top: 0px;
    font-size: 10px;
}

a.shopdot:hover {
    text-decoration: none;
}

.usefullinkssmaller {
    float: right;
    display: none;
}

.usefullinks {
    float: right;
    display: flex;
    align-items: center;
}

.telandcurrency {
    float: left;
}

.mainpromoholder {
    clear: both;
    overflow: hidden;
    position: relative;
    
}

.mainpromoholder img{
max-width: 100%; 
height: auto;
display: block;
}

img.mainimage {
    display: block;
}

img.mobileimage {
    display: none;
}

.mainpromoinfo {
    position: absolute;
    transform: translateY(-50%);
    left: 10%;
    width: 50%;
    top: 50%;
    text-align: center;
}

.hpid_550 {
    position: absolute;
    transform: translateY(-50%);
    left: 10%;
    width: 20%;
    top: 63%;
    text-align: center;
}

.hpid_552 {
    position: absolute;
	bottom: 4%;
	transform: translate(-50%, -50%);
    left: 50%;
    top: auto;
    text-align: center;
}

.promologo {
    position: relative;
    margin-bottom: 20px;
}

.promotext {
text-align: center;
  font-family: "Playfair Display";
  position: relative;
  color: #ffffff;
  font-size: 54px;
  margin-bottom: 45px;
}


.allblogitems {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.blog_header{
    font-family: 'Montserrat';
    font-size: 34px;

}

.blog_section_wrap {
    font-family: 'Montserrat';
    border-top: solid 4px #610c10;
    width: 100%;
    margin: 30px auto 20px;
}

.brand-colour {
    color: #610c10;
}

.blogitem {
    float: left;
    width: 33.3%;
    display: flex;
    text-align: center;
    justify-content: center;
}

.blogiteminner {
    width: 94%;
    border: solid 1px #610c10;
}

.blogtitle {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  color: #444444;
  margin: 4% 0;
  padding: 0 15%;
}


.blogitem img {
    margin: 4% 0;
}

.bloglink {
    background-color: #610c10!important;
    color: white!important;
    font-size: 12px!important;
    padding: 10px 20px!important;
    font-weight: normal!important;
}

.blogitem .subtext {
    font-size: 12px;
    font-weight: normal;
} 

.blogmore {
    font-family: 'Montserrat';
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.blogmore a {
    color: #444444;
    font-weight: 600; 
}

.internalblogsep {
    padding: 4% 0;
}

.blogcontent {
    font-size: 14px;
    color: #444444;
    line-height: 22px;
    font-family: "Montserrat";
    padding: 0 10% 2% 10%;
}

.blogheader {
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    margin-top: 3%;
    margin-bottom: 10px;
    font-size: 24px;
}

.blogsubheader {
    font-size: 15px;
    text-align: center;
}

@media screen and (min-width: 600px) {
    .blogsubheader {
        margin-bottom: 25px;
    }
}

@media screen and (max-device-width: 480px){
    .allblogitems {
        -webkit-text-size-adjust: 100%;
    }
}

.lightgreyback {
    background-color: #fbfbfb;
}

a.promolink {
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 14px;
    background-color: #ffffff;
    padding: 23px 45px 23px 45px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 600;
    display: inline-block;
}

a.linktext {
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #444444;
    padding: 16px 35px 16px 35px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 5%;
}

a.hplinktext {
    margin-top: 5%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.blog-sep {
    height: 1px;
    line-height: 1px;
    display: block;
    width: 30%;
    margin-bottom: 2%;
    margin-left: 35%;
    margin-right: 35%;
    background-color: #d0d0d0;   
}

.hp-sep {
    height: 1px;
    line-height: 1px;
    display: block;
    width: 80%;
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #d0d0d0;
}

.fullwidthtitle {
    margin-top: 4%;
}

.hp-camp-holder {
    clear: both;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.hp-camp-holder[href] {
    cursor: pointer;
}

.multispacer {
    clear: both;
    overflow: hidden;
    display: block;
}

.multiitemholder {
    margin: 20px 0px;
    overflow: visible;
}

.indivmultiitem {
    float: left;
    box-sizing: border-box;
    padding: 0px 20px;
    width: 25%;
        position: relative;
}

.indivmultiitem img {
    width: 100%;
    height: auto;
}

.indivmulttext {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
    background-color: #ffffff;
    color: #000000;
    font-size: 0.8vw;
    padding: 10px;
    width: 80%;
    box-sizing: border-box;
}

.indivmultiitem a {
    color: #000000;
    text-decoration: none;
}

.indivmultititle {
    clear: both;
    overflow: hidden;
    font-family: "Montserrat";
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.indivmultidesc {
    clear: both;
    font-family: "Montserrat";
    overflow: visible;
    margin-top: 5px;
    text-align: center;
}

.fullwidthitem {
    width: 100%;
    text-align: center;
}

#ismobile {
    display: none;
}

.try-on-glasses {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.try-on-glasses img {
    max-width: 100%;
    height: auto;
    display: block;
}

.thirdcampitem {
    width: 33%;
    float: left;
    text-align: center;
}

.thirdcampitem a.linktext {
    clear: both;
    display: block;
    margin-left: 20%;
    margin-right: 20%;
    margin-top: 3%;
}

.thirdcampitem .subtext {
    margin-top: 8%;
    margin-bottom: 6%;
}

.thirdimage {
    margin-left: 10%;
    margin-right: 10%;
    display: inline-block;
    vertical-align: middle;
     font: 0/0 a;
}

.thirdimage:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.thirdimage img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.indivcampitem {
    width: 50%;
    text-align: center;
}

.indivcampitem img{
    max-width: 100%; 
    height: auto;
    display: block;
}

.indivcampitem .indivcamplogo img {
    max-width: none;
    display: inline-block;
}

.indivcamplogo {
    margin-top: 20%;
}

.tryonlink {
    margin-top: 3%;
    margin-bottom: 3%;
}

.tryonsubglasstext {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
}

.tryonsubtext {
    margin-top: 2%;
    margin-bottom: 2%;
    margin-left: 10%;
    margin-right: 10%;
}

.subtext {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
    font-size: 20px;
    letter-spacing: 1px;
}

.mainheadertext {
    color: #444444;
    font-family: "Montserrat";
    font-size: 48px;
}

.contenttext {
    color: #444444;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 28px;
}

.indivcampheader {
    margin-top: 5%;
    padding: 0 8%;
}

.indivcamptext {
    padding: 0 8%; 
    margin-top: 5%;
}

.centrelogo img {
    display: inline-block;
}

.triangleright, .triangleleft {
    position: relative;
}

.triangleright:after {
    width: 1px; 
    height: 40%; 
    border-left: 20px solid #ffffff; /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: "";
    display: none;
}

.triangleleft:after {
    width: 1px; 
    height: 40%; 
    border-right: 20px solid #ffffff; /* bottom, add background color here */
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    display: none;
}

.mobileblogsliding {
    clear: both;
    overflow: hidden;
    width: 9999px;
}

.intouchback {
    background-color: #f5f5f5;
    color: #444444;
    margin: 0px 20px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.intouchback .subtext {
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-size: 20px;
}

.intouchback .contenttext {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: normal;
}

.newsletter-inputcontainers {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    font-family: "Montserrat";
    font-size: 14px;
}

.newsletter-inputboxes {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.newsletter-inputboxes input {
    width: 50%;
    box-sizing: border-box;
    margin-right: 40px;
    border: none;
    padding: 10px;
    font-family: "Montserrat";
    font-size: 12px;
}

.newsletter-inputcontainers #newslettersignup {
    font-size: 14px;
    color: #ffffff;
    background-color: #610c10;
    padding: 10px 60px;
    text-transform: capitalize;
    cursor: pointer;
    transition: opacity 0.5s;
}

.newsletter-inputcontainers #newslettersignup:hover {
    opacity: 0.75;
}

h1 {
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.introheader {
    text-align: center;
    padding: 20px 0px;
}

.footer {
    background-color: #444444;
    padding: 50px 20px;
    clear: both;
    overflow: hidden;
}

.footercheckout {
    background-color: #ffffff;
}

.footer .footerupper ul.mobilefooter {
    display: none;
}

.footer .footerupper ul {
    float: left;
    margin-right: 60px;
}

.footer .footerupper ul li{
    font-family: "Montserrat";
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    list-style-type: none;
    line-height: 18px;
}

.footer .footerupper ul li a {
    color: #ffffff;
    font-size: 10px;
    font-weight: normal;
}

.sociallogos {
    float: right;
    display: flex;
}

.sociallogos img {
    margin-left: 10px;
    height : 33px;
}

.feefologo {
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
}

.feefologo a {
    float: right;
}

.footerupper {
clear: both;
overflow: hidden;
}

.footerextra {
    float: right;
    font-family: "Montserrat";
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.footerextra a {
    color: #ffffff;
    float: left;
    margin-left: 20px;
}

.footerextracheckout a{
    color: #444444;
}
.copyright {
    float: left;
    font-family: "Montserrat";
    font-size: 12px;
    color: #ffffff;
}

.mobilefooter {
    display: block;
}

.footerexpand {
    display: none;
    cursor: pointer;
}

#istablet {
    display: none;
}

.mobiledrop {
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

#searchbar_bothresp {
    padding-left: 20px;
    padding-right: 20px;
}

#burgernavcont {
    font-family: 'Montserrat';
    height: 0px;
    position: fixed;
    clear: both;
    overflow: hidden;
    z-index: 3000;
    background-color: #ffffff;
    top: 0px;
    left: -100%;
    width: 50%;
    z-index: 20001;
    transition: left .3s cubic-bezier(.6, 0, .4, 1);

}

#navslider {
    height: 100%;
    display: flex;
    left: 0px;
    position: absolute;
    width: 200%;
    /*border-top: 1px solid #444444;*/
    transition: left 0.5s;
}

.burgernavpanels {
    position: relative;
    height: 100%;
}

#burgernavpanel1 {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px 60px 15px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 100vh;
}

.noshownav {
    display: none;
}

.bnavmainlisting {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#burgernavpanel2 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 30px 15px;
    overflow-y: auto;
}

#burgernavpanel2 .bnavsub {
    display: block !important;
}

.bnavsub {
    display: none;
}

.mainnavblanker {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
    z-index: 20000;
    display: none;
}

.burgernavtop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px;
}

.logo-wrap {
    width: 80%;
    text-align: center;
}

.text-right {
    text-align: right;
}

.logo-img {
    margin: 10px 15px;
}

.burgernavtop .close-wrap,
.burgernavtop .empty {
    width: 10%;
    columns: white;
}

.burgernavtop .close-wrap {
    display: flex;
    justify-content: flex-end;
}

.navclose {
    width: 18px;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: end;
}

.bnavmainlisting li {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-weight: 600;
    color: #191919;
    font-size: 15px;
    padding: 15px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-image: URL("../../images/newimages/grey-arrow-right.svg");
    background-size: 9px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}

.bnavmainlisting li img {
    width: 10%;
    margin-right: 12px;
}

#navslider .payments {
    font-weight: 600;
}

#navslider .payments {
    font-size: 13px;
    text-align: center;
}

#navslider .payments span {
    display: block;
    margin-bottom: 10px;
}


.payments .monthlylogos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.payments .monthlylogos img {
    margin: 0 3px;
}


#navslider .reviews {
    font-size: 14px;
    color: #333;
    padding: 10px;
    display: flex;
    justify-content: center;
}

.reviews .trustpilot-widget {
    margin-top: 1px;
}

.reviews .review-count {
    font-size: 10px;
    text-align: center;
    display: block;
    font-weight: 400 !important;
    margin-top: 3px;
}

#navslider .links {
    width: 100%;
    font-size: 11px;
    padding: 10px;
    margin-bottom: 10px;
}


#navslider .links p {
    margin-bottom: 15px;
}

#navslider .links ul {
    list-style-type: none;
}


#navslider .links ul li a {
    color: #191919;
    display: block;
    padding: 10px 0;
    margin-bottom: 5px;
    font-weight: bold;
}

#navslider .links ul li a:hover {
    color: #610c10;
    font-weight: bold;
    text-decoration: none;
}

.dropnavtext {
    display: block;
}

#static_page {
    padding: 30px;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

#static_page h1 {
    font-family: "Montserrat";
    font-size: 22px;
    color: #444444;
    text-align: center;
    margin-bottom: 30px;
    text-transform: none;
    display: inline-block;
    padding: 0px 8% 30px 8%;
    font-weight: 600;
}

#static_page h2 {
    font-family: "Montserrat";
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#static_page h2.reth2 {
    margin-top: 30px;
}

#static_page h3 {
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: capitalize;
    padding-bottom: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.tvadframe {
    height: 315px;
    width: 560px;
    display: block;
    margin: 0 auto;
}

.subreview_container {
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    color: #444444;
}

.subreview_date {
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.subreview_stars img {
      height: 20px;
  width: 20px;
  margin-left: 3px;
}

.subreview_stars img:first-child {
  margin-left: 0px;
}

.subreview_text {
    max-width: 800px;
    margin: 0px auto;
    padding: 0px 40px;

}

.page_links div {
    display: inline-block;
}

.page_number {
    margin-bottom: 20px;
}

.details p {
    padding-bottom: 15px;
}

.miscredtext {
    color: #7a0000;
}

#product_container {
    text-align: left;
}

.staticsep {
    background-color: #d2d2d2; 
    height: 1px; 
    line-height: 1px;
    width: 100%; 
    margin-top: 30px;
    margin-bottom: 30px;
}

#header-right.checkoutcont a.redtext {
    margin-top: 31px;
}


#header-right.checkoutcont a {
    float: none;
    margin-top: 0px;
}

.oakleywarning {
    width: 100%;
    background-color: #610c10;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}

.mainpromoright {
    right: 10%;
    left: auto;
}

.mainpromoright .promologo {
    text-align: center;
}

.mainpromoright .promologo img {
    display: inline-block;
}

.othersubmenu .otherbrands {
    width: 33%;
}

.bgnavonly {
    display: none;
}

body:not(:-moz-handler-blocked) #mainnav li {
    font-weight: 400;
  }
  
body:not(:-moz-handler-blocked) #mainnav li a{
    font-weight: 400;
  }
  
  body:not(:-moz-handler-blocked) #header-right a {
      font-weight: 400;
  }
  
  body:not(:-moz-handler-blocked) #curcurrency {
      font-weight: 400;
  }
  
  .mainpaypal {
    float: right !important;
    margin-top: 7px !important;
    margin-left: 0px !important;
    clear: both;
    overflow: hidden;
    width: 190px;
    position: relative;
}

.mainpaypal img {

    width: 100%;
}
  
.gifsplit a{
    width: 50%;
    float: left;
    display: block;
}

.gifsplit a img{
    width: 100%;
}

.trustpilotlogo {
    float: right;
    height: 150px
}

.privacycontainer p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.privacycontainer h2 {
    padding-top: 20px;
}

.privacycontainer h3 {

}

.privacycontainer ol, .privacycontainer ul {
    padding-left: 50px;
}

.privacycontainer ol li, .privacycontainer ul li {
padding: 5px 0px;
}

.privacycontainer ul ul, .privacycontainer ul ol {
    padding-top: 8px;
}

.privacycontainer .flextable {
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}

.privacycontainer .flextable .purpose {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

.privacycontainer .flextable .type {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

.privacycontainer .flextable .mobilepurposeheader {
    display: none;
}

.privacycontainer .flextable .basis {
    flex: 0 0 33.33%;
    box-sizing: border-box;
    padding: 10px;
}

.privacycontainer .flextable .type ol, .privacycontainer .flextable .basis ol {
    padding-left: 16px;
}

.privacycontainer .flextable .header {
    border-bottom: 1px solid #000000;
}

.privacycontainer .flextable .greyback {
    background-color: #dddddd;
}

#cookienotice {
    display: flex;
    background-color: #610c10;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 12px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    z-index: 200;
}


#checkout_email_element.element_complete .newschosen {
    display: flex !important;
    align-items: center;
}

#checkout_email_element.accountcustomer .newsletterdiv {
    display: none;
}

.newschosen label {
    padding-left: 8px;
}

.newschosen input {
    margin: 0px;
}

.cookietext {
    margin-right: 15px;
}

.allowallbutton {
    border: 1px solid #ffffff;
    padding: 10px;
    display: flex;
    text-align: center;
    min-width: 60px;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.allowallbutton:hover {
    background-color: #ffffff;
    color: #610c10;
}

.cookietext a {
    color: #ffffff;
}

.mobiledrop {
    display: flex;
    flex-wrap: wrap;
}

.mwlinkbox {
    float: none;
    line-height: 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px 10px;
    margin-top: 0px;
}

.latestcollectionmenu {
    display: none;
}

.navview {
    margin-right: 5px;
}

.navtype {
    margin-left: 5px;
}

.hp-admin-msg {
    width: 100%;
    padding: 0px 20px 20px 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 12px;
    color: #444444;
    font-family: Montserrat;
    text-align: center;
}

.templatepaymentoptions {
    background-color: #ffffff;
    margin: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    clear: both;
}

.templatepaymentoptions img {
    margin-right: 20px;
}

.templatepaymentoptions img:last-of-type {
    margin-right: 0px;
}

.templatepaymentoptions img:nth-of-type(1) {
    height: 40px;
}

.templatepaymentoptions img:nth-of-type(2) {
    height: 21px;
}

.templatepaymentoptions img:nth-of-type(3) {
    height: 33px;
}

.templatepaymentoptions img:nth-of-type(4) {
    height: 37px;
}

.templatepaymentoptions img:nth-of-type(5) {
    height: 15px;
}

.templatepaymentoptions img:nth-of-type(6) {
    height: 30px;
}

.paymentflexbreak {
    display: none;
    width: 100%;
}

.cm_paymentoptions {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.checkpay_title {
    width: 100%;
    margin-bottom: 5px;
}

.cm_payment_logos {
    display: flex;
    align-items: center;
}

.cm_payment_logos img {
    margin-right: 10px;
}

.cm_payment_logos img:last-of-type {
    margin-right: 0px;
}

.cm_phoneno {

}

.cm_paymentoptions .paymentsectigo {
    height: 24px;
}

.cm_paymentoptions .paymentvisa {
    height: 21px;
}

.cm_paymentoptions .paymentmastercard {
    height: 24px;
}

.cm_paymentoptions .paymentpaypal {
    height: 24px;
}

.cm_paymentoptions .paymentclearpay {
    height: 24px;
}

.cm_paymentoptions .paymentklarna {
    height: 24px;
}

.prescription_usps {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 10px;
    font-family: "Montserrat";
    font-size: 12px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.indivusp {
    text-align: left;
    padding: 8px 18px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-right: 1px solid #444444;
}

.indivusp:last-of-type {
    border-right: 0px;
}

.indivusp img {
    height: 20px;
    margin-right: 7px;
}

.indivusp p {

}

.usptitle {
    color: #610c10;
}

.hp-noflex {
    display: block;
}

.quibblepage {
max-width: 1440px;
    margin: 0px auto;
}

.quibblepage a {
    color: #444444;
    font-weight: bold;
}

#static_page.quibblepage h1 {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #610c10;
    text-decoration: none;
    text-align: left;
    border: none;
    padding: 0px;
    margin-bottom: 12px;
    display: block;
}

.quibblepage #product_container {
    display: flex;
}

.quibblepage .quibblecontent {
    line-height: 18px;
}

.quibblepage .quibbleimage {
    flex: 40% 0 0 ;
    padding-left: 20px;
}

.quibblepage .quibbleimage img{
    width: 100%;
}

#wi-country-selector-button {
    opacity: 1 !important;
}
  
.flagsargentina, .flagsaustralia, .flagsaustria, .flagsbelgium, .flagsbrazil, 
.flagscanada, .flagschina, .flagscolombia, .flagsczech-republic, .flagsdenmark, 
.flagsfinland, .flagsfrance, .flagsgermany, .flagsgreece, .flagshong-kong, 
.flagsiceland, .flagsindia, .flagsindonesia, .flagsireland, .flagsitaly, 
.flagsjapan, .flagsmexico, .flagsnetherlands, .flagsnew-zealand, .flagsnorway, 
.flagspoland, .flagsportugal, .flagsrussia, .flagssingapore, .flagssouth-africa, 
.flagssouth-korea, .flagsspain, .flagssweden, .flagsswitzerland, .flagsturkey, 
.flagsunited-kingdom, .flagsunited-states, .flagsthailand, .flagsisrael
{ display: inline-block; float: left; background: url('../../images/selectorscreenflags/usedflags.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.flagsargentina { background-position: -1px -0px; width: 20px; height: 20px; }
.flagsaustralia { background-position: -22px -0px; width: 20px; height: 20px; }
.flagsaustria { background-position: -43px -0px; width: 20px; height: 20px; }
.flagsbelgium { background-position: -64px -0px; width: 20px; height: 20px; }
.flagsbrazil { background-position: -85px -0px; width: 20px; height: 20px; }
.flagscanada { background-position: -106px -0px; width: 20px; height: 20px; }
.flagschina { background-position: -1px -21px; width: 20px; height: 20px; }
.flagscolombia { background-position: -22px -21px; width: 20px; height: 20px; }
.flagsczech-republic { background-position: -43px -21px; width: 20px; height: 20px; }
.flagsdenmark { background-position: -64px -21px; width: 20px; height: 20px; }
.flagsfinland { background-position: -85px -21px; width: 20px; height: 20px; }
.flagsfrance { background-position: -106px -21px; width: 20px; height: 20px; }
.flagsgermany { background-position: -1px -42px; width: 20px; height: 20px; }
.flagsgreece { background-position: -22px -42px; width: 20px; height: 20px; }
.flagshong-kong { background-position: -43px -42px; width: 20px; height: 20px; }
.flagsiceland { background-position: -64px -42px; width: 20px; height: 20px; }
.flagsindia { background-position: -85px -42px; width: 20px; height: 20px; }
.flagsindonesia { background-position: -106px -42px; width: 20px; height: 20px; }
.flagsireland { background-position: -1px -63px; width: 20px; height: 20px; }
.flagsisrael { background-position: -22px -63px; width: 20px; height: 20px; }
.flagsitaly { background-position: -43px -63px; width: 20px; height: 20px; }
.flagsjapan { background-position: -64px -63px; width: 20px; height: 20px; }
.flagsmexico { background-position: -85px -63px; width: 20px; height: 20px; }
.flagsnetherlands { background-position: -106px -63px; width: 20px; height: 20px; }
.flagsnew-zealand { background-position: -1px -84px; width: 20px; height: 20px; }
.flagsnorway { background-position: -22px -84px; width: 20px; height: 20px; }
.flagspoland { background-position: -43px -84px; width: 20px; height: 20px; }
.flagsportugal { background-position: -64px -84px; width: 20px; height: 20px; }
.flagsrussia { background-position: -85px -84px; width: 20px; height: 20px; }
.flagssingapore { background-position: -106px -84px; width: 20px; height: 20px; }
.flagssouth-africa { background-position: -1px -105px; width: 20px; height: 20px; }
.flagssouth-korea { background-position: -22px -105px; width: 20px; height: 20px; }
.flagsspain { background-position: -43px -105px; width: 20px; height: 20px; }
.flagssweden { background-position: -64px -105px; width: 20px; height: 20px; }
.flagsswitzerland { background-position: -85px -105px; width: 20px; height: 20px; }
.flagsthailand { background-position: -106px -105px; width: 20px; height: 20px; }
.flagsturkey { background-position: -1px -126px; width: 20px; height: 20px; }
.flagsunited-kingdom { background-position: -22px -126px; width: 20px; height: 20px; }
.flagsunited-states { background-position: -43px -126px; width: 20px; height: 20px; }

@media only screen and (max-width: 1440px) {
    .uspadvice {
        display: none;
    }

    .indivusp {
        padding: 8px 11px;
        font-size: 11px;
    }

    .indivusp:nth-of-type(4) {
        border-right: 0px;
    }

    .prescription_usps {
        padding: 10px 0px;
    }

    .christmas_returns {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1080px) {
    #prescusp_resp .prescription_usps {
        flex-wrap: wrap;
        padding: 10px;
        justify-content: center;
    }

    #prescusp_resp .indivusp {
        border-right: none;
        padding: 5px 5px;
    }

    #prescusp_resp .usptitle {
        width: 100%;
        justify-content: center;
    }

    #prescusp_resp .usptitle p {
        font-size: 13px;
    }

    #prescusp_resp .indivusp img {
        height: 16px;
    }
}

@media only screen and (max-width: 960px) {

    .prescription_usps {
        flex-wrap: wrap;
        padding: 10px;
        justify-content: center;
    }

    .indivusp {
        border-right: none;
        padding: 5px 5px;
    }

    .usptitle {
        width: 100%;
        justify-content: center;
    }

    .usptitle p {
        font-size: 13px;
    }

    .indivusp img {
        height: 16px;
    }

    #page {
        background-image: none;
    }

    .cookietext {

    }

    .allowallbutton {
        margin-right: 14px;
    }

    .saledrop {
        display: block;
        flex-wrap: wrap;
        margin-top: 0px;
        font-family: "Montserrat";
        font-size: 12px;
    }

    .shownavblanker {
        display: block;
    }

    #burgernavcont.showburgernav {
        height: 100%;
        left: 0;
    }

    .salecont {
        clear: both;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 0px;
        font-family: "Montserrat";
        font-size: 12px;
    }

    .menusaleheader {
        display: none;
    }

    .menusalecontent a{
        text-transform: capitalize;
        color: #444444;
        display: block;
        margin-bottom: 5px;
        padding-bottom: 0px !important;
    }
    
    .onlymob {
        display: inline-block;
        padding-left: 4px;
    }

    .privacycontainer h2 {
        font-size: 24px !important;
    }

    .privacycontainer h3 {
        font-size: 18px !important;
        padding: 10px 0px !important;
        margin: 0px !important;
    }

    .nh_subheaderitems {
        padding: 0px;
        padding-top: 1px;
    }

    .nh_subheaderitems a {
        display: none;
    }

    .nh_divider {
        display: none;
    }


    .subnavsepdd {
        display: block;
    }

    .quibblepage #product_container {
        flex-wrap: wrap;
    }

    .quibblepage .quibbleimage {
        flex: 100% 0 0 ;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
        justify-content: center;
        display: flex;
        margin-top: 30px;
    }

    .quibblepage .quibbleimage img{
        width: 100%;
        max-width: 500px;
    }
}

@media only screen and (max-width: 800px) {
    .prescription_usps {
        margin-top: 20px;
    }

    .newsletter-inputcontainers {
        width: 100%;
        flex-wrap: wrap;
    }

    .newsletter-inputboxes {
        flex-wrap: wrap;
        width: 100%;
    }

    .newsletter-inputboxes input {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .christmas_returns {
        font-size: 14px;
    }

    .nh_mob_trust_phone {
        display: flex;
    }

    .nh_trustpilot {
        display: none;
    }

    .nh_tel {
        display: none;
    }

    .nh_basket_acct {
        margin-top: 0px;
    }

    .nh_searchbar {
        padding: 0px 40px;
    }
}

@media only screen and (max-width: 700px) {
    .privacycontainer .flextable .purpose {
        flex: 0 0 100%;
    }

    .privacycontainer .flextable .type {
        flex: 0 0 100%;
    }

    .privacycontainer .flextable .header {
        display: none;
    }

    .privacycontainer .flextable .mobilepurposeheader {
        display: block;
        font-weight: bold;
    }

    .privacycontainer .flextable .greyback {
        background-color: #ffffff;
    }

    .privacycontainer .flextable .basis {
        flex: 0 0 100%;
        border-bottom: 1px solid #000000;
    }

    .privacycontainer .flextable .basis:last-of-type {
        border-bottom: none;
    }

    .privacycontainer h2 {
        font-size: 18px !important;
    }

    .privacycontainer h3 {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 600px) {
    .intouchback {
        margin: 0px 10px;
    }

    .nh_basket_acct_tel {
        order: 2;
    }

    .nh_tp_search {
        width: 100%;
        order: 3;
        margin-top: 6px;
    }

    .nh_logo_burger {
        order: 1;
        flex-grow: 1;
    }

    .nh_all {
        flex-wrap: wrap;
        padding: 10px 0px;
    }

    .nh_searchbar {
        padding: 0px;
    }

    .nh_searchbar input {
        max-width: none;
    }

    .nh_allnavelementsfixer {
        padding: 0px 10px;
    }

    .nh_mob_trust_phone {
        padding: 7px 10px;
        position: fixed;
        top: 28px;
        width: 100%;
        box-sizing: border-box;
        z-index: 1000;
    }

    .checkoutmasterpage .nh_mob_trust_phone {
        position: relative;
        top: 0px;
    }

    .nh_mob_trust img {
        height: 16px;
    }

    .burgernav {
        margin-right: 8px;
    }

    .nh_strap_outer {
        position: fixed;
        top: 0px;
        z-index: 1000;
    }

    div#strapmessage, 
    div#strapmessage > div {
        overflow: hidden;
        display: block;
        position: relative;
        height: 12px;
    } 
    
    div#strapmessage > div > span {
        position: relative;
        white-space: nowrap;
        display: block;
        transform: translateX(0);
    }

    div#strapmessage.addabs > div > span  {
        position: absolute;
    }

    div#strapmessage.scroll > div > span  {
        left: 0px!important;
        transform: translateX(-50%)!important;
        transition: transform 5s linear;
        transition-delay: 0.5s;
    }

    .nh_white_outer {
        position: fixed;
        top: 60px;
        z-index: 1000;
    }

    .checkoutmasterpage .nh_white_outer {
        position: relative;
        top: 0px;
    }

    .nh_sub_outer {
        position: fixed;
        top: 153px;
        z-index: 1000;
    }

    #page {
        padding-top: 154px;
    }

    .checkoutmasterpage .nh_logo_burger {
        width: 100%;
        justify-content: center;
        display: flex;
        margin-bottom: 8px;
    }

    .checkoutmasterpage .cm_paymentoptions {
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .checkoutmasterpage .cm_payment_logos {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .checkoutmasterpage .cm_payment_logos img {
        margin-right: 0px;
    }

    .quibblepage .quibblecontent {
        font-size: 12px;
    }
}

@media only screen and (max-width: 400px){
    .nh_sub_outer {
        top: 144px;
    }

    #page {
        padding-top: 145px;
    }

    .nh_all {
        padding: 10px 0px 5px 0px;
    }

    .checkoutmasterpage .cm_payment_logos img {
        height: 18px;
    }
}

@media only screen and (max-width: 340px) {

    .prescription_usps {
        justify-content: flex-start;
    }

    .usptitle {
        text-align: center;
    }

    .checkoutmasterpage .cm_payment_logos img {
        height: 15px;
    }
}

@media only screen and (max-width: 1415px){
    #xmasleft {
        display: none;
     }

     #xmasright {
         display: none;
     }
     
     #xmascentral {
         display: block;
     }
}

@media only screen and (min-width:1415px) and (max-width: 1440px) {
	
    #salemobile {
        display: none;
    }
    
    .sublogo  {
		display: none;
	}
        #subheader .subheaderitems a:first-child {
		border-left:0px;
	}
        #subheader .subheaderitems a:last-child {
		border-right:0px;
	}
        
        .indivcamplogo {
            margin-top: 15%;
        }
        
        .mainheadertext {
            font-size: 36px;
        }

        .indivcampheader {
            margin-top: 5%;
        }

        .contenttext {
            font-size: 15px;
        }
        
        .triangleright:after {
            width: 1px; 
            height: 40%; 
            border-left: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: "";
        }
        
         .triangleleft:after {
            width: 1px; 
            height: 40%; 
            border-right: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            content: "";
        }
}


@media only screen and (min-width:1131px) and (max-width: 1414px) {
	#mainnav  {
		clear: left;
	}
        
        #salemobile {
        display: none;
    }
        
        .brands a {
         /*padding: 15px 10px;   */
        }


        .sublogo  {
		display: none;
	}
    
    .inputcontainer {
        margin-top: 20px;
    }

        
        .promologo {
            margin-bottom: 10px;
        }
        .promologo img{
            -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.8); /* FF3.5+ */
             -ms-transform: scale(0.8); /* IE9 */
              -o-transform: scale(0.8); /* Opera 10.5+ */
                 transform: scale(0.8);
             /* IE6–IE9 */
             -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
        }

        .promotext {
            font-size: 38px;
            margin-bottom: 40px;
        }
        
        .subtext {
            font-size: 16px;
        }

        a.promolink {
            font-size: 12px;
        }
        
        .indivcamplogo {
            margin-top: 10%;
        }

        .mainheadertext {
            font-size: 28px;
        }
        
        .indivcampheader {
            margin-top: 5%;
        }

        .contenttext {
            font-size: 14px;
        }
        
        .triangleright:after {
            width: 1px; 
            height: 40%; 
            border-left: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: "";
        }
        
         .triangleleft:after {
            width: 1px; 
            height: 40%; 
            border-right: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            content: "";
        }
        
        .footer .footerupper ul {
            margin-right: 30px;
        }
}

@media only screen and (min-width:960px) and (max-width: 1220px) {
    
    #paypalown {
        display: none !important;
    }

    #ourpaypal {
        display: none !important;
    }


    
    .indivmultiitem {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .indivmulttext {
        font-size: 1.3vw;
    }
    
}

@media only screen and (max-width:600px) {
    #paypalown {
        display: none !important;
    }
    
    #xmascentral {
         display: none;
     }
     
     #xmasmob {
         display: none;
     }
     
     .gifsplit a{
        width: 100%;
        float: none;
    }

    .gifsplit a img{
        width: 100%;
    }
    
    .xmasbannermain {
    width: 100%;
    display: none;
}

.xmasbannermob {
    width: 100%;
    display: block;
}

}

@media only screen and (max-width:1200px) {
    #subheader .subheaderitems a {
        font-size: 11px;
    }
}

@media only screen and (min-width:600px) and (max-width:700px) {
    #paypalown {
        display: none !important;
    }

    #ourpaypal {
        display: none !important;
    }

}

@media only screen and (min-width:800px) and (max-width: 1300px) {

    #prodpage_paypal_box img{
        position: relative;
        width: 40%;
        clear: both;
        overflow: hidden;
        margin-top: 5px;
        right: 0px;
        top: auto;
        transform: none;
    }
    
    #prodpage_paypal_box p{

        width: 100%;
        clear: both;
        overflow: hidden;
    }
}
@media only screen and (min-width:1131px) and (max-width: 1200px) {
    .telandcurrency {
            display: none;
        }
    
        .telandcurrency a.redtext {
            margin-top: 12px;
        }
}

@media only screen and (min-width:961px) and (max-width: 1005px) {
    .mainpaypal {
        width: 155px;
        padding-top: 10px !important;
    }
    
    
}

@media only screen and (min-width:961px) and (max-width: 1130px) {

        #salemobile {
            display: none;
        }

        .brands a {
         /*padding: 15px 10px;   */
        }

        
        .promologo {
            margin-bottom: 10px;
        }
        .promologo img{
            -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.8); /* FF3.5+ */
             -ms-transform: scale(0.8); /* IE9 */
              -o-transform: scale(0.8); /* Opera 10.5+ */
                 transform: scale(0.8);
             /* IE6–IE9 */
             -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
        }

        .promotext {
            font-size: 38px;
            margin-bottom: 40px;
        }
        
        .subtext {
            font-size: 16px;
        }

        a.promolink {
            font-size: 12px;
        }
        
        .indivcamplogo {
            margin-top: 10%;
        }

        .mainheadertext {
            font-size: 28px;
        }
        
        .indivcampheader {
            margin-top: 5%;
        }

        .contenttext {
            font-size: 14px;
        }
        
        .triangleright:after {
            width: 1px; 
            height: 40%; 
            border-left: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: "";
        }
        
         .triangleleft:after {
            width: 1px; 
            height: 40%; 
            border-right: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            content: "";
        }
        
        .footer .footerupper ul {
            margin-right: 30px;
        }
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    
    .popularsearches {
    display: none;
}

#header-right {
    padding-top: 0px;
}

    .noncheckout #header-right {
        padding-top: 24px;
    }


.indivmultiitem {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .indivmulttext {
        font-size: 1.3vw;
    }

.mainpaypal {
    margin-top: 18px !important;
    clear: none;
    overflow: hidden;
}

#paypalown {
    margin-top: 18px !important;
    clear: none;
    overflow: hidden;
    display: none !important;
}

#ourpaypal {
    display: none !important;
    margin-top: 18px !important;
    clear: none;
    overflow: hidden;
}
    
    #istablet {
        display: block;
    }
    
    .othersubmenu .otherbrands {
     width: 100%;   
    }
    
    .popbrands {
    padding-left: 0px;
    padding-right: 0px;
    column-count: 2;
        width: 100%;
    }
    
    .notpopulartext {
        display: block;
    }
    
    #salemobile {
        display: block;
    }
    
    .mobiledrop a.viewalllink {
    padding: 0px !important;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 5%;
    width: 90%;
}
    
.mobnavexpanded {
    background-image: URL("../../images/newimages/grey-arrow-down.svg") !important;
    background-size: 34px 20px !important;
}
    
    
   a.viewalllink {
    display: none !important;
}
    
    #header-right.checkoutcont a.redtext {
        display: none;
    }
    
    .dropdownclass {
        display: none;
    }
    
    .ddownpadding {
        padding: 0px;
        background-color: #ffffff;
    }
    
    .dropnavtext {
        display: block;
    }
    
    .dropnavimage {
        display: none;
    }

    .navtype {
        display: none;
    }
    
    .mobiledrop {
        overflow: hidden;
    }
    
    .hideother {
        display: none !important;
    }
    
    .otherbrands {
        width: 100%;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }
    
    .othermenu_title {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }
    
    .brands {
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: "Montserrat";
        font-size: 12px;
        color: #444444;
    }
    
    .bgnavonly {
        display: block;
        margin: 25px 0px 10px 0px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        color: #191919;
    }

    .popularbrands {
         display: block;
         float: none;
         width: 100%;
        column-count: 2;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(112,112,112,0.5);
     }
    
    .navheaders {
        display: none;
    }
    
    .subnavsepdd {
        display: none;
    }
    
    .mwlinkbox {
        float: none;
        display: block;
        font-size: 12px;
        width: auto !important;
        border: 0px;
        height: auto;
        padding: 0px !important;
        margin: 0px !important;
        text-align: center;
        letter-spacing: 0px;
        line-height: normal;
        
    }
    
    .mwlinkbox:hover {
        background-color: #ffffff;
        color: #444444;
        border: none;
    }
    
    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
     .footerwhole {
        padding-bottom: 50px;
    }
    
    .footerexpand {
        display: block;
        text-align:center;
        font-size: 20px;
        color: #ffffff;
        font-family: "Montserrat";
        padding: 40px 0px;
    }
    
    .footer .footerupper ul.mobilefooter {
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    
    .footer .footerupper ul.mobilefooter li{
        line-height: 40px;
        font-size: 20px;
        background-repeat: no-repeat;
        background-position: right;
        background-image: URL("../../images/newimages/rightarrow.svg");
        background-size: 40px 20px;
        width: 100%;
    }
    
    .footer .footerupper ul.mobilefooter li a{
        font-size: 20px;
    }
    
    .footer .footerupper ul {
        display: none;
    }
    
    .sociallogos {
        justify-content: center;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .feefologo {
        display: none;
    }
    
    .footerextra {
        float: none;
        clear: both;
        overflow: hidden;
        margin-top: 30px;
        text-align: center;
    }
    
    .footerextra a {
        margin-left: 0px;
        margin-right: 20px;
        font-size: 20px;
        float: none;
    }
    
    .copyright {
        float: none;
        text-align: center;
        font-size: 20px;
        margin-top: 35px;
    }
    
    .blogitem {
        width: 50%;
    }
    
    .blogitem:nth-child(n+3){
        display: none;
    }
    
    .blogtitle {
        font-size: 24px;
    }
    
    .blogcontent {
        font-size: 11px;
    }
    
        .burgernav {
            display: block;
        }
        
        #mainnav  {
		display: none;
	}
        
        .thirdcampitem {
            display: none;
        }
        
        .headerboth {
            padding-bottom: 15px;
        }
        
        #headerbar {
            height: auto;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #ffffff;
            z-index: 1000;
            /*background-image: URL("../../images/newimages/xmas-decs-960x65.png");*/
        }
        
        #subheader .subheaderitems a:first-child {
		border-left:0px;
	}
        #subheader .subheaderitems a:last-child {
		border-right:0px;
                padding: 0px 5%;
	}
        
        #subheader .subheaderitems a {
		line-height: 18px;
                padding: 0px 4%;
	}
        
        .sublogo  {
		display: none;
	}
        
        .telandcurrency {
            display: none;
        }

        
        .usefullinks {
            display: none;
        }

        .usefullinkssmaller {
            display: flex;
            align-items: center;
        }
        
        .mainpromoinfo {
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%); /* Saf3.1+, Chrome */
            -moz-transform: translate(-50%, -50%); /* FF3.5+ */
             -ms-transform: translate(-50%, -50%); /* IE9 */
              -o-transform: translate(-50%, -50%); /* Opera 10.5+ */
        }
        
        .promologo {
            margin-bottom: 0px;
        }
        .promologo img{
            -webkit-transform: scale(0.4); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.4); /* FF3.5+ */
             -ms-transform: scale(0.4); /* IE9 */
              -o-transform: scale(0.4); /* Opera 10.5+ */
                 transform: scale(0.4);
             /* IE6–IE9 */
             -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.4, M12=0, M21=0, M22=0.4, SizingMethod='auto expand')";
        }

        .promotext {
            font-size: 34px;
            margin-bottom: 40px;
        }

        a.promolink {
            font-size: 12px;
        }
        
        .indivcamplogo {
            margin-top: 10%;
        }
        
        .subtext {
            font-size: 16px;
        }
        
        .mainheadertext {
            font-size: 24px;
        }

        .indivcampheader {
            margin-top: 5%;
        }

        .contenttext {
            font-size: 11px;
            line-height: 18px;
        }
        
        a.linktext {
            font-size: 11px;
        }
        
        .triangleright:after {
            width: 1px; 
            height: 40%; 
            border-left: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: "";
        }
        
         .triangleleft:after {
            width: 1px; 
            height: 40%; 
            border-right: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            content: "";
        }
        
}
#pricematch_button {
        font-size: 10px;
    line-height: 15px;
    padding-top: 11px;
    }
@media only screen and (min-width: 601px) and (max-width: 800px) {
    
    #header-right {
        padding-top: 0px;
    }

    .othersubmenu .otherbrands {
        width: 100%;
    }

    .popbrands {
        padding-left: 0px;
        padding-right: 0px;
        column-count: 2;
        width: 100%;
    }

    .noncheckout #header-right {
        padding-top: 24px;
    }
    
    .popularsearches {
        display: none;
    }

    .indivmultiitem {
        width: 50%;
        margin-bottom: 20px;
    }
    
    .indivmulttext {
        font-size: 1.3vw;
    }

    #paypalown {
        margin-top: 18px !important;
        clear: none;
        overflow: hidden;
        display: none !important;
    }

    #ourpaypal {
        display: none !important;
        margin-top: 18px !important;
        clear: none;
        overflow: hidden;
    }


    #allprizes {
        display: none;
    }

    #twobytwoprizes {
        display: block;
    }

    #onebyoneprizes {
        display: none;
    }
    
   #istablet {
        display: block;
    }
    
    .navheaders, .popularbrands {
        display: block;
        float: none;
        width: 100%;
        column-count: 2;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(112,112,112,0.5);
    }

    .popbrands {
        padding-left: 0px;
        padding-right: 0px;
        column-count: 2;
        width: 100%;
    }
    
    .othersubmenu .otherbrands {
     width: 100%;   
    }
    
    #pricematch_button {
        font-size: 12px;
    }

    .navheaders {
        display: none;
    }
    
    .notpopulartext {
        display: block;
    }
    
    a.viewalllink {
    display: none !important;
    }

    #salemobile {
            display: block;
        }

    .mobiledrop a.viewalllink {
        padding: 0px !important;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 5%;
        width: 90%;
    }

    .mobnavexpanded {
        background-image: URL("../../images/newimages/grey-arrow-down.svg") !important;
        background-size: 34px 20px !important;
    }
    
    #header-right.checkoutcont a.redtext {
        display: none;
    }
    
    #header-right.checkoutcont img:nth-of-type(2){
        float: left;
        height: 35px;
        margin-top: 0px;
    }
    
    #header-right.checkoutcont img:nth-of-type(3){
    }
    
    #header-right.checkoutcont img{
        float: left;
    }
    
    .checkpay_title {
        clear: both;
        text-align: right;
        float: none;
    }
    
    #burgernavcont {
        width: 70%;
    }
    
    .dropdownclass {
        display: none;
    }
    
    .ddownpadding {
        padding: 0px;
        background-color: #ffffff;
    }
    
    .dropnavtext {
        display: block;
    }
    
    .dropnavimage {
        display: none;
    }

    .mobiledrop {
        overflow: hidden;
    }
    
    .hideother {
        display: none !important;
    }
    
    .otherbrands {
        width: 100%;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }
    
    .othermenu_title {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;    /* Firefox, other Gecko */
        box-sizing: border-box;         /* Opera/IE 8+ */
    }

    .brands {
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: "Montserrat";
        font-size: 12px;
        color: #444444;
    }

    .bgnavonly {
        display: block;
        margin: 25px 0px 10px 0px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        color: #191919;
    }
    
    .subnavsepdd {
        display: none;
    }
    
    .mwlinkbox {
        float: none;
        display: block;
        width: auto !important;
        border: 0px;
        height: auto;
        padding: 0px !important;
        margin: 0px !important;
        text-align: center;
        line-height: normal;
        font-size: 12px;
        min-height: auto;
        letter-spacing: 0px;
    }

    .navtype {
        display: none;
    }
    
    .mwlinkbox:hover {
        background-color: #ffffff;
        color: #444444;
        border: none;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
     .footerwhole {
        padding-bottom: 50px;
    }
    
    .footer .footerupper ul.mobilefooter {
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    
        .footerexpand {
        display: block;
        text-align:center;
        font-size: 20px;
        color: #ffffff;
        font-family: "Montserrat";
        padding: 40px 0px;
    }
    
    .footer .footerupper ul.mobilefooter li{
        line-height: 40px;
        font-size: 16px;
        background-repeat: no-repeat;
        background-position: right;
        background-image: URL("../../images/newimages/rightarrow.svg");
        background-size: 30px 15px;
        width: 100%;
    }
    
    .footer .footerupper ul.mobilefooter li a{
        font-size: 16px;
    }
    
    .footer .footerupper ul {
        display: none;
    }
    
    .sociallogos {
        justify-content: center;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .feefologo {
        display: none;
    }
    
    .footerextra {
        float: none;
        clear: both;
        overflow: hidden;
        margin-top: 30px;
        text-align: center;
    }
    
    .footerextra a {
        margin-left: 0px;
        margin-right: 20px;
        font-size: 14px;
        float: none;
    }
    
    .copyright {
        float: none;
        text-align: center;
        font-size: 14px;
        margin-top: 35px;
    }
    
     .blogitem {
        width: 50%;
    }
    
    .blogitem:nth-child(n+3){
        display: none;
    }
    
    .blogtitle {
        font-size: 24px;
    }
    
    .blogcontent {
        font-size: 11px;
    }
    
    .burgernav {
        display: block;
    }
        
    #mainnav  {
		display: none;
	}
        
    .thirdcampitem {
        display: none;
    }

    .headerboth {
        padding-bottom: 15px;
    }
        
    #headerbar {
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
        z-index: 1000;
        /*background-image: URL("../../images/newimages/xmas-decs-960x65.png");*/
    }

    .mainlogo {
        width: 79px;
    }
    
    #subheader .subheaderitems a:first-child {
		border-left:0px;
	}

    #subheader .subheaderitems a:last-child {
		border-right:0px;
        padding: 0px 4%;
	}
        
    #subheader .subheaderitems a {
		line-height: 18px;
        padding: 0px 1%;
	}
        
    .sublogo  {
		display: none;
	}
        
    .telandcurrency {
        display: none;
    }

    .usefullinks {
        display: none;
    }

    .usefullinkssmaller {
        display: flex;
        align-items: center;
    }
    
    .mainpromoinfo {
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%); /* Saf3.1+, Chrome */
        -moz-transform: translate(-50%, -50%); /* FF3.5+ */
            -ms-transform: translate(-50%, -50%); /* IE9 */
            -o-transform: translate(-50%, -50%); /* Opera 10.5+ */
    }
    
    .promologo {
        margin-bottom: 0px;
    }
    .promologo img{
        -webkit-transform: scale(0.4); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.4); /* FF3.5+ */
            -ms-transform: scale(0.4); /* IE9 */
            -o-transform: scale(0.4); /* Opera 10.5+ */
                transform: scale(0.4);
            /* IE6–IE9 */
            -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.4, M12=0, M21=0, M22=0.4, SizingMethod='auto expand')";
    }
    
    .promotext {
        font-size: 20px !important;
        margin-bottom: 40px;
    }
    
    .subtext {
        font-size: 16px;
    }
    
    a.promolink {
        font-size: 12px;
    }
    
    .indivcamplogo {
        margin-top: 10%;
    }
    
    .mainheadertext {
        font-size: 24px;
    }

    .indivcampheader {
        margin-top: 5%;
    }
    
    .contenttext {
        font-size: 11px;
        line-height: 18px;
    }

    .indivcamptext {
        display: none;
    }
    
    a.linktext {
        font-size: 10px;
        padding: 8px 15px 8px 15px;
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .triangleright:after {
        width: 1px; 
        height: 40%; 
        border-left: 20px solid #ffffff; /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: "";
    }
    
    .triangleleft:after {
        width: 1px; 
        height: 40%; 
        border-right: 20px solid #ffffff; /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        content: "";
    }        
}
@media only screen and (min-width: 401px) and (max-width: 600px) {

    #header-right {
        padding-top: 19px;
    }

    .christmas_returns {

        font-size: 12px;

    }

    .paymentflexbreak {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .initmain {
        display: none;
    }

    .initmob {
        display: block;
    }

    .hp_slider {
        display: none;
    }

    .hp_slider_mob {
        display: block;
    }

    .popularsearches {
        display: none;
    }

    .cybernormal {
        display: none;
    }

    .cybermob {
        display: block;
    }

    .indivmultiitem {
        width: 100%;
        margin-bottom: 20px;
    }

    .indivmulttext {
        font-size: 3vw;
    }

    .mainpaypal {
        display: none !important;
    }

    #allprizes {
        display: none;
    }

    #twobytwoprizes {
        display: block;
    }

    #onebyoneprizes {
        display: none;
    }

    #searchbar input.search_text_area {
        font-size: 16px;
    }

    .othersubmenu .otherbrands {
        width: 100%;
    }

    .navheaders,
    .popularbrands {
        display: block;
        float: none;
        width: 100%;
        column-count: 2;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.5);
    }

    .popbrands {
        padding-left: 0px;
        padding-right: 0px;
        column-count: 2;
        width: 100%;
    }

    .footer .footerupper ul.mobilefooter {
        display: block;
        width: 100%;
        margin-right: 0px;
    }

    .notpopulartext {
        display: block;
    }

    .navheaders {
        display: none;
    }

    .mainpromoright {
        right: auto;
    }

    #salemobile {
        display: block;
    }

    .hpid_550 {
        position: absolute;
        transform: translateY(-50%);
        left: 10%;
        width: 50%;
        top: 50%;
        text-align: center;
    }


    .popupcontent {
        font-size: 14px;
        padding: 25px 10px 10px 10px;
    }

    .mobiledrop a.viewalllink {
        padding: 0px !important;
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 5%;
        width: 90%;
    }

    a.viewalllink {
        display: none !important;
    }


    .mobnavexpanded {
        background-image: URL("../../images/newimages/grey-arrow-down.svg") !important;
        background-size: 34px 20px !important;
    }

    #header-right.checkoutcont a.redtext {
        display: none;
    }

    #header-right.checkoutcont img:nth-of-type(2) {
        float: left;
        height: 30px;
        margin-top: 0px;
    }

    #header-right.checkoutcont img:nth-of-type(3) {
        margin-top: 13px;
        height: auto;
        width: 70px !important;
    }

    #header-right.checkoutcont img {
        float: left;
        height: 20px;
        margin-top:9px;
    }

    #static_page h1 {
        font-size: 36px;
    }

    .checkpay_title {
        clear: both;
        text-align: right;
        float: none;
        padding-top: 14px;
    }

    .dropdownclass {
        display: none;
    }

    #burgernavcont {
        width: 90%;
    }

    .ddownpadding {
        padding: 0px;
        background-color: #ffffff;
    }

    .dropnavtext {
        display: block;
    }

    .dropnavimage {
        display: none;
    }

    .mobnavexpanded {
        background-size: 17px 10px !important;
    }

    .mobiledrop {
        overflow: hidden;
    }

    .hideother {
        display: none !important;
    }

    .otherbrands {
        width: 100%;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }

    .othermenu_title {
        width: 100%;
        float: none;
        -webkit-box-sizing: border-box;
        /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box;
        /* Firefox, other Gecko */
        box-sizing: border-box;
        /* Opera/IE 8+ */
    }

    .brands {
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: "Montserrat";
        font-size: 12px;
        color: #444444;
    }


    .subnavsepdd {
        display: none;
    }

    .navtype {
        display: none;
    }

    .bgnavonly {
        display: block;
        margin: 25px 0px 10px 0px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        color: #191919;
    }

    .mwlinkbox {
        float: none;
        display: block;
        width: auto !important;
        border: 0px;
        height: auto;
        padding: 0px !important;
        margin: 0px !important;
        text-align: center;
        line-height: normal;
        font-size: 12px;
        letter-spacing: 0px;
    }

    .mwlinkbox:hover {
        background-color: #ffffff;
        color: #444444;
        border: none;
    }

    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .footerwhole {
        padding-bottom: 50px;
    }

    .footerexpand {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #ffffff;
        font-family: "Montserrat";
        padding: 40px 0px;
        clear: both;
        overflow: hidden;
    }

    .footer .footerupper ul.mobilefooter li {
        line-height: 40px;
        font-size: 16px;
        background-repeat: no-repeat;
        background-position: right;
        background-image: URL("../../images/newimages/rightarrow.svg");
        background-size: 30px 15px;
        width: 100%;
    }

    .footer .footerupper ul.mobilefooter li a {
        font-size: 16px;
    }

    .footer .footerupper ul {
        display: none;
    }

    .sociallogos {
        justify-content: center;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .feefologo {
        display: none;
    }

    .footerextra {
        float: none;
        clear: both;
        overflow: hidden;
        margin-top: 30px;
        text-align: center;
    }

    .footerextra a {
        margin-left: 0px;
        margin-right: 20px;
        font-size: 14px;
        line-height: 20px;
        float: none;
    }

    .copyright {
        float: none;
        text-align: center;
        font-size: 14px;
        margin-top: 35px;
    }

    #ismobile {
        display: block;
    }

    .blogitem {
        width: 100%;
    }

    img.mainimage {
        display: none;
    }

    img.mobileimage {
        display: block;
    }

    .thirdcampitem {
        display: none;
    }

    .burgernav {
        display: block;
    }

    #mainnav {
        display: none;
    }

    #searchbar {}

    .headerboth {
        padding-bottom: 15px;
    }

    #headerbar {
        height: auto;
        border-bottom: 1px solid #444444;
        margin-bottom: 12px;
        padding-bottom: 20px;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ffffff;
        /*background-image: URL("../../images/xmaslights-mob.gif");*/
        z-index: 1000;
        background-size: 600px;
        background-repeat: no-repeat;
        width: 100%;
        /*background-image: URL("../../images/newimages/xmas-decs-600x65.png");*/

    }

    #headerbar.noncheckout {
        padding-bottom: 0px;
    }

    .noncheckout #header-right {
        padding-top: 24px;
    }

    #xmascentral {
        display: none;
    }


    .mainlogo {
        width: 79px;
    }

    #subheader {
        display: none;
    }

    .sublogo {
        display: none;
    }

    .telandcurrency {
        display: none;
    }

    .usefullinks {
        display: none;
    }

    .usefullinkssmaller {
        display: flex;
        align-items: center;
    }

    .mainpromoinfo {
        bottom: 0;
        top: initial;
        left: 50%;
        margin-bottom: 20px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        /* Saf3.1+, Chrome */
        -moz-transform: translateX(-50%);
        /* FF3.5+ */
        -ms-transform: translateX(-50%);
        /* IE9 */
        -o-transform: translateX(-50%);
        /* Opera 10.5+ */
    }

    .promologo {
        margin-bottom: 25px;
    }

    a.promolink {
        font-size: 18px;
        letter-spacing: 2px;

    }

    .promotext {
        font-size: 34px;
        margin-bottom: 40px;
    }

    .subtext {
        font-size: 16px;
    }

    .hp-camp-holder {
        display: flex;
    }

    .indivcampitemtext {
        order: 1;

    }

    .indivcampitemimage {
        order: 2;
    }

    .indivcampitem {
        width: 100%;
        float: none;
    }

    .triangleleft {
        order: 0;
    }

    .triangleright {
        order: 0;
    }

    .fullwidthtitle {
        margin-top: 10%;
    }

    .hp-sep {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .try-on-glasses {
        margin-top: 7%;
        margin-bottom: 7%;
    }

    a.tryonlink {
        margin-top: 7%;
        margin-bottom: 7%;
    }

    .mainheadertext {
        font-size: 36px;
    }

    .indivcampheader {
        margin-top: 5%;
    }

    .contenttext {
        font-size: 15px;
        line-height: 23px;
    }

    .indivcamplogo {
        margin-top: 5%;
    }

    a.hplinktext {
        margin-bottom: 40px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .fullwidthitem:after {
        content: "";
        display: block;
        background-color: #d0d0d0;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        height: 1px;
        line-height: 1px;
        margin-top: 7%;
        margin-bottom: 7%;
    }

    .triangleright:after,
    .triangleleft:after {
        width: 40%;
        height: 1px;
        border-top: 20px solid #ffffff;
        /* bottom, add background color here */
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        content: "";
    }

    .blogheader {
        margin-top: 6%;
        margin-bottom: 5%;
    }

    .blog-sep {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .blogitem {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 885px) and (min-width: 601px) {
    
    .satdel { 
        line-height: 15px !important;
        margin-top: 5px !important;
    }
    
}

@media only screen and (max-width: 400px) {

    .noncheckout #header-right {
        padding-top: 26px;
}

    .paymentflexbreak {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    
.christmas_returns {
    font-size: 12px;
}
    
.initmain {
    display: none;
}

.initmob {
    display: block;
}    

.hp_slider {
    display: none;
}

.hp_slider_mob {
    display: block;
}
    
    .popularsearches {
    display: none;
}

 .cybernormal {
        display: none;
    }

    .cybermob {
        display: block;
    }


.indivmultiitem {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .indivmulttext {
        font-size: 3vw;
    }

.mainpaypal {
    display: none !important;
}

#allprizes {
    display: none;
}

#twobytwoprizes {
    display: block;
}

#onebyoneprizes {
    display: none;
}

#searchbar input.search_text_area {
    font-size: 16px;
}
    
    .othersubmenu .otherbrands {
     width: 100%;   
    }

    .navheaders, .popularbrands {
        display: block;
        float: none;
        width: 100%;
        column-count: 2;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(112,112,112,0.5);
    }

    .popbrands {
        padding-left: 0px;
        padding-right: 0px;
        column-count: 2;
        width: 100%;
    }

    .navheaders {
        display: none;
    }
    
    #searchbar {
        
    }
    
    .hpid_550 {
    position: absolute;
    transform: translateY(-50%);
    left: 10%;
    width: 50%;
    top: 50%;
    text-align: center;
}
    
    .notpopulartext {
        display: block;
    }
    
    .headerboth {
        padding-bottom: 6px;
    }
    
    .footer {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    #pricematch_button {
        font-size: 10px;
    line-height: 15px;
    padding-top: 11px;
    }
    
    .popup {
        padding: 40px 10px;
    }    
    
    .popupcontent {
        padding: 25px 10px 10px 10px;
    }
    
    #salemobile {
        display: block;
    }
    
     .popupcontent {
        font-size: 14px;
    }
    
    .mainpromoright {
        right: auto;
    }
    
    .mobiledrop a.viewalllink {
    padding: 0px !important;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 5%;
    width: 90%;
}

a.viewalllink {
    display: none !important;
}
    
#header-right.checkoutcont a.redtext {
        display: none;
    }
    
    #header-right.checkoutcont img{
        display: none;
    }
    
    
.mobnavexpanded {
    background-image: URL("../../images/newimages/grey-arrow-down.svg") !important;
    background-size: 34px 20px !important;
}
    
.checkpay_title {
    display: none;
}    

#burgernavcont {
    width: 100%;
}
    
.dropdownclass {
        display: none;
    }
    
    .ddownpadding {
        padding: 0px;
        background-color: #ffffff;
    }
    
    .dropnavtext {
        display: block;
    }
    
    .dropnavimage {
        display: none;
    }

    .mobiledrop {
        overflow: hidden;
    }
    
    .hideother {
        display: none !important;
    }
    
    .otherbrands {
        width: 100%;
        text-align: left;
        margin: 0px;
        padding: 0px;
    }
    
    .othermenu_title {
        width: 100%;
        float: none;
            -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    }

    .brands {
        padding-top: 0px;
        padding-bottom: 20px;
        font-family: "Montserrat";
        font-size: 12px;
        color: #444444;
    }

    .bgnavonly {
        display: block;
        margin: 25px 0px 10px 0px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 13px;
        color: #191919;
    }

    #burgernavpanel1 {
        padding: 20px 5px 30px 5px;
    }

    #burgernavpanel2 {
        padding: 0px 15px 30px 15px;
    }

    
    .subnavsepdd {
        display: none;
    }


    .navtype {
        display: none;
    }
    
    .mwlinkbox:hover {
        background-color: #ffffff;
        color: #444444;
        border: none;
    }

    .mobnavexpanded {
        background-size: 17px 10px !important;
    }    
        
    .othersubmenu .linkboxcont {
        display: none;
    }
    
     .footerwhole {
        padding-bottom: 50px;
    }
    
    .footerexpand {
        display: block;
        text-align:center;
        font-size: 20px;
        color: #ffffff;
        font-family: "Montserrat";
        padding: 40px 0px;
    }
    
         .footer .footerupper ul.mobilefooter {
        display: block;
        width: 100%;
        margin-right: 0px;
    }
    
    .footer .footerupper ul.mobilefooter li{
        line-height: 40px;
        font-size: 12px;
        background-repeat: no-repeat;
        background-position: right;
        background-image: URL("../../images/newimages/rightarrow.svg");
        background-size: 20px 10px;
        width: 100%;
    }
    
    .footer .footerupper ul.mobilefooter li a{
        font-size: 12px;
    }
    
    .footer .footerupper ul {
        display: none;
    }
    
    .sociallogos {
        justify-content: center;
        float: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .feefologo {
        display: none;
    }
    
    .footerextra {
        float: none;
        clear: both;
        overflow: hidden;
        margin-top: 30px;
        text-align: center;
    }
    
    .footerextra a {
        margin-left: 0px;
        margin-right: 20px;
        font-size: 10px;
        line-height: 20px;
        float: none;
    }
    
    .copyright {
        float: none;
        text-align: center;
        font-size: 10px;
        margin-top: 35px;
    }
    
        #ismobile {
            display: block;
        }
        
        img.mainimage {
            display: none;
        }
        
        img.mobileimage {
            display: block;
        }
        
        .burgernav {
            display: block;
        }

    .inputcontainer {
        margin-top: 20px;
    }

        
        #mainnav  {
		display: none;
	}
        
        #headerbar {
            height: auto;
            border-bottom: 1px solid #444444;
            margin-bottom: 12px;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background-color: #ffffff;
            z-index: 1000;
        }

        
        .thirdcampitem {
            display: none;
        }

        .mainlogo {
            width: 67px;
        }

    .noncheckout .mainlogo {
        margin-top: 20px !important;
        margin-bottom: 9px !important;
    }

        #subheader {
            display: none;
        }
        
        .sublogo  {
		display: none;
	}
        
        .telandcurrency {
            display: none;
        }

    #curcurrencymobile {
        background-position: 42px 2px;
        padding-top: 0px;
    }
        .usefullinks {
            display: none;
        }

        .usefullinkssmaller {
            display: flex;
            align-items: center;
        }
        
        .mainpromoinfo {
            bottom: 0;
            top: initial;
            left: 50%;
            margin-bottom: 20px;
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%); /* Saf3.1+, Chrome */
            -moz-transform: translateX(-50%)); /* FF3.5+ */
             -ms-transform: translateX(-50%); /* IE9 */
              -o-transform: translateX(-50%)); /* Opera 10.5+ */
        }
        
        .promologo {
            margin-bottom: 25px;
        }
        .promologo img{
            -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.8); /* FF3.5+ */
             -ms-transform: scale(0.8); /* IE9 */
              -o-transform: scale(0.8); /* Opera 10.5+ */
                 transform: scale(0.8);
             /* IE6–IE9 */
             -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
        }
        
        a.promolink {
            font-size: 14px;
            letter-spacing: 2px;
            padding: 18px 35px 18px 35px;
        }
        
        .promotext {
            font-size: 30px;
            margin-bottom: 30px;
        }
        
        .subtext {
            font-size: 16px;
        }
        
        .hp-camp-holder {
            //display: flex;
        }
        
        .indivcampitemtext {
            order: 1;
        }
        
        .indivcampitemimage {
            order: 2;  
        }
        
        .indivcampitem {
            width: 100%;
            float: none;
        }

        .triangleleft {
            order: 0;
        }

        .triangleright {
            order: 0;
        }
        
        .indivcamplogo {
            margin-top: 5%;
        }
        
        .mainheadertext {
            font-size: 36px;
        }
        
        .indivcampheader {
            margin-top: 5%;
        }

        .contenttext {
            font-size: 15px;
            line-height: 23px;
        }
        
        a.hplinktext {
            margin-bottom: 40px;
            padding: 8px 15px 8px 15px;
            margin-left: 5px;
            margin-right: 5px;
        }
        
        .fullwidthtitle {
            margin-top: 10%;
        }
        
        .hp-sep {
            margin-top: 8%;
            margin-bottom: 8%;
        }
        
        .try-on-glasses {
            margin-top: 7%;
            margin-bottom: 7%;
        }
        
        .tryonlink {
            margin-top: 7%;
            margin-bottom: 7%;
        }
        
        .fullwidthitem:after {
            content: "";
            display: block;
            background-color: #d0d0d0;
            width: 80%;
            margin-left: 10%;
            margin-right: 10%;
            height: 1px;
            line-height: 1px;
            margin-top: 7%;
            margin-bottom: 7%;
        }
        
        .triangleright:after, .triangleleft:after {
            width: 40%; 
            height: 1px; 
            border-top: 20px solid #ffffff; /* bottom, add background color here */
            font-size: 0;
            line-height: 0;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            content: "";
        }
        
        .blogheader {
            margin-top: 6%;
            margin-bottom: 5%;
        }

        .blog-sep {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
        }
        
        .blogitem {
            padding-top: 30px;
        }
        
        #static_page h1 {
                font-size: 36px;
        }
}


@media only screen and (max-width: 375px) {

    #headerbar {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .basketicon {
        clear: left;
    }
    
    .usefullinkssmaller {
        padding-top: 1px;
    }
}

@media only screen and (max-width: 360px) {


    .usefullinkssmaller {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}


iframe#launcher {
    display: none;
}

#help-support:hover,
#help-support .help-support-inner:hover {
    background: #737373;
} 

#help-support {
    font-family: 'Montserrat';
    font-weight: 600;
    position: fixed;
    background: #444;
    bottom: 2%;
    left: 3%;
    z-index: 999999;
    padding: 8px 20px;
    color: white;
    border-radius: 50px;
    cursor: pointer;
}

#help-support .mob-hide {
    display: none;
}


#help-support.open .open {
    display: block;
}

#help-support.open .closed {
    display: none;
}

#help-support .open {
    display: none;
}

#help-support .help-support-title {
    display: flex;
    align-items: center;
}


#help-box {
    display: none;
    height: 0;
    opacity: 0;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 20px;
    width: 95%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 999999;
    border: solid 1px #444;
    box-sizing: border-box;
    transition: opacity 0.6s ease-in-out;
}


#help-box #closeHelpBox {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #444;
    cursor: pointer;
}

#help-box.show {
    opacity: 1;
    display: block;
    height: auto;
    max-height: 80vh;
    overflow-y: scroll;
    transition: opacity 0.6s ease-in-out;
}

.help-box-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}


.help-box-content {
    display: flex;
    flex-direction: column-reverse;
    font-family: 'Montserrat';
    line-height: 1.5rem;
    font-size: 14px;
}


#help-box .faq-content a {
    color: #0054c1;
}

.help-box-content .faq-boxes {
    display: flex;
    flex-direction: column;
}

.help-box-content .faq-boxes .faq-box,
.help-box-content .faq-boxes .chat-item {
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    font-size: 14px;
}

.help-box-content .faq-boxes .chat-item {
    cursor: pointer;
}

.help-box-content .faq-boxes .chat-item:hover {
    text-decoration: underline;
}

.help-box-content .faq-boxes .faq-header:hover {
    text-decoration: underline;
    cursor: pointer;
}

.help-box-content .faq-boxes .faq-content {
    display: none;
    transition: all 0.3s ease-in-out;
}

.help-box-content .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    margin-bottom: 20px;
    gap: 10px;
}

.faq-input-box input {
    border: solid 1px #7b7b7b;
    padding: 5px 8px;
}


div#tracking-info {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 15px;
}

.found-order {
    padding: 5px 10px;
    margin-bottom: 10px;
    background: #f3f3f3;
    border: solid 1px #ddd;
}

span.tracking {background: white;padding: 2px 5px;display: inline-block;}

.tracking-data {
    border-bottom: solid 1px #ddd;
    padding: 5px 0;
}

.tracking-data:last-of-type {
    border-bottom: 0;
}

.faq-content {
    font-size: 12px;
}

.faq-header {
    font-size: 14px;
}

.faq-content strong {
    font-weight: 600;
}

.help-box-chat {
    width: 100%;
    text-align: center;
}

.help-box-content-number a, .help-box-content-email a {
    color: #610c10;
    font-weight: 600;
}

#openZendeskChat:hover {
    background: #610c10cc;
}

#openZendeskChat {
    background: #610c10;
    border: solid 1px #610c10;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

.faq-input-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    margin-top: 15px;
}

button#findmyorder {
    cursor: pointer;
    min-width: 120px;
    padding: 5px 0;
}

.support-page {
    padding: 20px;
}

.support-page h1 {
    margin: 20px;
    font-size: 28px;
    text-align: center;
}

@media( min-width: 900px){

        
    #help-support .mob-hide {
        display: block;
    }

    #help-box {
        width: 70%;
        bottom: 1%;
    }
    
    
    div#help-support svg {
        margin-right: 10px;
    }

    #help-box.show {
        height: auto;
        overflow-y: unset;
    }

    .help-box-content {
        flex-direction: row;
    }


    .help-box-content .content-left {
        width: 70%;
        padding-right: 10px;;
    }
    
    .help-box-content .content-right {
        width: 30%;
        padding-left: 10px;
    }

    
    .help-box-content .info {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: flex-start;
        gap: 1rem;
    }

        
    .help-box-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

        
    .faq-input-box {
        flex-direction: row;
        flex-wrap: wrap;
    }
}


.rm-returns-portal {
    height: 600px;
}

@media screen and (min-width: 960px) {
    .rm-returns-portal {
        height: 800px;
    }
    
}