@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
/*!
 * Cropper.js v1.5.7
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-05-23T05:22:57.283Z
 */

.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,menu,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,main,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}*[hidden]{display:none}body{line-height:1}menu,ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}a{color:inherit}button{border:none;background:none}img{width:100%}:root{--primary-colour: #ffffff;--primary-alternative-colour: #ffffff;--secondary-colour: #ffffff;--secondary-alternative-colour: #ffffff}#bootstrap_container.container{padding:0%;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width: 576px){.container{max-width:540px}}@media(min-width: 768px){.container{max-width:720px}.col-md-6{-ms-flex:0 0 50%;-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;flex:0 0 50%;max-width:50%}}@media(min-width: 992px){.container{max-width:960px}}@media(min-width: 1200px){.container{max-width:1140px}}.row{display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:flex;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.img-fluid{max-width:100%;height:auto}.shadow{-webkit-box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;-moz-box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important;box-shadow:0 .5rem 1rem rgba(0,0,0,.15) !important}.shadow-sm{-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;-moz-box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important;box-shadow:0 .125rem .25rem rgba(0,0,0,.075) !important}.d-block{display:block !important}:root{--standard-spacing: 20px}:root{--contrast-background: #edeeef}.input{margin-bottom:20px;position:relative}.input img.pass-eye{width:20px;position:absolute;right:12px;top:42px;cursor:pointer}.input>label{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;letter-spacing:0.0125rem;text-transform:uppercase;display:block;margin-bottom:10px}.input>input,.input>textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:15px;border:1px solid #dbdbdb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:1rem;font-family:"Roboto Condensed",sans-serif;font-weight:500}.is-invalid .input>input,.is-invalid .input>textarea{border-color:#c30000}.input>span>input,.input>textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:15px;border:1px solid #dbdbdb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:1rem;font-family:"Roboto Condensed",sans-serif;font-weight:500}.is-invalid .input>span>input,.is-invalid .input>textarea{border-color:#c30000}.input>textarea{height:200px}.input>select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:15px 45px 15px 15px;border:1px solid #dbdbdb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:1rem;font-family:"Roboto Condensed",sans-serif;font-weight:500;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>");-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px;background-position:-webkit-calc(100% - 15px) 20px;background-position:-moz-calc(100% - 15px) 20px;background-position:calc(100% - 15px) 20px;background-repeat:no-repeat}.is-invalid .input>select{border-color:#c30000}.input--required>label:after{content:"*";display:inline-block}.input__error{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;letter-spacing:0.0125rem;text-transform:uppercase;color:#c30000;position:absolute;right:0;top:0}.fieldset{margin-bottom:20px;position:relative}.fieldset>legend{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;letter-spacing:0.0125rem;text-transform:uppercase;display:block;margin-bottom:10px}.fieldset label{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;margin-left:10px;margin-right:20px;margin-bottom:10px;text-transform:capitalize}.fieldset--required>label:after{content:"*";display:inline-block}.checkbox{margin-bottom:20px;position:relative}.checkbox label{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;margin-left:10px;margin-right:20px}.checkbox--required>label:after{content:"*";display:inline-block}.o-button{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;letter-spacing:0.0125rem;text-transform:uppercase;display:inline-block;min-width:140px;background-color:#000;color:#fff;padding:16px;text-align:center;text-decoration:none;cursor:pointer}.o-button--positive-action{background-color:var(--primary-colour);color:var(--primary-alternative-colour);border:1px solid var(--primary-colour);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.o-button--additional-action{background-color:transparent;color:#2c2c2c;border:1px solid #2c2c2c;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.o-section-title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;text-align:center;padding-top:60px;padding-bottom:60px}.top_title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;text-align:center;padding-top:60px;padding-bottom:20px}.s-button-group{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:20px;padding-left:20px}.s-button-group--submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.s-button-group--navigation{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.s-button-group--navigation-center{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.d-button-group{margin-right:10px;margin-left:10px}.s-card-deck{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding:0 20px;margin-bottom:40px}.d-card-deck__card{width:-webkit-calc(25% - 15px);width:-moz-calc(25% - 15px);width:calc(25% - 15px);margin-bottom:20px;margin-right:20px}@media(min-width: 1000px){.d-card-deck__card:nth-child(4n+4){margin-right:0}}@media(min-width: 600px)and (max-width: 999px){.d-card-deck__card{width:-webkit-calc(33.333% - 13.4px);width:-moz-calc(33.333% - 13.4px);width:calc(33.333% - 13.4px)}.d-card-deck__card:nth-child(3n+3){margin-right:0}}@media(max-width: 599px){.d-card-deck__card{width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px)}.d-card-deck__card:nth-child(2n+2){margin-right:0}}.s-content-block{padding-top:60px;padding-bottom:60px}.s-form{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:20px;padding-left:20px}.s-form span{padding:10px}.d-form__field{width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px)}@media(max-width: 599px){.d-form__field{width:100%}}.v-modal .d-form__field{width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px)}@media(max-width: 599px){.v-modal .d-form__field{width:100%}}@media(max-width: 599px){.d-form__radios{display:grid}}.d-form__primary-field{width:100%}.s-site-harness{width:100%}.s-site-harness--alternate{background-color:#f5f6f7;padding:60px 0}.d-site-harness{width:100%;max-width:950px;margin-right:auto;margin-left:auto}.swal2-html-container{display:block;text-align:center;font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0}.swal2-confirm.swal2-styled{font-family:"Roboto Condensed",sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.0125rem;text-transform:uppercase;display:inline-block;min-width:140px;background-color:#000 !important;color:#fff;padding:16px;text-align:center;text-decoration:none;-webkit-border-radius:unset !important;-moz-border-radius:unset !important;border-radius:unset !important}.swal2-cancel.swal2-styled{font-family:"Roboto Condensed",sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.0125rem;text-transform:uppercase;display:inline-block;min-width:140px;background-color:#000 !important;color:#fff;padding:16px;text-align:center;text-decoration:none;-webkit-border-radius:unset !important;-moz-border-radius:unset !important;border-radius:unset !important}#swal2-title{display:block;text-align:center;font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.525rem;line-height:1.6875rem;letter-spacing:0;text-transform:uppercase;color:#000}.w-cta{background-color:#000;width:100%}.cta{width:100%;max-width:1000px;margin-right:auto;margin-left:auto;padding:40px}.cta__copy{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:3.125rem;letter-spacing:-0.04875rem;text-transform:uppercase;color:#fff;margin-bottom:40px;margin-top:40px}@media(max-width: 800px){.cta__copy{margin-bottom:20px;text-align:left;margin-top:20px;font-size:2.5rem}}.cta__copy strong{color:var(--primary-colour)}.cta__copy em{color:var(--primary-colour)}.cta__button{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1rem;background-color:var(--primary-colour);color:#fff;padding:10px;min-width:120px;text-align:center;text-decoration:none;text-transform:uppercase;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;cursor:pointer;margin-bottom:40px}.dashboard__welcome{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;background-color:#000;color:#fff;padding:20px;text-align:center}.dashboard__welcome strong{color:var(--primary-colour)}.a_dash .filter .filter__option{width:-webkit-calc(26% - 10px);width:-moz-calc(26% - 10px);width:calc(26% - 10px)}.comming_soon_{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.comming_soon_ h3{color:#000 !important;font-family:"Roboto Condensed",sans-serif;font-size:2.5rem;font-weight:700;text-transform:uppercase;padding:5rem 20px}@media(max-width: 599px){.comming_soon_ h3{font-size:1.5rem}}.comming_soon_ h3 span{color:var(--primary-colour)}@media(max-width: 799px){.comming_soon h3{padding:20px}}.goTop{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:var(--primary-colour);position:fixed;width:45px;height:45px;display:block;right:15px;bottom:15px;border:none;opacity:.6;z-index:1024}.goTop .fa{color:#fff;font-size:1.375rem}.goTop:hover{opacity:1;background-color:var(--primary-colour)}.filter{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:1000px;margin-right:auto;margin-left:auto;padding:20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.filter--single{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.filter__option{width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px);margin-bottom:20px}.filter__option label{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.0625rem;text-transform:uppercase;color:#000;display:block}.filter__option select{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.0625rem;text-transform:uppercase;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000;border:none;background:none;border-bottom:3px solid var(--primary-colour);padding-top:8px;padding-bottom:8px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px;background-position:100% 15px;background-repeat:no-repeat;outline:0}.filter__option input{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.0625rem;text-transform:uppercase;width:40%;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#000;border:none;background:none;border-bottom:3px solid var(--primary-colour);padding-top:8px;padding-bottom:8px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.filter__option span{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;padding:0px 5px}.filter--wide .filter__option{width:100%}.footer{width:100%;background-color:#000;padding-top:30px}.footer__nav{background-color:#000;width:100%;min-height:100px;max-width:1000px;padding:20px;color:#fff;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__nav-column{width:25%;margin-bottom:40px}.footer__nav-column a{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;display:block;margin-top:16px;margin-bottom:16px;text-decoration:none;-webkit-transition:color .25s;-o-transition:color .25s;-moz-transition:color .25s;transition:color .25s}.footer__nav-column a:hover{color:var(--primary-colour)}@media(max-width: 800px){.footer__nav-column{width:50%}}@media(max-width: 600px){.footer__nav-column{width:100%;text-align:center}}.footer__nav-column--wide{width:50%}@media(max-width: 800px){.footer__nav-column--wide{width:100%}}.footer__social{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.footer__social svg{margin-right:20px;height:40px}@media(max-width: 600px){.footer__social{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}.footer__tag-title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;color:var(--primary-colour);display:block;margin-bottom:16px}.footer__tag-line{display:block;font-size:1rem !important;line-height:1.188rem !important;margin-bottom:20px;font-weight:400 !important;font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0}.footer__tag-line label{font-size:0.875rem;font-weight:700;line-height:1.0625rem;margin-bottom:10px;display:block}.footer__tag-line textarea{width:100%;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#b3b3b3;font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:400;line-height:1.0625rem;padding-left:10px;padding-top:10px;height:130px}button.d-button-group.o-button.o-button--light.add_button{background:var(--primary-colour);margin:0;min-width:auto;padding:7px 0;font-size:1.25rem;font-weight:700;line-height:1.5rem;width:100px}.product_details.pad_20.tex-right{text-align:right;margin-top:10px}.footer__email{display:block;font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;text-decoration:underline}.footer__copyright{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:0.875rem;background-color:#e6e6e6;padding-right:20px;padding-left:20px}.footer__copyright div{width:100%;max-width:1000px;margin-right:auto;margin-left:auto;padding-top:30px;padding-bottom:30px}@media(max-width: 768px){.footer__tag-line{text-align:left}}.w-header{width:100%;background-color:#000}.header{width:100%;max-width:1000px;margin-right:auto;margin-left:auto;color:#fff;padding:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header .header__navigation{width:100%;padding:0px 20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header .header__navigation .header__navigation-link{position:relative}.header .header__navigation .header__navigation-link img{width:30px;margin-top:-8px}.header .header__navigation .header__navigation-link span{text-align:center;position:absolute;top:-16px;font-size:1rem;width:25px;height:25px;left:-10px;background:var(--primary-colour);padding-top:5px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;font-family:"Roboto Condensed",sans-serif}.header .bm-burger-bars{background-color:#fff !important}.header .line-style{height:12% !important}.header .bm-cross{background:#fff !important}.header__logo img{height:80px;width:auto}.header__logout{text-transform:uppercase;text-decoration:none;font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1rem;cursor:pointer}header.header .router-link-exact-active{border-bottom:2px solid var(--primary-colour)}.header__hamburger{width:40px;height:2px;background-color:var(--secondary-colour);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.header__hamburger:before,.header__hamburger:after{content:"";position:absolute;width:100%;height:2px;display:block;background-color:var(--secondary-colour);left:0}.header__hamburger:before{top:-12px}.header__hamburger:after{bottom:-12px}.dropbtn{background-color:#4caf50;color:#fff;padding:16px;font-size:1rem;border:none;cursor:pointer}.dropdown_sec{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;-webkit-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);-moz-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);z-index:1}.dropdown-content a{color:#000;padding:12px 16px;text-decoration:none;display:block}.dropdown-content a:hover{background-color:#f1f1f1}.dropdown_sec:hover .dropdown-content{display:block}.dropdown_sec:hover .dropbtn{background-color:#3e8e41}.drop-flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#000;padding:10px 5px}.drop-flex button{background:gray;padding:0px;width:70px;height:25px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.drop-flex span p{padding:5px 0px}.my_order{text-transform:uppercase;text-decoration:none;font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:0.875rem;cursor:pointer;margin:8px 10px}.nav_margin{margin:0px 10px}.bm-item-list>*{color:#fff}@media(max-width: 768px){.header .header__navigation{padding:0px 70px}header.header .router-link-exact-active{border-bottom:none}}.w-hero{width:100%;min-height:300px;padding:80px 20px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:0 100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#1a1a1a;position:relative;-webkit-box-shadow:inset 2000px 0 0 0 rgba(0,0,0,.4);-moz-box-shadow:inset 2000px 0 0 0 rgba(0,0,0,.4);box-shadow:inset 2000px 0 0 0 rgba(0,0,0,.4)}.w-hero--admin{min-height:400px}.hero{width:100%;max-width:1000px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero__back{position:absolute;top:20px;left:20px;font-family:"Roboto Condensed",sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;color:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:underline}.hero__back:before{content:"";display:block;margin-right:10px;border-top:6px solid transparent;border-right:6px solid var(--primary-colour);border-bottom:6px solid transparent}.hero__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:3.125rem;letter-spacing:-0.04875rem;text-transform:uppercase;color:#fff;width:100%}.hero__title strong{color:var(--primary-colour)}.w-hero--admin .hero__title{font-size:2.5rem}.hero__button{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1rem;background-color:var(--primary-colour);color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;min-width:120px;padding:10px;text-decoration:none;display:block;text-transform:uppercase;text-align:center;margin-top:20px}.w-introduction{width:100%;background-color:#f2f2f2}.introduction{width:100%;max-width:1000px;margin-right:auto;margin-left:auto;padding:40px}.introduction p{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;text-align:center}.introduction__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;text-align:center;margin-bottom:8px}.mosaic-tile-row-second{padding:60px 0px;width:100%;max-width:900px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:auto;margin-left:auto}@media(max-width: 599px){.mosaic-tile-row-second{padding:10px}}.mosaic-tile-row-second>.tile{width:25%;border:10px solid #f2f2f2}@media(max-width: 999px){.mosaic-tile-row-second{height:auto}.mosaic-tile-row-second>.tile{height:215px;width:50%;border:10px solid #f2f2f2}}@media(max-width: 599px){.mosaic-tile-row-second{height:auto}.mosaic-tile-row-second>.tile{height:250px;width:50%}}.mosaic-tile-row{width:100%;max-width:1000px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:auto;margin-left:auto}.mosaic-tile-row>.tile{width:25%;border:10px solid #f2f2f2}@media(max-width: 999px){.mosaic-tile-row{height:auto}.mosaic-tile-row>.tile{height:300px;width:50%;border:10px solid #f2f2f2}}@media(max-width: 599px){.mosaic-tile-row{height:auto}.mosaic-tile-row>.tile{height:250px;width:100%}}.mosaic-tile-pb{padding-bottom:50px}.mosaic-tile-row--standalone{margin-top:80px}.mosaic-tile-row--sub-dashboard>.tile{width:50%;height:auto}.mosaic-tile-row--sub-dashboard>.tile:before{content:"";display:block;height:0;padding-top:100%}.mosaic-tile-row--dashboard>.tile{width:50%}.mosaic-tile-row--dashboard>.tile:first-child{width:100%}@media(max-width: 999px){.mosaic-tile-row--dashboard>.tile{border-color:#fff}}.mosaic-tile-row--default-pattern>.tile:first-child{width:50%}@media(max-width: 999px){.mosaic-tile-row--default-pattern>.tile:first-child{width:100%;height:275px}}.mosaic-tile-row--reverse-pattern>.tile:last-child{width:50%}@media(max-width: 999px){.mosaic-tile-row--reverse-pattern>.tile:last-child{width:100%}}.mosaic-tile-row--one-pattern>.tile{width:100%}.mosaic-tile-row--two-pattern>.tile{width:50%}@media(max-width: 999px){.mosaic-tile-row--two-pattern>.tile{width:100%}}.product__use-reward-points{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.125rem;line-height:2.5rem;letter-spacing:-0.0175rem;text-transform:uppercase;line-height:1.2;text-align:center;background-color:var(--primary-colour);color:#fff;padding:10px 16px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;height:70px}.product__use-reward-points strong{color:#000}@media(max-width: 800px){.product__use-reward-points{font-size:1rem}}.product__header{padding-top:20px}.product__back{margin-bottom:36px;text-transform:uppercase}.product__back:before{content:"<";padding-right:8px}.product__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;width:100%;margin-bottom:8px;padding:0px 40px}.product__price{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;width:100%;padding:0px 40px;margin-top:20px}.product__images{position:relative}.product__images--rewards-enabled:after{content:"";position:absolute;width:26px;height:26px;border:8px solid var(--primary-colour);display:block;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;left:10px;top:10px}.product__current-image{width:100%}.product__description{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;padding:20px}.product__description p{margin-bottom:12px}.product__rating{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:0.875rem;text-transform:uppercase;padding-top:17px;padding-bottom:17px;margin:25px 0px;border-top:1px solid #dadbdc;border-bottom:1px solid #dadbdc;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media(max-width: 800px){.product__rating{margin:20px 20px}}.product__stars{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.product__stars span{display:inline-block;width:15px;margin-left:4px}.product__stars span:first-child{margin-left:16px}.product__stars div .vue-star-rating{margin-top:-3px}@media(max-width: 800px){.product__stars div .vue-star-rating{margin-left:-6px;margin-top:-3px}}.product__option{margin-top:20px;margin-bottom:20px;width:100%;padding-right:35px;padding-left:40px}.product__option label{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:0.875rem;text-transform:uppercase;margin-bottom:8px;display:block}.product__option select{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;color:#979797;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #979797;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:none;padding:8px 10px}.product__thumbnails{margin:20px}.product__thumbnail{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;width:25%}.review{display:none}.show_review{display:block !important}.text_review{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;font-size:1rem;font-family:"Roboto Condensed",sans-serif;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:15px;height:100px;width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px);border:1px solid #dbdbdb}.btn_rev{width:125px;height:50px;color:#fff;font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.5rem;float:right;text-align:center;text-transform:uppercase;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:var(--primary-colour);margin:10px 10px}.ql-toolbar>span:nth-child(3),.ql-toolbar>span:nth-child(4),.ql-toolbar>span:nth-child(6),.ql-toolbar>span:nth-child(7),.ql-toolbar>span:nth-child(9){display:none !important}button.ql-image{display:none !important}button.ql-video{display:none !important}.product-card{text-decoration:none;position:relative}.product-card--rewards-enabled:after{content:"";position:absolute;width:27px;height:27px;border:8px solid var(--primary-colour);display:block;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;top:12px;right:12px}p.myOrder{width:100%;text-align:center;padding:0px 40px 40px}p.myOrder .my_order{text-transform:uppercase;text-decoration:none;font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1rem;cursor:pointer;margin:8px 10px 0px;padding:15px 40px;background:var(--primary-colour);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.product-card__image{margin-bottom:8px;-o-object-fit:contain;object-fit:contain;height:253px;max-width:253px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:var(--contrast-background)}@media(max-width: 800px){.product-card__image{height:auto}}.product-card__price{font-family:"Roboto Condensed",sans-serif;font-weight:400;font-size:0.9375rem;color:#000}.product-card__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:0.9375rem;text-transform:uppercase;color:#000;margin-bottom:8px}.pagination{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px 0px}.pagination .active{color:#000;background-color:inherit}.pagination .active a{border:1px solid #b1b1b1;padding:15px;margin:0px 10px}.pagination li a{border:1px solid #ddd;padding:15px;margin:0px 10px}p.commane{font-family:"Roboto Condensed";font-size:1rem;margin:0px 0px 0px 0px;color:#000;text-align:left;font-weight:300;line-height:1.5625rem}.sign-up-cta{width:100%;background-color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:20px}.sign-up-cta button{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;color:#fff;text-decoration:none;text-transform:uppercase;min-width:160px;text-align:center;border-right:1px solid var(--secondary-colour);line-height:1.67;cursor:pointer}.sign-up-cta button:last-child{border-right:none}.header_slider a.o-button.o-button--positive-action{font-size:1.247rem;height:auto;min-width:auto;line-height:1.5rem;padding:6px 10px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#signup .input__error{font-family:"Roboto Condensed",sans-serif;font-size:.8rem;font-weight:700;letter-spacing:.0125rem;text-transform:uppercase;color:#c30000;position:absolute;left:0;bottom:-16px;top:inherit}#signup .o-button{font-size:1.25rem;min-width:100px;padding:5px;text-align:center;text-decoration:none;cursor:pointer;height:40px}.form_section .checkbox label{color:#1a1a1a;font-weight:400;font-size:.875rem;line-height:1.063rem;margin-left:5px;vertical-align:top}.s-form#signup{padding-left:0px;padding-right:0px}.input.dob>input{padding:12.5px}.header{color:#fff;padding:20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}body{display:block;margin:0}.header_right{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header_right a{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;font-weight:700;line-height:1.875rem;text-decoration:none;padding:6px 10px;text-transform:uppercase}.owl-theme .owl-dots .owl-dot span{background-color:transparent !important;border:1px solid #fff}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:var(--primary-colour) !important;border:none !important}a.header__sign_btn{background:var(--primary-colour);margin-right:25px}a.header__login_btn{background:#000}#sign-up{width:100%;max-width:1000px;margin-right:auto;margin-left:auto;padding-top:10%}.header_slider h1{color:#fff;font-family:"Roboto Condensed";font-size:2.8125rem;font-weight:700;line-height:3.375rem;letter-spacing:-0.03853rem;margin-top:50px;text-align:center;margin-bottom:50px;text-align:center}div#sign-up_page{background-image:url("/assets/images/signup/header-bg.png");-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:bottom center;background-repeat:no-repeat;padding-bottom:12%}.list_item{width:94%;margin-right:30px;float:left;border:4px solid #fff;margin-left:3%}.list_item img{width:100%;display:block;border-bottom:4px solid #fff}.slider_list .list_item:nth-child(3){margin-right:0}.details_part h3{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.6875rem;font-weight:700;line-height:2.125rem;margin-bottom:10px;margin-top:10px}.details_part p{font-size:.9375rem;font-weight:400;line-height:1.125rem;color:#fff;font-family:"Roboto Condensed",sans-serif;display:-webkit-box;max-width:100%;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.details_part{padding:0 20px;padding-bottom:30px}a.list_button{font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;color:#fff;text-decoration:none;background:#fff;color:#000;padding:10px 10px;margin-top:16px;display:inline-block;margin-bottom:0}.banner_below_cover{width:100%;max-width:1000px;margin:0 auto;padding:50px 0}.banner_below_cover h1{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:4.375rem;font-weight:700;line-height:5.25rem;margin:0}.banner_below{background:var(--primary-colour)}div#sign-up_page{background-color:var(--primary-colour)}a.list_button.list_button-2{background:var(--primary-colour);color:#fff}.form-left h1{font-family:"Roboto Condensed",sans-serif;font-size:2.8125rem;font-weight:700;line-height:3.375rem;margin:0}.form-left h1 span{color:var(--primary-colour)}.form_section_cover{width:100%;max-width:1000px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;margin-right:auto;margin-left:auto;position:relative}.form-left{width:50%}.mobile_banner{position:relative}.form-right{position:absolute;right:0;top:-36%;left:57%}.form-left h4{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:400;line-height:1.0625rem;margin:0}.form-left h4 span{color:var(--primary-colour)}.form_section{padding-top:75px;padding-bottom:75px}.form_section .checkbox a{color:#000}.register_text{text-align:center;font-family:"Roboto Condensed",sans-serif;font-size:1.125rem;font-weight:400;line-height:1.0625rem;margin-top:12px}.register_text span{color:var(--primary-colour)}.form_section .checkbox label a{color:var(--primary-colour);font-weight:400;font-size:.875rem;line-height:1.063rem;margin-left:5px;vertical-align:top}@media(max-width: 768px){.form-left h4{text-align:center;display:none}button.o-button.o-button--positive-action{font-size:1.214rem;line-height:1.438rem;font-weight:700}.checkbox{margin-right:0 !important}.form_section .checkbox a{color:var(--primary-colour)}.checkbox label{font-size:.726rem;margin-left:5px;margin-right:0;font-weight:400;line-height:.875rem !important;vertical-align:text-top}.form-right{position:absolute;right:0;top:-38%;left:0;width:100%;text-align:center}.form-right img{width:50%}.form-left{width:100%;margin-top:6rem}.form_section_cover{max-width:100%;display:block;padding:0 20px}.form-left h1{font-size:1.563rem;line-height:1.875rem;text-align:center;padding:0 20px}.form_section{padding-top:210px;padding-bottom:50px}.banner_below_cover h1{font-size:2.188rem;line-height:2.625rem;text-align:center;padding-bottom:50px}span.for-mobile{display:block}.owl-carousel .owl-stage{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.header_slider h1{font-size:1.75rem;line-height:2.125rem;margin-top:35px;margin-bottom:35px}.details_part h3{font-size:.94rem;line-height:1.125rem;margin-top:20px}.details_part{padding:0 30px;padding-bottom:20px}.details_part p{font-size:1rem;line-height:1.3rem}.o-button{font-size:.767rem;line-height:.938rem}div#sign-up_page{padding-bottom:33%}.list_item{width:100%;margin-right:0;float:none;border:4px solid #fff;margin-left:0}.banner_below_cover{width:100%;max-width:100%}#sign-up{width:100%;max-width:100%}}#signup_link{background:var(--primary-colour);color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;font-weight:700;line-height:1.875rem;padding:2px 17px;border-bottom:none !important}.store-drawer{width:100%;max-width:1000px;padding:20px;margin-right:auto;margin-left:auto}.store-drawer__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;max-width:500px;margin-right:auto;margin-left:auto;text-align:center;margin-top:20px}.store-drawer__content{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;line-height:1.6875rem;letter-spacing:0;max-width:500px;margin-top:20px;margin-right:auto;margin-left:auto}.store-drawer__content p{text-align:center;margin-bottom:20px}.store-drawer__content p a{color:var(--primary-colour);font-weight:700}.store-drawer__reward-icon{display:inline-block;width:18px;height:18px;border:5px solid var(--primary-colour);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.tile{width:100%;height:100%;position:relative;text-decoration:none;display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:285px;padding:20px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center}@media(max-width: 999px){.tile{min-height:215px}}.tile:after{position:absolute;content:"";background-color:rgba(0,0,0,.3);width:100%;height:100%;top:0;left:0;-webkit-transition:background-color .25s;-o-transition:background-color .25s;-moz-transition:background-color .25s;transition:background-color .25s}.tile:hover:after{opacity:.6;background-color:var(--primary-colour)}.navigation-tiles .tile{height:210px}.tile--admin{-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end}.tile--red{background:var(--primary-colour)}.tile--grey{background:#f5f6f7}.tile--dark{background:#1a1a1a}.tile--no-overlay{background-repeat:no-repeat;background-position:center;-webkit-background-size:80px 80px;-moz-background-size:80px;background-size:80px}.tile--no-overlay:after{display:none}.tile__copy{width:100%;max-width:300px;padding-top:20px;text-align:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;z-index:1}.tile--grey .tile__copy{color:#000}.tile__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.875rem;text-transform:uppercase;line-height:1.9375rem;display:block;text-transform:uppercase;margin-top:8px;margin-bottom:8px}.tile--admin .tile__title{margin-bottom:20px;font-size:1.125rem}.tile__sub-title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1rem;text-transform:uppercase;display:block;text-transform:uppercase;text-decoration:underline}.w-profile-drawer{padding:40px}.profile-drawer{margin-bottom:20px}.profile-drawer__handle{width:100%;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#1a1a1a;color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1rem;font-weight:700;padding:10px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}.profile-drawer__handle:after{content:"";display:block;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff}.is-open .profile-drawer__handle{background-color:var(--primary-colour)}.is-open .profile-drawer__handle:after{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.profile-drawer__content{padding-top:40px;padding-bottom:40px;display:none}.is-open .profile-drawer__content{display:block}.profile-drawer__content p{font-family:"Roboto Condensed",sans-serif;font-size:1rem;font-weight:300;padding-left:20px}.profile-header{background-color:#1a1a1a}.profile-header__name-and-image{width:100%;height:300px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;margin-bottom:100px;background-color:#2a2a2a}.profile-header__background{position:absolute;z-index:0;top:0;left:0;width:100%;height:300px;-o-object-fit:cover;object-fit:cover}.profile-header__name{font-family:"Roboto Condensed",sans-serif;font-size:1.75rem;font-weight:700;position:relative;text-transform:uppercase;z-index:1;color:#fff;text-align:center;margin-top:-60px}.profile-header__name strong{color:var(--primary-colour)}.profile-header__avatar{position:absolute;z-index:1;bottom:-100px;width:200px;height:200px;background-color:rgba(0,0,0,.3);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#change_profile{width:201px;height:40px;margin-left:574px;margin-top:58px}@media screen and (max-width: 900px){#change_profile{width:201px;height:40px;margin-left:90px;margin-top:58px}}#change_cover{margin-top:-78px;margin-left:1164px;width:145px;height:49px;background:rgba(128,135,132,.51);color:rgba(255,255,255,.45)}@media screen and (max-width: 900px){#change_cover{margin-top:-70px;margin-left:210px;width:143px;height:36px;background:rgba(128,135,132,.51);color:rgba(255,255,255,.45)}}#for-center_account{background-color:#fff}.notifications_football{background:url("/assets/images/Notifications.jpg")}.notifications_rugby{background:url("/assets/images/rugby/Notifications.jpg")}.notifications_icehockey{background:url("/assets/images/icehockey/img_9.jpg")}.notifications_cricket{background:url("/assets/images/democricket/notification.jpg")}.notifications-header{padding:80px 150px;height:300px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;background-color:#1a1a1a;position:relative;z-index:99}@media(max-width: 800px){.notifications-header{padding:0px 25px;height:250px}}.notifications-header:after{background-color:rgba(0,0,0,.3);position:absolute;top:0;left:0;content:"";height:100%;width:100%;z-index:1}.notifications-header__background{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.notifications-header__title{position:relative;font-family:"Roboto Condensed",sans-serif;font-size:3.1375rem;font-weight:bold;font-stretch:condensed;text-transform:uppercase;line-height:1;letter-spacing:-0.04875rem;z-index:1;color:var(--primary-colour);text-align:left;z-index:999}@media(min-width: 1600px){.notifications-header__title{font-size:4.0625rem;line-height:.92;letter-spacing:-0.05063rem}}@media(max-width: 330px){.notifications-header__title{font-size:2.5rem}}.notifications-header__title strong{color:#fff}.mobile_notification .mobile_notification_1{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0px}.mobile_notification h1{padding-right:10px;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:3.1275rem;text-transform:uppercase}.mobile_notification .mobile_circle{width:43px;height:43px;-webkit-border-radius:60%;-moz-border-radius:60%;border-radius:60%;background-color:var(--primary-colour);color:#fff;text-align:center;font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;margin-right:30px;font-weight:bold;font-size:1.25rem;font-weight:700;line-height:2.5625rem}.mobile_middle_section{background:#f5f6f7}.mobile_middle_section .row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0px 25px}.mobile_middle_section .row .part-1{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;padding:10px 10px 10px 0px;text-align:left}.mobile_middle_section .row .part-1 form.mobile_example label{font-family:"Roboto Condensed";font-size:1.0625rem;font-weight:300;line-height:1.5625rem;text-transform:uppercase;letter-spacing:-0.025rem}.mobile_middle_section .row .part-1 form.mobile_example input[type=text]{width:80%;padding:0px;margin:0px;height:38px;-webkit-border-radius:4px 0px 0px 4px;-moz-border-radius:4px 0px 0px 4px;border-radius:4px 0px 0px 4px;border:1px solid #959697;background:#fff}.mobile_middle_section .row .part-1 form.mobile_example button{padding:0px;width:20%;margin:0px 0px 0px -4px;height:38px;background:#000;color:#fff;-webkit-border-radius:0px 4px 4px 0px;-moz-border-radius:0px 4px 4px 0px;border-radius:0px 4px 4px 0px}.mobile_middle_section .row .part-2{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;text-align:left;padding:10px 0px 10px 10px}.mobile_middle_section .row .part-2 label{font-family:"Roboto Condensed";font-size:1.0625rem;font-weight:300;line-height:1.5625rem;text-transform:uppercase;letter-spacing:-0.025rem}.mobile_middle_section .row .part-2 label .dropdown{width:100%;font-family:"Roboto Condensed";font-size:1.0625rem;font-weight:700;line-height:2.34375rem;text-transform:uppercase;background-color:#f5f6f7;border-color:#f5f6f7;border-bottom-color:var(--primary-colour);border-bottom-width:4px;background-image:url("/clubcore/portal/fan/assets/images/dropDown-1.png");background-position:right;-webkit-background-size:inherit inherit;-moz-background-size:inherit;background-size:inherit;background-repeat:no-repeat}.mobile_middle_section .mobile_list{padding:0px 25px}.mobile_middle_section .mobile_list h1.mobile_heading{font-family:"Roboto Condensed";font-size:0.875rem;font-weight:700;line-height:1.0625rem;text-transform:uppercase;padding:30px 0px;border-bottom:1px solid #dadbdc}.mobile_middle_section .mobile_list ul{padding-bottom:20px}.mobile_middle_section .mobile_list ul li{border-bottom:1px solid #dadbdc;padding:20px 0px}.mobile_middle_section .mobile_list ul li h2{font-family:"Roboto Condensed";font-size:0.875rem;font-weight:700;line-height:1.0625rem;text-transform:uppercase;margin-left:35px;cursor:pointer}.mobile_middle_section .mobile_list ul li p{font-family:"Roboto Condensed";font-size:1rem;font-weight:300;line-height:1.1875rem;margin-left:35px;padding-top:5px}.mobile_middle_section .mobile_list h1.mobile_heading_2{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.7875rem;padding:60px 0px;text-align:center;text-transform:uppercase;text-decoration:underline}.mobile_2{padding:0px 25px}.mobile_2 h1.mobile_back{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.7875rem;text-transform:uppercase;text-decoration:underline;padding:50px 0px;cursor:pointer}.mobile_2 h1.mobile_back::before{content:"";-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);padding:0px 0px 0px 30px;background-image:url("/clubcore/portal/fan/assets/images/back-arrow.png");background-position:left;-webkit-background-size:inherit inherit;-moz-background-size:inherit;background-size:inherit;background-repeat:no-repeat}.mobile_2 p.mobile_2_Sub-heading-1{font-family:"Roboto Condensed";font-size:1rem;font-weight:300;line-height:1.1875rem;padding-bottom:40px}.mobile_2 h1.mobile_2_heading{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:2.1875rem;text-transform:uppercase;letter-spacing:-0.01953rem;padding-bottom:40px}.mobile_2 p.mobile_2_Sub-heading-2{font-family:"Roboto Condensed";font-size:1rem;font-weight:300;line-height:1.1875rem;padding-bottom:30px}.mobile_2 h1.mobile_2_heading-2{font-family:"Roboto Condensed";font-size:0.875rem;font-weight:700;line-height:1.26875rem;text-transform:uppercase;padding:40px 0px}.mobile_2 .btn{width:168px;height:56px;color:#fff;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5rem;text-align:center;text-transform:uppercase;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background:#000;margin:70px 0px}.Mobile-view{display:none}.Desk-view{display:block}@media(max-width: 900px){.Mobile-view{display:block}.lag::before{content:"";display:inline-block;width:15px;position:relative;top:16px;left:3px;height:15px;-moz-border-radius:7.5px;-webkit-border-radius:7.5px;border-radius:7.5px;background:var(--primary-colour)}.Desk-view{display:none}}.container .notify .scrollbar{float:left;height:650px;width:100%;padding-left:0px;background:#fff;overflow-y:scroll;margin-bottom:25px}.container .notify #scroll::-webkit-scrollbar-track{background-color:#fff}.container .notify #scroll::-webkit-scrollbar{width:25px;background-color:#ff0}.container .notify #scroll::-webkit-scrollbar-thumb{background-color:#f5f6f7}.container .notify .scrollbar_msg{overflow-y:hidden;scrollbar-arrow-color:blue;scrollbar-base-color:blue;scrollbar-face-color:blue}.container .notify .force-overflow_msg{min-height:450px}.container .notify #scroll_msg::-webkit-scrollbar-track{background-color:#fff}.container .notify #scroll_msg::-webkit-scrollbar{width:15px;background-color:red}.container .notify #scroll_msg::-webkit-scrollbar-thumb{background-color:red}.mt-top{margin-top:80px}.notifications-panel{background-color:#f5f6f7;-webkit-box-flex:3;-webkit-flex:3;-moz-box-flex:3;-ms-flex:3;flex:3;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.message{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 900px){.message{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.heading2{font-family:"Roboto Condensed";font-size:1.1875rem;font-weight:700;line-height:1.8125rem;margin-top:40px;padding:20px 0px;text-transform:uppercase}.heading{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:300;line-height:2.34375rem;text-transform:uppercase}.heading3{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:300;line-height:2.34375rem;text-transform:uppercase;letter-spacing:-0.03676rem}.container{padding:6rem}.dropdown{width:198px;height:40px;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:2.34375rem;text-transform:uppercase;background-color:#f5f6f7;border-color:#f5f6f7;border-bottom-color:var(--primary-colour);border-bottom-width:4px;background-image:url("/assets/images/dropDown-1.png");background-position:right;-webkit-background-size:inherit inherit;-moz-background-size:inherit;background-size:inherit;background-repeat:no-repeat}select.dropdown:focus{outline:none !important}hr.line{border-top:1px solid #d8dde2b9 !important;width:100%}.messege_heading{height:52px;font-family:"Roboto Condensed";font-size:1rem;font-weight:300;line-height:1.1875rem}.line2{color:#bebfc0;margin-bottom:5rem;margin-top:5rem}.lag{font-family:"Roboto Condensed";font-size:1.3vw;font-weight:bold}.lag1{font-family:"Roboto Condensed";color:#616465;font-size:1.3vw;text-align:center;margin-top:5%;margin-bottom:5%}.lag2{margin:20px 0px;padding-left:30px;opacity:.5;width:405px;height:24px;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5rem;text-transform:uppercase}.lag4{font-family:"Roboto Condensed";color:#616465;font-size:1.3vw;text-align:left;font-weight:bold}.about{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:5;-webkit-flex:5;-moz-box-flex:5;-ms-flex:5;flex:5;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pes{padding:30px 0px;font-family:"Roboto Condensed";font-size:2.5rem;font-weight:700;line-height:3.125rem;text-transform:uppercase;letter-spacing:-0.03125rem}.pes1{margin-top:40px}.pes1 h2{font-size:2rem}.pes1 h3{font-size:1.5rem}.pes1 h4{font-size:1.2rem}.pes1 p{font-size:1rem;line-height:1.1875rem}.pes1 p strong{font-weight:bold}.pes1 p i{font-style:italic}.pes1 ul{list-style:inside}.pes1 ul li{list-style-type:disc}.pes1 ol{list-style:inside}.pes1 ol li{list-style-type:decimal}.pes2{margin-top:10%;height:84px;font-family:"Roboto Condensed";font-size:1.1875rem;font-weight:700;line-height:1.8125rem;text-transform:uppercase}.btn{-moz-border-radius:5px;width:202.46px;height:62.93px;color:#fff;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5rem;text-align:center;text-transform:uppercase;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#000}.count{font-family:"Roboto Condensed";padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0px 0px 0px 0px}form.example input[type=text]{float:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:75%;padding:15px;border:1px solid #dbdbdb;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px 0px 0px 4px;font-size:1rem;font-family:"Roboto Condensed",sans-serif;font-weight:500}form.example button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:51px;float:left;padding:19px 20px;background-color:#000;color:#f5f6f7;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;border:none;border-left:none;font-family:"Roboto Condensed";cursor:pointer}form.example::after{content:"";clear:both;display:table}ul.a{list-style-type:none;padding:0}.lag::before{content:"";display:inline-block;width:15px;height:15px;-moz-border-radius:7.5px;-webkit-border-radius:7.5px;border-radius:7.5px;background:var(--primary-colour)}.lag4 a{margin-left:20px}.scrollbar{float:left;height:650px;width:100%;padding-left:40px;background:#f5f6f7;overflow-y:scroll;margin-bottom:25px}.force-overflow{min-height:450px}#scroll::-webkit-scrollbar-track{background-color:#f5f6f7}#scroll::-webkit-scrollbar{width:25px;background-color:#fff}#scroll::-webkit-scrollbar-thumb{background-color:#fff}.scrollbar_msg{overflow-y:hidden;scrollbar-arrow-color:#fff;scrollbar-base-color:#fff;scrollbar-face-color:#fff}.force-overflow_msg{min-height:450px}#scroll_msg::-webkit-scrollbar-track{background-color:#f5f6f7}#scroll_msg::-webkit-scrollbar{width:25px;background-color:#fff}#scroll_msg::-webkit-scrollbar-thumb{background-color:#fff}.circle{width:59px;height:59px;padding:16px 0px;-webkit-border-radius:60%;-moz-border-radius:60%;border-radius:60%;background-color:var(--primary-colour);color:#fff;text-align:center;font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;margin-right:30px;font-weight:bold}@media screen and (max-width: 600px){.notifications-panel{padding-right:0px}.circle{margin-right:0px;margin-top:0px}form.example{padding:40px 20px 0px}}form.example{padding:40px 0px 0px 40px}.notifications-drop{padding:40px 40px 0px}.lists{padding-right:40px}ul.a li{border-bottom:1px solid #d8dde2b9;padding:20px 0px}ul.a li a{text-decoration:none;padding-left:10px;width:405px;height:24px;font-family:"Roboto Condensed";font-size:1.1875rem;font-weight:700;line-height:1.5rem;text-transform:uppercase}.select::-ms-expand{display:none}select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;-o-text-overflow:"";text-overflow:""}#loader .loading-box{position:fixed;top:30%;width:25%;margin:auto;background:#fff;-webkit-box-shadow:0px 0px 9px -2px #000;-moz-box-shadow:0px 0px 9px -2px #000;box-shadow:0px 0px 9px -2px #000;z-index:999;left:0px;right:0px;text-align:center;padding:10px}#loader .lds-roller{display:inline-block;position:relative;width:80px;height:80px}#loader .lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;-moz-animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;-o-animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;-webkit-transform-origin:40px 40px;-moz-transform-origin:40px 40px;-ms-transform-origin:40px 40px;-o-transform-origin:40px 40px;transform-origin:40px 40px}#loader .lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:#000;margin:-4px 0 0 -4px}#loader .lds-roller div:nth-child(1){-webkit-animation-delay:-0.036s;-moz-animation-delay:-0.036s;-o-animation-delay:-0.036s;animation-delay:-0.036s}#loader .lds-roller div:nth-child(1):after{top:63px;left:63px}#loader .lds-roller div:nth-child(2){-webkit-animation-delay:-0.072s;-moz-animation-delay:-0.072s;-o-animation-delay:-0.072s;animation-delay:-0.072s}#loader .lds-roller div:nth-child(2):after{top:68px;left:56px}#loader .lds-roller div:nth-child(3){-webkit-animation-delay:-0.108s;-moz-animation-delay:-0.108s;-o-animation-delay:-0.108s;animation-delay:-0.108s}#loader .lds-roller div:nth-child(3):after{top:71px;left:48px}#loader .lds-roller div:nth-child(4){-webkit-animation-delay:-0.144s;-moz-animation-delay:-0.144s;-o-animation-delay:-0.144s;animation-delay:-0.144s}#loader .lds-roller div:nth-child(4):after{top:72px;left:40px}#loader .lds-roller div:nth-child(5){-webkit-animation-delay:-0.18s;-moz-animation-delay:-0.18s;-o-animation-delay:-0.18s;animation-delay:-0.18s}#loader .lds-roller div:nth-child(5):after{top:71px;left:32px}#loader .lds-roller div:nth-child(6){-webkit-animation-delay:-0.216s;-moz-animation-delay:-0.216s;-o-animation-delay:-0.216s;animation-delay:-0.216s}#loader .lds-roller div:nth-child(6):after{top:68px;left:24px}#loader .lds-roller div:nth-child(7){-webkit-animation-delay:-0.252s;-moz-animation-delay:-0.252s;-o-animation-delay:-0.252s;animation-delay:-0.252s}#loader .lds-roller div:nth-child(7):after{top:63px;left:17px}#loader .lds-roller div:nth-child(8){-webkit-animation-delay:-0.288s;-moz-animation-delay:-0.288s;-o-animation-delay:-0.288s;animation-delay:-0.288s}#loader .lds-roller div:nth-child(8):after{top:56px;left:12px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes lds-roller{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes lds-roller{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.add-to-basket{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:40px;margin-bottom:40px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.alignLeft{-webkit-box-pack:left !important;-webkit-justify-content:left !important;-moz-box-pack:left !important;-ms-flex-pack:left !important;justify-content:left !important}.add-to-basket__quantity{width:125px;text-align:center;border:1px solid #e6e6e6}@media(max-width: 800px){.add-to-basket__quantity{width:70px;padding:6px 15px;font-weight:700}}.add-to-basket__quantity-modifier{border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-top:1px solid #e6e6e6;width:33px;height:33px;text-align:center;font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700}@media(max-width: 800px){.add-to-basket__quantity-modifier{width:40px;padding:6px 15px;font-weight:700}}.add-to-basket__trigger{margin-left:8px;background-color:var(--primary-colour);font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;letter-spacing:0.0125rem;text-transform:uppercase;display:inline-block;color:#fff;padding:16px;text-align:center;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.StripeElement{border:1px solid #ccc !important;-webkit-box-shadow:none !important;-moz-box-shadow:none !important;box-shadow:none !important;background-color:transparent !important}.stripe-input-field{height:35px;padding:9px}.black_box{background-color:#1a1a1a;color:#fff;padding:1rem;font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize;margin-top:.5rem;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.black_box .link{color:var(--primary-colour);font-weight:600;text-decoration:none}select{text-transform:uppercase}select option{text-transform:uppercase}i{font-style:italic}strong{font-weight:bold}.wizard{position:relative}.wizard__step-indicator-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.wizard__step-indicator{width:20px;height:20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:var(--standard-spacing);background-color:var(--contrast-background);-webkit-transition:background-color .25s;-o-transition:background-color .25s;-moz-transition:background-color .25s;transition:background-color .25s}.wizard__step-indicator.is-current{background-color:var(--primary-colour)}.wizard__step-indicator:last-child{margin-right:0}.wizard__step{position:relative}.wizard__step.is-previous{display:none}.wizard__step.is-current{display:block}.wizard__step.is-next{display:none}.image-upload{margin-bottom:20px}.pes1{font-family:"Roboto Condensed"}.image-upload__title{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;letter-spacing:0.0125rem;text-transform:uppercase;display:block;margin-bottom:8px}.image-upload__control{position:relative}.image-upload__clear{color:#fff;position:absolute;left:20px;top:20px;z-index:1}.image-upload__button{width:100%;max-width:300px}.image-upload__label{text-align:center}.image-upload__image{position:relative}.image-upload__image:after{content:"";display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-image:url(/assets/images/camera.svg);background-repeat:no-repeat;background-position:center;width:60px;height:60px}.image-upload__file{opacity:0;position:absolute;pointer-events:none}#profile-image .image-upload__control .image-upload__label .image-upload__image{text-align:left}#profile-image .image-upload__control .image-upload__label .image-upload__image img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}#background-image .image-upload__control .image-upload__label .image-upload__image img{width:100%;height:250px;-o-object-fit:cover;object-fit:cover}.nav-header{background-color:#f5f6f7;padding:20px}.nav-header__back{margin-bottom:36px;font-family:"Roboto Condensed",sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase;color:#1a1a1a;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:underline}.nav-header__back:before{content:"";display:block;margin-right:10px;border-top:6px solid transparent;border-right:6px solid var(--primary-colour);border-bottom:6px solid transparent}.nav-header__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;width:100%;text-align:center;margin-bottom:48px}.page-manage{padding:100px 20px;text-align:center}.text-color{color:var(--primary-colour)}.margin-top{margin-top:50px}header.header .header__navigation a:hover{border-bottom:2px solid var(--primary-colour)}.tv_page .tv_hero{background:url("/assets/images/TV_Hero.jpg")}.tv_page .tv_hero:after{content:"";position:absolute;background:rgba(0,0,0,.4);height:100%;top:0;left:0;width:100%;z-index:1}.tv_page .tv_hero_rugby{background:url("/assets/images/rugby/TV.jpg")}.tv_page .tv_hero_rugby:after{content:"";position:absolute;background:rgba(0,0,0,.4);height:100%;top:0;left:0;width:100%;z-index:1}.tv_page .tv_hero_icehockey{background:url("/assets/images/heros/ice_hockey.jpg")}.tv_page .tv_hero_icehockey:after{content:"";position:absolute;background:rgba(0,0,0,.4);height:100%;top:0;left:0;width:100%;z-index:1}.tv_page .tv_hero_cricket{background:url("/assets/images/democricket/tv.jpg")}.tv_page .tv_hero_cricket:after{content:"";position:absolute;background:rgba(0,0,0,.4);height:100%;top:0;left:0;width:100%;z-index:1}.tv_page .game_hero{background:url("/assets/images/Game_Hero.jpg"),#000}.tv_page .game_hero_icehockey{background:url("/assets/images/icehockey/img_3.jpg"),#000}.tv_page .tv_header{padding:80px 20px;height:300px;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#1a1a1a;position:relative;z-index:99}@media(max-width: 800px){.tv_page .tv_header{padding:0;height:250px}}.tv_page .tv_header:after{background-color:rgba(0,0,0,.3);position:absolute;top:0;left:0;content:"";height:100%;width:100%;z-index:1}.tv_page .tv_header h1{color:var(--primary-colour);font-family:"Roboto Condensed",sans-serif;font-size:3.125rem;font-weight:700;line-height:3.75rem;text-align:left;text-transform:uppercase;letter-spacing:-0.05078rem;position:relative;z-index:9999;font-family:"Roboto Condensed",sans-serif}.tv_page .tv_header h1 span{color:#fff}.tv_page .tv_download{height:500px;background-color:#fff;text-align:center;color:#000;text-align:center;position:relative}.tv_page .tv_download .tv_download_header{width:570px;height:70px;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:4.375rem;text-align:center;text-transform:uppercase;letter-spacing:-0.01953rem;margin:3rem auto .5rem}@media(max-width: 800px){.tv_page .tv_download .tv_download_header{width:100%;height:50.04px;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:3.1275rem;text-align:center;text-transform:uppercase}}.tv_page .tv_download .tv_download_content{width:852px;height:69px;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:300;line-height:1.5rem;text-align:center;margin:0px auto}@media(max-width: 1000px){.tv_page .tv_download .tv_download_content{width:100%;height:125px;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:300;line-height:1.6875rem;text-align:center;padding:0px 20px}}.tv_page .tv_download .tv_download_button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:3rem}@media(max-width: 600px){.tv_page .tv_download .tv_download_button{display:inline-block}}.tv_page .tv_download .tv_download_button .img_1{width:167px;height:57px;margin-top:6px}@media(max-width: 800px){.tv_page .tv_download .tv_download_button .img_1{margin:0px 0px 15px 13px}}.tv_page .tv_download .tv_download_button .img_2{width:193px;height:75px}.tv_page .tv_download .tv_download_mobile{max-width:600px;height:314px;display:block;position:absolute;left:0;right:0;bottom:-162px;margin:auto}@media(max-width: 600px){.tv_page .tv_download .tv_download_mobile{max-width:481px;height:auto;bottom:-136px}}@media(max-width: 800px){.tv_page .tv_download .tv_download_mobile{max-width:481px;height:auto;bottom:-100px}}.tv_page .tv_download-empty{background-color:#000;height:200px;width:100%}.tv_page main{height:80vh;max-width:100%;margin:0 auto;padding:0px}.tv_page main video,.tv_page main iframe{width:100% !important;height:80vh !important}.tv_page .tv_content{padding:80px 65px;background:#000}@media(max-width: 800px){.tv_page .tv_content{padding:50px 10px}}.tv_page .tv_content section p{color:#fff;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.7875rem;text-align:center;text-transform:uppercase;text-align:center}.tv_page .tv_content .video_inner{margin:0px auto;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tv_page .tv_content .video_list{width:264px;margin-right:20px;margin-left:20px;display:inline-block;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-bottom:73px}@media(max-width: 600px){.tv_page .tv_content .video_list{width:45% !important;margin:10px}.tv_page .tv_content .video_list:nth-child(even){margin-right:0}}@media(max-width: 800px){.tv_page .tv_content .video_list{width:170px;margin-right:10px;margin-left:3px}.tv_page .tv_content .video_list:nth-child(even){margin-right:10}}.tv_page .tv_content .video_list .video_thumb_img{position:relative}@media(max-width: 800px){.tv_page .tv_content .video_list .video_thumb_img{width:100%}}@media(max-width: 340px){.tv_page .tv_content .video_list .video_thumb_img{width:125px}}.tv_page .tv_content .video_list .video_thumb_img:after{content:"";position:absolute;background:rgba(0,0,0,.4);height:100%;top:0;left:0;width:100%;z-index:1}.tv_page .tv_content .video_list .video_thumb_img img{height:160px;width:264px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}@media(max-width: 800px){.tv_page .tv_content .video_list .video_thumb_img img{-o-object-fit:cover;object-fit:cover;height:90px;width:100%}}@media(max-width: 340px){.tv_page .tv_content .video_list .video_thumb_img img{-o-object-fit:cover;object-fit:cover;height:80px;width:125px}}.tv_page .tv_content .video_list h2{color:#fff;font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.5625rem;text-transform:uppercase;margin-bottom:40px;margin-top:10px;margin-left:15px}.tv_page .tv_content .video_list .video_part{position:relative;z-index:99}.tv_page .tv_content .video_list .video_part .video_play_icon{position:absolute;top:50%;left:50%;z-index:9;cursor:pointer;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.tv_page .tv_content .video_list .video_part .video_play_icon img{width:60px}.tv_page .tv_content .video_four{margin-right:0}.tv_page .tv_content .video_eight{margin-right:0}.tv_page .load_more{text-align:center;margin-top:30px}.tv_page .load_more p{color:#fff;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.7875rem;text-align:center;text-transform:uppercase;text-decoration:underline;cursor:pointer}.tv_page .load_more p:hover{opacity:.6;color:var(--primary-colour);-webkit-text-decoration-color:var(--primary-colour);-moz-text-decoration-color:var(--primary-colour);text-decoration-color:var(--primary-colour)}.tv_page .comman_section .comman_section_inner{width:100%;padding:60px 55px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 800px){.tv_page .comman_section .comman_section_inner{width:100%;padding:15px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.tv_page .comman_section .comman_section_inner a{color:#fff;font-family:"Roboto Condensed";font-size:2.5rem;font-weight:700;line-height:3.3125rem;text-align:center;text-transform:uppercase;text-decoration:none}@media(max-width: 800px){.tv_page .comman_section .comman_section_inner a{font-size:1.5rem;line-height:1.875rem}}.tv_page .comman_section .comman_section_inner .left_section{width:45%;margin-right:4%;margin-left:4%;position:relative;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center}.tv_page .comman_section .comman_section_inner .left_section:after{position:absolute;content:"";background-color:rgba(0,0,0,.3);width:100%;height:100%;top:0;left:0;-webkit-transition:background-color .25s;-o-transition:background-color .25s;-moz-transition:background-color .25s;transition:background-color .25s}.tv_page .comman_section .comman_section_inner .left_section:hover:after{opacity:.6;background-color:var(--primary-colour)}@media(max-width: 800px){.tv_page .comman_section .comman_section_inner .left_section{width:45%;margin-right:4%;margin-left:0%}}.tv_page .comman_section .comman_section_inner .left_section .left_inner_cr{background:url("/assets/images/Rewards.png"),#000}.tv_page .comman_section .comman_section_inner .left_section .left_inner_cr_rugby{background:url("/assets/images/rugby/RugbyGeneric3.jpg"),#000}.tv_page .comman_section .comman_section_inner .left_section .left_inner_icehockey{background:url("/assets/images/icehockey/img_5.jpg"),#000}.tv_page .comman_section .comman_section_inner .left_section .left_inner_cr_cricket{background:url("/assets/images/democricket/cover_3.jpg"),#000}.tv_page .comman_section .comman_section_inner .left_section .left_inner{background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:200px 0;text-align:center}@media(max-width: 800px){.tv_page .comman_section .comman_section_inner .left_section .left_inner{padding:0;height:200px}}.tv_page .comman_section .comman_section_inner .left_section .left_inner a{z-index:999}.tv_page .comman_section .comman_section_inner .right_section{width:45%;position:relative;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center}.tv_page .comman_section .comman_section_inner .right_section:after{position:absolute;content:"";background-color:rgba(0,0,0,.3);width:100%;height:100%;top:0;left:0;-webkit-transition:background-color .25s;-o-transition:background-color .25s;-moz-transition:background-color .25s;transition:background-color .25s}.tv_page .comman_section .comman_section_inner .right_section:hover:after{opacity:.6;background-color:var(--primary-colour)}@media(max-width: 800px){.tv_page .comman_section .comman_section_inner .right_section{width:50%}}.tv_page .comman_section .comman_section_inner .right_section .right_section_cr{background:url("/assets/images/blocks/ClubStoreBlock.jpg"),var(--primary-colour)}.tv_page .comman_section .comman_section_inner .right_section .right_section_rugby{background:url("/assets/images/rugby/RugbyGeneric.jpg"),var(--primary-colour)}.tv_page .comman_section .comman_section_inner .right_section .right_section_icehockey{background:url("/assets/images/icehockey/img_4.jpg"),var(--primary-colour)}.tv_page .comman_section .comman_section_inner .right_section .right_section_cricket{background:url("/assets/images/democricket/cover_1.jpg"),var(--primary-colour)}.tv_page .comman_section .comman_section_inner .right_section .right_inner{background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:200px 0;text-align:center}@media(max-width: 800px){.tv_page .comman_section .comman_section_inner .right_section .right_inner{padding:0;height:200px}}.tv_page .comman_section .comman_section_inner .right_section .right_inner a{z-index:999}.overlay_tv{position:absolute;bottom:0;width:100%;height:100%;opacity:0}.video_part:hover .overlay_tv{opacity:.6;background-color:var(--primary-colour)}@media(max-width: 400px){.tv_page .tv_content .video_list:nth-child(even){margin-right:5px}.tv_page .tv_content .video_list{margin-left:5px}.tv_page .tv_content .video_list .video_thumb_img{width:100%}.tv_page .tv_content .video_list .video_thumb_img img{width:100%}}@media(max-width: 300px){.tv_page .tv_content .video_list{width:55% !important}}.vm--modal{background:rgba(0,0,0,.5) !important}.modal_section .close_button{right:20px;top:10px;position:absolute;color:#fff;font-size:1.875rem;cursor:pointer}.modal_section .for-center{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}.modal_section .for-center iframe{width:100%;height:80%}@media(max-width: 799px){.modal_section .for-center{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}}@media screen and (max-width: 900px){.modal_section .account .for-center{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:70%;height:61%;margin-left:50px}}.bg-trans{background:#121212}.bg-trans .nav-header__back{color:#fff}.bg-trans_1{background:transparent;position:absolute;top:10px;left:0px;z-index:999}@media(max-width: 800px){.bg-trans_1{top:0px}}.bg-trans_1 .nav-header__back{color:#fff}.padding-top{padding-top:140px !important}.footballImg{background-image:url("/assets/images/heros/Hero1.jpg")}.icehockey{background-image:url("/assets/images/Menchester/Store.PNG")}.footballImg1{background-image:url("/assets/images/heros/Hero4.jpg")}.icehockey1{background-image:url("/assets/images/Menchester/Your Messages.PNG")}.footballImg2{background-image:url("/assets/images/heros/Hero3.jpg")}.icehockey2{background-image:url("/assets/images/Menchester/Account.jpeg")}.footballImg3{background-image:url("/assets/images/heros/Hero2.jpg")}.icehockey3{background-image:url("/assets/images/Menchester/5050.jpeg")}.footballImg4{background-image:url("/assets/images/heros/Hero5.jpg")}.icehockey4{background-image:url("/assets/images/Menchester/ClubTV.jpeg")}.footballImg5{background-image:url("/assets/images/heros/Hero4.jpg")}.icehockey5{background-image:url("/assets/images/Menchester/Rewards.jpeg")}.coming-soon_section{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:4.375rem;text-align:center;text-transform:uppercase;letter-spacing:-0.01953rem;margin:3rem auto .5rem}button:disabled,button[disabled]{background-color:#ccc !important}.d-site-harness-shop{width:100%;max-width:1125px;margin-right:auto;margin-left:auto;margin-bottom:0px;padding-bottom:40px;padding-top:20px}.bg-sect{padding-bottom:5rem}@media(max-width: 800px){.bg-sect{padding-bottom:3rem;background:#f2f2f2}}.filter-width{max-width:1125px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:60px}@media(max-width: 800px){.filter-width{-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.filter-width .filter__option{width:-webkit-calc(24% - 10px);width:-moz-calc(24% - 10px);width:calc(24% - 10px);margin-right:25px}@media(max-width: 800px){.filter-width .filter__option{width:47%;margin:0px;padding:0px}}.load_more_option{width:100%;text-align:center}.load_more_option p{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:4.375rem;text-align:center;text-transform:uppercase;text-decoration:underline;letter-spacing:-0.01953rem}.text-center{text-align:center}.row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 800px){.row{display:block;padding-bottom:0px}}.row .product_col .product__title{font-size:2.5rem;margin-top:20px}.row .product_col .product__option{margin-top:38px}@media(max-width: 800px){.row .product_col .product__option{padding:0px}}.row .product_col .product__option label{margin-bottom:15px;font-size:0.875rem}.row .product_col .product__option select{padding:10px 15px;background-position:96% 20px;-webkit-background-size:16px 16px;-moz-background-size:16px;background-size:16px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(230,230,230)'><polygon points='0,0 100,0 50,50'/></svg>")}@media(max-width: 800px){.row .product_col .product__option select{padding:10px}}.row .product_col .product__images{width:100%}.row .product_col .product__images .product__current-image{max-width:450px;width:100%;height:450px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #80808033;-o-object-fit:fill;object-fit:fill}@media(max-width: 800px){.row .product_col .product__images .product__current-image{height:auto;max-width:100%;width:100%;background:#fff}}.row .product_col .product__images .product__thumbnails{width:97%;margin:0px auto;padding:0px}@media(max-width: 800px){.row .product_col .product__images .product__thumbnails{margin:20px auto;width:85%}}.row .product_col .product__images .product__thumbnails .owl-carousel .owl-next{right:-30px;position:absolute;top:44%;background:transparent !important}.row .product_col .product__images .product__thumbnails .owl-carousel .owl-prev{left:-30px;position:absolute;top:44%;background:transparent !important}.row .product_col .product__images .product__thumbnails .product__thumbnail{padding:0px 0px;margin-top:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;height:139px;max-width:100%;-o-object-fit:fill;object-fit:fill;border:1px solid #80808033}@media(max-width: 600px){.row .product_col .product__images .product__thumbnails .product__thumbnail{height:auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}}@media(max-width: 800px){.row .product_col .product__images .product__thumbnails .product__thumbnail{height:auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}}.row .product_col .product__images .product__thumbnails .product__thumbnail:nth-child(2){padding:5px 5px}.row .product_col .size_dec{padding-right:40px;padding-left:40px;margin-top:40px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.1875rem;text-transform:uppercase;margin-bottom:10px}@media(max-width: 800px){.row .product_col .size_dec{padding:0px}}.row .product_col .size_dec p:nth-child(2){color:#959697;text-decoration:underline}.row .product_col .size_box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 40px}@media(max-width: 800px){.row .product_col .size_box{padding:10px 0px}}.row .product_col .size_box .text-center{width:31.7%;border:1px solid #000;padding:17px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:3px;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:300;line-height:1.375rem;text-align:center;text-transform:uppercase}@media(max-width: 800px){.row .product_col .size_box .text-center{width:31%;padding:13px}}.row .product_col .add-to-basket{-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:40px}@media(max-width: 800px){.row .product_col .add-to-basket{padding:0px 0px}}.row .product_col .add-to-basket .add-to-basket__quantity{width:103px;height:54px;font-size:1.25rem;font-weight:400;line-height:1.8603rem;-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px}@media(max-width: 800px){.row .product_col .add-to-basket .add-to-basket__quantity{width:83px;height:46px;background:#f2f2f2}}.row .product_col .add-to-basket .add-to-basket__quantity-modifier{width:54px;height:54px;font-size:1.7225rem;font-weight:400}@media(max-width: 800px){.row .product_col .add-to-basket .add-to-basket__quantity-modifier{height:46px}}.row .product_col .add-to-basket .add-to-basket__trigger{width:160px;height:54px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 800px){.row .product_col .add-to-basket .add-to-basket__trigger{width:185px;height:46px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}}.row .product_col .text_dec{color:#747474;font-family:"Roboto Condensed";font-size:0.9375rem;font-weight:300;line-height:1.375rem;padding:0px 40px}@media(max-width: 800px){.row .product_col .text_dec{padding:20px 0px 40px 0px;font-weight:400;margin:0px 20px}}.row .product_col .text_dec ul{margin-top:40px;list-style-type:disc;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:300;padding:0px 20px;line-height:1.375rem}.row .product_col .user_rating{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 800px){.row .product_col .user_rating{padding:0px 0px 0px 20px}}.row .product_col .user_rating img{width:72px;-o-object-fit:cover;object-fit:cover;height:72px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.row .product_col .user_rating .user_section{padding:0px 20px}@media(max-width: 800px){.row .product_col .user_rating .user_section{padding:0px 20px}}.row .product_col .user_rating .user_section .user_title{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:400;line-height:1.375rem;margin-bottom:10px}.row .product_col .user_rating .user_section .product__stars span:first-child{margin-left:0px}.row .product_col .user_rating .user_section .user_descrption{padding:15px 0px;font-family:"Roboto Condensed";font-size:0.9375rem;color:#747474;font-weight:300;line-height:1.375rem;text-align:justify}.row .col_width_1{width:50%}@media(max-width: 800px){.row .col_width_1{width:100%}}.row .col_width_2{width:50%}@media(max-width: 800px){.row .col_width_2{width:100%;padding:0px 20px}}.align-left{text-align:left}.align-left-p{padding-left:20px}.m-0{margin:0px}.p-0{padding:0px}.mb-1{margin-bottom:10px}.mb-3{margin-bottom:40px}@media(max-width: 800px){.mb-3{margin-bottom:0px}}.mb-5{margin-bottom:5rem}@media(max-width: 800px){.mb-5{margin-bottom:3rem}}.pb-5{padding-bottom:5rem}.mt-5{margin-top:5rem}@media(max-width: 800px){.mt-5{margin-top:3rem}}.mt-2{margin-top:2rem}.mt-1{margin-top:1rem}.basket{width:100%;height:194px;background:#f2f2f2;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:4.375rem;text-align:center;text-transform:uppercase;letter-spacing:-0.01953rem;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 800px){.d-form__primary-field{padding:0px 20px}}.basket_container{max-width:950px;margin:0px auto}@media(max-width: 800px){.basket_container{padding:30px 20px}}.basket_container ul li{margin-top:55px}@media(max-width: 800px){.basket_container ul li{margin-top:60px}}.basket_container ul li:first-child{margin-top:0px}.basket_container ul li h1{font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:2.5rem;text-transform:uppercase;letter-spacing:-0.01563rem}@media(max-width: 800px){.basket_container ul li h1{line-height:2.375rem}}.basket_container ul li .basket_product_section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:15px 0px}@media(max-width: 800px){.basket_container ul li .basket_product_section{margin-top:20px;padding-bottom:10px}}.basket_container ul li .basket_product_section img{width:97px;height:97px;-o-object-fit:cover;object-fit:cover;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #dadbdc;background:#fafafa}@media(max-width: 800px){.basket_container ul li .basket_product_section img{width:80px;height:80px}}.basket_container ul li .basket_product_section .basket_section{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 10px 8px 20px}@media(max-width: 800px){.basket_container ul li .basket_product_section .basket_section{padding-left:15px}}.basket_container ul li .basket_product_section .basket_section .basket_price-second{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-webkit-align-items:baseline;-moz-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.basket_container ul li .basket_product_section .basket_section .basket_price-second button{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:300;line-height:1.93914rem;text-align:right;padding-right:20px;text-transform:uppercase}@media(max-width: 800px){.basket_container ul li .basket_product_section .basket_section .basket_price-second button{padding-right:20px}}.basket_container ul li .basket_product_section .basket_section .basket_title a{text-decoration:none;cursor:pointer}.basket_container ul li .basket_product_section .basket_section .basket_title a p{font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize}.basket_container ul li .basket_product_section .basket_section .basket_title p{font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize}.basket_container ul li .basket_product_section .basket_section .basket_title .add-to-basket{margin-top:10px;margin-bottom:10px}.basket_container ul li .basket_product_section .basket_section .basket_price{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.basket_container ul li .basket_product_section .basket_section .basket_price p{width:89px;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.93914rem;text-align:right}@media(max-width: 600px){.basket_container ul li .basket_product_section .basket_section .basket_price p{width:70px}}.basket_container ul li .basket_product_section .basket_section .basket_price button{border:none;background:none;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:300;line-height:1.93914rem;text-transform:uppercase;margin-right:40px}@media(max-width: 800px){.basket_container ul li .basket_product_section .basket_section .basket_price button{margin-top:0px;margin-right:0px;padding:0px 20px}}.basket_container ul li .basket_product_section .basket_section .basket_price_grid{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:block;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.basket_container ul li .basket_product_section .basket_section .basket_price_grid p{font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.93914rem;text-align:right}.basket_container ul li .basket_product_section .basket_section .basket_price_grid button{border:none;background:none;font-family:"Roboto Condensed";font-size:1rem;font-weight:300;color:#4c4c4c;line-height:1.93914rem;margin-top:10px}@media(max-width: 800px){.basket_container ul li .basket_product_section .basket_section .basket_price_grid button{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0px;margin-left:10px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:10px 0px}}.basket_container ul li .basket_product_section .basket_section .basket_price_grid button img.closebtn{width:24px !important;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;border:none !important;height:10px !important;-o-object-fit:contain;object-fit:contain;background-color:inherit}.basket_container ul li .delivery_section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0px}.basket_container ul li .delivery_section p{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.93914rem;text-align:right}.basket_container ul li .delivery_section p:first-child{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize;padding-left:150px}@media(max-width: 800px){.basket_container ul li .delivery_section p:first-child{padding-left:100px}}.basket_container .update_button{margin-top:80px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media(max-width: 800px){.basket_container .update_button{margin-top:40px}}.basket_container .update_button button{font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.5rem;text-align:center;text-transform:uppercase;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #45cee8;height:53px;width:173px}.basket_container .basket_total{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 0px 0px 0px}@media(max-width: 800px){.basket_container .basket_total :first-child(){margin-top:40px}}.basket_container .basket_total p{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5rem;text-transform:uppercase}.basket_container .basket_total p.special_price{color:#adadad;font-size:1rem !important;margin:0px 0px 0px 20px}.basket_container .basket_total p.special_price span{color:#000;font-size:0.75rem;font-weight:500;cursor:pointer;margin:0px 0px 0px 15px}.basket_container .basket_total .total{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.basket_container .basket_total .total .product__option{width:100%;padding-left:40px;padding-right:40px;margin:0px}@media(max-width: 800px){.basket_container .basket_total .total .product__option{padding:0px}}.basket_container .basket_total .total .product__option select{color:#979797;font-family:"Roboto Condensed";text-transform:capitalize;font-size:1.125rem;font-weight:700;line-height:1.93914rem;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:transparent;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:none;padding:8px 10px}.basket_container .basket_total .total .price{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.93914rem;text-align:right}.basket_container .check_out{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.basket_container .check_out a button{color:#fff;font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.5rem;text-align:center;text-transform:uppercase;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:#45cee8;width:173px;height:53px}.basket_container .voucher_section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.basket_container .voucher_section button{font-family:"Roboto Condensed";font-size:1.25rem;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:1px solid #45cee8;font-weight:700;width:203px;height:51px;margin-left:20px;line-height:1.5rem;text-align:center;text-transform:uppercase}.basket_container .on_mobile{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 800px){.basket_container .on_mobile{display:block}}.basket_container .on_mobile .card_image{width:94px;height:47px;margin:0px 25px;-o-object-fit:cover;object-fit:cover}.basket_container .billing-text{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:2.625rem;text-transform:uppercase;letter-spacing:-0.01953rem}.basket_container .s-form .section_1{width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 800px){.basket_container .s-form .section_1{width:-webkit-calc(80% - 10px);width:-moz-calc(80% - 10px);width:calc(80% - 10px)}}.basket_container .s-form .section_1 .d-form__field{width:-webkit-calc(34% - 10px);width:-moz-calc(34% - 10px);width:calc(34% - 10px)}@media(max-width: 800px){.basket_container .s-form .section_1 .d-form__field{width:-webkit-calc(60% - 10px);width:-moz-calc(60% - 10px);width:calc(60% - 10px)}}.basket_container .s-form .section_1 .second_section{margin-left:10px;margin-top:15px}.wizard__step .account_para{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:300;line-height:1.375rem;max-width:500px}.wizard__step fieldset span{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:400;line-height:1.9845rem;text-transform:capitalize}.wizard__step fieldset span label{margin-left:0px;margin-right:0px}.mrl{margin:0px 15px}.bill_details{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 600px){.bill_details{display:block}}.bill_details .bill_details_sub{width:50%}@media(max-width: 600px){.bill_details .bill_details_sub{width:100%}}.bill_details .bill_details_sub ul{margin:20px 0px}.bill_details .bill_details_sub ul .phone{padding-top:20px}.bill_details .bill_details_sub ul li{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:100;line-height:1.875rem;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0px}.bill_details .bill_details_sub ul li b{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.875rem;text-transform:uppercase}.bill_details .bill_details_sub ul li p{text-transform:uppercase}.bill_second{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bill_second .bill_details_sub{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.bill_second .bill_details_sub ul{margin:20px 0px}.bill_second .bill_details_sub ul .phone{padding-top:20px}.bill_second .bill_details_sub ul li{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:100;line-height:1.875rem;text-transform:capitalize;margin:0px}.bill_second .bill_details_sub ul li b{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.875rem;text-transform:uppercase}.basket_header_section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.basket_header_section span{color:#959697;font-family:"Roboto Condensed";font-size:1.0625rem;font-weight:700;line-height:1.5625rem;text-transform:uppercase;text-decoration:underline}.basket_header_section span label{padding-right:10px}.price_1{font-family:"Roboto Condensed";font-size:1.125rem;padding-right:40px;font-weight:700;line-height:1.93914rem}@media(max-width: 800px){.price_1{padding-right:0px}}.price_2{margin-right:40px}@media(max-width: 800px){.price_2{margin-right:0px}}.row_bottom{margin:5rem 0px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.row_bottom .home_button{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.row_bottom .home_button a .nav-header__back{margin-bottom:0px}.row_bottom .home_button .d-form__field{width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px)}.row_bottom .home_button button.go_button{width:84px;margin-left:10px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:50px;border:1px solid #979797;color:#1a1a1a;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.375rem;text-align:center;text-transform:uppercase}.row_heading{text-align:center;padding:40px 10px 40px;background:#f2f2f2}.row_heading .product__title{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;width:100%;padding:0px}.row_heading .product__price{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:0.875rem;letter-spacing:0;text-transform:uppercase;width:100%;padding:0px;margin-top:0px}.hideMobile{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 800px){.hideMobile{display:none}}.for_desktop{display:block}@media(max-width: 800px){.for_desktop{display:none}}.for_desktop_button{display:initial}@media(max-width: 800px){.for_desktop_button{display:none}}@media(max-width: 800px){.flex_view{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}}.for-boder{-webkit-border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px}.for_mobile{display:none}@media(max-width: 800px){.for_mobile{display:block}}.for_mobile_v{display:none;padding:0px 10px}@media(max-width: 800px){.for_mobile_v{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}}.for_mobile_v .d-card-deck__card{margin-right:0px}@media(max-width: 800px){.for_mobile_v .d-card-deck__card .product-card__image{height:auto}}.product__view-reviews-toggle{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.product__view-reviews-toggle:before{content:"";display:block;margin-right:10px;border-top:8px solid #000;border-right:8px solid transparent;border-left:8px solid transparent}.active{background:#000;color:#fff}.suggestion_section{width:100%}.suggestion_section .o-section-title{text-align:center;width:100%}.s-site-harness .suggestion_section{max-width:1200px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:auto}.s-site-harness .suggestion_section .d-card-deck__card{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.slider-component{width:100%;background:#f2f2f2;padding-bottom:40px}.slider-component .carousel-container{margin:0 auto;width:900px}@media(max-width: 1125px){.slider-component .carousel-container{width:900px}}@media(max-width: 1000px){.slider-component .carousel-container{width:700px}}@media(max-width: 800px){.slider-component .carousel-container{width:470px}}.slider-component .carousel-container .o-section-title{text-align:left}.owl-carousel{position:relative}.owl-carousel .owl-prev{left:-50px;position:absolute;top:44%;background:transparent !important}@media(max-width: 1125px){.owl-carousel .owl-prev{left:-53px}}.owl-carousel .owl-prev img.prev_btn{width:10px;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);height:10px}.owl-carousel .owl-next{right:-50px;position:absolute;top:44%;background:transparent !important}@media(max-width: 1125px){.owl-carousel .owl-next{right:-53px}}.owl-carousel .owl-next img.next_btn{width:10px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);height:10px}.owl-carousel .owl-item{background:inherit !important}.bord_btm{border-bottom:1px solid #dedede}@media(max-width: 800px){.bord_btm{margin:0px 20px}}.bord_btm .load_more_option{padding-bottom:20px}button.add-to-basket__trigger:disabled{background:#89d5ef}.oos{padding:0px 40px;margin:40px 0px;font-family:"Roboto Condensed",sans-serif;font-weight:700;color:red;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;width:100%}@media(max-width: 800px){.oos{padding:0px}}.d-site-harness_productDetails{width:100%;max-width:900px;margin-right:auto;margin-left:auto}.o-section-title-change{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.9rem;letter-spacing:0;text-transform:uppercase;max-width:300px;margin-right:auto;margin-left:auto;padding-top:60px;padding-bottom:60px;text-align:center}.product__price_ch{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:0;text-transform:uppercase;width:100%;padding:0px 40px;margin-top:20px}.b-ofs{width:100%;text-align:center;padding:40px 0px}.b-ofs p{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.5625rem;letter-spacing:0;text-transform:uppercase;padding:10px}.b-ofs a.cshop{font-family:"Roboto Condensed",sans-serif;font-weight:400;font-size:1rem;text-decoration:none;cursor:pointer;letter-spacing:0;text-transform:uppercase}.b-ofs a.cshop:after{content:"";margin-left:10px;border-top:8px solid transparent;vertical-align:bottom;display:inline-block;border-bottom:8px solid transparent;border-left:8px solid var(--primary-colour)}.for_imagesize .product-card__image{height:auto;max-width:280px}.product__price_ch_sell{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.3rem;letter-spacing:0;text-transform:uppercase;width:100%;padding:0px 40px;color:red;margin-top:10px}.crop{text-decoration:line-through}.basket_product_section_title{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.basket_product_section_title p{width:80px;font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize}@media(max-width: 600px){.basket_product_section_title p{width:90px}}.basket_product_section_title .basket_section{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0px 0px 0px 20px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.basket_product_section_title .basket_section .basket_title p{width:100px;font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize}.basket_product_section_title .basket_section .basket_price{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.basket_product_section_title .basket_section .basket_price align-items:flex-start p{width:80px;font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize}@media(max-width: 600px){.basket_product_section_title .basket_section .basket_price align-items:flex-start p{width:46px}}.owl-carousel{position:relative}.owl-carousel .owl-prev{left:-50px;color:transparent !important;position:absolute;top:44%;background:transparent !important}.owl-carousel .owl-prev:after{content:"";position:absolute;left:2px;top:2px;display:block;margin-right:10px;border-top:10px solid transparent;border-right:10px solid #000;border-bottom:10px solid transparent}@media(max-width: 1125px){.owl-carousel .owl-prev{left:-53px}}.owl-carousel .owl-prev img.prev_btn{width:10px;-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);height:10px}.owl-carousel .owl-next{right:-50px;position:absolute;top:44%;color:transparent !important;background:transparent !important}.owl-carousel .owl-next:after{content:"";position:absolute;left:26px;top:2px;display:block;margin-right:10px;border-top:10px solid transparent;border-left:10px solid #000;border-bottom:10px solid transparent}@media(max-width: 1125px){.owl-carousel .owl-next{right:-53px}}.owl-carousel .owl-next img.next_btn{width:10px;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);height:10px}.noReview{font-family:"Roboto Condensed",sans-serif;font-weight:700;text-transform:uppercase;display:block;font-size:.875rem;color:#747474;width:100%;padding:40px 0px;text-align:center;border:1px solid #747474}@media(max-width: 600px){.noReview{width:90%;margin:0px auto}}p.hsp{width:120px}.Tickets{width:50% !important;background-image:url("/assets/images/dashboard/Tickets.PNG")}@media(max-width: 800px){.Tickets{width:100% !important}}.Shirt_of_the_Backvings{background-image:url("/assets/images/dashboard/Shirt Off the Back.jpeg")}.shipping_cost .product__option{width:50%}.delivery_box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;float:right}.delivery_box p{font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.93914rem;text-transform:capitalize}.delivery_box .total p{width:89px;font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;line-height:1.93914rem;text-align:right}.clearfix::after{content:"";clear:both;display:table}a.view-all_btn{text-transform:uppercase}#featured_products.FLASH-OFFERS.LATEST_product{background-color:#000}#featured_products.FLASH-OFFERS.LATEST_product h1{font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:center;color:#fff;margin-top:0;margin-bottom:40px;text-transform:uppercase}#featured_products.FLASH-OFFERS.LATEST_product a.view-all_btn{color:#fff}#featured_products.FLASH-OFFERS.LATEST_product .owl-carousel .owl-nav .owl-prev,#featured_products.FLASH-OFFERS.LATEST_product .owl-carousel .owl-nav .owl-next,#featured_products.FLASH-OFFERS.LATEST_product .owl-carousel .owl-dot{font-family:"fontAwesome"}#featured_products.FLASH-OFFERS.LATEST_product .owl-carousel .owl-nav .owl-prev:before{content:"";color:var(--primary-colour);font-size:1.375rem;border:none}#featured_products.FLASH-OFFERS.LATEST_product .owl-carousel .owl-prev:after{border:none}#featured_products.FLASH-OFFERS.LATEST_product .owl-carousel .owl-nav .owl-next:after{content:"";color:var(--primary-colour);font-size:1.375rem;border:none}.basket span{color:var(--primary-colour)}.order_review-harness{width:100%;max-width:950px;margin-right:auto;margin-left:auto}.order_review-harness .row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding:80px 0px 0px 0px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order_review-harness .row .for-space{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.order_review-harness .row .for-space p:first-child{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5625rem;text-transform:uppercase}.order_review-harness .row .for-space p{font-family:"Roboto Condensed";font-size:1rem;font-weight:300;line-height:1.5625rem;text-align:right;text-transform:uppercase}.order_review-harness .row .order_review{width:-webkit-calc(50% - 15px);width:-moz-calc(50% - 15px);width:calc(50% - 15px);-webkit-box-flex:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;padding:5px 0px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 800px){.order_review-harness .row .order_review{width:-webkit-calc(100% - 0px);width:-moz-calc(100% - 0px);width:calc(100% - 0px);padding:5px 20px}}.order_review-harness .row .order_review .add-to-basket__trigger{background-color:var(--primary-colour);font-family:"Roboto Condensed",sans-serif;font-size:.875rem;font-weight:700;letter-spacing:.0125rem;text-transform:uppercase;display:inline-block;color:#fff;padding:8px;text-align:center;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;margin:4px 0px}.order_review-harness .row .order_review .status_text{font-family:"Roboto Condensed";font-size:1rem;font-weight:400;line-height:1.5625rem;text-transform:uppercase;margin:4px 0px}.order_review-harness .row .order_review .basket_product_section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin-top:0px;margin-bottom:20px}.order_review-harness .row .order_review .basket_product_section img{width:135px;height:135px;-o-object-fit:cover;object-fit:cover;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #dadbdc;background:#fafafa}@media(max-width: 600px){.order_review-harness .row .order_review .basket_product_section img{width:100px;height:100px}}.order_review-harness .row .order_review .basket_product_section .basket_section{width:100%;padding-left:20px}.order_review-harness .row .order_review .basket_product_section .basket_section .d-form__field{width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px)}.order_review-harness .row .order_review .basket_product_section .basket_section .d-form__field textarea{height:100px}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title .review_heading{font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.25rem;text-transform:uppercase}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title a{text-decoration:none;cursor:pointer}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title p.review_para{font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.25rem;color:var(--primary-colour);text-transform:uppercase}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title .review_comment{font-family:"Roboto Condensed";font-size:0.875rem;font-weight:700;line-height:1.5rem;text-transform:uppercase;color:#9e9e9e;text-decoration:underline}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title .product__stars{padding:20px 0px}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title .product__stars span:first-child{margin-left:0px}.order_review-harness .row .order_review .basket_product_section .basket_section .basket_title .product__stars span{display:inline-block;width:30px;margin-left:10px}.order_review-harness .row .heading_col{width:33.33%;text-align:center}@media(max-width: 600px){.order_review-harness .row .heading_col{width:100%;margin:15px 0px}}.order_review-harness .row .heading_col p{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5625rem;text-align:center;text-transform:uppercase}@media(max-width: 600px){.order_review-harness .row .heading_col p{padding:10px 0px}}.order_review-harness .row .heading_col .product__stars{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.order_review-harness .row .heading_col .product__stars span{width:36px;height:30px;margin:10px 10px 0px}.order_review-harness .row .heading_6_col{width:50%;padding-top:60px}@media(max-width: 800px){.order_review-harness .row .heading_6_col{width:100%;padding:60px 20px 0px}}.order_review-harness .row .heading_6_col p{font-family:"Roboto Condensed";font-size:1rem;font-weight:700;line-height:1.1875rem;text-transform:uppercase}.order_review-harness .row .heading_6_col .d-form__field{width:100%}.order_review-harness .row .heading_6_col .btn_submit{width:202.46px;height:62.93px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background:var(--primary-colour);font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;color:#fff;line-height:1.5rem;text-align:center;text-transform:uppercase;margin:40px 0px 100px}.order_review-harness .basket_heading{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:4.375rem;text-align:center;text-transform:uppercase;letter-spacing:-0.01953rem;padding:80px 0px 0px}@media(max-width: 600px){.order_review-harness .basket_heading{line-height:2.5rem}}.bg-black{background:#000}.bg-black .dashboard-stats{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:480px;margin-right:auto;margin-left:auto;padding:20px;margin-top:50px}.bg-black .dashboard-stats .bg-forpri{background-color:var(--primary-colour);color:#fff}.bg-black .dashboard-stats .bg-forW{background-color:#fff;color:#000}.bg-black .dashboard-stats .bg-forW .dashboard-stats__value{color:var(--primary-colour)}.bg-black .dashboard-stats .bg-forB{background-color:#000;color:#fff}.bg-black .dashboard-stats .bg-forB .dashboard-stats__value{color:var(--primary-colour)}.bg-black .dashboard-stats .dashboard-stats__stat{width:-webkit-calc(50% - 5px);width:-moz-calc(50% - 5px);width:calc(50% - 5px);padding:20px 0px;margin-bottom:10px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #80808030}.bg-black .dashboard-stats .dashboard-stats__stat .dashboard-stats__title{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:1.125rem;text-align:center;text-transform:uppercase;margin-bottom:6px}.bg-black .dashboard-stats .dashboard-stats__stat .dashboard-stats__value{font-family:"Roboto Condensed",sans-serif;font-weight:700;font-size:1.625rem;text-align:center;margin-bottom:6px}.group_header{height:380px;background:#f2f2f2}@media(max-width: 800px){.group_header{height:195px}}.group_header .group_header-inner{padding:60px}@media(max-width: 800px){.group_header .group_header-inner{padding:0px}}.group_header .group_header-inner .group_breadcrumb span{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.5rem;text-transform:uppercase;text-decoration:underline;margin-left:15px}.group_header .group_header-inner .group_breadcrumb img{width:11px}.group_header .group_header-inner .heade_title{padding-top:42px}@media(max-width: 800px){.group_header .group_header-inner .heade_title{padding-top:18px;padding-bottom:0px}}.group_header .group_header-inner h1{font-family:"Roboto Condensed";font-size:4.0625rem;font-weight:700;line-height:3.75rem;text-align:center;text-transform:uppercase;letter-spacing:-0.05078rem;text-align:center;position:relative}@media(max-width: 800px){.group_header .group_header-inner h1{font-family:"Roboto Condensed";font-size:3.136rem;font-weight:700;line-height:2.94rem;text-align:center;text-transform:uppercase;letter-spacing:-0.049rem}}.group_header .group_header-inner h1:after{background:var(--primary-colour);position:absolute;width:10px;height:10px;content:"";-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;bottom:0}@media(max-width: 800px){.group_header .group_header-inner h1:after{width:5px;height:5px;bottom:5px}}.intro-video{width:150px;text-align:center;float:right}@media(max-width: 800px){.intro-video{width:83;height:57px;background:var(--primary-colour);display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:14px}}.intro-video a{background:var(--primary-colour);padding:25px 0;display:block}@media(max-width: 800px){.intro-video a{background:transparent;padding:0px;display:block}}.intro-video a img{width:50px}@media(max-width: 800px){.intro-video a img{width:25px}}.filter_list{width:990px;margin:0 auto;padding-top:70px;padding-bottom:100px}@media(max-width: 800px){.filter_list{width:95%}}.filter_list .dropdown{width:165px}.filter_list .dropdown h3.dropbtn{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:300;line-height:1.5rem;text-transform:uppercase}.filter_list .dropdown .dropdown-content{border-bottom:2px solid var(--primary-colour)}.filter_list .dropdown .dropdown-content #filters{font-family:"Roboto Condensed";font-size:1.125rem;font-weight:700;text-transform:uppercase;width:100%;border:none;outline:0;text-align:left;position:relative;-webkit-appearance:none;background-image:url(../assets/images/Path-arrow.png);background-repeat:no-repeat;-webkit-background-size:15px auto;-moz-background-size:15px auto;background-size:15px auto;background-position:right center;cursor:pointer;padding-bottom:3px}.filter_list table.datatable{width:100%;margin-top:55px}.filter_list table.datatable th{font-family:"Roboto Condensed";font-size:1.0625rem;font-weight:700;line-height:3.75rem;text-align:left;line-height:60px;text-transform:uppercase}@media(max-width: 800px){.filter_list table.datatable th{line-height:1.5625rem}}.filter_list table.datatable th.salect_all{width:130px;color:#959697;text-transform:uppercase;text-decoration:underline;text-transform:uppercase}@media(max-width: 800px){.filter_list table.datatable th.salect_all{width:83px}}.filter_list table.datatable th.salect_all .checkbox{margin-left:23px;vertical-align:text-bottom;display:inline-block;position:relative}@media(max-width: 800px){.filter_list table.datatable th.salect_all .checkbox{margin-left:61px;margin-bottom:10px;position:relative}}.filter_list table.datatable tbody tr td{border-top:1px solid #979797;border-bottom:1px solid #979797;line-height:3.75rem;font-family:"Roboto Condensed";font-size:1.00625rem;font-weight:400;text-transform:uppercase;vertical-align:middle}.filter_list table.datatable tbody tr .view_img img{width:25px;cursor:pointer}.filter_list table.datatable tbody tr .single_checkbox{position:relative}.filter_list table.datatable tbody .single_checkbox{display:inline-block;margin-left:84%}@media(max-width: 800px){.filter_list table.datatable tbody .single_checkbox{margin-left:74%}}.filter_list input:checked~.checkmark{background-color:var(--primary-colour)}.filter_list input:checked~.checkmark:after{display:block}.filter_list .checkmark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:#f5f6f7;border:1px solid #979797;margin:0;cursor:pointer;outline:0}.filter_list .checkmark:after{left:7px;top:3px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);content:"";position:absolute;display:none}.filter_list .checkmark .checkbox{position:relative;display:inline-block}.filter_list .load_more{text-align:center;margin-top:70px;margin-bottom:70px}.filter_list .load_more a{font-family:"Roboto Condensed";font-size:1.875rem;font-weight:700;line-height:4.375rem;text-align:center;text-transform:uppercase;text-decoration:underline;letter-spacing:-0.02344rem}.filter_list .bottom_button{text-align:center}.filter_list .bottom_button button{color:#1a1a1a;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:3.125rem;text-align:center;text-transform:uppercase;width:200px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:0;outline:0;cursor:pointer}@media(max-width: 800px){.filter_list .bottom_button button{width:163;font-size:1rem}}.filter_list .bottom_button .without_color{border:1px solid}.filter_list .bottom_button .with_color{background:#d8d8d8;color:#fff;margin-left:25px}@media(max-width: 800px){.filter_list .bottom_button .with_color{margin-left:10px}}.filter_list .group_members{font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.875rem;text-transform:uppercase;letter-spacing:-0.01953rem;margin-top:60px}.filter_list .group_members span{color:var(--primary-colour)}.filter_list .user_img{width:54px;background:#d8d8d8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;height:54px;display:inline-block;border:1px solid #979797;vertical-align:top;margin:10px 0;margin-right:20px}.filter_list .user_name{display:inline-block;vertical-align:top}.round-circle{height:6px;width:6px;background:var(--primary-colour);-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-top:-8px;margin-left:5px}.Mobile-view{display:none}.Desk-view{display:block}@media(max-width: 1150px){.email-template__button-group{display:inline-grid}}@media(max-width: 900px){.dashboard-actions label{font-size:1rem}.dashboard-actions select{margin-top:10px}.email-template__add-element{font-size:1rem;height:78px}.count-data{padding-top:10px}.email_section{padding-top:2rem;padding-bottom:5rem}.Mobile-view{display:block}.Desk-view{display:none}}.buttonload .fa{margin-left:8px;margin-right:8px}@media(max-width: 800px){.buttonload .fa{margin-left:1px;margin-right:1px}}.profile-drawer__content .filter_list{padding-top:0px;padding-bottom:0px;margin:0px 16px;width:95%}.profile-drawer__content table.datatable{margin-top:0px}.rewards .title_section{text-align:center;max-width:700px;margin:0px auto}.rewards .title_section h2{font-family:"Roboto Condensed",sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;text-transform:uppercase}.rewards .title_section p{color:#1a1a1a;font-family:"Roboto Condensed",sans-serif;font-size:.9375rem;font-weight:300;line-height:1.375rem;padding:20px 0px}@media(max-width: 800px){.rewards .title_section p{margin:0px 20px}}.rewards .card_rewards{-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:700px;margin:30px auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media(max-width: 800px){.rewards .card_rewards{display:flow-root}}.rewards .card_rewards .points_rewards{margin:20px;padding:0px;width:240px;display:block;height:140px;background:var(--primary-colour);text-align:center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}@media(max-width: 800px){.rewards .card_rewards .points_rewards{width:90%;margin:10px auto}}.rewards .card_rewards .points_rewards p{color:#fff;font-family:"Roboto Condensed";font-size:.9375rem;font-weight:300;text-transform:uppercase;line-height:1.375rem;padding-top:20px}.rewards .card_rewards .points_rewards p.point-num{padding-top:20px;color:#fff;font-family:"Roboto Condensed";font-size:2.8rem;font-weight:700;text-transform:uppercase;line-height:2rem}.rewards .card_rewards .points_rewards_1{margin:20px;padding:0px;width:240px;display:block;height:140px;background:#000;text-align:center;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}@media(max-width: 800px){.rewards .card_rewards .points_rewards_1{width:90%;margin:10px auto}}.rewards .card_rewards .points_rewards_1 p{color:#fff;font-family:"Roboto Condensed";font-size:.9375rem;font-weight:300;text-transform:uppercase;line-height:1.375rem;padding-top:20px}.rewards .card_rewards .points_rewards_1 p.point-num{padding-top:20px;color:var(--primary-colour);font-family:"Roboto Condensed";font-size:2.8rem;font-weight:700;text-transform:uppercase;line-height:2rem}.rewards .card_rewards table.table_copoon{margin:20px;width:100%;border-top:1px solid #cacaca;border-bottom:1px solid #cacaca;border-collapse:inherit}.rewards .card_rewards table.table_copoon h1{font-family:"Roboto Condensed",sans-serif;font-size:1.5rem;font-weight:700;padding:20px 0px;color:#1a1a1a}.rewards .card_rewards table.table_copoon td{color:#1a1a1a;font-family:"Roboto Condensed";font-size:.9375rem;font-weight:400;line-height:1.375rem}.rewards .card_rewards table.table_copoon .expired{font-weight:500;color:#000}.rewards .card_rewards table.table_copoon .Use_now{cursor:pointer;font-weight:600 !important;color:var(--primary-colour) !important}.rewards .card_rewards table.table_copoon h3{font-family:"Roboto Condensed",sans-serif;font-size:1rem;text-decoration:underline;font-weight:700;padding:20px 0px;color:#1a1a1a;cursor:pointer}.rewards .for-width-section{width:100%;max-width:1050px;margin-right:auto;margin-left:auto}.rewards .for-width-section .cal-rewards{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;margin:30px 0px}@media(max-width: 800px){.rewards .for-width-section .cal-rewards{display:flow-root}}.rewards .for-width-section .cal-rewards .card_1{background:var(--primary-colour)}.rewards .for-width-section .cal-rewards .card_1 p{color:#000}.rewards .for-width-section .cal-rewards .card_1 a{color:#fff}.rewards .for-width-section .cal-rewards .card_2{background:#000}.rewards .for-width-section .cal-rewards .card_2 p{color:var(--primary-colour)}.rewards .for-width-section .cal-rewards .card_2 a{color:#fff}.rewards .for-width-section .cal-rewards .card_3{background:#3052b5}.rewards .for-width-section .cal-rewards .card_3 p{color:#fff}.rewards .for-width-section .cal-rewards .card_3 a{color:var(--primary-colour)}.rewards .for-width-section .cal-rewards .card_4{background:#a7a8a9}.rewards .for-width-section .cal-rewards .card_4 p{color:#000}.rewards .for-width-section .cal-rewards .card_4 a{color:#fff}.rewards .for-width-section .cal-rewards .card{width:24%;height:250px;text-align:center;padding:80px 30px}@media(max-width: 800px){.rewards .for-width-section .cal-rewards .card{width:92%;margin:10px auto}}.rewards .for-width-section .cal-rewards .card p{font-family:"Roboto Condensed";font-size:1.3rem;font-weight:600;text-transform:uppercase;line-height:1.6rem}.rewards .for-width-section .cal-rewards .card a{font-family:"Roboto Condensed";font-size:1rem;font-weight:600;text-transform:uppercase;line-height:2.6rem}.add-to-basket .convertCoppon{max-width:700px;width:100%;padding:0px 20px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.add-to-basket .convertCoppon .add-to-basket__quantity{font-size:1rem;font-family:"Roboto Condensed",sans-serif;padding:0px 10px;width:125px;-webkit-border-radius:4px 0px 0px 4px;-moz-border-radius:4px 0px 0px 4px;border-radius:4px 0px 0px 4px;height:50px;text-align:inherit;border:1px solid #e6e6e6}.add-to-basket .convertCoppon .add-to-basket__quantity-modifier{height:50px;width:50px}.add-to-basket .convertCoppon p{color:#1a1a1a;font-family:"Roboto Condensed";font-size:.9375rem;font-weight:300;line-height:1.375rem;padding:0px 0px 20px}.voucher_section button{margin-top:35px}.voucher_section label{font-family:"Roboto Condensed";font-size:1.25rem;width:50%;display:grid;font-weight:300;line-height:2.34375rem;text-transform:uppercase;letter-spacing:-0.03676rem}.voucher_section label input.d-form__field{width:100%;-webkit-border-radius:4px 0px 0px 4px;-moz-border-radius:4px 0px 0px 4px;border-radius:4px 0px 0px 4px;font-size:1rem;font-family:"Roboto Condensed",sans-serif;font-weight:500;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;padding:15px;border:1px solid #bdbdbd}.reward_Code{border:transparent;background:inherit}.reward_Code :focus{border:transparent !important;background:inherit !important}.delete_now{text-transform:uppercase;color:red !important;cursor:pointer;font-weight:600 !important}.cover{width:100%;max-width:1000px;color:#fff;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#COMPETITION .header_sec{background:#000;padding-top:70px;padding-bottom:70px}#COMPETITION .banner_left h1 span{color:var(--primary-colour)}#COMPETITION .banner_left h1{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:2.813rem;font-weight:700;line-height:3.375rem;margin-top:0;margin-bottom:25px}#COMPETITION .dashboard_owl_item h3{height:50px;color:initial}.banner_left{width:50%}#COMPETITION .banner_left img{width:100%;border:2px solid #fff;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;height:520px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.banner_right{width:45%;margin-top:30px}.some_text p{color:#fff;font-family:"Roboto Condensed";font-size:1.5625rem;font-weight:700;line-height:1.875rem;margin:0}.some_text{background:var(--primary-colour);padding:30px 25px 30px 25px}#COMPETITION .check-box{margin-top:35px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}#COMPETITION .checkbox{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;line-height:1.0625rem;margin-right:40px}#COMPETITION .checkbox_button button{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;font-weight:700;line-height:1.875rem;border:none;background:var(--primary-colour);padding:5px 10px;text-transform:uppercase}#COMPETITION .checkbox a{color:#fff}.share_box h4{color:var(--primary-colour);font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;border-bottom:1px solid;display:inline-block;margin-bottom:20px;margin-top:10px}label.competition_share_label{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;line-height:1.0625rem;margin-bottom:0px;display:block}input#f_email{width:100%;padding:10px 3px;color:#b3b3b3;font-family:"Roboto Condensed",sans-serif;font-size:.875rem;font-weight:400;line-height:1.0625rem;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;margin-bottom:5px;padding-left:10px}.competition_share_box input{color:#000 !important}.social_icon{margin-top:15px}.competition_share_button button#add_button{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;line-height:1.0625rem}div#add_button span{color:var(--primary-colour)}.button_b{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}button#share{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;background:transparent;border:2px solid var(--primary-colour);padding:3px 10px;margin-top:5px}.social_icon ul{padding:0;list-style:none}.social_icon ul li{display:inline-block;margin-right:20px}.banner_below_div h1{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:2.8125rem;font-weight:700;line-height:3.375rem;text-align:center;margin:0}.banner_below_div{background-color:var(--primary-colour);padding-top:80px;padding-bottom:80px}.banner_below_div .cover{display:block}.FLASH-OFFERS .cover{display:block}#COMPETITION .FLASH-OFFERS h1{font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:center;color:#000;margin-top:0;margin-bottom:40px}#COMPETITION .FLASH-OFFERS.LATEST_product .dashboard_owl_item h3{color:#fff}.FLASH-OFFERS{padding:70px 0;text-align:center}a.view-all_btn{font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:center;display:inline;margin-top:30px;color:#000;text-decoration:none;border-bottom:2px solid var(--primary-colour)}.banner_below_div h1 span{color:#e58888}.banner_below_div p{margin:0;text-align:center;color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem}.REWARDS-POINTS{border-bottom:2px solid #fff;border-top:2px solid #fff}#COMPETITION .LATEST_product{background:#000}#COMPETITION .LATEST_product h1{color:#fff}#COMPETITION .LATEST_product h1 span{color:var(--primary-colour)}#COMPETITION .LATEST_product a.view-all_btn{color:#fff}#COMPETITION .thankyou_box-left h1{color:var(--primary-colour);font-family:"Roboto Condensed",sans-serif;font-size:2.8125rem;font-weight:700;line-height:3.375rem;margin-top:0;margin-bottom:20px}#COMPETITION .thankyou_box-left p{font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5rem;color:#000 !important}#COMPETITION .thankyou_box .cover{-webkit-box-align:inherit;-webkit-align-items:inherit;-moz-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;max-width:100%}#COMPETITION .thankyou_box-left{max-width:48%;padding:80px 95px 0 95px;width:100% !important}#COMPETITION .thankyou_box-right{background:#f2f2f2;width:52%;padding:80px 90px 90px 70px}#COMPETITION .thankyou_box-right h2{color:var(--primary-colour);font-family:"Roboto Condensed";font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-top:0;border-bottom:2px solid;display:inline-block;margin-bottom:15px}#COMPETITION .thankyou_box-right p{font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;color:#000;line-height:1.5rem}#COMPETITION .thankyou_box-right label{font-family:"Roboto Condensed",sans-serif;font-size:0.875rem;font-weight:700;line-height:1.0625rem;margin-bottom:10px;display:block;color:#000 !important}#COMPETITION .checkbox label{font-family:"Roboto Condensed",sans-serif;font-weight:300;font-size:.875rem;margin-left:0px;vertical-align:top}#COMPETITION .thankyou_box-right div#add_button{color:#000 !important}#COMPETITION .thankyou_box-right button#share{background:var(--primary-colour);color:#fff;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;line-height:1.5rem}.explore_t{background:#f2f2f2;padding:15px 0}#COMPETITION div#links_banner .cover h3{margin-bottom:0}#COMPETITION #links_banner .owl-nav{top:-23%}#COMPETITION #links_banner .owl-dots{top:-19%}#COMPETITION #links_banner{padding:0}#COMPETITION .owl-carousel .owl-nav .owl-prev,#COMPETITION .owl-carousel .owl-nav .owl-next,#COMPETITION .owl-carousel .owl-dot{font-family:"fontAwesome"}#COMPETITION .owl-carousel .owl-nav .owl-prev:before{content:"";color:var(--primary-colour);font-size:1.375rem;border:none}#COMPETITION .owl-carousel .owl-prev:after{border:none}#COMPETITION .owl-carousel .owl-nav .owl-next:after{content:"";color:var(--primary-colour);font-size:1.375rem;border:none}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:block !important}#COMPETITION .owl-carousel .owl-prev,#COMPETITION .owl-carousel .owl-next{top:30%}.banner_below_div.REWARDS-POINTS h1{text-align:center}@media(max-width: 768px){.banner_below_div.REWARDS-POINTS h1{text-align:center !important}#COMPETITION .FLASH-OFFERS{padding:50px 0}#COMPETITION .thankyou_box .cover{display:block}#COMPETITION .thankyou_box-left{max-width:100%;padding:50px 20px 50px 20px;width:100% !important}.thankyou_box-right{max-width:100% !important;width:100% !important;padding:50px 20px 50px 20px !important}#COMPETITION .thankyou_box-right p{margin-bottom:15px}#COMPETITION #links_banner .owl-nav{top:-46%}#COMPETITION .LATEST_product h1{color:#fff;text-align:left;font-size:1.375rem;line-height:1.625rem;padding:0 20px;padding-right:200px}#COMPETITION .FLASH-OFFERS.LATEST_product .cover{padding:0}#COMPETITION .FLASH-OFFERS.LATEST_product .owl-nav{position:absolute;top:-95px;right:70px}#COMPETITION #FLASH-OFFERS .owl-nav{position:absolute;top:-22%;right:70px}#COMPETITION .owl-dots{display:none}.explore_t{padding:30px 0}#COMPETITION div#links_banner .cover h3{margin-bottom:0 !important}#FLASH-OFFERS .cover{padding:0}#COMPETITION #FLASH-OFFERS h1{padding-left:20px;text-align:left;padding-right:160px;font-size:1.375rem}#COMPETITION .banner_left h1 span{font-size:3.125rem;display:inline-block;line-height:3.75rem}#COMPETITION .banner_left h1{font-size:2.188rem;line-height:2.625rem;text-align:center}#COMPETITION .banner_left{width:100%}#COMPETITION .header_sec .cover{max-width:100%;padding:0 20px;display:block}#COMPETITION .header_sec{background:#000;padding-top:20px;padding-bottom:40px}#COMPETITION .banner_right{width:100%}#COMPETITION .check-box{display:block;text-align:center;margin-bottom:30px;margin-top:30px}#COMPETITION .banner_below_div .cover{display:block;max-width:100%;padding:0 20px;text-align:center}#COMPETITION .banner_below_div{padding-top:50px;padding-bottom:50px}#COMPETITION .banner_below_div h1 br{display:none}#COMPETITION .banner_below_div h1{font-size:1.375rem;line-height:1.625rem;text-align:left;margin:0}#COMPETITION .banner_left img{height:320px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}}#COMPETITION .email-box input{width:100%;padding:10px 3px;color:#000;font-family:"Roboto Condensed",sans-serif;font-size:.875rem;font-weight:400;line-height:1.0625rem;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;margin-bottom:5px;padding-left:10px}.header_sec_dash{background:#000}#dashbord-fan div#links_banner{padding-bottom:0}.thankyou_box-left-inner{background:var(--primary-colour);width:48%;padding:80px 95px 0 95px}.header_sec_dash .wel_text{text-align:center;color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:2.8125rem;font-weight:700;line-height:3.375rem;text-align:center;letter-spacing:-0.03853rem;margin:0;padding-top:40px;padding-bottom:60px;text-transform:uppercase}.header_sec_dash .cover{display:block}.header_two_part{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #fff}.header_part_one{width:50%}.header_part_two{width:50%}.header_part_one:before{background:rgba(0,0,0,.3);position:absolute;top:0;width:100%;height:100%;content:"";z-index:-1}.header_part_one{border-right:2px solid #fff;background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;position:relative;z-index:999}.header_part_two{background:url("/assets/images/bag.png");background-repeat:no-repeat;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center}.btn_group{padding-top:47%}.stack_name{font-family:"Roboto Condensed",sans-serif;font-size:1.125rem;font-weight:400;line-height:1.375rem;text-align:right;padding-top:12px;padding-right:12px;padding-bottom:12px;color:#fff}.header_two_part .btn_group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.btn_group-inner{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;background:#000;width:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pro_name{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;font-weight:700;line-height:1.875rem;width:70%;text-align:center;background:var(--primary-colour);padding:10px 10px;text-transform:uppercase}.pro_price{text-align:center;background:#000;width:30%;padding:10px 10px;color:var(--primary-colour);font-family:"Roboto Condensed",sans-serif;font-size:1.5625rem;font-weight:700;line-height:1.875rem}.dashbord-b .thankyou_box-right{background:#f2f2f2;width:52%;padding:80px 116px 90px 70px}.thankyou_box-left{width:100%}.dashbord-b .cover{width:100%;max-width:100%;-webkit-box-align:inherit;-webkit-align-items:inherit;-moz-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}#dashbord-fan .dashbord-b .thankyou_box-left h1{color:#fff;margin-bottom:20px;font-family:"Roboto Condensed",sans-serif;font-size:2.8125rem;font-weight:700;line-height:3.375rem;margin-top:0;margin-bottom:20px}.dashbord-b .thankyou_box-right button#share{background:var(--primary-colour)}.dashbord-b button#share{border-color:var(--primary-colour)}.thankyou_box-right h2{color:var(--primary-colour);font-family:"Roboto Condensed";font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-top:0;border-bottom:2px solid;display:inline-block;margin-bottom:10px}#dashbord-fan .thankyou_box-right p{margin-bottom:20px;font-family:"Roboto Condensed";font-size:1.25rem;font-weight:700;color:#000;line-height:1.5rem}.for_dashbord .dashboard_owl_item h3{color:#000}.dashboard_owl_item h3{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;text-align:left;margin:10px 0}#dashbord-fan .FLASH-OFFERS.LATEST_product h1{font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:center;color:#fff;margin-top:0;margin-bottom:40px}.dashboard_owl_item h3{height:50px}.dashboard_owl_item img{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px}.stroke_price{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1rem;font-weight:400;line-height:1.1875rem;text-decoration:line-through}.total_price{background:var(--primary-colour);padding:6px 15px;color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.32834rem;font-weight:700;line-height:1.625rem;margin-right:10px;height:40px;width:100px}.price_box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-top:15px}.for_dashbord .stroke_price{color:#000}div#links_banner .cover h3{color:#000;font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:left;margin-bottom:50px}#links_banner .dashboard_owl_item img{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.for_dashbord .cover h1 span{color:var(--primary-colour)}#links_banner .dashboard_owl_item{-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-color:rgba(0,0,0,.5);background-blend-mode:overlay;height:245px}#links_banner .dashboard_owl_item h3{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.5rem;margin:0;position:absolute;top:42%;text-align:center;width:100%}#links_banner .dashboard_owl_item h3 span{color:var(--primary-colour)}#links_banner .owl-theme .owl-dots .owl-dot span{border:1px solid #000}#links_banner .owl-dots{position:absolute;top:-33%;right:132px}#links_banner .owl-nav{position:absolute;top:-37%;left:29%;margin:0}#dashbord-fan .thankyou_box-left p{color:#fff;font-family:"Roboto Condensed",sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5rem;color:#fff !important}#FLASH-OFFERS{position:relative}#dashbord-fan .FLASH-OFFERS.LATEST_product{background:#000}.form-left.wizard__step+.form-right{top:-265%}a.view-all_btn{border-bottom:2px solid var(--primary-colour)}#dashbord-fan .FLASH-OFFERS.LATEST_product a.view-all_btn{font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:center;display:inline;margin-top:30px;color:#fff;text-decoration:none;border-bottom:2px solid var(--primary-colour)}#dashbord-fan .FLASH-OFFERS.for_dashbord h1{margin-bottom:40px;font-family:"Roboto Condensed",sans-serif;font-size:2.1875rem;font-weight:700;line-height:2.625rem;text-align:center;color:#000;margin-top:0}.owl-carousel .owl-next:after{top:3px}@media(max-width: 768px){.stack_name{font-size:1rem;line-height:1.188rem}.thankyou_box-left-inner{background:var(--primary-colour);width:100%;padding:50px 20px 50px 20px}.dashboard_owl_item h3{height:45px}.price_box{margin-top:0}.price_box{display:table-caption;-webkit-box-align:normal;-webkit-align-items:normal;-moz-box-align:normal;-ms-flex-align:normal;align-items:normal}#links_banner .dashboard_owl_item{height:200px}#links_banner .dashboard_owl_item h3{font-size:.875rem;line-height:1.063rem}.stroke_price{margin-top:10px;text-align:left}.LATEST_product a.view-all_btn{font-size:1.25rem;line-height:1.5rem}.header_sec_dash .wel_text{font-size:1.75rem;padding-bottom:50px;line-height:2.125rem}.header_part_one{width:100%;border-top:4px solid #fff;border-right:none}.header_two_part{display:block;border:none}.pro_name{font-size:1.125rem;line-height:1.875rem}.pro_price{font-size:1rem}.header_part_two{width:100%}.FLASH-OFFERS h1{font-size:1.375rem;font-weight:700;line-height:1.625rem;padding-bottom:20px;text-align:left;padding-right:182px}.dashboard_owl_item h3{font-size:1.125rem;line-height:1.375rem}.dashbord-b .cover{display:block;max-width:100%}.dashbord-b .thankyou_box-right{background:#f2f2f2;width:100%;padding:50px 20px 50px 20px}.thankyou_box-left p{font-size:1.125rem;line-height:1.375rem}.LATEST_product a.view-all_btn{font-size:1.25rem;line-height:1.5rem}a.view-all_btn{font-size:1.25rem;line-height:1.5rem}#dashbord-fan input#f_email{border:1px solid #b3b3b3;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;padding-left:15px;font-size:0.625rem;letter-spacing:-0.00312rem;color:#b3b3b3 !important;height:35px;padding-left:10px}#dashbord-fan .thankyou_box-right label{font-size:0.625rem;font-weight:700;line-height:0.75rem}.FLASH-OFFERS .cover{display:block;max-width:100%;padding:0 20px}.thankyou_box-right p{font-size:1.125rem;line-height:1.375rem}.thankyou_box-right button#share{font-size:1.214rem;line-height:1.438rem;padding:7px 20px}.thankyou_box-left h1{font-size:1.563rem;margin-bottom:20px;line-height:1.875rem}.thankyou_box.dashbord-b{margin-top:0px}#dashbord-fan .owl-dots{display:none}div#links_banner{padding-top:70px}.FLASH-OFFERS.LATEST_product{padding-top:70px}.thankyou_box-right h2{font-size:1.563rem;line-height:1.875rem;margin-bottom:25px;margin-top:10px}#links_banner .owl-nav{position:absolute !important;top:-36% !important;left:83% !important}#dashbord-fan .FLASH-OFFERS.for_dashbord .owl-nav{position:absolute;top:-23%;left:83%}#dashbord-fan .cover{padding:0}#dashbord-fan .FLASH-OFFERS.LATEST_product h1{padding:0 20px;text-align:left;font-size:1.375rem}#dashbord-fan .FLASH-OFFERS.LATEST_product .owl-nav{position:absolute;top:-90px}#dashbord-fan .FLASH-OFFERS.for_dashbord h1{line-height:1.625rem;text-align:left;font-size:1.375rem}.FLASH-OFFERS.for_dashbord .cover{padding:0}div#links_banner .cover{padding:0 20px}.FLASH-OFFERS.for_dashbord h1{padding:0 20px;margin-right:44%}.FLASH-OFFERS.LATEST_product .owl-nav{position:absolute;top:-73px;right:73px}#links_banner .cover h3{font-size:1.255rem !important;line-height:1.5rem !important;margin-bottom:40px !important}.FLASH-OFFERS.LATEST_product h1{text-align:left}.form-left.wizard__step+.form-right{top:-198%}}#add_button{font-weight:bold;font-family:"Roboto Condensed";font-size:0.875rem}#add_button span{color:var(--primary-colour)}#dashbord-fan .owl-carousel .owl-nav .owl-prev,#dashbord-fan .owl-carousel .owl-nav .owl-next,#dashbord-fan .owl-carousel .owl-dot{font-family:"fontAwesome"}#dashbord-fan .owl-carousel .owl-nav .owl-prev:before{content:"";color:var(--primary-colour);font-size:1.375rem;border:none}#dashbord-fan .owl-carousel .owl-prev:after{border:none}#dashbord-fan .owl-carousel .owl-prev,#dashbord-fan .owl-carousel .owl-next{top:28%}#dashbord-fan .owl-carousel .owl-nav .owl-next:after{content:"";color:var(--primary-colour);font-size:1.375rem;border:none}#dashbord-fan .thankyou_box-right label{color:#000 !important;font-family:"Roboto Condensed";display:inline-block;margin-bottom:8px;font-size:.875rem;font-weight:700}#dashbord-fan input#f_email{padding-left:16px}#dashboard_featured_products_item,#dashboard_flash_offered_products_item,#dashboard_latest_products_item,.dashbord_links{display:inline-block;text-decoration:none}
