/*
--------------------
FONTS
--------------------
*/
@font-face {
  font-family: "Avenir LT W01 65 Medium";
  src: url("/assets/fonts/Avenir_65-Std/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix");
  src: url("/assets/fonts/Avenir_65-Std/212ab03d-5db2-4d6a-b94c-171cc702aa51.eot?#iefix") format("eot"), url("/assets/fonts/Avenir_65-Std/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff") format("woff"), url("/assets/fonts/Avenir_65-Std/aaf11848-aac2-4d09-9a9c-aac5ff7b8ff4.ttf") format("truetype"), url("/assets/fonts/Avenir_65-Std/294099f3-8d00-4676-afc5-5e9d8d43ad69.svg#294099f3-8d00-4676-afc5-5e9d8d43ad69") format("svg");
}
@font-face {
  font-family: "AvenirLTW01-65MediumObl";
  src: url("/assets/fonts/Avenir_65-Oblique/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix");
  src: url("/assets/fonts/Avenir_65-Oblique/2a6f81a2-475c-4831-9949-33d7748ee561.eot?#iefix") format("eot"), url("/assets/fonts/Avenir_65-Oblique/e0af2f49-a399-482b-a54e-d745e268ec80.woff") format("woff"), url("/assets/fonts/Avenir_65-Oblique/6803d3dd-2107-45fc-ac8a-a4fa13771547.ttf") format("truetype"), url("/assets/fonts/Avenir_65-Oblique/1bb1acb5-8d4e-4800-88af-dbcf1fe96ef8.svg#1bb1acb5-8d4e-4800-88af-dbcf1fe96ef8") format("svg");
}
body {
  font: normal 16px/1.6 "Avenir LT W01 65 Medium", sans-serif;
}

/* Paragraph gap */
/* MAIN MARGIN - TABLET/MOB */
:root {
  /*SPACERS*/
  --main-margin: calc(8.718vw + -7.9px); /*320px = 20px to 1100px = 88px */
  --gutter: 20px;
  --gutter--half: 10px;
  --gutter--mob: 5px;
  --menu-border-position: 130px;
  --mobile-section-spacing: 40px;
  /*FONTS*/
  --main-font: "Avenir LT W01 65 Medium", Arial, sans-serif;
  /*MOB MENU*/
  --mob-menu-font-size: calc(1.887vw + 9.96px); /*320px = 16px to 850px = 26px*/
  --mob-menu-top-parent-margin-right: calc(14.419vw + -32.14px); /*320px = 14px to 850px = 76px*/
  --mob-dropdown-font-size: calc(0.755vw + 11.58px); /*320px = 14px to 850px = 18px*/
  --mob-dropdown-font-line-height: calc((0.566vw + 13.19px) + 4px); /*320px = 15px to 850px = 18px + 4px*/
  --mob-dropdown-item-margin-bottom: calc(0.943vw + 1.98px); /*320px = 5px to 850px = 10px*/
  /*MOB SUBMENU*/
  --mob-submenu-title-font-size: calc(0.769vw + 17.54px); /*320px = 20px to 1100px = 26px*/
  --mob-sidemenu-font-size: calc(0.769vw + 15.54px); /*320px = 18px to 1100px = 24px*/
  --mob-sidemenu-line-height: calc((0.769vw + 15.54px) + 6px); /*320px = 18px to 1100px = 24px*/
  --mob-submenu-button-font-size: calc(0.256vw + 15.18px); /*320px = 16px to 1100px = 18px*/
  --mob-submenu-button-line-height: calc((0.256vw + 15.18px) + 6px); /*320px = 16px to 1100px = 18px*/
  --mob-menu-button-width: 20px; /*calc(0.755vw + 11.58px); 320px = 14px to 850px = 18px*/
  --mob-menu-button-height: 14px; /*calc(0.755vw + 7.58px); 320px = 10px to 850px = 14px*/
  --mob-menu-arrow-width: calc(0.377vw + 7.79px); /*320px = 9px to 850px = 11px*/
  --mob-menu-arrow-height: calc(0.377vw + 16.79px); /*320px = 18px to 850px = 20px*/
  --mob-submenu-border-bottom: calc(-8.718vw - 7.9px);
}

ul, li, ol, dd, dt, dl, p, img, table, tr, th, td, body, div, h1, h2, h3, form {
  margin: 0;
  padding: 0;
}

html, body {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  background: #FFFFFF url(/images/back.gif) repeat-y center top;
  height: 100%;
}

@media screen and (max-width: 335px) {
  body {
    overflow-x: hidden;
  }
}
.back_1 {
  background: url(/images/back.gif) repeat-y center;
}

.wrapper {
  min-width: 950px;
  max-width: 1590px;
  background: #FFF;
  margin: 0 auto;
}

a {
  color: #000;
}
a:hover {
  color: #EF4136;
}
a img {
  border: none;
}

.button, .button_light {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  display: inline;
  float: left;
  zoom: 1;
  padding: 3px 5px;
  margin-bottom: 9px;
  border: none;
}

.button:hover {
  background: #EF4136;
  color: #FFF;
}

.button_light {
  background: #000;
}
.button_light:hover {
  background: #EF4136;
  color: #FFF;
}

.button_no_float {
  float: none;
}

table .button, table .button_light {
  margin-top: 3px;
}

h1 {
  font: 86px/99px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
h1.large {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
h1 em {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #929292;
}

h2 {
  font: bold 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin: 0px 0px 10px;
}
h2.large {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin: 0px 0px 10px;
}
h2 a {
  color: #000;
  text-decoration: none; /*check*/
}
h2 a:hover {
  text-decoration: underline; /*check*/
}
h2.mid {
  margin-top: 36px; /*check*/
}

.over h2 a:hover {
  text-decoration: none; /*check*/
}

h3 { /*Check used in account tabs & shipping*/
  margin: 10px 0px 9px 0px;
  font: bold 14px/15px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
h3.large {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
h3.medium {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  font-weight: 600;
}

td h2 { /*check*/
  margin: 0;
  padding-bottom: 9px;
}

.top {
  margin-top: 0px;
}

p {
  margin: 0px 0px 9px 0px;
}

em {
  font-family: "AvenirLTW01-65MediumObl", Arial, sans-serif;
  font-style: normal;
}
em a {
  color: #000;
}

strong {
  font-weight: normal;
  color: #000;
}

.medium {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px !important;
  height: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.clearboth {
  clear: both;
}

.error, .error a {
  color: #ff6666;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  padding: 10px 0px;
  text-align: left;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  font-weight: normal;
}

td {
  padding: 10px 0px;
  vertical-align: top;
}

select, input.input_text, textarea.input_textarea { /*check*/
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}

.bottom_border {
  border-bottom: 3px solid #D6D6D6;
}

.top_border {
  border-top: 3px solid #D6D6D6;
}

/*COLUMNS - FROM POINT103.CSS*/
.col_05, .col_1, .col_15, .col_2, .col_25, .col_3, .col_35, .col_4, .col_45, .col_5, .col_55, .col_6 {
  display: inline;
  float: left;
  margin: 0px 10px 0px 0px;
}

.col_v2_05, .col_v2_1, .col_v2_15, .col_v2_2, .col_v2_25, .col_v2_3, .col_v2_35, .col_v2_4, .col_v2_45, .col_v2_5, .col_v2_55, .col_v2_6 {
  display: inline;
  float: left;
  margin: 0px 10px 0px 0px;
}

.pcol_05, .pcol_1, .pcol_15, .pcol_2, .pcol_25, .pcol_3, .pcol_35, .pcol_4, .pcol_45, .pcol_5, .pcol_55, .pcol_6 {
  display: inline;
  float: left;
  margin: 0px 10px 0px 0px;
}

.ncol_1, .ncol_2, .ncol_3, .ncol_4, .ncol_5, .ncol_6, .ncol_7, .ncol_8, .ncol_9, .ncol_10, .ncol_11, .ncol_12,
.ncol_13, .ncol_14, .ncol_15, .ncol_16, .ncol_17, .ncol_18, .ncol_19, .ncol_20, .ncol_21, .ncol_22, .ncol_23, .ncol_24 {
  display: inline;
  float: left;
  margin: 0px 10px 0px 0px;
}

.col_v2_3 {
  margin-right: 0;
}

.col_table {
  padding-top: 3px;
}

.col_v2_table {
  padding-top: 3px;
}

.tcol_1, .tcol_15, .tcol_2, .tcol_25, .tcol_3, .tcol_35, .tcol_4, .tcol_45, .tcol_5, .tcol_55, .tcol_6, .ts_4, .ts_5, .ts_6 {
  /*padding-right:19px;*/
}

.tcol_05 {
  /*padding-right:16px;*/
}

.tcol_v2_1, .tcol_v2_15, .tcol_v2_2, .tcol_v2_25, .tcol_v2_3, .tcol_v2_35, .tcol_v2_4, .tcol_v2_45, .tcol_v2_5, .tcol_v2_55, .tcol_v2_6, .ts_v2_4, .ts_v2_5, .ts_v2_6 {
  padding-right: 10px;
}

.ntcol_1, .ntcol_2, .ntcol_3, .ntcol_4, .ntcol_5, .ntcol_6, .ntcol_7, .ntcol_8, .ntcol_9, .ntcol_10, .ntcol_11, .ntcol_12,
.ntcol_13, .ntcol_14, .ntcol_15, .ntcol_16, .ntcol_17, .ntcol_18, .ntcol_19, .ntcol_20, .ntcol_21, .ntcol_22, .ntcol_23, .ntcol_24 {
  padding-right: 10px;
}

.cont_05, .cont_1, .cont_15, .cont_2, .cont_25, .cont_3, .cont_35, .cont_4, .cont_45, .cont_5, .cont_55, .cont_6 {
  display: inline;
  float: left;
}

.cont_v2_05, .cont_v2_1, .cont_v2_15, .cont_v2_2, .cont_v2_25, .cont_v2_3, .cont_v2_35, .cont_v2_4, .cont_v2_45, .cont_v2_5, .cont_v2_55, .cont_v2_6 {
  display: inline;
  float: left;
}

.ncont_1, .ncont_2, .ncont_3, .ncont_4, .ncont_5, .ncont_6, .ncont_7, .ncont_8, .ncont_9, .ncont_10, .ncont_11, .ncont_12,
.ncont_13, .ncont_14, .ncont_15, .ncont_16, .ncont_17, .ncont_18, .ncont_19, .ncont_20, .ncont_21, .ncont_22, .ncont_23, .ncont_24 {
  display: inline;
  float: left;
  overflow: hidden;
}

.col_05, .tcol_05 {
  width: 57px;
}

.cont_05 {
  width: 76px;
}

.col_v2_05, .tcol_v2_05 {
  width: 150px;
}

.cont_v2_05 {
  width: 160px;
}

.col_1, .tcol_1 {
  width: 133px;
}

.cont_1 {
  width: 152px;
}

.col_v2_1, .tcol_v2_1 {
  width: 310px;
}

.cont_v2_1 {
  width: 320px;
}

.col_15, .tcol_15 {
  width: 209px;
}

.cont_15 {
  width: 228px;
}

.col_v2_15, .tcol_v2_15 {
  width: 470px;
}

.cont_v2_15 {
  width: 480px;
}

.col_2, .tcol_2 {
  width: 285px;
}

.cont_2 {
  width: 304px;
}

.col_v2_2, .tcol_v2_2 {
  width: 630px;
}

.cont_v2_2 {
  width: 640px;
}

.col_25, .tcol_25 {
  width: 361px;
}

.cont_25 {
  width: 380px;
}

.col_v2_25, .tcol_v2_25 {
  width: 790px;
}

.cont_v2_25 {
  width: 800px;
}

.col_3, .tcol_3 {
  width: 437px;
}

.cont_3 {
  width: 456px;
}

.col_v2_3, .tcol_v2_3 {
  width: 950px;
}

.cont_v2_3 {
  width: 960px;
}

.col_35, .tcol_35 {
  width: 513px;
}

.cont_35 {
  width: 532px;
}

.col_v2_35, .tcol_v2_35 {
  width: 1110px;
}

.cont_v2_35 {
  width: 1120px;
}

.col_4, .tcol_4 {
  width: 589px;
}

.cont_4 {
  width: 608px;
}

.col_v2_4, .tcol_v2_4 {
  width: 1270px;
}

.cont_v2_4 {
  width: 1280px;
}

.col_45, .tcol_45 {
  width: 665px;
}

.cont_45 {
  width: 684px;
}

.col_v2_45, .tcol_v2_45 {
  width: 1430px;
}

.cont_v2_45 {
  width: 1440px;
}

.col_5, .tcol_5 {
  width: 741px;
}

.cont_5 {
  width: 760px;
}

.col_v2_5, .tcol_v2_5 {
  width: 1590px;
}

.cont_v2_5 {
  width: 1600px;
}

.col_55, .tcol_55 {
  width: 817px;
}

.cont_55 {
  width: 836px;
}

.col_v2_55, .tcol_v2_55 {
  width: 1750px;
}

.cont_v2_55 {
  width: 1760px;
}

.col_6, .tcol_6 {
  width: 893px;
}

.cont_6 {
  width: 912px;
}

.col_v2_6, .tcol_v2_6 {
  width: 1910px;
}

.cont_v2_6 {
  width: 1920px;
}

.pcol_1 {
  width: 70px;
}
.pcol_2 {
  width: 150px;
}
.pcol_3 {
  width: 230px;
}
.pcol_4 {
  width: 310px;
}
.pcol_5 {
  width: 390px;
}
.pcol_6 {
  width: 470px;
}
.pcol_7 {
  width: 550px;
}
.pcol_8 {
  width: 630px;
}
.pcol_9 {
  width: 710px;
}
.pcol_10 {
  width: 790px;
}
.pcol_11 {
  width: 870px;
}
.pcol_12 {
  width: 950px;
}

.ncol_1 {
  width: 30px;
}

.ntcol_1 {
  width: 30px;
}

.ncont_1 {
  width: 40px;
}

.ncol_2 {
  width: 70px;
}

.ntcol_2 {
  width: 70px;
}

.ncont_2 {
  width: 80px;
}

.ncol_3 {
  width: 110px;
}

.ntcol_3 {
  width: 110px;
}

.ncont_3 {
  width: 120px;
}

.ncol_4 {
  width: 150px;
}

.ntcol_4 {
  width: 150px;
}

.ncont_4 {
  width: 160px;
}

.ncol_5 {
  width: 190px;
}

.ntcol_5 {
  width: 190px;
}

.ncont_5 {
  width: 200px;
}

.ncol_6 {
  width: 230px;
}

.ntcol_6 {
  width: 230px;
}

.ncont_6 {
  width: 240px;
}

.ncol_7 {
  width: 270px;
}

.ntcol_7 {
  width: 270px;
}

.ncont_7 {
  width: 280px;
}

.ncol_8 {
  width: 310px;
}

.ntcol_8 {
  width: 310px;
}

.ncont_8 {
  width: 320px;
}

.ncol_9 {
  width: 350px;
}

.ntcol_9 {
  width: 350px;
}

.ncont_9 {
  width: 360px;
}

.ncol_10 {
  width: 390px;
}

.ntcol_10 {
  width: 390px;
}

.ncont_10 {
  width: 400px;
}

.ncol_11 {
  width: 430px;
}

.ntcol_11 {
  width: 430px;
}

.ncont_11 {
  width: 440px;
}

.ncol_12 {
  width: 470px;
}

.ntcol_12 {
  width: 470px;
}

.ncont_12 {
  width: 480px;
}

.ncol_13 {
  width: 510px;
}

.ntcol_13 {
  width: 510px;
}

.ncont_13 {
  width: 520px;
}

.ncol_14 {
  width: 550px;
}

.ntcol_14 {
  width: 550px;
}

.ncont_14 {
  width: 560px;
}

.ncol_15 {
  width: 590px;
}

.ntcol_15 {
  width: 590px;
}

.ncont_15 {
  width: 600px;
}

.ncol_16 {
  width: 630px;
}

.ntcol_16 {
  width: 630px;
}

.ncont_16 {
  width: 640px;
}

.ncol_17 {
  width: 670px;
}

.ntcol_17 {
  width: 670px;
}

.ncont_17 {
  width: 680px;
}

.ncol_18 {
  width: 710px;
}

.ntcol_18 {
  width: 710px;
}

.ncont_18 {
  width: 720px;
}

.ncol_19 {
  width: 750px;
}

.ntcol_19 {
  width: 750px;
}

.ncont_19 {
  width: 760px;
}

.ncol_20 {
  width: 790px;
}

.ntcol_20 {
  width: 790px;
}

.ncont_20 {
  width: 800px;
}

.ncol_21 {
  width: 830px;
}

.ntcol_21 {
  width: 830px;
}

.ncont_21 {
  width: 840px;
}

.ncol_22 {
  width: 870px;
}

.ntcol_22 {
  width: 870px;
}

.ncont_22 {
  width: 880px;
}

.ncol_23 {
  width: 910px;
}

.ntcol_23 {
  width: 910px;
}

.ncont_23 {
  width: 920px;
}

.ncol_24 {
  width: 950px;
}

.ntcol_24 {
  width: 950px;
}

.ncont_24 {
  width: 960px;
}

.tcol_v2_1 {
  width: 390px;
}

.tcol_v2_2 {
  width: 110px;
}

.tcol_v2_3 {
  width: 70px;
}

.tcol_v2_4 {
  width: 60px;
}

.tcol_05 {
  width: 60px;
}

.ts_4 {
  width: 76px;
}

.ts_5 {
  width: 95px;
}

.ts_6 {
  width: 114px;
}

@media screen and (max-width: 1100px) {
  .table_tab .tcol_05 {
    width: 10%;
    min-width: 85px;
  }
  .table_tab .ts_4 {
    width: 12%;
    min-width: 85px;
  }
  .table_tab .ts_5 {
    width: 12%;
    min-width: 85px;
  }
  .table_tab .ts_6 {
    width: 20%;
    min-width: 85px;
  }
}
/*NEW RESPONSIVE COLUMNS*/
/*NEW RESPONSIVE COLUMNS - DESKTOP*/
@media screen and (max-width: 1100px) {
  * {
    box-sizing: border-box;
  }
  /* FLEX BASED COLS - TABLET */
  .row-flex {
    display: flex;
    width: 100%;
    -moz-column-gap: 1em;
    column-gap: 1em;
    box-sizing: border-box;
    margin-right: 0;
  }
  .row-flex-wrap {
    flex-wrap: wrap;
  }
  .col-flex-hide {
    display: none;
  }
  .flex_t_0 {
    width: 0%;
    margin-right: 0;
  }
  .cont_v2_t_0 {
    width: 0%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_0 {
    width: 0%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
    height: 0;
  }
  .flex_t_0-5 {
    width: 8.33333%;
    margin-right: 0;
  }
  .cont_v2_t_0-5 {
    width: 8.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_0-5 {
    width: 8.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_1 {
    width: 16.66667%;
    margin-right: 0;
  }
  .cont_v2_t_1 {
    width: 16.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_1 {
    width: 16.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_1-5 {
    width: 25%;
    margin-right: 0;
  }
  .cont_v2_t_1-5 {
    width: 25%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_1-5 {
    width: 25%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_2 {
    width: 33.33333%;
    margin-right: 0;
  }
  .cont_v2_t_2 {
    width: 33.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_2 {
    width: 33.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_2-5 {
    width: 41.66667%;
    margin-right: 0;
  }
  .cont_v2_t_2-5 {
    width: 41.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_2-5 {
    width: 41.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_3 {
    width: 50%;
    margin-right: 0;
  }
  .cont_v2_t_3 {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_3 {
    width: 50%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_3-5 {
    width: 58.33333%;
    margin-right: 0;
  }
  .cont_v2_t_3-5 {
    width: 58.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_3-5 {
    width: 58.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_4 {
    width: 66.66667%;
    margin-right: 0;
  }
  .cont_v2_t_4 {
    width: 66.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_4 {
    width: 66.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_4-5 {
    width: 75%;
    margin-right: 0;
  }
  .cont_v2_t_4-5 {
    width: 75%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_4-5 {
    width: 75%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_5 {
    width: 83.33333%;
    margin-right: 0;
  }
  .cont_v2_t_5 {
    width: 83.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_5 {
    width: 83.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_5-5 {
    width: 91.66667%;
    margin-right: 0;
  }
  .cont_v2_t_5-5 {
    width: 91.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_5-5 {
    width: 91.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_t_6 {
    width: 100%;
    margin-right: 0;
  }
  .cont_v2_t_6 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_t_6 {
    width: 100%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  /* REMOVE PADDING IN ROW */
  .row_item_first {
    padding: 0 var(--gutter) 0 0;
  }
  .row_item_middle {
    padding: 0 var(--gutter--half) 0;
  }
  .row_item_last {
    padding: 0 0 0 var(--gutter);
  }
  .cont_v2_t_0, .cont_v2_t_1, .cont_v2_t_2, .cont_v2_t_3, .cont_v2_t_4, .cont_v2_t_5, .cont_v2_t_6,
  .cont_v2_m_0, .cont_v2_m_1, .cont_v2_m_2, .cont_v2_m_3, .cont_v2_m_4, .cont_v2_m_5, .cont_v2_m_6 {
    float: left;
    overflow: hidden;
  }
  .cont_v2_t_6 img {
    width: 100%;
    height: auto;
  }
  /*SPACER*/
  .left_t_0 {
    margin-left: 0%;
  }
  .left_t_0-5 {
    margin-left: 8.33333%;
  }
  .left_t_1 {
    margin-left: 16.66667%;
  }
  .left_t_2 {
    margin-left: 33.33333%;
  }
  .left_t_3 {
    margin-left: 50%;
  }
  .left_t_4 {
    margin-left: 66.66667%;
  }
  .left_t_5 {
    margin-left: 83.33333%;
  }
  .left_t_6 {
    margin-left: 100%;
  }
  /*MARGINS*/
  .poi-mt-t-0 {
    margin-top: 0px;
  }
  .poi-mt-t-1 {
    margin-top: 10px;
  }
  .poi-mt-t-2 {
    margin-top: 20px;
  }
  .poi-mt-t-3 {
    margin-top: 30px;
  }
  .poi-mt-t-4 {
    margin-top: 40px;
  }
  .poi-mt-t-5 {
    margin-top: 50px;
  }
  .poi-mt-t-6 {
    margin-top: 60px;
  }
  .poi-mt-t-7 {
    margin-top: 70px;
  }
  .poi-mt-t-8 {
    margin-top: 80px;
  }
  .poi-mt-t-9 {
    margin-top: 90px;
  }
  .poi-mt-t-10 {
    margin-top: 100px;
  }
  .poi-mr-t-0 {
    margin-right: 0px;
  }
  .poi-mr-t-1 {
    margin-right: 10px;
  }
  .poi-mr-t-2 {
    margin-right: 20px;
  }
  .poi-mr-t-3 {
    margin-right: 30px;
  }
  .poi-mr-t-4 {
    margin-right: 40px;
  }
  .poi-mr-t-5 {
    margin-right: 50px;
  }
  .poi-mr-t-6 {
    margin-right: 60px;
  }
  .poi-mr-t-7 {
    margin-right: 70px;
  }
  .poi-mr-t-8 {
    margin-right: 80px;
  }
  .poi-mr-t-9 {
    margin-right: 90px;
  }
  .poi-mr-t-10 {
    margin-right: 100px;
  }
  .poi-mb-t-0 {
    margin-bottom: 0px;
  }
  .poi-mb-t-1 {
    margin-bottom: 10px;
  }
  .poi-mb-t-2 {
    margin-bottom: 20px;
  }
  .poi-mb-t-3 {
    margin-bottom: 30px;
  }
  .poi-mb-t-4 {
    margin-bottom: 40px;
  }
  .poi-mb-t-5 {
    margin-bottom: 50px;
  }
  .poi-mb-t-6 {
    margin-bottom: 60px;
  }
  .poi-mb-t-7 {
    margin-bottom: 70px;
  }
  .poi-mb-t-8 {
    margin-bottom: 80px;
  }
  .poi-mb-t-9 {
    margin-bottom: 90px;
  }
  .poi-mb-t-10 {
    margin-bottom: 100px;
  }
  .poi-ml-t-0 {
    margin-left: 0px;
  }
  .poi-ml-t-1 {
    margin-left: 10px;
  }
  .poi-ml-t-2 {
    margin-left: 20px;
  }
  .poi-ml-t-3 {
    margin-left: 30px;
  }
  .poi-ml-t-4 {
    margin-left: 40px;
  }
  .poi-ml-t-5 {
    margin-left: 50px;
  }
  .poi-ml-t-6 {
    margin-left: 60px;
  }
  .poi-ml-t-7 {
    margin-left: 70px;
  }
  .poi-ml-t-8 {
    margin-left: 80px;
  }
  .poi-ml-t-9 {
    margin-left: 90px;
  }
  .poi-ml-t-10 {
    margin-left: 100px;
  }
  /* HOMEPAGE */
  .wrapper .home .about_us .image, .wrapper .home .about_us .image img,
  .wrapper .home .featured_box img {
    width: 100%;
    height: auto;
  }
  /* Product pages */
  .product-page .product .slideshow img {
    width: 100%;
    height: auto;
  }
}
/*NEW COLUMNS - MOBILE*/
@media screen and (max-width: 750px) {
  /* FLEX BASED COLS */
  .row-flex {
    flex-direction: column;
  }
  .flex_m_0 {
    width: 0%;
  }
  .cont_v2_m_0 {
    width: 0%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_0 {
    width: 0%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_0-5 {
    width: 8.33333%;
  }
  .cont_v2_m_0-5 {
    width: 8.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_0-5 {
    width: 8.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_1 {
    width: 16.66667%;
  }
  .cont_v2_m_1 {
    width: 16.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_1 {
    width: 16.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_1-5 {
    width: 25%;
  }
  .cont_v2_m_1-5 {
    width: 25%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_1-5 {
    width: 25%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_2 {
    width: 33.33333%;
  }
  .cont_v2_m_2 {
    width: 33.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_2 {
    width: 33.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_2-5 {
    width: 41.66667%;
  }
  .cont_v2_m_2-5 {
    width: 41.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_2-5 {
    width: 41.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_3 {
    width: 50%;
  }
  .cont_v2_m_3 {
    width: 50%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_3 {
    width: 50%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_3-5 {
    width: 58.33333%;
  }
  .cont_v2_m_3-5 {
    width: 58.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_3-5 {
    width: 58.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_4 {
    width: 66.66667%;
  }
  .cont_v2_m_4 {
    width: 66.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_4 {
    width: 66.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_4-5 {
    width: 75%;
  }
  .cont_v2_m_4-5 {
    width: 75%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_4-5 {
    width: 75%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_5 {
    width: 83.33333%;
  }
  .cont_v2_m_5 {
    width: 83.33333%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_5 {
    width: 83.33333%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_5-5 {
    width: 91.66667%;
  }
  .cont_v2_m_5-5 {
    width: 91.66667%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_5-5 {
    width: 91.66667%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  .flex_m_6 {
    width: 100%;
  }
  .cont_v2_m_6 {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .col_v2_m_6 {
    width: 100%;
    padding: 0 var(--gutter) 0 0;
    margin-right: 0;
  }
  /* REMOVE PADDING IN ROW */
  .row_item_first, .row_item_middle, .row_item_last {
    padding: 0;
  }
  /*SPACERS*/
  .left_m_0 {
    margin-left: 0%;
  }
  .left_m_0-5 {
    margin-left: 8.33333%;
  }
  .left_m_1 {
    margin-left: 16.66667%;
  }
  .left_m_2 {
    margin-left: 33.33333%;
  }
  .left_m_3 {
    margin-left: 50%;
  }
  .left_m_4 {
    margin-left: 66.66667%;
  }
  .left_m_5 {
    margin-left: 83.33333%;
  }
  .left_m_6 {
    margin-left: 100%;
  }
  div[class^=col_v2] {
    padding: 0;
  }
  /*MARGINS*/
  .poi-mt-m-0 {
    margin-bottom: 0px;
  }
  .poi-mt-m-1 {
    margin-bottom: 10px;
  }
  .poi-mt-m-2 {
    margin-bottom: 20px;
  }
  .poi-mt-m-3 {
    margin-bottom: 30px;
  }
  .poi-mt-m-4 {
    margin-bottom: 40px;
  }
  .poi-mt-m-5 {
    margin-bottom: 50px;
  }
  .poi-mt-m-6 {
    margin-bottom: 60px;
  }
  .poi-mt-m-7 {
    margin-bottom: 70px;
  }
  .poi-mt-m-8 {
    margin-bottom: 80px;
  }
  .poi-mt-m-9 {
    margin-bottom: 90px;
  }
  .poi-mt-m-10 {
    margin-bottom: 100px;
  }
  .poi-mr-m-0 {
    margin-bottom: 0px;
  }
  .poi-mr-m-1 {
    margin-bottom: 10px;
  }
  .poi-mr-m-2 {
    margin-bottom: 20px;
  }
  .poi-mr-m-3 {
    margin-bottom: 30px;
  }
  .poi-mr-m-4 {
    margin-bottom: 40px;
  }
  .poi-mr-m-5 {
    margin-bottom: 50px;
  }
  .poi-mr-m-6 {
    margin-bottom: 60px;
  }
  .poi-mr-m-7 {
    margin-bottom: 70px;
  }
  .poi-mr-m-8 {
    margin-bottom: 80px;
  }
  .poi-mr-m-9 {
    margin-bottom: 90px;
  }
  .poi-mr-m-10 {
    margin-bottom: 100px;
  }
  .poi-mb-m-0 {
    margin-bottom: 0px;
  }
  .poi-mb-m-1 {
    margin-bottom: 10px;
  }
  .poi-mb-m-2 {
    margin-bottom: 20px;
  }
  .poi-mb-m-3 {
    margin-bottom: 30px;
  }
  .poi-mb-m-4 {
    margin-bottom: 40px;
  }
  .poi-mb-m-5 {
    margin-bottom: 50px;
  }
  .poi-mb-m-6 {
    margin-bottom: 60px;
  }
  .poi-mb-m-7 {
    margin-bottom: 70px;
  }
  .poi-mb-m-8 {
    margin-bottom: 80px;
  }
  .poi-mb-m-9 {
    margin-bottom: 90px;
  }
  .poi-mb-m-10 {
    margin-bottom: 100px;
  }
  .poi-ml-m-0 {
    margin-bottom: 0px;
  }
  .poi-ml-m-1 {
    margin-bottom: 10px;
  }
  .poi-ml-m-2 {
    margin-bottom: 20px;
  }
  .poi-ml-m-3 {
    margin-bottom: 30px;
  }
  .poi-ml-m-4 {
    margin-bottom: 40px;
  }
  .poi-ml-m-5 {
    margin-bottom: 50px;
  }
  .poi-ml-m-6 {
    margin-bottom: 60px;
  }
  .poi-ml-m-7 {
    margin-bottom: 70px;
  }
  .poi-ml-m-8 {
    margin-bottom: 80px;
  }
  .poi-ml-m-9 {
    margin-bottom: 90px;
  }
  .poi-ml-m-10 {
    margin-bottom: 100px;
  }
}
/*$c-high_over: J::blendRGB($c-high,000000,0.15);*/
/*$c-line: J::blendRGB($c-high,D6D6D6,0.746);*/
html {
  scrollbar-gutter: stable;
}

html, body {
  background: #FFF url("/images/back.gif") repeat-y center top;
}

.header {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto 60px auto;
  height: 60px;
}
.header a {
  text-decoration: none;
}

.support_header {
  margin: 0px;
  width: 970px;
}

.logo {
  display: block;
  float: left;
  margin-top: 20px;
}

.top_menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 60px;
}
.top_menu ul {
  border-left: 1px solid #BBBBBB;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: space-evenly;
  height: 100%;
}
.top_menu ul li {
  list-style: none;
}
.top_menu ul li a {
  display: block;
}
.top_menu ul li.login a {
  width: 25px;
  height: 25px;
  text-indent: -10000px;
  background-image: url(/images/icon_p101account.svg);
  margin-bottom: 4px;
}
.top_menu ul li.basket a {
  width: 25px;
  height: 25px;
  text-indent: -10000px;
  background-image: url(/images/icon_p101basket.svg);
  margin-bottom: 5px;
}
.top_menu ul li.basket.items {
  position: relative;
}
.top_menu ul li.basket.items span {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #2BB573;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  text-indent: 0;
}
.top_menu .menu_left {
  flex-basis: 225px;
}
.top_menu .menu_left .trustpilot {
  margin-bottom: 2px;
}
.top_menu .menu_left li {
  margin-left: 10px;
  margin-right: 10px;
}
.top_menu .menu_mid {
  flex-basis: 170px;
}
.top_menu .menu_mid li.announcekit-widget a.announcekit-widget-badge {
  vertical-align: top !important;
  margin: 2px 0 0 4px;
}
.top_menu .menu_mid li.announcekit-widget:hover {
  color: #EF4136;
}
.top_menu .menu_right {
  flex-basis: 100px;
}

.top_menu--mobile {
  display: none;
}
@media screen and (max-width: 850px) {
  .top_menu--mobile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  .top_menu--mobile .menu_left {
    border-left: 0;
    margin-left: -10px;
  }
  .top_menu--mobile .menu_mid {
    border-left: 0;
    margin-left: 10px;
    gap: 10px;
  }
}
@media screen and (max-width: 850px) and (max-width: 850px) {
  .top_menu--mobile .menu_mid {
    margin-top: 1em;
    margin-left: 0px;
  }
}

.contact_info {
  float: right;
  width: 200px;
  margin-right: 19px;
}

.contact_info p {
  margin-bottom: 10px;
}

.main_menu {
  position: relative;
  width: 100%;
  margin: 0px auto 26px;
  padding: 8px 0px 0px;
  text-align: center;
  background: url("/images/menu_hr.gif") repeat-x center 21px;
  z-index: 2;
}
@media screen and (max-width: 850px) {
  .main_menu {
    padding: 2em 0px 0px;
    background: none;
  }
}
.main_menu .menu_wrapper {
  width: 950px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .main_menu .menu_wrapper {
    width: 100%;
  }
}
.main_menu .menu_wrapper .top_level {
  width: 950px;
  margin: 0 auto;
  background: url("/images/menu_hr.gif") repeat-x center 13px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
}
.main_menu .menu_wrapper .top_level.is-ready {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .main_menu .menu_wrapper .top_level {
    width: 100%;
  }
}
.main_menu .main_menu__close-button {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 5px;
  left: 20px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 850px) {
  .main-menu-open .main_menu .main_menu__close-button {
    visibility: visible;
    opacity: 1;
  }
}
.main_menu .top_parent {
  display: inline;
  list-style: none;
  margin: 0px 76px 0px 0px;
}
.main_menu .top_parent span {
  position: relative;
  z-index: 2;
}
.main_menu .top_parent a.parent_link span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main_menu .top_parent a.parent_link.selected {
  color: #000;
  background: #FFF;
}
.main_menu .top_parent a.parent_link:hover {
  color: #EF4136;
  background: #FFF;
  text-indent: 1px; /* So javascript can see this */
}
.main_menu .top_parent a.parent_link.active {
  color: #EF4136 !important;
  background: #FFF !important;
}
.main_menu .top_parent a.parent_link {
  /*display:block;*/
  font: 26px/26px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #CCCCCC;
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.main_menu .show a.parent_link {
  color: #000;
  background: #FFF;
}

.iOS .main_menu .top_parent a.parent_link:hover {
  color: #CCCCCC;
  background: transparent;
}

.no-js .main_menu .active .dropdown {
  visibility: visible;
}

.no-js .main_menu .top_parent:hover .dropdown {
  visibility: visible;
}

.no-js .main_menu .top_parent:hover .dropdown_wrapper {
  height: 280px;
}

.dropdown_wrapper {
  overflow: hidden;
  position: absolute;
  width: 1030px;
  height: 0px;
  top: 5px;
  left: -40px;
  z-index: 1;
  border-bottom: 0px solid #CCCCCC;
}
.dropdown_wrapper .dropdown_wrapper_border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 950px;
  margin-left: 40px;
  border-bottom: 3px solid #D6D6D6;
}
.dropdown_wrapper .dropdown {
  position: absolute;
  top: 0px;
  left: 40px;
  width: 950px;
  height: 100%;
  padding: 0px 0px 24px;
  text-align: left;
  visibility: hidden;
}
@media screen and (max-width: 1100px) {
  .dropdown_wrapper .dropdown {
    width: 950px;
    left: 0;
  }
}
.dropdown_wrapper .dropdown .border {
  width: 100%;
  height: 20px;
}
@media screen and (min-width: 1101px) {
  .dropdown_wrapper .dropdown .border {
    margin-left: -40px;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
  }
}
.dropdown_wrapper .dropdown .menu {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 27px 0px 0px;
  background: #ffffff;
  list-style: none;
}
.dropdown_wrapper .dropdown .menu .parent {
  display: inline;
  float: left;
  width: 220px;
  margin: 0px 10px 30px 0px;
  padding: 0px;
  font: 15px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  font-weight: 500;
}
.dropdown_wrapper .dropdown .menu .parent ul {
  display: inline;
  float: left;
  width: 220px;
  margin: 10px 10px 0px 0px;
  padding: 0px;
}
.dropdown_wrapper .dropdown .menu .parent ul li {
  display: inline;
  float: left;
  width: 220px;
  margin: 0px 10px 0px 0px;
  padding: 0px;
}
.dropdown_wrapper .dropdown .menu .parent a {
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 850px) {
  .dropdown_wrapper .dropdown .menu .parent a {
    font-size: var(--mob-dropdown-font-size);
  }
}
.dropdown_wrapper .dropdown .menu a:hover,
.dropdown_wrapper .dropdown .menu a.selected {
  color: #EF4136;
}
.dropdown_wrapper .dropdown .menu a.linkicon:after {
  content: url("/images/menu/linkicon.svg");
  margin-left: 6px;
}
.dropdown_wrapper .dropdown .menu .section {
  display: inline;
  float: left;
  width: 220px;
  height: 250px;
  margin: 0px 20px 0px 0px;
  padding: 0px 0px 0px;
  position: relative;
}
.dropdown_wrapper .dropdown .menu .section .feature_wrapper {
  height: 250px;
  width: 220px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #fff;
}
.dropdown_wrapper .dropdown .menu .section img {
  position: absolute;
  top: 0px;
  z-index: 1;
}
.dropdown_wrapper .dropdown .menu .section p {
  width: 160px;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  position: absolute;
  left: 20px;
  top: 180px;
  z-index: 2;
}
.dropdown_wrapper .dropdown .menu .section p .feature_p_details {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.dropdown_wrapper .dropdown .dropdownsubmenu-all span {
  display: none;
}
.dropdown_wrapper .dropdown .dropdownsubmenu-all a {
  font-weight: bold !important;
}
.dropdown_wrapper .dropdown .new_feature {
  opacity: 0;
  position: absolute;
  top: 0;
  background-color: #fff;
  height: 225px;
  width: 100%;
}

.flash .dropdown_wrapper {
  height: 11px;
}
.flash .dropdown_wrapper_border {
  opacity: 0;
}
.flash .dropdown .border {
  margin-left: -40px !important;
  border-left-width: 40px !important;
  border-right-width: 40px !important;
}

@media screen and (max-width: 1100px) {
  /*-Dropdown image section-*/
  .dropdown .menu .section {
    height: 300px;
  }
  .dropdown .menu .section .feature_wrapper {
    height: 100%;
    width: 100%;
  }
  .dropdown .menu .section p {
    width: 96%;
    left: 5px;
  }
}
.mobile-menu-header {
  display: none;
}

.mobile-menu-button {
  display: none;
  cursor: pointer;
}

.menu_wrapper--desktop {
  display: block;
}
@media screen and (max-width: 1100px) {
  .menu_wrapper--desktop .dropdown_wrapper {
    width: 950px;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .menu_wrapper--desktop .dropdown_wrapper {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .menu_wrapper--desktop .dropdown_wrapper .dropdown {
    top: 0px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .menu_wrapper--desktop .dropdown_wrapper .dropdown .menu {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1000px) {
  .menu_wrapper--desktop .dropdown_wrapper .dropdown .menu .section {
    /*900px => 150px, 1099 => 220px*/
    width: 100%;
    max-width: 175px;
    height: calc(-153.333vw + 1753.33px);
  }
}
.menu_wrapper--desktop .dropdown_wrapper .dropdown .menu .section .feature_wrapper {
  width: 100%;
}
@media screen and (min-width: 1101px) {
  .menu_wrapper--desktop .dropdown_wrapper .dropdown .border {
    margin-left: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .menu_wrapper--desktop .dropdown_wrapper .dropdown_wrapper_border {
    width: 100%;
    margin-left: 0;
  }
}

.menu_wrapper--mobile {
  display: none;
  position: relative;
  /*--MOBILE MAIN MENU DROPDOWN--*/
  /*--MOBILE DROPDOWN OPEN--*/
  /*--MOBILE DROPDOWN OPEN--*/
}
.menu_wrapper--mobile .mob_top_parent {
  display: flex;
  position: relative;
  width: 140px;
  height: 40px;
  transition: height 0.2s;
}
.menu_wrapper--mobile .mob_top_level {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2em;
  padding: 22px 0 0;
  position: relative;
}
.menu_wrapper--mobile .mob_top_level:after {
  content: "";
  position: absolute;
  top: 0;
  left: var(--menu-border-position);
  width: 3px;
  height: 100%;
  background: #bbb;
  transition: left 0.3s;
}
.menu_wrapper--mobile .dropdown_wrapper_mob {
  display: flex;
  justify-content: flex-start;
  width: 0;
  height: auto;
  position: absolute;
  left: 140px;
  overflow: hidden;
  opacity: 0;
  transition: width 0.5s, opacity 0.1s;
}
.menu_wrapper--mobile .menu_mob {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.menu_wrapper--mobile .menu_mob .mob_parent {
  position: relative;
  display: flex;
  flex-direction: column;
  /*width: 400px;*/
  margin: 0 10px 1.5em;
}
.menu_wrapper--mobile .mob_parent_link.subtitle {
  width: auto;
  min-width: 200px;
  height: auto;
  font: 20px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  text-decoration: underline;
}
.menu_wrapper--mobile .mob_top_parent .menu_mob {
  height: auto;
}
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul {
  position: absolute;
  width: 0;
  height: auto;
  margin-top: 1em;
  /* height: 0; to be changed by JS */
  overflow: hidden;
  font: 20px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul li {
  font: 20px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  margin: 0 10px 10px;
}
.menu_wrapper--mobile .menu_mob, .menu_wrapper--mobile .mob_parent ul li {
  list-style: none;
  white-space: nowrap;
}
.menu_wrapper--mobile .section_mob {
  list-style: none;
}
.menu_wrapper--mobile .mob-primary-menu-active, .menu_wrapper--mobile .mob_parent_link.subtitle.mob-menu-active {
  color: #EF4136;
}
.menu_wrapper--mobile .mob-primary-menu-active + .dropdown_wrapper_mob {
  /*320 185px tp 900 400px*/
  width: calc(37.069vw + 66.38px);
  opacity: 1;
  transition: width 0.5s, opacity 0.1s;
}
.menu_wrapper--mobile .mob_parent_link {
  cursor: pointer;
}
.menu_wrapper--mobile .dropdown_wrapper_mob .mob_parent .mob_parent_link.mob-menu-active + ul {
  width: 100%;
  height: auto;
  position: relative;
  /*320 5px to 900 is 20px*/
  left: calc(2.586vw - 3.28px);
  margin: 1em 0;
}
.menu_wrapper--mobile .dropdown_wrapper_mob {
  left: 160px;
  /*left: 80px;*/
}
.menu_wrapper--mobile .mob_parent_link.subtitle {
  min-width: 170px;
}
.menu_wrapper--mobile .main_menu .mob_top_parent a.mob_top_parent_link,
.menu_wrapper--mobile .main_menu .mob_top_parent a.mob_top_parent_link:active,
.menu_wrapper--mobile .mob_parent_link.subtitle {
  font: 26px/26px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: red;
}
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul,
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul,
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul li {
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.menu_wrapper--mobile .mob_top_parent {
  width: var(--menu-border-position);
}
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul li {
  margin: 0 10px 10px 0px;
}
.menu_wrapper--mobile .mob_top_parent .menu_mob .mob_parent ul li a {
  white-space: normal;
}

@media screen and (max-width: 1100px) {
  .wrapper .header {
    width: 100%;
    padding: 0 var(--main-margin);
    /*width: calc(100% - 110px);*/
    margin: 0 auto 60px auto;
  }
  .heropanel.toppage {
    width: 100%;
    min-width: 320px;
  }
  .back_2 .wrapper {
    min-width: auto;
    width: 100%;
  }
  .wrapper .content {
    width: 100%;
    padding: 0 var(--main-margin);
    margin: 0;
  }
  .heropanel.toppage .content, .heropanel.midpage {
    width: 100%;
    min-width: 320px;
  }
  /*SIDE/SUBMENU*/
  .wrapper .side_menu_container--responsive {
    width: 100%;
    position: relative;
    padding: 0 0 20px 20px;
  }
  .wrapper .side_menu_container--responsive.side-menu-active {
    background: #FFF;
  }
  .wrapper .side_menu_container--responsive .side_menu {
    display: none;
    float: none;
  }
  .wrapper .side_menu_container--responsive .side_menu:after {
    content: "";
    display: block;
    clear: both;
    width: 100vw;
    height: 4px;
    background: green;
    position: absolute;
    bottom: 0;
    left: var(--mob-submenu-border-bottom);
  }
  .wrapper .side_menu_container--responsive .side_menu li.submenu_button:last-child {
    display: none;
  }
  .mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    margin: 0 0 calc(0.943vw + 1.98px); /*320px = 5px to 850px = 10px */
  }
  .mobile-menu-header .mobile-menu-button {
    display: flex;
    height: auto;
  }
  .mobile-menu-header .mobile-menu-button__buttons {
    position: relative;
    width: var(--mob-menu-button-width);
    height: var(--mob-menu-button-height);
  }
  .mobile-menu-header .mobile-menu-button__buttons .mobile-menu-button__open, .mobile-menu-header .mobile-menu-button__buttons .mobile-menu-button__close {
    position: absolute;
    width: var(--mob-menu-button-width);
    height: var(--mob-menu-button-height);
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-menu-header .mobile-menu-button__buttons .mobile-menu-button__open svg, .mobile-menu-header .mobile-menu-button__buttons .mobile-menu-button__close svg {
    width: 100%;
    height: 100%;
  }
  .mobile-menu-header .mobile-menu-button .submenu-title {
    font-size: var(--mob-submenu-title-font-size);
    margin-left: 0.5em;
  }
  .mobile-menu-header .mobile-menu-button .mobile-menu-button__close {
    display: none;
  }
  .mobile-menu-header .mobile-menu-button.submenu-active .mobile-menu-button__close {
    display: block;
  }
  .mobile-menu-header .mobile-menu-button.submenu-active .mobile-menu-button__open {
    display: none;
  }
  .mobile-menu-header .submenu-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--mob-submenu-button-font-size);
    line-height: var(--mob-submenu-button-line-height);
    padding: 10px 25px;
  }
}
/* ---- LOADING --- */
.loader {
  display: none;
  width: 48px;
  height: 48px;
  text-align: center;
  pointer-events: none;
  z-index: 200;
  position: fixed;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  background: url("/images/loader.png") no-repeat 0px 0px;
}

/* HEADER - BASKET AND CHECKOUT LAYOUT */
.wrapper--checkout .header .menu_mid .back-home {
  display: none;
}

@media screen and (max-width: 850px) {
  .wrapper, .header, .heropanel.toppage {
    width: 100%;
    min-width: 320px;
    margin: 0;
  }
  .wrapper .header {
    margin: 0 0 20px;
    padding: 0 20px;
  }
  .wrapper .header .logo {
    margin: 20px 0 20px;
  }
  .wrapper .header .top_menu {
    justify-content: flex-end;
    flex-direction: row;
  }
  .wrapper .header .top_menu .menu_left, .wrapper .header .top_menu .menu_mid {
    display: none;
  }
  .wrapper .header .top_menu .menu_right {
    border-right: 0px solid #BBBBBB;
    border-left: none;
    flex-basis: auto;
    padding-right: 22px;
  }
  .wrapper .header .top_menu .menu_right li:first-child {
    margin-right: 10px;
  }
  .wrapper .main_menu {
    margin: 0px 0px 10px;
  }
}
@media screen and (max-width: 850px) {
  .main_menu .top_parent a.parent_link,
  .main_menu .top_parent a.parent_link:active,
  .main_menu .mob_top_parent a.mob_top_parent_link,
  .main_menu .mob_top_parent a.mob_top_parent_link:active {
    font-family: var(--main-font);
    font-size: var(--mob-menu-font-size);
  }
  .dropdown .menu .parent a, .dropdown .menu .parent .subtitle {
    font-family: var(--main-font);
    font-size: var(--mob-dropdown-font-size);
    line-height: var(--mob-dropdown-font-line-height);
  }
  .main_menu .top_parent {
    margin: 0 var(--mob-menu-top-parent-margin-right) 0 0;
  }
  .dropdown_wrapper .dropdown .menu {
    display: flex;
    flex-direction: column;
    padding: 40px var(--main-margin) 10em;
  }
  .dropdown_wrapper .dropdown .menu .section {
    display: none;
  }
  .dropdown_wrapper .dropdown .menu .parent {
    display: flex;
    gap: 2%;
    width: 100%;
    justify-content: space-between;
  }
  .dropdown_wrapper .dropdown .menu .parent .subtitle {
    width: calc(46.038vw - 52.32px);
  }
  .dropdown_wrapper .dropdown .menu .parent ul {
    width: calc(30.943vw + 75.98px);
    margin: 0 0 0 0;
  }
  .dropdown_wrapper .dropdown .menu .parent ul li {
    width: 100%;
    margin: 0 10px var(--mob-dropdown-item-margin-bottom) 0;
  }
}
@media screen and (max-width: 800px) {
  .wrapper .header {
    display: flex;
    align-items: flex-start;
  }
  .wrapper .header .logo {
    margin: 20px 0 20px;
  }
  .wrapper .header .top_menu {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper .header {
    min-width: 260px;
    justify-content: space-between;
  }
  .wrapper .header .logo {
    margin: 27px 0px 20px;
  }
  .wrapper .header .logo img {
    width: 130px;
  }
  .mob_parent_link.subtitle {
    white-space: normal;
  }
  .mob_top_level {
    margin-top: 0em;
    height: calc(100% - 200px);
  }
  .mob_parent_link.mob-menu-active {
    margin: 0 0 0.2em;
  }
  .menu_mob .mob_parent {
    margin: 0 10px 5px 0;
  }
}
/*@media all and (max-aspect-ratio:8/12) {*/
@media all and (max-height: 750px) {
  .mob_top_level {
    margin-top: 0em;
    height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
/* ---- LOADING --- */
.loader {
  display: none;
  width: 48px;
  height: 48px;
  text-align: center;
  pointer-events: none;
  z-index: 200;
  position: fixed;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
  background: url("/images/loader.png") no-repeat 0px 0px;
}

/* HEADER - BASKET AND CHECKOUT LAYOUT */
.wrapper--checkout .header .menu_mid .back-home {
  display: none;
}

.heropanel {
  height: calc(95vh - 160px);
  max-height: 760px;
  min-height: 700px;
  min-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-image: var(--hero-bg-desktop);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clear: both;
}
.heropanel.shallow, .heropanel.video.shallow {
  min-height: 200px;
  height: 200px;
}
.heropanel.shallow .herocontent .hccontainer.text_left, .heropanel.shallow .herocontent .hccontainer.text_right, .heropanel.video.shallow .herocontent .hccontainer.text_left, .heropanel.video.shallow .herocontent .hccontainer.text_right {
  height: 100px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .heropanel.shallow .herocontent .hccontainer.text_left, .heropanel.shallow .herocontent .hccontainer.text_right, .heropanel.video.shallow .herocontent .hccontainer.text_left, .heropanel.video.shallow .herocontent .hccontainer.text_right {
    height: 170px;
  }
}
.heropanel.shallow .herocontent .copy,
.heropanel.shallow .herocontent .link,
.heropanel.shallow .herocontent .trustpilot, .heropanel.video.shallow .herocontent .copy,
.heropanel.video.shallow .herocontent .link,
.heropanel.video.shallow .herocontent .trustpilot {
  display: none;
}
.heropanel.shallow .herocontent.content, .heropanel.video.shallow .herocontent.content {
  min-height: unset;
}
.heropanel.midpage {
  margin-top: 100px;
}
.heropanel .herocontent {
  height: 100%;
}
.heropanel .herocontent .title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
}
.heropanel .herocontent .copy {
  font-size: 18px;
  line-height: 24px;
  margin-top: 2em;
}
.heropanel .herocontent .link {
  margin-top: 2.5em;
}
.heropanel .herocontent .link a {
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
}
.heropanel .herocontent .hccontainer {
  top: 18%;
  position: absolute;
  z-index: 1;
}
.heropanel .herocontent .hccontainer.text_left {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  height: 75%;
  justify-content: flex-start;
}
.heropanel .herocontent .hccontainer.text_right {
  padding-top: 20px;
  padding-left: 540px;
  display: flex;
  flex-direction: column;
  height: 75%;
  justify-content: flex-start;
}
.heropanel .herocontent .hccontainer.text_left .trustpilot, .heropanel .herocontent .hccontainer.text_right .trustpilot {
  position: relative;
  flex: 1;
}
.heropanel .herocontent .hccontainer.text_left .trustpilot .trustpilot-widget {
  position: absolute !important;
  margin-top: auto;
  bottom: 0;
  left: -10px;
}
.heropanel .herocontent .hccontainer.text_right .trustpilot .trustpilot-widget {
  position: absolute !important;
  margin-top: auto;
  bottom: 0;
  right: 40px;
}
.heropanel.video {
  height: 47vw;
  min-height: 450px;
}
.heropanel.video .vimeo-player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  min-width: 100%;
  height: 100%;
  visibility: visible;
  background-color: transparent;
  transition: opacity 0.5s ease;
}
.heropanel.video .vimeo-player iframe {
  width: 100%;
  height: 100%;
}
.heropanel.video .plyr__video-wrapper {
  background-color: transparent;
}

.product-page .heropanel {
  background-position: center 100%;
  background-size: 2300px;
}
.product-page .heropanel.shallow {
  background-position: center -190px;
  background-size: 1600px auto;
}
@media screen and (max-width: 1100px) {
  .product-page .heropanel.shallow {
    background-position: center -99px;
    background-size: 1200px auto;
  }
}
@media screen and (max-width: 750px) {
  .product-page .heropanel.shallow {
    background-position: calc(50.698vw - 612.23px) -99px;
    background-size: 1200px auto;
  }
}

@media screen and (max-width: 1100px) {
  .heropanel {
    background-image: var(--hero-bg-mobile, var(--hero-bg-desktop));
    height: calc(100vh - 172px);
    width: 100%;
    background-position: 0 center;
    min-height: 400px;
  }
  .heropanel.heropanel--homepage {
    background-position: center center;
  }
  .heropanel.video {
    height: calc(46.667vw + 3.67px);
    min-height: 153px;
  }
  .heropanel.video .content {
    min-height: 153px;
  }
  .heropanel .herocontent .hccontainer.text_right {
    margin-left: 40%;
    padding-left: 0;
  }
  .product-page .heropanel {
    background-size: calc(65.863vw + 705.5px);
    background-position: calc(20.057vw - 270.63px) 100%;
  }
  .product-page .heropanel.no-backgroundMobile:not(.shallow) {
    background-position: center 100%;
    background-size: 2300px;
  }
  .product-page .heropanel .herocontent .hccontainer {
    top: 10%;
  }
}
@media screen and (max-width: 850px) {
  .heropanel {
    height: calc(100vh - 144px);
  }
}
@media screen and (max-width: 750px) {
  .heropanel .herocontent .hccontainer {
    top: 18%;
    position: relative;
  }
  .heropanel .herocontent .hccontainer.text_right {
    margin-left: 0;
  }
  .product-page .heropanel {
    background-size: calc(23.256vw + 1025.58px);
    background-position: calc(93.023vw - 817.67px) 100%;
  }
  .product-page .heropanel .herocontent .hccontainer {
    top: 5%;
  }
}
@media screen and (max-width: 750px) and (max-height: 800px) {
  .product-page .heropanel .herocontent .hccontainer {
    top: 1%;
    height: 100%;
  }
}
@media screen and (max-width: 450px) and (max-height: 850px) {
  .herocontent .hccontainer.text_left {
    padding-top: calc(11.538vw - 31.92px);
    height: 95%;
  }
  .heropanel .herocontent .copy {
    font-size: 17px;
    line-height: 22px;
    margin-top: calc(15.385vw - 33.23px);
  }
  .heropanel .herocontent .hccontainer.text_left .trustpilot {
    flex: 0.5 0.5 auto;
  }
}
.flash_replace {
  margin: 0 auto;
}

.test {
  background: #2BB573;
}

.new_site {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}
.new_site .new_site_copy {
  text-align: center;
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 1480px) {
  .new_site .new_site_copy {
    text-align: center;
    width: 640px;
    margin: 0 auto;
    font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .new_site .new_site_copy p {
    margin-bottom: 15px;
  }
}
.ie7 .new_site {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFF, endColorstr=#DDFFFF);
}

.ie8 .new_site {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF)";
}

.new_site_background {
  position: absolute;
  top: 0;
  width: 100%;
}
.new_site_background img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0px auto 0;
}

.slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 25px;
}
.slideshow .clickable {
  cursor: pointer;
}

.product .slideshow .slide {
  height: 100%;
}
.product .product_option .slideshow .slide {
  height: 230px;
}

.product_option .slideshow {
  height: 230px;
}

.product.accessories .slideshow {
  padding-bottom: 0px;
}

.product.accessories .product_option .slideshow .slide {
  height: 154px;
}

.product.accessories .product_option .slideshow {
  height: 154px;
}

@media screen and (min-width: 1100px) {
  .product.accessories .product_option {
    margin-right: 18px;
  }
}
.product.accessories .product_option h3 {
  margin: 0;
  padding: 12px 0 5px;
}
.product.accessories .accessories_content {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 100;
  border: 1px solid #D6D6D6;
  visibility: hidden;
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .product.accessories .accessories_content {
    padding: 0 1em;
  }
}
.product.accessories .accessories_content.visible {
  visibility: visible;
  opacity: 0;
}
.product.accessories .accessories_content .accessories_content_container {
  border: 2px solid #D6D6D6;
  padding: 15px 20px;
  width: 780px;
  height: 70%;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
.product.accessories .accessories_content .accessories_content_container .accessories_content_scrollable {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  overflow-y: scroll;
  padding: 1em 1em 0 0;
}
.product.accessories .accessories_content .accessories_content_container h2 {
  margin-top: 10px;
  padding: 0px;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  font-weight: bold;
}
.product.accessories .accessories_content .accessories_content_container p {
  font: 16px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.product.accessories .accessories_content .accessories_content_container p:last-of-type {
  margin-bottom: 28px;
}
.product.accessories .accessories_content .accessories_content_close {
  position: absolute;
  padding-top: 20px;
  right: 20px;
  bottom: 5px;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.slideshow .arrow {
  position: absolute;
  top: 0px;
  width: 109px;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .slideshow .arrow {
    width: calc(8.205vw + 18.74px);
  }
}
.slideshow .arrow.left {
  left: 0px;
  top: 25%;
}
.slideshow .arrow a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.slideshow .arrow .left_arrow {
  background-image: url("/images/slideshow_arrow_left.png");
}
.slideshow .arrow .left_arrow:hover {
  background-image: url("/images/slideshow_arrow_left_hover.png");
}
.slideshow .arrow.right {
  right: 0px;
  top: 25%;
}
.slideshow .arrow .right_arrow {
  display: block;
  background-image: url("/images/slideshow_arrow_right.png");
}
.slideshow .arrow .right_arrow:hover {
  background-image: url("/images/slideshow_arrow_right_hover.png");
}
@media screen and (max-width: 1100px) {
  .slideshow .arrow .left_arrow, .slideshow .arrow .right_arrow {
    background-size: calc(6.41vw + 8.49px) auto;
  }
}

.product .slideshow .arrow, .services .slideshow .arrow {
  zoom: 0.5;
}

.product .slideshow .arrow a, .services .slideshow .arrow a {
  opacity: 0;
  transition: opacity 0.5s;
}

.product .slideshow.over .arrow a, .services .slideshow.over .arrow a {
  opacity: 1;
}

.popup_box_inner .slideshow .arrow.left, .popup_box_inner .slideshow .arrow.right {
  top: 0px;
}

.slideshow .slides {
  width: 200%;
  height: 100%;
  margin-left: 0px;
}
.slideshow .slide {
  width: 50%;
  height: 470px;
  float: left;
  overflow: hidden;
}
.slideshow .slide .bg {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slideshow .slide .bg img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.slideshow .text_pos {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}
.slideshow .text {
  width: 950px;
  margin: 0 auto;
  padding: 110px 0px 0px;
}
.slideshow .text h1 {
  font: 86px/99px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #FFFFFF;
  letter-spacing: 0px;
  word-spacing: 7px;
  width: 650px;
}

.banner_slideshow_custompage .slide .bg img {
  width: auto !important;
  height: 100% !important;
  display: block;
}

.slideshow .pagination {
  position: absolute;
  width: 75%;
  left: 13% !important;
  bottom: 13px;
  text-align: center;
  padding: 10px 0px;
}
.slideshow .pagination .pages {
  position: relative;
  margin: 0 auto;
}
.slideshow .pagination .pages .icon {
  width: 20px;
  height: 12px;
  display: inline-block;
  background: url("/images/pagination_icon_off.png") no-repeat center center;
}
.slideshow .pagination .pages .icon:hover {
  background-image: url("/images/pagination_icon_on.png");
}
.slideshow .pagination .pages .active {
  background-image: url("/images/pagination_icon_on.png");
}

.grey_header .slideshow .pagination {
  background: #E6E6E6;
}

.no-js .slideshow {
  padding: 0px;
}

.no-js .slideshow .pagination {
  display: none;
}

.no-js .slideshow .arrow {
  display: none;
}

.slideshow .credit_link {
  text-align: right;
  position: relative;
  z-index: 2;
  margin-top: 3px;
  width: 100px;
  float: right;
}
.slideshow .credit_link a {
  color: #CCCCCC;
  text-decoration: none;
}
.slideshow .credit_link a:hover {
  color: #000;
}

.banner_slideshow {
  height: 470px;
}
.banner_slideshow .arrow {
  height: 470px;
}

.banner_slideshow_custompage {
  height: 460px;
}
.banner_slideshow_custompage .arrow {
  height: 460px;
  top: 5% !important;
}

.popup_slideshow {
  width: 100%;
  max-width: 1500px;
  height: auto;
  /*height:100%;*/
  border: 10px solid #fff;
  padding-bottom: 0px;
  background-color: #4D5154;
  box-sizing: border-box;
}
.popup_slideshow .slides, .popup_slideshow .slide {
  height: 100% !important;
}

body.popup_open {
  overflow: visible;
}

.popup_facebook .close {
  display: none !important;
}

.product .slideshow_container .poi-ssfs,
.services .slideshow_container .poi-ssfs {
  z-index: 10;
  background: url(/images/icons/ss_fullscreen_on.svg) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  margin-top: 5px;
}
@media screen and (max-width: 1100px) {
  .product .slideshow_container .poi-ssfs,
  .services .slideshow_container .poi-ssfs {
    width: calc(0.641vw + 12.95px);
    height: calc(0.641vw + 12.95px);
  }
}
.product .slideshow_container.fullscreen,
.services .slideshow_container.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  z-index: 10;
  padding: 20px 0;
  margin: 0;
}
.product .slideshow_container.fullscreen .banner_slideshow,
.product .slideshow_container.fullscreen .banner_slideshow_custompage,
.services .slideshow_container.fullscreen .banner_slideshow,
.services .slideshow_container.fullscreen .banner_slideshow_custompage {
  background-image: none;
  top: 0;
  height: 90%;
  width: 95vw;
}
@media screen and (max-width: 1100px) {
  .product .slideshow_container.fullscreen .banner_slideshow,
  .product .slideshow_container.fullscreen .banner_slideshow_custompage,
  .services .slideshow_container.fullscreen .banner_slideshow,
  .services .slideshow_container.fullscreen .banner_slideshow_custompage {
    height: auto;
  }
}
.product .slideshow_container.fullscreen .slides,
.product .slideshow_container.fullscreen .slide,
.services .slideshow_container.fullscreen .slides,
.services .slideshow_container.fullscreen .slide {
  height: auto;
}
.product .slideshow_container.fullscreen .slide,
.product .slideshow_container.fullscreen .arrow,
.services .slideshow_container.fullscreen .slide,
.services .slideshow_container.fullscreen .arrow {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.product .slideshow_container.fullscreen .slideshow .arrow.left, .product .slideshow_container.fullscreen .slideshow .arrow.right,
.services .slideshow_container.fullscreen .slideshow .arrow.left,
.services .slideshow_container.fullscreen .slideshow .arrow.right {
  height: 50%;
  top: 25%;
}
.product .slideshow_container.fullscreen .slideshow .pagination,
.services .slideshow_container.fullscreen .slideshow .pagination {
  bottom: 0;
}
.product .slideshow_container.fullscreen .slide .bg,
.services .slideshow_container.fullscreen .slide .bg {
  height: auto;
}
.product .slideshow_container.fullscreen .banner_slideshow img,
.product .slideshow_container.fullscreen .banner_slideshow_custompage img,
.services .slideshow_container.fullscreen .banner_slideshow img,
.services .slideshow_container.fullscreen .banner_slideshow_custompage img {
  width: auto !important;
  height: auto !important;
  max-width: 90%;
  max-height: 90%;
  margin: 0 auto;
}
.product .slideshow_container.fullscreen .poi-ssfs,
.services .slideshow_container.fullscreen .poi-ssfs {
  position: fixed;
  right: 25px;
  top: 50px;
  background: url(/images/icons/ss_fullscreen_off.svg) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  .product .slideshow_container.fullscreen .poi-ssfs,
  .services .slideshow_container.fullscreen .poi-ssfs {
    right: calc(1.282vw + 10.9px);
    top: calc(3.205vw + 14.74px);
  }
}

.product_option .slideshow.slideshow--base-width {
  height: 100%;
  padding-bottom: 0;
}
.product_option .slideshow.slideshow--base-width .slides {
  width: 100%;
}

.product .product_option .slideshow.slideshow--base-width .slides .slide {
  width: 100%;
  height: auto;
}

.product-page .product .product_option .slideshow.slideshow--base-width .slides img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 800px) {
  .slideshow_container .slideshow--base-width.banner_slideshow {
    height: 100%;
  }
  .slideshow_container .slideshow--base-width.banner_slideshow .slide {
    height: 100%;
  }
  .slideshow_container .slideshow--base-width.banner_slideshow .arrow {
    height: 90%;
  }
  .slideshow_container .slideshow--base-width.banner_slideshow .arrow.right, .slideshow_container .slideshow--base-width.banner_slideshow .arrow.left {
    top: 0;
  }
}
@media screen and (max-width: 800px) and (max-width: 750px) {
  .slideshow_container .slideshow--base-width.banner_slideshow .arrow {
    height: 85%;
    zoom: 0.3;
  }
}
.grey_strip {
  display: none;
}

.grey_strip_bg {
  display: none;
}

.grey_header .grey_strip {
  display: block;
}

.grey_header .grey_strip_bg {
  display: block;
}

/*-Grey strip background-*/
.grey_strip_bg {
  position: relative;
  margin: 0 auto;
}
.grey_strip_bg .fix {
  position: absolute;
  left: 0;
  width: 100%;
  height: 410px;
  background: url("/images/grey_bg.gif") repeat-x 0px 0px;
}

.grey_header .grey_strip .grey_strip_content {
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 950px;
  height: 360px;
  padding: 50px 0px 0px;
  background: url("/images/grey_bg.gif") repeat-x 0px 0px;
}
.grey_header .grey_strip .grey_strip_content h2 {
  margin-bottom: 10px;
}

.featured_box img {
  margin: 0px 0px 10px;
}
.featured_box p {
  margin: 0px 0px 10px;
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.featured_box em {
  font-style: normal;
  font-family: "AvenirLTW01-65MediumObl", Arial, sans-serif;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .home .features .featured_box {
    margin-bottom: var(--mobile-section-spacing);
  }
}
.content {
  width: 960px;
  min-height: 367px;
  margin: 0px auto;
}

.content_grey_header {
  width: 100%;
}

.content_fill {
  padding: 0px;
  zoom: 1;
}

.content_full {
  margin-top: 0;
  padding: 0;
  background: none;
}

.content_full_noflash {
  margin-top: 0;
  padding: 0;
}

.main_cont {
  padding: 0px 0px 30px 0px;
  margin: 18px 0px 0px 0px;
  width: 589px;
}

.main_divider {
  border-top: 3px solid #D6D6D6;
  padding-top: 10px;
  margin-top: 38px;
  zoom: 1;
}
.main_divider--o-hidden {
  overflow: hidden;
}

.main_divider h2, .double_divider h2 {
  margin-bottom: 10px;
}

.sub_divider {
  margin-bottom: 38px;
}

.last {
  margin-right: 0px !important;
}

.centre {
  float: none;
  margin: 10px auto 10px auto;
  display: block;
}

.content h1 {
  margin-bottom: 50px;
  zoom: 1;
}
@media screen and (max-width: 1100px) {
  .content h1 {
    font: 46px/50px "Avenir LT W01 65 Medium", Arial, sans-serif;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.content h1 strong {
  font-weight: normal;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  padding-left: 1px;
  line-height: 32px;
  color: #000;
}
.content ul {
  margin-bottom: 10px;
}
.content li {
  margin: 0px 0px 5px 20px;
}

h2.line {
  padding-bottom: 2px;
  border-bottom: 3px solid #CCCCCC;
}

.col_h1 h1 {
  height: auto;
  margin-bottom: 10px;
}

.title_text {
  font: 46px/50px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin-bottom: 40px;
}
.title_text p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .title_text {
    font: 36px/40px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
}
@media screen and (max-width: 750px) {
  .title_text {
    font: 26px/30px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .title_text p {
    margin-bottom: 0px;
  }
}

.heropanel_text {
  font: 900 40px/45px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .heropanel_text {
    font: 900 36px/40px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
}

.intro_text {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin-bottom: 40px;
}

.tf { /*check*/
  font: 16px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.h1_sub {
  height: 85px;
}
.h1_sub .h1_sub h1 {
  margin-bottom: 0px;
}
.h1_sub .h1_sub p {
  width: 209px;
}

.price_promise {
  background: url(/images/price_promise_3.gif) top right no-repeat;
}

.price_promise_only {
  background: url(/images/price_promise_2.gif) top right no-repeat;
}

.side_menu_container { /* Safari */
  position: sticky;
  top: 10px;
}

.side_menu {
  margin: 0px 10px 0px 0px;
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.side_menu.fixed {
  position: fixed;
}
.side_menu li {
  display: block;
  list-style: none;
  margin: 0px 0px 1px 0px;
}
.side_menu a {
  display: block;
  color: #CCCCCC;
  text-decoration: none;
}
.side_menu a.selected, .side_menu a:hover, .side_menu a:active {
  position: relative;
  color: #000;
  text-decoration: underline;
}
.side_menu a:hover, .side_menu a:active {
  color: #EF4136;
}
.side_menu li a.selected:before,
.side_menu li a:hover:before,
.side_menu li a:active:before {
  content: "";
  display: block;
  position: absolute;
  width: var(--mob-menu-arrow-width);
  height: var(--mob-menu-arrow-height);
  right: 100%;
  margin-right: 5px;
  top: 2px;
  background: url(/images/icons/arrow-right-black.svg) no-repeat center center;
  background-size: 100%;
  color: #EF4136;
}

@media screen and (max-width: 1100px) {
  .side_menu li a.selected:before,
  .side_menu li a:hover:before,
  .side_menu li a:active:before {
    top: 2px;
  }
  .side_menu {
    font-size: var(--mob-sidemenu-font-size);
    line-height: var(--mob-sidemenu-line-height);
  }
}
.side_menu li a:hover:before,
.side_menu li a:active:before {
  background-image: url(/images/icons/arrow-right-red.svg);
  color: #EF4136;
}

.side_menu li.create_print a:hover:before,
.side_menu li.create_print a:active:before,
.side_menu li.book_appointment a:hover:before,
.side_menu li.book_appointment a:active:before {
  background: none;
}

@media screen and (min-width: 1101px) {
  .create_print,
  .book_appointment {
    width: 140px;
  }
  .side_menu li.create_print,
  .side_menu li.book_appointment {
    margin-top: 25px;
  }
}
@media screen and (max-width: 850px) {
  .side_menu li a {
    padding-left: 0.5em;
  }
  .side_menu li a.selected:before,
  .side_menu li a:hover:before,
  .side_menu li a:active:before {
    width: var(--mob-menu-arrow-width);
    height: var(--mob-menu-arrow-height);
    top: 50%;
    transform: translateY(-50%);
    margin-right: calc(-0.566vw + 6.81px); /* 320px = 5px to 1100px = 2px */
  }
}
.create_print_inpage {
  margin-top: 3px;
}

.create_print a,
.book_appointment a {
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  background-color: #2BB673;
}

.book_appointment a {
  padding: 10px 15px;
  text-align: center;
}

.create_print a:hover,
.book_appointment a:hover {
  color: #fff;
  text-decoration: none;
}

table.simple {
  width: 100%;
  padding: 0;
  margin: 0;
}
table.simple th {
  font-weight: bold;
}
table.simple td,
table.simple th {
  padding: 4px 10px 4px 0px;
}
table.simple tr.totals {
  font-weight: bold;
  border-top: 1px solid;
}

.outer_wrapper {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
  z-index: 2;
}
.ie6 .outer_wrapper, .ie7 .outer_wrapper {
  display: inline-block;
  overflow: hidden;
}

.inner_wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.ie6 .inner_wrapper, .ie7 .inner_wrapper {
  display: inline-block;
  top: 50%;
  position: relative;
  overflow: visible;
}

.content_wrapper {
  margin: 0 auto 0px;
  width: auto;
  overflow: visible;
  position: relative;
}
.ie6 .content_wrapper, .ie7 .content_wrapper {
  display: inline-block;
  top: -50%;
  position: relative;
}

div.back_arrow {
  float: left;
  background: url("/images/generated/back_button/000000.png") left no-repeat;
  margin-right: 10px;
}

div.next_arrow {
  float: right;
  background: url("/images/generated/next_button/000000.png") right no-repeat;
}

div.back_arrow a,
div.next_arrow a {
  display: inline;
  float: left;
  width: 133px;
  padding: 0px 0px 3px 57px;
  text-decoration: none;
  color: #000;
}

div.next_arrow a {
  padding: 0px 57px 3px 0px;
  text-align: right;
  color: #000;
}

div.back_arrow a span,
div.next_arrow a span,
a.update span {
  font: bold 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

div.about_link a {
  padding: 4px 57px 10px 0px;
  width: auto;
}

div.about_link a span {
  line-height: 1em;
}

div.back_arrow a:hover {
  color: #EF4136;
  background: url("/images/generated/back_button/ef4136.png") left no-repeat;
}

div.next_arrow a:hover,
.jover.over div div.next_arrow a {
  color: #EF4136;
  background: url("/images/generated/next_button/ef4136.png") right no-repeat;
}

div.back_dark a {
  background: url("/images/generated/back_button/000000.png") left no-repeat;
  color: #000;
}

div.back_dark a:hover {
  background: url("/images/generated/back_button/000000.png") left no-repeat;
  color: #EF4136;
}

a.update {
  display: block;
  float: left;
  width: 133px;
  color: #000;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
}

a.update:hover {
  color: #000;
}

.next_back {
  width: 399px;
  margin: 20px auto 0px auto;
}

.next_back_update {
  width: 551px;
  margin: 0 auto;
}

.home {
  margin-top: 45px;
  overflow: auto;
}
@media screen and (max-width: 750px) {
  .home {
    overflow: hidden;
  }
}

.home .about_us h2 {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  margin: 0px 0px 10px 0px;
}
.home .about_us .image {
  margin-bottom: 10px;
  width: 310px;
  height: 190px;
}
.home .about_us p {
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.home .features {
  margin-top: 110px;
}
@media screen and (max-width: 750px) {
  .home .features {
    margin-top: var(--mobile-section-spacing);
  }
}

.home .create {
  margin: 120px 0;
}
@media screen and (max-width: 750px) {
  .home .create {
    margin: var(--mobile-section-spacing) 0;
  }
}

.flash_top {
  margin-top: 44px;
}

.home .flash_top {
  background: #CCC;
  height: 285px;
  width: 931px;
}
.home .home_banner {
  margin-top: 44px;
}
.home .home_banner img {
  margin-top: 0px;
}
.home h1 {
  font-size: 18px;
  margin-bottom: 10px;
  height: auto;
  color: #AAA;
  font-weight: normal;
}
.home .h2 {
  margin: 0px;
  padding-bottom: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.home .home_divider,
.home .home_divider_none {
  padding: 10px 0px 0px 10px;
}
.home .home_divider {
  border-top: 1px solid #8FC4F9;
  margin-top: 0px;
}
.home .home_big_light {
  font-size: 16px;
  margin-bottom: 10px;
  color: #AAA;
}
.home .products {
  margin: 160px 0px 0px;
}
.home .products h2 {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin-bottom: 10px;
}
.home .products .item {
  position: relative;
  top: 0;
  left: 0;
  height: 310px;
  margin-bottom: 10px;
}
.home .products .item a,
.home .products .item a:hover {
  text-decoration: none;
  color: #fff;
}
.home .products .item.over .overlay {
  opacity: 0.8;
  background: #EF4136;
}
.home .products .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #D1D3D4;
  opacity: 0.5;
}
.home .products .item .outer_wrapper {
  visibility: hidden;
}
.home .products .item .outer_wrapper.over {
  visibility: visible;
}
.home .products .item h3 {
  font: 46px/46px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #FFFFFF;
}
.home .products .item .desc {
  margin-top: 50px;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  text-decoration: underline;
}
.home .products .item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.home_content h2,
.home_content .h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
  margin: 0px;
}
.home_content h2 {
  padding-bottom: 9px;
  margin-top: 10px;
}

.home_box {
  height: 98px;
  margin-bottom: 10px;
}
.home_box a {
  text-decoration: none;
}
.home_box img {
  height: 95px;
  float: left;
  margin-right: 10px;
}
.home_box span {
  display: block;
}

.home_link a {
  text-decoration: underline;
}

.about h2 {
  margin: 0;
}
.about h4 {
  margin: 0 0 5px;
}
.about p {
  margin: 0 0 15px;
}

.trade_content {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.trade_content h2 {
  font-size: 22px;
  margin: 30px 0 12px;
}
.trade_content .contact_form {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.trade_content .contact_form .error_line {
  display: none;
}
.trade_content .addthis_inline_share_toolbox {
  margin-top: 25px;
  margin-bottom: 30px;
}

.services_content {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.services_content h2 {
  font-size: 22px;
  margin: 30px 0px 12px;
  /*COLUMNS - DESKTOP*/
}
@media screen and (max-width: 1100px) {
  .services_content h2 {
    line-height: 1.2;
  }
}
.services_content .contact_form {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.services_content .contact_form .error_line {
  display: none;
}
.services_content .addthis_inline_share_toolbox {
  margin-top: 25px;
  margin-bottom: 30px;
}

.products {
  margin-top: 50px;
}
.products .product_category .title {
  margin: 0;
  padding: 0;
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.products .product_items .product_item {
  padding-bottom: 115px;
}
.products .product_items .product_item img {
  padding-bottom: 37px;
}
.products .product_items .product_item h3 {
  margin: 0;
  padding: 10px 0 20px;
}
.products .product_items .product_item h3 a {
  text-decoration: none;
}
.products .product_items .product_item .jover.over h3 a:hover {
  color: #000;
}
.products .product_items .product_item p.first {
  margin: 0;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.products .product_items .product_item p {
  margin-top: 10px;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.products .product_items .jover.over .link {
  color: #EF4136;
}

.product {
  padding: 0;
  padding-top: 49px;
}
.product > .ncol_5 {
  min-height: 1px;
}
.product h2 {
  padding-bottom: 10px;
}
.product .prod_extra_info img {
  float: right;
}
.product .prod_price_outline {
  margin-bottom: 40px;
}
.product .prod_arrow {
  margin: 0 20px 10px 0;
}
.product .prod_camera {
  margin-bottom: 60px;
}
.product .prod_next {
  float: left;
  margin: 40px 0 0 304px;
}
.product .details {
  /* padding-top: 40px; */
}
.product .details p, .product .services .details p {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.product .details .description,
.product .how-it-works,
.product .details .sizes,
.product .services .details .sizes,
.product .details .format,
.product .services .details .format,
.product .details .get_started,
.product .services .details .get_started {
  margin: 0;
}
.product .testimonials {
  margin-bottom: 80px;
}

/* COLUMNS - DESKTOP */
@media screen and (min-width: 1101px) {
  .product .testimonials,
  .product .gallery {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .product {
    padding-top: 49px;
  }
}
.product .details .sizes {
  margin-bottom: 40px;
}
.product .details .printing .feature .title h2 {
  margin: 0;
  padding: 0;
}
.product .details .printing .feature .info {
  height: 67px;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
.product .details .printing .feature .info .graphic {
  width: 100px;
  padding: 0 10px 0 0;
}
.product .details .printing .feature .info img {
  padding: 0;
}
.product .details .printing .feature .info p {
  flex: 1;
  padding: 0;
}
.product .details .digisteps .digistep {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  font-size: 18px;
  line-height: 24px;
}
.product .details .digisteps .digistep.digistep1 {
  flex-direction: row;
}
.product .details .digisteps .digistep.digistep2 {
  flex-direction: row-reverse;
}
.product .details .digisteps .digistep.digistep3 {
  flex-direction: row;
}
.product .details .digisteps h3 {
  font-size: 22px;
  line-height: 27px;
}

div.format:first-of-type, div.how-it-works:first-of-type {
  padding-top: 0;
}

div.format, div.how-it-works {
  padding-bottom: 39px;
}

.product div.format h3, .product div.format h2, .services div.how-it-works h3, .services div.how-it-works h2 {
  margin-top: 0;
}

.services .details .sizes {
  margin-bottom: 40px;
}

.services .details .description {
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .product .details .digisteps .digistep.digistep1, .product .details .digisteps .digistep.digistep2, .product .details .digisteps .digistep.digistep3 {
    flex-direction: column;
  }
  .product .details .digisteps .digistep img {
    width: 100%;
    max-width: 400px;
  }
}
@media screen and (min-width: 1101px) {
  .product .how-it-works img, .product .services .how-it-works img {
    width: 300px;
  }
}
.product {
  /* NEW RESPONSIVE COLUMNS */
}
.product .gallery .masonry img {
  width: 100%;
  margin: 0 0 12px 0;
}
.product .gallery .masonry .mItem {
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.product .gallery .masonry .poi-ssfs {
  position: fixed;
  right: 50px;
  top: 50px;
  background: url(/images/icons/ss_fullscreen_off.svg) no-repeat;
  cursor: pointer;
  width: 50px;
  z-index: 10;
  display: block;
}
.product .gallery .masonry .poi-ssfs.off {
  display: none;
}
@media screen and (min-width: 751px) {
  .product .gallery .masonry {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}

.sizepriceholder {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* NEW RESPONSIVE COLUMNS */
}
.sizepriceholder .size_price_container {
  padding: 10px 24px 0 0;
  width: 20%;
}
.sizepriceholder .size_price_container.thirds {
  flex-basis: 33%;
  box-sizing: border-box;
}
.sizepriceholder .size_price_container .icon-holder {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: flex-end;
}
.sizepriceholder .size_price_container .icon-holder img {
  width: 75px;
  height: 75px;
}
@media screen and (max-width: 1100px) {
  .sizepriceholder .size_price_container {
    width: 25%;
  }
}
@media screen and (max-width: 750px) {
  .sizepriceholder .size_price_container {
    padding: 10px 14px 0 0;
    width: 50%;
  }
  .sizepriceholder .size_price_container.thirds {
    flex-basis: 50%;
  }
}

.digital p.size_price-title {
  font-size: 18px;
  font-weight: 800;
  margin: 14px 0 0 0;
}
.digital p.size_price-price {
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0 0 0;
}
.digital p.size_price-extra {
  font-size: 15px;
  font-weight: 500;
  margin: 4px 0 0 0;
}

.how-it-works .right, .how-it-works .left {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 751px) {
  .how-it-works .right.right, .how-it-works .left.right {
    display: flex;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  .how-it-works .right.left, .how-it-works .left.left {
    display: flex;
    gap: 30px;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.how-it-works img {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .how-it-works img {
    width: 100%;
  }
}

.services p.size_price-title {
  font-size: 18px;
  font-weight: 800;
  margin: 14px 0 0 0;
}

.product .digi-image-container {
  display: inline;
  cursor: pointer;
}
.product .digi-image-container.fullscreen {
  position: fixed;
  top: 0vh;
  left: 0vw;
  width: 100vw;
  height: 100vh;
  background: #ffffff;
  padding: 0;
  margin: 0;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.product .digi-image-container.fullscreen img {
  width: 80%;
  margin: 0 10%;
}
.product.digitalproduct .digital_order_now {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.product.digitalproduct .digital_order_now div a {
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  background-color: #2BB673;
}
@media screen and (max-width: 1100px) {
  .product.digitalproduct .digital_order_now {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 750px) {
  .product.digitalproduct .digital_order_now div a {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 10px;
  }
}
.product .testimonial.digitise .digireviews {
  display: flex;
}
.product .testimonial.digitise .quote {
  font-size: 22px;
  line-height: 27px;
  padding: 20px;
}
.product .testimonial.digitise .qmbottom {
  margin-top: auto;
  margin-bottom: 20px;
}
.product .testimonial.digitise .author {
  margin-left: 60px;
}
.product .testimonial.digitise .author p {
  font-size: 22px;
  line-height: 27px;
}
.product .features {
  font: 19px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.product .features ul {
  margin: 0px 0px 38px;
  padding: 0px;
  list-style: none;
}
.product .features li {
  margin: 0px 0px 11px 0px;
  padding: 0px 0px 0px 15px;
  background-image: url("/images/bullet.gif");
  background-repeat: no-repeat;
  background-position: 0px 0.5em;
}
.product .product_option {
  padding-bottom: 75px;
}
.product .product_option h3 {
  margin: 15px 0px 0px;
  padding: 7px 0px 10px;
}
.product .product_option p {
  margin: 5px 0px 0px;
  padding: 0px;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.product .product_option.small p {
  font: 13px/16px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.product .slideshow_container {
  border-top: 3px solid #D6D6D6;
  margin: 50px 0px;
  padding: 50px 0px;
  border-bottom: 3px solid #D6D6D6;
}

.services .services_content .digital_order_now {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.services .services_content .digital_order_now a {
  font-size: 18px;
  line-height: 24px;
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  background-color: #2BB673;
}
@media screen and (max-width: 1100px) {
  .services .services_content .digital_order_now {
    height: 80px;
  }
}
.services .slideshow_container {
  border-top: 3px solid #D6D6D6;
  margin: 50px 0px;
  padding: 50px 0px;
  border-bottom: 3px solid #D6D6D6;
}

.option_categories .intro_text {
  margin-bottom: 125px;
}
.option_categories .options {
  padding-top: 30px;
}
.option_categories .options h3 {
  margin: 0px;
  padding: 0px;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.option_categories .options .product_option {
  margin: 0px;
  padding-bottom: 50px;
}

.trustpilot-banner {
  margin-top: 90px;
  clear: both;
}

.trustpilot-widget {
  clear: both;
}

@media screen and (max-width: 1100px) {
  .trustpilot--width {
    max-width: 750px;
  }
}
.inpage_video {
  margin-top: 20px;
}

.testimonial {
  margin: 38px 0px 42px;
}
.testimonial .quote p {
  font: 25px/27px "AvenirLTW01-65MediumObl", Arial, sans-serif;
}
.testimonial .author p {
  font: 13px/16px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.reviews {
  padding-bottom: 15px;
}
.reviews.review_count {
  padding-bottom: 15px;
}
.reviews.padding-top {
  padding-top: 49px;
}
.reviews .stars {
  width: 183px;
  height: 25px;
  background: url("/images/stars.gif") no-repeat center bottom;
}

.about_upload {
  margin-top: 60px;
}

img.can_2 {
  margin-top: 70px;
}

.can_3 {
  margin-top: 40px;
}

.can_4 {
  margin-top: 50px;
}

.can_5 {
  margin-top: 20px;
}

.can_6 {
  margin-top: 40px;
}

.can_7 {
  margin-top: 60px;
}

.can_8 {
  margin-top: 80px;
}

.can_9 {
  margin-top: 30px;
}

.can_11 {
  margin-top: 90px;
}

.can_12 {
  margin-top: 50px;
}

.about_sf_3 {
  margin-top: 40px;
}

.about_sf_4 {
  float: right;
}

.about_sf_5 {
  float: left;
  margin-right: -60px;
  padding-top: 70px;
}

.sf_1 {
  margin-top: 130px;
}

.sf_2 {
  margin-top: 0px;
}

.sf_3 {
  margin-top: 110px;
  margin-bottom: 50px;
}

.sf_4 {
  margin-top: 20px;
}

.sf_5 {
  margin-top: 60px;
}

.sf_6 {
  margin-top: 20px;
}

.sf_7 {
  margin-top: 40px;
}

.about_f_1 {
  margin-top: 30px;
}

.about_f_2 {
  margin-top: 20px;
}

.f_3 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.f_4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.about_f_5 {
  float: left;
  margin-right: 20px;
}

img.about_f_5 {
  margin-top: 30px;
}

.f_7 {
  margin-top: 40px;
}

.f_8 {
  margin-top: 30px;
}

.gic_1 {
  margin-top: 150px;
}

.gic_2 {
  margin-top: 50px;
}

.about_gic_2 {
  text-align: right;
}

.gic_3 {
  margin-top: 20px;
}

.about_gic_4 img {
  float: left;
}

.about_gic_4 .col_25 {
  margin: 0px 10px 0px 10px;
}

.gic_5 {
  margin-top: 70px;
}

img.about_gic_5 {
  float: right;
  margin-top: 50px;
}

.gic_6 {
  margin-top: 50px;
}

.about_gic_6 {
  margin-top: 30px;
}

.gic_7 {
  margin-top: 20px;
}

.gic_4 {
  margin-top: 20px;
}

.per_0 {
  margin-top: 60px;
}

.per_1 {
  margin-top: 50px;
}

.per_2 {
  text-align: right;
}

.per_3 {
  margin-top: 30px;
}

.per_4 {
  margin-top: 80px;
}

.about_per_5 {
  margin-top: -150px;
}

.per_5 {
  margin-top: 40px;
}

.about_per_6 {
  margin-top: 100px;
}

.per_7 {
  text-align: right;
}

.gv_1 {
  margin-bottom: 40px;
}

.gv_2, .gv_2 img {
  float: right;
}

.gv_2 .col_2 {
  margin-left: 76px;
}

.gv_3 {
  margin-top: 120px;
}

.product_gift label {
  display: block;
  font: bold 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin-bottom: 5px;
}
.product_gift textarea, .product_gift select {
  margin-bottom: 15px;
}
.product_gift textarea {
  width: 437px;
  height: 60px;
}
@media screen and (max-width: 1100px) {
  .product_gift textarea {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .product_gift textarea {
    width: 100%;
  }
}
.product_gift .input_first {
  padding-top: 5px;
}
.product_gift .input_first label {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.product_gift input.input_radio {
  display: inline;
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}
.product_gift .submit, .product_gift .button {
  margin-top: 25px;
}

.about_index .col_1 {
  text-align: center;
}
.about_index .main_divider {
  margin-top: 10px;
}
.about_index .main_divider_bottom {
  padding-bottom: 10px;
  border-bottom: 3px solid #D6D6D6;
}
.about_index h2 {
  padding-bottom: 4px;
}
.about_index div.about_link {
  margin-top: 4px;
}

.flash_wrapper {
  margin-top: 40px;
}

.flash_wrapper {
  width: 950px;
  height: 550px;
  overflow: hidden;
}
.flash_wrapper div {
  width: 950px;
  height: 550px;
}
.flash_wrapper div.ready {
  height: 4000px;
}

#flash_content .flash_box {
  background: none;
  border: 1px solid black;
  padding: 50px;
  margin-top: 100px;
  height: 200px;
  width: auto;
}
#flash_content .puffin_box {
  display: none;
  width: auto;
  height: auto;
  border: 1px solid #000;
  padding: 50px;
}

.flash_box h3 {
  margin-top: 0px;
}

.flash_holder_full {
  margin-top: 0px;
}

.puffin_box img {
  float: left;
  margin: 0px 20px 100px 0px;
}
.puffin_box h2 {
  color: #000;
  font-size: 16px;
  width: 440px;
  margin-top: 0px;
  padding-top: 0px;
}
.puffin_box p {
  width: 440px;
}

.puffin_header {
  width: 100%;
  height: 60px;
  padding: 30px;
  background: #000;
  color: #FFF;
}
.puffin_header h2 {
  width: 200px;
  margin-left: 300px;
  float: left;
  color: #FFF;
  font-size: 16px;
  margin-top: 0px;
}
.puffin_header p {
  float: left;
  margin-left: 60px;
  width: 300px;
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
}

.puffin_header_inner {
  width: 1000px;
  margin: 0 auto;
}

.prod_box {
  margin-bottom: 10px;
}
.prod_box a {
  display: block;
  text-decoration: none;
}
.prod_box img.sec_img {
  float: left;
  margin-right: 10px;
}
.prod_box img.prod_img {
  float: left;
  margin-bottom: 14px;
}
.prod_box p {
  margin-bottom: 8px;
}
.prod_box span {
  display: block;
  margin-bottom: 8px;
}

.prod_big_box {
  margin-bottom: 10px;
}
.prod_big_box img {
  margin-bottom: 9px;
}

.gift-voucher-images--mob {
  display: none;
}

@media screen and (max-width: 750px) {
  .gift-voucher-images {
    display: none;
  }
  .gift-voucher-images--mob {
    display: block;
  }
}
.faq_sec {
  margin-bottom: 10px;
}
.faq_sec a {
  text-decoration: none;
  display: block;
}
.faq_sec a span {
  line-height: 38px;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #8FC4F9;
  font-weight: bold;
}
.faq_sec a:hover span {
  color: #000;
}
.faq_sec img {
  float: left;
  margin: 0px 10px 0px 0px;
}

.faq_image {
  float: right;
  margin: 6px 10px 0px 0px;
}

.faqs_qs h2 {
  padding-bottom: 9px;
}

.faqs_qs .sub_divider {
  margin-top: 38px;
}

.price_image {
  float: right;
}

table.price_table th, table.price_table td {
  border: none;
}

table.price_table {
  margin-left: 0px;
  margin-right: 0px;
}
table.price_table tbody {
  text-align: left;
}
table.price_table th {
  font-size: 16px;
  color: #000;
}
table.price_table td {
  padding: 9px 0px 9px 0px;
}
table.price_table h2 {
  padding-bottom: 0px;
}
table.price_table del {
  color: #F00;
}
table.price_table span {
  color: #AAA;
}
table.price_table em {
  /*font-family:Arial, Helvetica, sans-serif;*/
  font-size: 10px;
  font-weight: normal;
}
table .price_title {
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
}
table .price_title span {
  font-size: 11px;
  color: #808080;
  text-transform: lowercase;
  font-family: Verdana, Geneva, sans-serif;
}

.cart, .checkout {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.cart .qty {
  min-width: 60px;
}
.cart .next_back {
  padding-top: 40px;
}

.cart h2, .checkout h2 {
  margin: 0px 0px 10px;
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}
.cart p, .checkout p {
  max-width: 460px;
  font: 14px/16px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.cart table, .checkout table {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.cart table img, .checkout table img {
  max-width: 133px;
}
.cart .large, .checkout .large {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
}
.cart .tr_border, .checkout .tr_border {
  margin: 0px;
  padding: 0px;
  line-height: 1px;
  height: 1px;
}
.cart .tr_border td, .checkout .tr_border td {
  margin: 0px;
  padding: 0px;
  border-bottom: 3px solid #D6D6D6;
}
.cart td, .cart th, .checkout td, .checkout th {
  padding-right: 10px;
  vertical-align: top;
}
.cart th, .checkout th {
  border-bottom: 3px solid #D6D6D6;
}
.cart .item td, .checkout .item td {
  padding-bottom: 30px;
  border-bottom: 3px solid #D6D6D6;
}
.cart .pagina a, .checkout .pagina a {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
.cart .pagina a:hover, .checkout .pagina a:hover {
  color: #EF4136;
}
.cart .cart_span, .checkout .cart_span {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #949494;
}
.cart .cart_button a, .checkout .cart_button a {
  margin: 0px;
  padding: 0px;
  font: 26px/26px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  text-decoration: none;
}
.cart .cart_button a:hover, .checkout .cart_button a:hover {
  color: #EF4136;
}
.cart .checkout_button, .checkout .checkout_button {
  border-left: 10px solid #fff;
}
.cart .small_pad, .checkout .small_pad {
  padding-left: 5px;
}
.cart__mob-title, .checkout__mob-title {
  display: none;
}

.pagina {
  padding-top: 7px;
  padding-bottom: 7px;
}

.total {
  padding-left: 5px;
}
.total h2 {
  padding-bottom: 0;
  margin: 0;
}
.total p {
  margin-bottom: 5px;
}

.add_image {
  width: 133px;
}
.add_image a {
  display: block;
  width: 129px;
  padding: 40px 0px;
  color: #AAA;
  border: 2px dashed #CCC;
  text-align: center;
  text-decoration: none;
}
.add_image a:hover {
  border: 2px dashed #AAA;
  color: #999;
}

/*Basket - Desktop + mobile versions so colspan can be removed for alignment on mobile*/
.wrapper--checkout .content .basket .basket-total--desktop,
.wrapper--checkout .content .basket .basket-ordering-total--desktop {
  display: table-row;
}

.wrapper--checkout .content .basket .basket-total--mobile,
.wrapper--checkout .content .basket .basket-ordering-total--mobile {
  display: none;
}

.order-history .order-history__mob-title, .cart__mob-title, .shipping__mob-title {
  display: none;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .wrapper.wrapper--checkout {
    width: 100%;
  }
  .wrapper--checkout .next_back .back_arrow, .wrapper--checkout .next_back .next_arrow {
    width: 48%;
    overflow: hidden;
  }
  .wrapper--checkout .next_back .back_arrow a, .wrapper--checkout .next_back .next_arrow a {
    width: 100%;
  }
  /*BASKET*/
  .wrapper--checkout .content .basket .tcol_v2_05 img, .wrapper--checkout .content .basket .tcol_v2_05 .add_image,
  .wrapper--checkout .content .basket .tcol_v2_05 .add_image a {
    width: 100px;
  }
  .wrapper--checkout .content .basket .tcol_v2_05 {
    width: 10%;
  }
  .wrapper--checkout .content .basket .tcol_v2_1 {
    width: 100%; /*25%;*/ /*390*/
  }
  /*CHECKOUT*/
  .wrapper--checkout .content, .wrapper--checkout .content .checkout .col_v2_3 {
    width: 100%;
  }
  .wrapper--checkout .content .col_v2_15 {
    width: 48%;
    margin: 0 4% 1em 0;
  }
  .wrapper--checkout .content .col_v2_15 .contact_form input.input_text,
  .wrapper--checkout .content .col_v2_15 .contact_form select {
    width: 90%;
  }
  /*order details + shipping method*/
  .wrapper--checkout .content .checkout .tcol_v2_05, .table_tab .item .tcol_v2_05 {
    width: 20%;
    padding-right: 15px;
  }
  .wrapper--checkout .content .checkout .basket .tcol_v2_1 {
    width: 45%;
  }
  .wrapper--checkout .content .checkout .basket .basket-ordering-total__title .basket-ordering-total-2,
  .wrapper--checkout .content .checkout .basket .basket-ordering-total td:last-of-type {
    padding-left: 5px;
  }
  /*billing and delivery summary*/
  .wrapper--checkout .content_full_inner.checkout .col_v2_1 {
    width: 30%;
    padding-right: 1%;
  }
  .wrapper--checkout .content_full_inner.checkout .main_divider .col_v2_1 {
    width: 60%;
  }
  /*typography*/
  .wrapper--checkout .content_full_inner.checkout h1 {
    font: 46px/50px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .wrapper--checkout .content_full.cart h1 {
    font: 46px/50px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .wrapper--checkout .checkout h2, .wrapper--checkout .cart h2 {
    font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
    margin: 0 0 1em;
  }
  /*ORDER HISTORY*/
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .wrapper--checkout .checkout h2, .wrapper--checkout .cart h2 {
    margin: 0 0 0;
  }
}
@media (max-width: 1100px) {
  .wrapper--checkout .basket h2, .table_tab.title_tab.basket .item .tcol_v2_1 h2,
  .table_tab.title_tab.basket .total h2 {
    font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
    margin: 0;
  }
  .wrapper--checkout .basket td.tcol_v2_2.large, .wrapper--checkout .cart .basket .large,
  .wrapper--checkout .checkout .basket .large {
    font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .order-history .table_tab tr:first-child {
    display: none;
  }
  .order-history .table_tab tr {
    width: 33.3%;
    float: left;
    overflow: hidden;
  }
  .order-history .table_tab td {
    width: 100%;
    display: block;
  }
  .order-history .table_tab td:first-of-type {
    font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .order-history .table_tab td:last-of-type a {
    margin: 0 10px 30px 0;
  }
  .order-history .order-history__mob-title {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  /*ORDER HISTORY*/
  .order-history .table_tab tr {
    width: 50%;
  }
  .vat-details td:nth-of-type(2) {
    margin-top: 1em;
  }
  .cart__mob-title, .shipping__mob-title {
    display: block;
  }
  /*basket*/
  .wrapper--checkout .basket tr:first-child, .basket tr:first-child {
    /*.wrapper--checkout .basket tr:first-child {*/
    display: none;
  }
  .wrapper--checkout .basket .item td:last-child, .basket .item td:last-child {
    margin: 0 0 30px 0;
  }
  .wrapper--checkout .basket .item td:last-child a, .basket .item td:last-child a {
    color: #808080;
  }
  .wrapper--checkout .cart .basket .tcol_v2_05, .cart .basket .tcol_v2_05 {
    padding-right: 10px;
    border-bottom: none;
  }
  .wrapper--checkout .content .basket .tcol_v2_05 img, .wrapper--checkout .content .basket .tcol_v2_05 .add_image,
  .wrapper--checkout .content .basket .tcol_v2_05 .add_image a {
    width: 100%; /*width: 133px;*/
  }
  .wrapper--checkout .basket td:not(.tcol_v2_05), .basket td:not(.tcol_v2_05) {
    float: none;
    display: block;
    border-bottom: none;
    padding-bottom: 0px;
    width: 100%;
  }
  .wrapper--checkout .basket .shipping td:first-of-type, .basket .shipping td:first-of-type {
    display: table-cell;
    width: 10%;
  }
  /*basket - Desktop + mobile versions so colspan can be removed for alignment on mobile*/
  .wrapper--checkout .content .basket .basket-total--desktop {
    display: none;
  }
  .wrapper--checkout .content .basket .basket-total--mobile {
    display: table-row;
  }
  .wrapper--checkout .cart .basket .shipping .small_pad,
  .wrapper--checkout .cart .basket .basket-total--mobile .small_pad {
    padding-left: 0;
  }
  .wrapper--checkout .basket td.tcol_v2_4 {
    padding-left: 0;
  }
  .wrapper--checkout .basket .shipping-text, .basket .shipping-text {
    position: relative;
    height: 70px;
  }
  .wrapper--checkout .basket .shipping-text p, .basket .shipping-text p {
    position: absolute;
  }
  .wrapper--checkout .basket td.basket-total-1, .basket td.basket-total-1 {
    display: table-cell;
    width: 10%;
  }
  .wrapper--checkout .basket td.basket-total-2, .basket td.basket-total-2 {
    display: none;
  }
  .wrapper--checkout .basket th.basket-total-3, .basket th.basket-total-3 {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wrapper--checkout .basket td.basket-total-3, .basket td.basket-total-3 {
    padding-top: 0;
  }
  .wrapper--checkout .basket .shipping .shipping-selector, .basket .shipping .shipping-selector {
    display: none;
  }
  /*checkout*/
  .wrapper--checkout .checkout .col_v2_15 {
    width: 100%;
    margin-bottom: 2em;
  }
  .wrapper--checkout .checkout .main_divider.col_v2_3 {
    width: 100%;
  }
  /*Checkout - new credit card form*/
  .wrapper--checkout .payment_hidden .cc_items .cc_item {
    margin-bottom: 9px;
  }
  .wrapper--checkout .payment_hidden .cc_items .cc_item:first-of-type {
    width: 100%;
  }
  /*order details + shipping method*/
  .wrapper--checkout .content .checkout .basket .tcol_v2_1 {
    width: 100%;
  }
  .wrapper--checkout .content .checkout .basket .item td {
    border: none;
  }
  .wrapper--checkout .content .checkout .basket .item {
    border-bottom: 3px solid #D6D6D6;
  }
  /*.wrapper--checkout .basket-ordering-total__title, .wrapper--checkout .basket-ordering-total {*/
  /*	display: flex;*/
  /*	flex-direction: column;*/
  /*}*/
  /*.wrapper--checkout .basket-ordering-total td:first-of-type {*/
  /*	display: none*/
  /*}*/
  .wrapper--checkout .checkout .basket .shipping-details td:first-of-type,
  .wrapper--checkout .checkout .basket .vat-details td:first-of-type {
    display: table-cell;
    width: 10%;
  }
  .basket td:first-of-type {
    display: table-cell;
    width: 20%;
  }
  /*Desktop + mobile versions so colspan can be removed for alignment on mobile*/
  .wrapper--checkout .content .basket .basket-ordering-total--desktop {
    display: none;
  }
  .wrapper--checkout .content .basket .basket-ordering-total--mobile {
    display: table-row;
  }
  .wrapper--checkout .content .basket .basket-ordering-total__title.basket-ordering-total--mobile th {
    font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
    padding-top: 1em;
  }
  .wrapper--checkout .checkout .basket .basket-ordering-total.basket-ordering-total--mobile td:last-of-type {
    display: table-cell;
  }
  /*billing and delivery summary*/
  .wrapper--checkout .content_full_inner.checkout .col_v2_1 {
    width: 100%;
    margin-bottom: 1em;
  }
  .wrapper--checkout .content_full_inner.checkout .new_address .col_v2_1 {
    width: 100%;
    margin-bottom: 0;
  }
  /*typography*/
  .wrapper--checkout .basket td.tcol_v2_2.large {
    font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
    /*font-size:14px;*/
    /*line-height:18px;*/
  }
  /*next - back buttons*/
  .wrapper--checkout .checkout .next_back, .wrapper--checkout .checkout .main-divider .next_back {
    display: flex;
    justify-content: center;
  }
  /*Checkout login*/
  .wrapper--checkout .content_full_inner.checkout-page h1 {
    font: 46px/50px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .wrapper--checkout .content_full_inner.checkout-page .cont_45.centre {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) {
  /*ORDER HISTORY*/
  .order-history .table_tab tr {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapper--checkout .next_back {
    width: 100%;
    overflow: hidden;
  }
  .wrapper--checkout .basket .shipping-text {
    height: 100px;
  }
}
.double_divider {
  border-top: 3px solid #D6D6D6;
  border-bottom: 3px solid #D6D6D6;
  padding: 38px 0px;
  margin: 38px 0px 10px;
}

table.title_tab {
  margin-top: 0px;
}

.double_divider table .table_bottom {
  border-bottom: none;
}

.arrow_menu {
  height: 30px;
  margin: 14px 10px 0px 10px;
  font-size: 16px;
  color: #AAA;
}

.arrow_menu li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

.arrow_menu li span {
  display: block;
  float: left;
  padding-right: 26px;
  background: url(/images/arrow_menu/grey_arrow.gif) right no-repeat;
}

.arrow_menu li span.selected {
  color: #000;
}

.arrow_menu li span.last {
  background: none;
}

.checkout .main_divider_bottom {
  border-bottom: 3px solid #D6D6D6;
  padding-bottom: 40px;
}

.checkout .sub_divider {
  margin-bottom: 10px;
}

.checkout_select.hidden {
  display: none;
}

.checkout_select input {
  float: left;
  margin-right: 10px;
  margin-left: 0px;
}

.checkout_select label {
  width: calc(100% - 40px);
  float: left;
  display: block;
  padding-top: 3px;
}

.checkout_select label:hover {
  color: #000;
}

.checkout_select label.selected {
  color: #000;
}

.checkout_select span {
  display: block;
  margin-bottom: 9px;
}

.checkout_payment .checkout_select {
  margin-bottom: 9px;
}

.checkout_payment h2 {
  padding-bottom: 5px;
}

.cc_items {
  margin-top: 9px;
  margin-bottom: 5px;
  float: left;
}

.cc_items_last {
  margin-top: 10px;
}

.cc_item {
  float: left;
  margin-right: 9px;
  width: 250px;
  color: #000000;
  lineHeight: 1.5em;
  border-radius: 8px;
  background: #F6F8FA;
  font-size: 14px;
  padding: 10px;
}

.cc_item-small {
  width: 100px;
}

.cc_item_last {
  margin-right: 0px;
  width: 60px;
}

.cc_item_standard {
  max-width: 308px;
  width: 100%;
  background: none;
  padding: 0;
}

.cc_item.cc_item_standard input {
  border-color: #CCC;
  padding: 0 10px;
}

.checkout .wide-text, .checkout .wide-text a {
  max-width: 100%;
  color: #666;
  margin-bottom: 8px;
}

.cc_item input {
  display: inline;
  float: left;
  padding: 3px;
  border: 1px solid #AAA;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 5px 0px 0px 0px;
  height: 30px;
}

.cc_item select {
  padding: 2px 0px;
  border: 1px solid #AAA;
  margin: 5px 0px 0px 0px;
  float: left;
  width: 91px;
}

.large_text h2 {
  margin: 0px 0px 0px 0px;
}

.large_text a {
  text-decoration: underline;
}

.payment-element {
  min-height: 90px;
  padding-top: 10px;
}

#switch {
  padding: 10px 0px 0px 100px;
}

.payment_hidden {
  overflow: hidden;
  /*margin-top:9px;*/
  /*margin-bottom:19px;*/
  padding-bottom: 10px;
}

.payment_hidden a {
  text-decoration: none;
}

.shipping_form label {
  width: 255px;
}

.corel_banner {
  margin-top: 50px;
}

.checkout .input_first[data-fieldname=e_signed] {
  visibility: hidden;
}

.login_cont {
  clear: both;
  padding-top: 38px;
  width: 120px;
}

.login_cont .right_arrow {
  float: left;
  margin-left: 0px;
}

.login_cont p {
  color: #000;
  padding-top: 10px;
}

.login_spacer {
  height: 180px;
}

.login_wrapper {
  margin-right: 30px;
}

.login_wrapper .button {
  float: left;
}

/*---Account---*/
.tabs {
  height: 32px;
  margin: 0px 10px 30px 0px;
  border-bottom: 1px solid #D6D6D6;
  /*background:url(/images/account_tab_bottom_line.gif) bottom repeat-x;*/
}

.tabs ul {
  margin: 0;
}

.tabs li {
  float: left;
  height: 22px;
  padding: 8px 13px 0px 13px;
  list-style: none;
  margin: 0px;
}

.tabs li.selected {
  border-top: 1px solid #D6D6D6;
  border-left: 1px solid #D6D6D6;
  border-right: 1px solid #D6D6D6;
  border-bottom: 1px solid #FFFFFF;
  height: 21px;
  padding-top: 10px;
}

.tabs li h3 {
  margin: 0px 0px 14px 0px;
}

.tabs li h3 a {
  color: #000;
  text-decoration: none;
}

.tabs li.selected h3 a {
  color: #000;
}

.tabs li h3 a:hover {
  color: #EF4136;
}

@media screen and (max-width: 1100px) {
  .tabs {
    height: 40px;
  }
  .tabs ul {
    overflow-x: scroll;
    display: flex;
  }
  .tabs li, .tabs li.selected {
    float: none;
    height: 40px;
    padding: 10px 13px 0px 13px;
  }
  .tabs li h3 {
    white-space: nowrap;
  }
}
table.table_tab {
  /*margin-top:26px;*/
}

table.table_tab th {
  border-top: none;
}

.addressbook h2 {
  /*margin-bottom:0px;*/
}

.addressbook .col_15, .new_address .col_2 {
  margin-left: 152px;
}

table.thumbs {
  height: 95px;
  width: 133px;
  border: 1px solid #AAA;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 1100px) {
  table.thumbs {
    height: auto;
    width: 100%;
  }
}
table.thumbs td {
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  border: none;
}
table.thumbs img {
  margin: 0;
}

h1.create_account {
  height: 40px;
}

@media screen and (max-width: 1100px) {
  h1.create_account {
    font: 46px/50px "Avenir LT W01 65 Medium", Arial, sans-serif;
    height: auto;
  }
  .new_address .col_2 {
    margin-left: 0;
  }
}
.saved_message {
  background: #999;
  color: #fff;
  /* border: 1px solid #999; */
  -webkit-border-radius: 25px;
  -webkit-animation: pulsate 4s ease-out;
  opacity: 0;
  height: 0;
  padding: 0;
}
.site_logo_upload_holder {
  margin-top: 10px;
  height: 30px;
}

.site_logo_upload_holder iframe {
  border: 0;
}

.logo_hidden {
  display: none;
}

.current_holder {
  margin-bottom: 20px;
}

.trade_branding_textarea {
  width: 100%;
}

.my_account_trade_branding .update_uploads {
  margin-top: 40px;
}

.my_account_trade_branding .update_controls {
  margin-top: 20px;
}

.my_account_trade_branding .logo_current {
  margin-top: 10px;
}

.my_account_trade_branding .allowed {
  color: #CCCCCC;
  font-style: italic;
}

.custom-addresses__intro {
  margin-bottom: 2em;
}

/*---Banner pages (trade and about)---*/
.page_with_banner {
  margin: 49px 0px 0px; /*50*/
}

.clients_image {
  float: left;
  margin: 0px 0px 40px;
}

.contact h2, .product h2 {
  font: 22px/30px "Avenir LT W01 65 Medium", Arial, sans-serif;
  font-weight: 700;
  margin-top: 25px;
}

.contact h2.first {
  margin-top: 0px;
}

.banners textarea {
  width: 100%;
  height: 4em;
}

.contact_form {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  /*height:0px;*/
}

.contact_form div {
  clear: left;
  padding-top: 5px;
  zoom: 1;
}

.contact_form div.top {
  clear: left;
  padding-top: 0px;
}

.contact_form div.main_divider {
  padding-top: 10px;
}

.contact_form p {
  clear: left;
  padding: 9px 0px 0px 0px;
  margin: 0;
}

.contact_form h2 {
  margin: 0;
  padding: 0px 0px 10px 0px;
  clear: left;
}

.contact_form p.top {
  padding: 0px 0px 10px 0px;
}

.contact_form h2.top {
  padding-top: 10px;
}

.contact_form .long_question {
  color: #999;
  padding: 15px 0px 5px 0px;
}

.contact_form input[type=hidden] {
  display: none;
}

.contact_form .error_line.hidden {
  display: none;
}

.contact_form label, .contact_form .contact_question {
  display: inline;
  float: left;
  width: 170px;
  margin: 0px 15px 0px 0px;
  padding: 4px 0px 0px 0px;
}

.contact_form input.input_text, .contact_form input.input_password, .contact_form textarea {
  display: inline;
  float: left;
  width: 277px;
  padding: 3px;
  border: 1px solid #AAA;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
}

.contact_form textarea {
  height: 150px;
}

.contact_form input.input_checkbox, .contact_form input.input_radio {
  display: inline;
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px;
}

.contact_form input[type=checkbox], .contact_form input[type=radio] {
  margin-top: 5px;
}

.contact_form select {
  padding: 3px 0px;
  border: 1px solid #AAA;
  margin: 0px;
  float: left;
  width: 285px;
}

.contact_form select.no-float {
  float: none;
}

.contact_form select.c2 {
  width: 40px;
}

.contact_form select.c4 {
  width: 55px;
}

.contact_form .input_first label {
  width: 242px;
  margin: 0px 0px 0px 20px;
}
@media screen and (max-width: 750px) {
  .contact_form .input_first label {
    width: 100%;
    max-width: calc(83.256vw - 74.42px);
  }
}

.contact_form .input_single {
  width: 465px;
  margin: 0px;
}

.contact_form .input_first.input_single label, .contact_form .input_first.top label {
  margin-bottom: 20px;
}

.contact_form .input_first.multi label.second {
  margin-top: 2px;
}

.contact_form .input_single input, .contact_form .input_single p {
  /*margin-left:111px;*/
}

.contact_form .input_single p {
  padding: 0px;
}

.contact_form .contact_answer {
  clear: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 280px;
}

.contact_form .contact_answer p {
  margin: 0;
  padding: 5px 0px 0px 0px;
}

.contact_form .contact_answer .contact_first {
  padding: 0;
}

.contact_form .contact_answer .input_text {
  margin-top: 10px;
}

.contact_form .verify img {
  float: left;
  margin: 1px 0px 0px 0px;
}

.contact_form .verify input {
  width: 51px;
}

.contact_form .submit {
  /*margin-left:111px;*/
  margin-top: 10px;
}

.contact_form .inbetween {
  margin: 5px 0px;
}

.contact_form .files {
  display: inline-block;
  float: left;
  width: 280px;
  padding-top: 5px;
  font-size: 11px;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  clear: none;
}

.contact_form .files .update_uploads {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 50px;
  width: 100px;
  clear: none;
  float: left;
  display: inline-block;
}

.contact_form .files .update_uploads .col_1 {
  padding-top: 0;
}

.contact_form .files .update_uploads .site_logo_upload_holder {
  padding-top: 0;
  margin-top: 0;
}

.contact_form .files .files-list {
  margin-top: 0px;
  line-height: 15px;
  width: 130px;
  clear: none;
  float: left;
  display: inline-block;
  margin-left: 50px;
}

.contact_form .files .files-list .remove {
  float: right;
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .contact_form select, .contact_form input.input_text, .contact_form input.input_password,
  .contact_form textarea, .contact_form .input_single, .contact_question {
    width: 100%;
  }
}
.footer {
  padding-top: 100px;
}

.footer .padding {
  max-width: 950px;
  margin: 0 auto;
}

.footer p {
  margin-bottom: 4px;
}

/*-Footer links-*/
.footer_links {
  margin: 0 auto;
  padding: 20px 0px 53px 0px;
  background: #E5E5E5;
}

.footer_col {
  display: inline;
  float: left;
  width: 190px;
  margin-right: 20px;
}

.footer_col ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer_col li {
  margin: 0px;
  padding: 0px;
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}

.footer_col .title {
  margin: 0px 0px 10px;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}

.copyright {
  display: inline;
  float: right;
  width: 150px;
  margin-right: 20px;
}

.copyright ul {
  margin: 0px 0px 20px;
  padding: 0px;
  list-style: none;
}

.copyright li {
  margin: 0px;
  padding: 0px;
  font: 14px/14px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}

.copyright li a {
  text-decoration: none;
}

.footer_logos {
  margin: 0 auto;
  padding: 40px 0px;
}

.footer_logos ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer_logos li {
  display: inline;
  float: left;
  width: 190px;
  margin-right: 20px;
}

.footer_logos li.thin {
  width: 120px;
}

.footer_logos .thawte {
  background: #CCC;
  height: 55px;
  width: 115px;
  display: inline;
  float: left;
}

.footer_logos .thawte img {
  margin-left: 0;
}

.footer_logos .fine_print {
  display: inline;
  float: right;
  width: 150px;
}

.footer_logos .fine_print p {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.footer .trustpilot-widget {
  padding-bottom: 70px;
  pointer-events: none;
}

.footer .trustpilot-widget iframe {
  pointer-events: auto;
}

/*Checkout footer links + logos*/
.footer .footer_logos.footer_logos--mobile,
.footer .footer_links.footer_links--mobile {
  display: none;
}

/*tablet*/
@media (max-width: 1100px) {
  /* NEW RESPONSIVE COLS - main-margin*/
  .footer .footer_links, .footer .footer_logos {
    padding: 20px var(--main-margin) 53px;
  }
  .footer_links .footer_col {
    margin-right: 0;
  }
  .footer .footer_logos.footer_logos--desktop,
  .footer .footer_links.footer_links--desktop {
    display: none;
  }
  .footer .footer_logos.footer_logos--mobile,
  .footer .footer_links.footer_links--mobile {
    display: block;
  }
  .footer .footer_logos.footer_logos--mobile .padding,
  .footer .footer_links.footer_links--mobile .padding {
    display: flex;
    width: 100%;
    max-width: none;
  }
  .footer .footer_logos.footer_logos--mobile .padding {
    gap: var(--gutter);
  }
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-left,
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-right {
    display: flex;
    /*justify-content: space-between;*/
    /*width: 50%;*/
    gap: var(--gutter);
  }
  .footer .footer_links.footer_links--mobile .footer_mobile--col-left,
  .footer .footer_links.footer_links--mobile .footer_mobile--col-right {
    display: flex;
  }
  .footer .footer_links.footer_links--mobile .footer_mobile--col-left .footer_col {
    flex: 1;
    width: auto;
  }
  .footer .footer_links.footer_links--mobile .footer_mobile--col-left {
    flex: 3;
  }
  .footer .footer_links.footer_links--mobile .footer_mobile--col-right {
    justify-content: flex-end;
    flex: 1;
  }
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-right div:first-of-type a img {
    max-width: 220px;
    width: 100%;
  }
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-right .fine_print {
    width: auto;
  }
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-left div:last-of-type a img {
    max-width: 160px;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .footer_mobile--col-left {
    flex-wrap: wrap;
  }
  .footer .footer_links.footer_links--mobile .footer_mobile--col-left .footer_col {
    flex: 1;
    flex-basis: 50%;
    margin: 0 0 2em;
  }
  .footer_col:not(:last-child) li:not(:first-child) {
    font: 16px/22px "Avenir LT W01 65 Medium", Arial, sans-serif;
  }
  .copyright {
    width: 100%;
  }
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-left,
  .footer .footer_logos.footer_logos--mobile .footer_mobile--col-right {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_links.footer_links--mobile .padding {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer_links.footer_links--mobile .padding .footer_mobile--col-left,
  .footer .footer_links.footer_links--mobile .padding .footer_mobile--col-right {
    width: 100%;
    justify-content: flex-start;
  }
  .footer .footer_links.footer_links--mobile .padding .footer_mobile--col-left {
    margin-bottom: 2em;
  }
}
.admin .col_1 {
  width: 116px;
}

.admin .col_2 {
  width: 251px;
}

.admin .admin_divider {
  clear: both;
  padding-top: 10px;
}

img.floatLeft {
  float: left;
  margin: 5px;
}

img.floatRight {
  float: right;
  margin: 5px;
}

img.circle {
  margin-bottom: 10px;
}

.content h1 strong {
  font-weight: normal;
  font: 11px/14px Verdana, Geneva, sans-serif;
  padding-left: 1px;
  line-height: 32px;
}

.prices .intro {
  margin-bottom: 40px;
}

.prices .intro p {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.prices .show_sizes h2, .prices .show_prices h2 {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  border-bottom: 3px solid #D6D6D6;
  padding-bottom: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.prices .show_sizes a, .prices .show_prices a {
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #CCCCCC;
  text-decoration: none;
  margin-right: 5px;
}

.prices .show_sizes a:hover, .prices .show_prices a:hover {
  color: #EF4136;
}

.prices .show_sizes a.selected, .prices .show_prices a.selected {
  color: #000;
}

.prices .formats {
  padding: 5px 0px 63px;
}

.prices .format {
  margin-top: 80px;
}

.prices .formats .format h2 {
  font: 26px/26px "Avenir LT W01 65 Medium", Arial, sans-serif;
  margin: 0px 0px 0px;
  padding: 0px 0px 15px;
}

.prices .format_image_wrapper {
  position: relative;
  width: 190px;
  height: 110px;
  margin-bottom: 8px;
}

.prices .format_image_outline {
  position: absolute;
  top: 0;
  border: 1px solid #CCCCCC;
}

.prices .format_image_outline_current {
  border: 3px solid #000;
  z-index: 1;
}

.custom_outline {
  width: 100%;
  height: 100%;
  background: #231F20;
  z-index: 1;
}

.prices .size_prices {
  position: relative;
  margin-bottom: 0px;
}

.prices .size_prices p {
  margin: 0px;
  padding: 10px 0px 3px;
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}

.prices .size_prices span.price {
  position: absolute;
  right: 0;
  width: 50px;
}

.prices .size_prices span span.pound_sign {
  color: #000;
  font: 18px/24px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.prices .size_prices span.small {
  color: #000;
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.size_prices h3 {
  margin-top: 50px;
}

.size_prices .label-details {
  font-size: 14px;
}

.print_profile {
  margin-top: 50px;
}

.prices .delivery h2, .print_profile h2 {
  padding: 5px 0px 17px;
  border-top: 3px solid #D6D6D6;
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
}

.prices .delivery p, .print_profile p {
  padding-bottom: 37px;
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

@media screen and (min-width: 1101px) {
  .print_profile p {
    width: 361px;
  }
}
.prices .delivery a, .print_profile a {
  text-decoration: underline;
  cursor: pointer;
}

.press {
  margin-top: 100px;
}

.press h1 {
  margin-bottom: 0px;
}

.press .side {
  float: right;
}

.press .side ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.press .side li {
  margin-left: 0px;
}

.press .side li ul {
  margin-left: 20px;
}

.press .side h2 {
  text-transform: capitalize;
}

.press .side a {
  text-transform: capitalize;
}

.press .item {
  font: 14px/18px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  margin-bottom: 40px;
}

.press .item .press_title {
  font: 26px/29px "Avenir LT W01 65 Medium", Arial, sans-serif;
  color: #000;
  font-weight: bold;
}

.press .item .press_title a {
  text-decoration: none;
}

.popup_credits {
  width: 800px;
  background-color: #fff;
  max-height: 600px;
  overflow-y: scroll;
}

.credit_holder {
  width: 1000px;
}

.credit_item {
  text-align: left;
  margin-bottom: 40px;
}

.credit_holder .credit_left, .credit_holder .credit_right {
  width: 450px;
  float: left;
}

.credit_holder .credit_right {
  margin-left: 50px;
}

.credit_item img {
  width: 400px;
  float: left;
}

.credit_item h1 {
  font: 18px/25px "Avenir LT W01 65 Medium", Arial, sans-serif;
}

.popup_box.popup_credits .close {
  top: 25px;
  right: 0px;
  line-height: normal;
}

.popup_box.popup_credits .close:hover {
  color: #000;
}

.cookie_menu {
  margin-bottom: 10px;
}

table.cookie_policy td,
table.cookie_policy th {
  padding-right: 20px;
}

table.cookie_policy td {
  padding-bottom: 40px;
}

.policy_item .title h2 {
  margin: 0px;
}

/* Mobile layout: stack rows as cards */
@media (max-width: 600px) {
  /* Hide the header row on mobile; */
  .cookie_policy tr:first-child {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
  }
  .cookie_policy,
  .cookie_policy tbody,
  .cookie_policy tr,
  .cookie_policy td {
    display: block;
    width: 100%;
  }
  .cookie_policy tr {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 8px 10px;
    margin: 12px 0;
    background: #fff;
  }
  .cookie_policy td {
    border: none;
    border-bottom: 1px solid #f3f4f6;
    position: relative;
    padding-left: 48%;
    min-height: 36px; /* space for the label */
    word-break: break-word; /* long strings/URLs wrap */
  }
  .cookie_policy td:last-child {
    border-bottom: none;
  }
  /* Inject the column labels */
  .cookie_policy td:nth-child(1)::before {
    content: "Cookie";
  }
  .cookie_policy td:nth-child(2)::before {
    content: "Name";
  }
  .cookie_policy td:nth-child(3)::before {
    content: "Purpose";
  }
  .cookie_policy td:nth-child(4)::before {
    content: "More information";
  }
  .cookie_policy td::before {
    position: absolute;
    left: 12px;
    top: 8px;
    width: 42%;
    font-weight: 600;
    white-space: normal;
  }
  /* Make links wrap nicely */
  .cookie_policy a {
    word-break: break-all;
  }
}
/*---Vertical Centering---*/
.valign_outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: visible;
}

.ie6 .valign_outer,
.ie7 .valign_outer {
  display: inline-block;
  overflow: hidden;
}

.valign_wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
}

.ie6 .valign_wrapper,
.ie7 .valign_wrapper {
  display: inline-block;
  top: 50%;
  position: relative;
  overflow: visible;
}

.valign_inner {
  margin: 0 auto 0px;
  width: auto;
  overflow: visible;
  position: relative;
}

.ie6 .valign_inner,
.ie7 .valign_inner {
  display: inline-block;
  top: -50%;
  position: relative;
}

/*---Popup Window---*/
.popup_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/popup_bg.png") repeat;
  z-index: 2;
}

.popup_window_dark {
  background-image: url("/images/popup_bg_dark.png");
}

.popup_box {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
  max-width: 95%;
  width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .popup_box {
    width: 90%;
  }
}

.popup_box img {
  max-width: 100%;
  max-height: 100%;
}

.popup_box .close {
  transition: color 0.5s;
  position: absolute;
  top: -20px;
  right: 0;
  color: #B2B2B2;
  font-size: 16px;
  z-index: 20;
  cursor: pointer;
  display: block;
  width: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
@media screen and (max-width: 1100px) {
  .popup_box .close {
    top: 30px;
    right: 10px;
    width: 70px;
  }
}

.popup_box .close:hover {
  color: #fff;
}

/*
--------------------
Popup dialog
--------------------
*/
.popup-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  zoom: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 19;
  transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

/* Background */
.popup-dialog-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  filter: alpha(opacity=70);
  opacity: 0.7;
  zoom: 1;
  z-index: -1;
}

/* Window */
.popup-dialog-window {
  position: relative;
  /* vAlign */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 610px;
  min-height: 245px;
  max-height: 100%;
  padding: 25px 0 0 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
}

/* Small logo */
.popup-dialog-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 50%;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}

.popup-dialog-logo.share-people {
  background-image: url("/assets/images/icons/share-people.img");
}

/* Close button */
.popup-dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  margin-right: 30px;
  z-index: 1;
}

/* Header / Footer */
.popup-dialog-header,
.popup-dialog-footer {
  position: absolute;
  width: calc(100% - 30px);
}

.popup-dialog-header {
  top: 25px;
}

.popup-dialog-footer {
  bottom: 25px;
}

/* Content */
.popup-dialog-content {
  padding: 35px 0 76px;
}

.popup-dialog-text {
  margin-right: 90px;
}

.popup-dialog-inner {
  position: relative;
  max-height: 200px;
  height: 200px;
}

/*--- Detailed dialog ---*/
.popup-dialog-share .buttons {
  text-align: right;
}

/* Title */
.popup-dialog-share .popup-dialog-title {
  font: 14px/1.3 "DIN Next W01 Light", Arial, Helvetica, sans-serif;
  color: #7F7F7F;
}

/* Small logo */
.popup-dialog-share .popup-dialog-logo {
  margin-top: 20px;
}

/* Close button */
.popup-dialog-share .popup-dialog-close {
  margin-top: 14px;
  margin-right: 14px;
}

.popup-dialog .popup-dialog-close a {
  background: no-repeat url("/images/icons/cross.svg");
  width: 40px;
  height: 40px;
  text-indent: -10000px;
  display: block;
}

/* Window */
.popup-dialog-share .popup-dialog-window {
  padding: 20px 0 0 65px;
  max-width: 700px;
}

.popup-dialog-share .popup-dialog-content {
  min-height: 300px;
}

.popup-dialog-client-access .popup-dialog-content {
  min-height: 120px;
}

.popup-dialog-cd .popup-dialog-window {
  min-height: 600px;
}

/* Header / Footer */
.popup-dialog-share .popup-dialog-header,
.popup-dialog-share .popup-dialog-footer {
  position: relative;
}

.popup-dialog-share .popup-dialog-header {
  top: 0;
  width: calc(100% - 58px);
}

.popup-dialog-share .popup-dialog-footer {
  bottom: 0;
  padding-bottom: 25px;
}

/* Content */
.popup-dialog-share .popup-dialog-content {
  padding: 5px 0 30px;
}

.popup-dialog-share .popup-dialog-text {
  /*max-width:570px;*/
  margin: 0 30px 0 0;
  padding: 0 0 25px 0;
  font: 14px/1.3 "DIN Next W01 Light", Arial, Helvetica, sans-serif;
}

.popup-dialog-share .popup-dialog-text p {
  /*max-width:570px;*/
}

.popup-dialog-share .popup-dialog-subtitle {
  margin-bottom: 20px;
}

.popup-dialog-share .popup-dialog-inner {
  max-height: 130px;
  height: auto;
}

.popup-dialog-share .popup-dialog-inner-title {
  padding-top: 10px;
  margin-bottom: 10px;
  font: 14px/1.3 "DIN Next W01 Light", Arial, Helvetica, sans-serif;
  color: #7F7F7F;
  border-bottom: 1px dotted #BEBEBE;
}

.popup-dialog-share .popup-dialog-inner-title:first-child {
  padding-top: 0;
}

.popup-dialog-share .email-message {
  margin-top: 20px;
}

.popup-dialog-share textarea {
  padding: 10px 10px 6px;
  color: #000000;
  border: 1px solid #F2F2F2;
  background: #F2F2F2;
  width: calc(100% - 30px);
}

.popup-dialog-share textarea::-webkit-input-placeholder {
  color: #7F7F7F;
}

.popup-dialog-share textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7F7F7F;
}

.popup-dialog-share textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7F7F7F;
}

.popup-dialog-share textarea:-ms-input-placeholder {
  color: #7F7F7F;
}

.popup-dialog .button {
  margin-right: 10px;
  padding: 7px 12px;
}

.popup-dialog .button a {
  text-decoration: none;
  color: #fff;
}

/*-- Google Recaptcha --*/
/*.grecaptcha-badge { visibility: hidden; }
.google_links { clear:both; margin-top:60px; }*/
/*---CSS3 Media Queries---*/
/*-Indent banner image credits-*/
@media screen and (max-width: 1610px) {
  .credit_link {
    padding-right: 10px;
  }
}
/*-Remove arrows-*/
/* @media screen and (max-width: 1170px){
	.slideshow .arrow.left{
		display:none;
	}
} */
/*-Remove dropdown borders-*/
@media screen and (max-device-width: 800px) {
  .wrapper {
    min-width: 1030px;
  }
}
@media screen and (max-width: 1029px) {
  .dropdown_wrapper {
    width: 950px;
    left: 0px;
  }
  .dropdown_wrapper .dropdown {
    left: 0px;
  }
  .dropdown_wrapper .dropdown_wrapper_border {
    margin-left: 0px;
  }
  .dropdown .border {
    width: 100%;
    border: 0px;
  }
}
/* 'custom page' */
.button.sold {
  background: #EF4136;
}

/* popup slideshow fixes */
.popup_box .slideshow .slide a {
  text-indent: 0px !important;
  display: block;
}

.popup_box .slideshow .slide a img {
  height: auto !important;
}

.trustpilot-widget.cont_v2_t_6 iframe {
  width: 100% !important;
}
/*# sourceMappingURL=styles.css.map */
