@charset "UTF-8";

/***BASE STYLES***/

@font-face {
    font-family: 'JuliSans';
    src: url("/hc/theming_assets/01HZMAV7H6S6AB000JNP38MBYW");
    src: url('/hc/theming_assets/01HZMAV7H6S6AB000JNP38MBYW?#iefix')
        format('embedded-opentype'),url("/hc/theming_assets/01HZMAV98HH7TBMHP7MTWWD52B")
        format('woff2'),url("/hc/theming_assets/01HZMAV98HH7TBMHP7MTWWD52B")
        format('woff'),url("/hc/theming_assets/01HZMAVCCFQ7WVQG1GBNA26BM5")
        format('truetype');
   font-weight: 100;
   font-style: normal;
}

@font-face {
    font-family: 'JuliSans';
    src: url("/hc/theming_assets/01HZMAV94H114SMTHQK140WMRZ");
    src: url('/hc/theming_assets/01HZMAV94H114SMTHQK140WMRZ?#iefix')
        format('embedded-opentype'),url("/hc/theming_assets/01HZMAVB6E2B924M5WW65YZWR9")
        format('woff2'),url("/hc/theming_assets/01HZMAVB6E2B924M5WW65YZWR9")
        format('woff'),url("/hc/theming_assets/01HZMAV9Q7BMY9SM1KFF6RBZZR")
        format('truetype');
   font-weight: 400;
   font-style: normal;
}

@font-face {
    font-family: 'JuliSans';
    src: url("/hc/theming_assets/01HZMAV5FWAA1QZNJWKBBCBH9Z");
    src: url('/hc/theming_assets/01HZMAV5FWAA1QZNJWKBBCBH9Z?#iefix')
        format('embedded-opentype'),url("/hc/theming_assets/01HZMAV6ETYE22TABV3XYPCVR3")
        format('woff2'),url("/hc/theming_assets/01HZMAV6ETYE22TABV3XYPCVR3")
        format('woff'),url("/hc/theming_assets/01HZMAV8H2CCKPHN7PGZQEVVEE")
        format('truetype');
   font-weight: 700;
   font-style: normal;
}

* {
  	box-sizing: border-box;
}

body {
  font-family: "JuliSans", Helvetica, Arial, sans-serif;
  color: #000000;
}

body {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: .6em 0;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin:0;
}
@media screen and (min-width: 600px) {
  h1 {
    margin-top:-15px;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-size: 1.25rem;
  margin: 1em 0;
}

h4, h5, h6 {
  font-weight: 300;
}

a {
    color: #1a1919;
}

li {
    margin-bottom: .2em;
}

.clearfix:after {
	content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none;
}

.align-center {
  text-align: center;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

ol.breadcrumbs {
  list-style-type: none;
  padding: 0;
}

ol.breadcrumbs li {
  float: left;
  margin-right: 6px;
}

ol.breadcrumbs li:after {
  content: "›";
  display: inline-block;
  padding-left: 2px;
}

ol.breadcrumbs li:last-child:after {
  display: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
  margin: 0;
}
 
input[type="number"] {
  -moz-appearance: textfield;
}

.bold {
  font-weight: 700;
}

/***HEADER***/
@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
  
  ol.breadcrumbs {
    margin-top: 80px;
  }

}

.main-header {
	background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding: 26px 13px 13px;
  position: relative;
  white-space: nowrap;
}

#header-customer {
  display: block;
  margin-top: 7px;
  min-height: 0;
  position: relative;
  z-index: 153;
  height: 24px;
  width: 24px;
  background-image: url(/hc/theming_assets/01HZMAV9VSST30W90TTX1V3KXR);
}

#header-cart {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  min-height: 0;
  position: relative;
  text-align: center;
  z-index: 153;
  height: 23px;
  width: 26px;
  background-image: url(/hc/theming_assets/01HZMAV5KWXKMWXP39YMWWNHV4);
}

.main-header>a {
  display: block;
  margin: 0 75px;
}

.main-header .logo {
  background-image: url(/hc/theming_assets/01HZMAVCKZJSSXGKC0622J6H18);
  background-size: 100%;
  display: block;
  margin: 5.5px auto;
  width: 162px;
  height:30px;
}

.main-header a {
  text-decoration: none;
}

.main-header .header-link-left {
  position: absolute;
  top: 13px;
  left: 26px;
}

.main-header .header-link-right-basket {
  position: absolute;
  top: 20px;
  right: 18px;
}

.main-header .header-link-right-account {
	position: absolute;
  top: 20px;
  right: 57px;
}

@media screen and (max-width: 600px) {
  .main-header .header-link-right-basket, 
  .main-header .header-link-right-account {
    top: 27px;
  }
}

.main-header .header-links a { 
  display: inline-block;
  margin-left: 20px;
}

.main-nav {
    display: none;
    background: #fff;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    height: 39px;
}

.main-nav .main-nav-item {
    display: inline-block;
    height: 39px;
    min-width: 50px;
    padding: 0 6.5px 19.5px;
}

.main-nav .main-nav-item > a {
    position: relative;
    height: 19px;
    display: inline-block;
}

.main-nav .main-nav-item:hover > a:before {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #cccccc;
    border-width: 1px 0 0 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: -25px;
    left: -6px;
    margin-left: 50%;
}

.main-header .hamburger {
  position: absolute;
  top: 33px;
  left: 13px;
  z-index: 150;
  height: 22px;
  width: 30px;
  cursor: pointer;
}

.main-header .hamburger > span {
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  background: #000;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out;
  width: 100%;
}

.main-header .hamburger > span:nth-of-type(1) {
	top: 0;
}

.main-header .hamburger > span:nth-of-type(2) {
	top: 10px;
}

.main-header .hamburger > span:nth-of-type(3) {
	bottom: 0;
}

.hamburger._active > span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 11px;
}

.hamburger._active > span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.hamburger._active > span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 12px;
}

.main-header .hamburger .main-nav-mobile {
    position: fixed;
    left: 13px;
    top: 58.5px;
    cursor: default;
    display: none;
	  border: 1px solid #1a1919;
    padding: 13px;
    margin-top: 0;
    z-index: 150;
    background: #fff;
    width: 280px;
}

.main-header .hamburger .main-nav-mobile a {
	text-decoration: none;
	display: block;
}

.main-header .hamburger .main-nav-mobile .main-nav-item {
	display: block;
	line-height: 2em;
	position: relative;
}

.main-header .hamburger .main-nav-mobile:after {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #1a1919;
    border-width: 1px 0 0 1px;
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 9px;
    z-index: 1;
}

.main-header .hamburger .main-nav-mobile .scroller {
    max-height: 70vh;
    overflow-y: scroll;
}

.main-header .hamburger._active .main-nav-mobile {
    display: block;
    margin-top: 0;
}

/***HOME PAGE***/
.community-enabled > .notification {
  margin-top: 75px;
}

.home-header {
  margin: 26px 0;
}

.home-header h3 {
  margin-top: 40px;
  margin-bottom: 52px;
}

@media screen and (max-width: 1024px) {
  .home-header {
    margin-top: 110px;
  }
}

@media screen and (min-width: 1024px) {
	.home-header {
    margin: 15px 0;
    padding-top: 22px;
  }
  
  .home-header h3 {
    margin-top: 26px;
    margin-bottom: 52px;
  }
  
  .community-enabled > .notification {
  	margin-top: 0;
	}
}

.intro {
    width: 100%;
    max-width: 568px;
    margin: 0 auto;
}

.intro p {
	  margin-bottom: 26px;
  	margin-top: 0;
    padding: 0 13px
}

.search-form-home {
    position: relative;
    top: 0;
    width: 80%;
    max-width: 568px;
    margin: 0 auto;
    margin-bottom: 40px;
    right: auto;
}

.search-form input {
		box-sizing: border-box;
    padding-right: 26px;
    width: 100%;
    border-bottom: 1px solid gray;
    color: black;
    display: inline-block;
    height: auto;
    line-height: 16px;
    min-height: unset;
    border-width: 0 0 1px;
    padding: 13px 27.5px 0 1px;
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    border-radius: 0;
}

.search-form input:focus {
    outline: none;
}

.search-form .search-icon {
  cursor: pointer;
	position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("/hc/theming_assets/01HZMAV6M22AJKNSM93RDRSR72");
  background-repeat: no-repeat;
  background-size: 25px;
}

@media screen and (max-width: 600px) {
  .search-form ::-webkit-input-placeholder {
    color: transparent;
  }

  .search-form :-moz-placeholder {
    color: transparent;
  }

  .search-form ::-moz-placeholder {
    color: transparent;
  }

  .search-form :-ms-input-placeholder {
    color: transparent;
  }
}


.support-main {
  padding: 13px;
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
}

.support-main h4.category-title {
  position: relative;
  margin-top: 0;
  font-weight: bolder;
  padding: 0 20px;
}

.support-main h4 a {
  text-decoration: none;
}

.support-main h4 .slick-next {
  display: none;
  background: url("/hc/theming_assets/01HZMAVB25B1VWMRWXBXJAA6TE");
  background-position: 77.92207792207792% 0;
  width: 13px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: -7.5px;
  margin-bottom: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 0;
  padding: 0;
}

.support-main h5 {
  margin: 0 0 13px;
}

@media screen and (min-width: 600px) {
  
  .support-main h5 {
    margin: 30px 0;
  }
  
  .support-main h4.main-title {
    margin: 30px 0;
  }
  
  .categories .category {
    float: left;
    width: 33%;
  }
  
  .support-main h4 .slick-next {
    display: inline-block;
  }
}

.support-main .dbl-arrow-group {
  position: relative;
  display: block;
}

.support-main .dbl-arrow-group span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.support-main .dbl-arrow-group span:last-child {
	top: 13px;
}

.support-main .dbl-arrow-group span:after {
    content: "";
    display: inline-block;
    float: right;
    background-image: url("/hc/theming_assets/01HZMAVA4NBD9B1ZDD5Z34HFBZ");
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.support-main .faq {
  margin-top: 52px;
}

.support-main .faq h3 {
  margin: 2em 0;
}

@media screen and (min-width: 600px) {
	.support-main .dbl-arrow-group {
  	display: none;
	}
}

.categories {
	margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.categories .category {
  width: 50%;
  flex-grow: 1;
}

@media screen and (min-width: 600px) {
	.categories {
		margin-top: 0;
	}
  .categories .category {
    width: 33.3%;
    flex-grow: 1;
  }
}

.category .content {
  max-width: 300px;
  margin: 0 auto;
}

.category .content h3 a {
  text-decoration: none;
  font-weight: normal;
}

.category .content h3:after {
  content: '';
  display: inline-block;
  width: .6em;
  height: .6em;
  border-top: 1px solid #1a1919;
  border-right: 1px solid #1a1919;
  transform: rotate(45deg);
}

.category .category-icon-wrapper {
  display: block;
  width: 100px;
  margin: 40px auto 20px;
  
}

.category .category-icon {
	width: 100px;
  height: 100px;
}

.category .category-icon-Pre-purchase {
	background-image: url("/hc/theming_assets/01HZMAVBADJJCCJ716P9ZZ5NGX");
}

.category .category-icon-Post-purchase {
	background-image: url("/hc/theming_assets/01HZMAV8P7HP2JKB9G9DHAQZKW");
}

.category .category-icon-Post-delivery {
	background-image: url("/hc/theming_assets/01HZMAV582W0BEATKF5KK0162K");
}

.category .category-icon-Product {
	background-image: url("/hc/theming_assets/01HZMAV7X40S9ZA6MQC60BXVHY");
}
.category .category-icon-How {
	background-image: url("/hc/theming_assets/01HZMAVC3VNK4MJVZKW5PZ7JB4");
}
.category .category-icon-Ordering {
	background-image: url("/hc/theming_assets/01HZMAVAJBVDBJ811DZVEVTS9Y");
}
.category .category-icon-Track {
	background-image: url("/hc/theming_assets/01HZMAVATEQ31PVV6XSTDVSV2Q");
}
.category .category-icon-Delivery {
	background-image: url("/hc/theming_assets/01HZMAVAD5ZMZ3QWSMZA0AT1D9");
}
.category .category-icon-Returns {
	background-image: url("/hc/theming_assets/01HZMAV9C7GBFPHVFG6ZEFK4P4");
}

.promoted-articles {
	list-style-type: none;
  padding: 0;
  width: 90%;
  margin: 0px auto;
}


@media screen and (min-width: 600px) {
	.promoted-articles .promoted-articles-item {
    float: left;
    width: 33%;
  }
}


.promoted-articles .promoted-articles-item {
  padding: 0 13px;
  margin: 26px 0;
}

@media screen and (min-width: 600px) {
  .promoted-articles .promoted-articles-item {
    margin: 0 0 26px;
  }
}

.promoted-articles .promoted-articles-item a {
	text-decoration: none;
}

.promoted-articles .promoted-articles-item a:hover {
	text-decoration: underline;
}

.inquiry {
  text-align: center;
  margin-bottom: 52px;
  width: 90%;
  margin: 0 auto 20px;
}
.inquiry .inquiry-desc {
  margin-bottom: 13px;
}

.inquiry h4 {
  width: 80%;
  margin: 26px auto;
}
@media screen and (min-width: 600px) {
  .inquiry {
    width: 100%;
    margin-bottom: 52px;
  }
  .inquiry h4 {
    width: 100%;
  }
}

.inquiry .opening-times {
	width: 100%;
  max-width: 300px;
  margin: 0 auto 13px;
}
@media screen and (max-width: 600px) {
  .inquiry .opening-times .float-left,
  .inquiry .opening-times .float-right {
    float: none;
    display: block;
  }
  .inquiry .opening-times .float-right {
    margin: 6.5px auto 13px;
  }
}
  
.inquiry .title {
	margin: 52px 0 26px;
}

.inquiry .phone {
	margin: 26px 0;
}

.inquiry p.text {
  margin: 0;
  line-height: 24px;
}

a button,
input[type="submit"],
a button.button-secondary {
		-o-transition: background-color .2s ease;
    -webkit-box-sizing: border-box;
    -webkit-transition: background-color .2s ease;
    background: #141f36;
    border: none;
    border-radius: 22.5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: .2rem;
    min-height: 40px;
    outline: 0;
    padding: .875rem 2.5rem;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s ease;
    vertical-align: bottom;
}
a button.button-tertiary {
  	background: transparent;
    border: 1px solid #141f36;
    color: #141f36;
}
a button.button-white {
  	background: #fff;
    color: #141f36;
}
a button:hover, 
input[type="submit"]:hover,
a button.button-secondary:hover {
    background: #5b6272;
  	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.27);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.27);
}
a button:active, 
input[type="submit"]:active,
a button.button-secondary:active {
  	-webkit-box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.5);
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,.5);
}

.inquiry h6 {
	margin-bottom: 26px;
}

.inquiry .opening-times p {
  margin-bottom: 13px;
}

.contact {
  padding: 13px;
  text-align: center;
  max-width: 1024px;
}

.contact-wrapper {
  width: 90%;
  margin: 0 auto;
}

.contact .contact-mail {
  margin-left: -10px;
}

.contact h1 {
  margin-bottom: 40px;
}

.contact .contact-office,
.contact .contact-press {
  width: 100%;
	float: left;
}

.contact .contact-press {
  margin-top: 26px;
}

.contact-press > div {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .contact {
    margin: 26px auto;
  }
  
  .contact-wrapper {
    width: 100%;
  }
  
  .contact .contact-office,
  .contact .contact-press {
    width: 50%;
    padding: 0 5rem;
  }
  .contact .contact-press {
    margin-top: 0;
  }
}

.contact a {
  text-decoration: none;
}

/***CATEGORY PAGE***/
.category-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 13px;
}

.search-header {
  display: none;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 25px 0 30px;
}

.search-header > div {
	max-width: 768px;
  margin: 0 auto;
}

.search-header h3 {
  display: block;
}
@media screen and (min-width: 600px) {
  .search-header h3 {
    display: inline-block;
    margin-right: 30px;
  }
}

.search-header .search-form {
  display: inline-block;
  width: 50%;
  position: relative;
}

.category-content, 
.article-content {
  margin: 1rem 0;
}

.category-questions,
.category-selector,
.category-section {
  float: left;
}

.category-selector {
  display: none;
}

.category-questions h1 {
  margin 15px 0;
}

.category-questions > h2 {
  margin-top: 0;
  padding: 30px 10px 0;
}

@media screen and (min-width: 600px) {
  .category-questions > h2 {
  	padding-top: 0;
  }
}

.category-section .article-list {
  list-style-type: none;
  padding-left: 0;
  display: none;
}

.category-section {
  width: 100%;
}

.category-section .article-list li {
  margin-bottom: 15px;
}

.category-section .article-list li a {
  text-decoration: none;
}

.category-section .article-list li a:hover {
  text-decoration: underline;
}

.category-section .category-section-title {
}

.category-section .category-section-title:after {
  content: "";
  display: inline-block;
  float: right;
  background-image: url(https://s3-eu-west-1.amazonaws.com/swoonpromos/tick-down.jpg);
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin-right: 13px;
}

.category-section .category-section-title.open:after {
  transform: rotate(180deg);
}

.category-selector .category-nav-item {
  margin-left: 25px;
  margin-bottom: 1rem;
}

.category-selector .category-nav-item a {
  text-decoration: none;
}

.category-selector .category-nav-item h5 {
}

@media screen and (min-width: 600px) {
  .search-header {
    display: block;
  }
  
  .category-questions,
  .search-results-content {
    border-right: 1px solid #CCCCCC;
    width: 75%;
    margin-top: 15px;
    float: left;
  }
  
  .search-results-content {
    min-height: 310px;
  }
  
  .category-questions h1,
  .category-questions > h3 {
    padding-left: 10px;
  }
  .category-questions > h3 {
    margin-top: 0;
  }
  
  .category-selector {
    display: block;
    margin-top: 1rem;
    width: 25%;
  }
  
  .category-section:nth-child(3n+1) {
    clear:left;
  }
  
  .category-section .category-section-title:after {
    display: none;
  }
  
  .category-section .article-list {
    display: block;
  }
  
  .category-section {
    width: 33%;
    padding: 0 10px;
  }  
}

@media screen and (min-width: 600px) and (max-width: 768px) {
  .category-section .category-section-title {
  }
}

/***ARTICLE PAGE***/
.article-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 13px;
}

.article-content h2 {
  margin-top: 0;
}

.article-voting {
  margin-top: 3rem;
}

.article-voting h5 {
  margin-bottom: 1rem;
}

.article-vote-container {
  display: inline-block;
  margin: 1rem 2rem 0 0;
  text-align: center;
}

.article-vote-up,
.article-vote-down {
  width: 82px;
  height: 82px;
  display: block;
  margin-bottom: 1rem;
}

.article-vote-up {
  background: url("/hc/theming_assets/01HZMAV7QF3M30FDTZFA55AKTZ") no-repeat center center;
}
.article-vote-up.article-voted,
.article-vote-up:hover {
  background-image: url("/hc/theming_assets/01HZMAV61YVQR76TKY3Y064QZD");
}

.article-vote-down {
  background: url("/hc/theming_assets/01HZMAV9H2DKAACNKVRHWRE09N") no-repeat center center;
}

.article-vote-down.article-voted,
.article-vote-down:hover {
  background: url("/hc/theming_assets/01HZMAVANV281F5NMCT4H4Y6FA") no-repeat center center;
}

.article-body p {
  line-height: 1.5em;
}

.article-other {
  margin-top: 3rem;
}

.article-other h3 {
  margin-bottom: 1rem;
}

.article-other p {
  margin: 0;
}

.article-other a {
	display: inline-block;
}

.article-content .article-info {
    padding-top: 50px;
}

@media screen and (min-width: 600px) {
  .article-content .article-info {
    float: left;
    width: 75%;
    min-height: 315px;
    padding-right: 30px;
    margin-top: 15px;
		border-right: 1px solid #CCCCCC;
    padding-top: 0;
  }
  
  .article-other {
		width: 70%;
  } 
}

/***SUBMIT A REQUEST PAGE***/


.request-page {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 13px;
}

.request-container {
  width: 96%;
  max-width: 800px;
  margin: 0 auto;
}

.request-container h1 {
  width: 100%;
  max-width: 400px;
  padding-top: 50px;
  margin-bottom: 0;
  text-align: center;
  margin: 50px auto 20px;
}
@media screen and (min-width: 600px) {
  .request-container h1 {
  }
}

@media screen and (min-width: 1024px) {
  .request-container h1 {
	  margin-top: 0;
  }
}

.request-container .form-field {
  margin: 20px auto 0;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 600px) {
  .request-container .form-field {
    margin: 30px auto 0;
  }
}

.request-container .form-field label {
  display: none;
}

.request-container input[type="text"],
.request-container input[type="number"],
.request-container .nesty-input {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 1.25rem;
  vertical-align: top;
  margin-bottom: 6.5px;
  vertical-align: top;
  width: 100%;
}

.request-container textarea {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 1.25rem;
  vertical-align: top;
  width: 100%;
  min-height: 300px;
}

.request-container .suggestion-list {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
}
@media screen and (min-width: 600px) {
  .request-container .suggestion-list {
  	margin: 20px auto 0;
  }
}

/* Category selector */
.request-container .request_custom_fields_45337645 {
  display: none;
}

.request-container .upload-dropzone {
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
  cursor: pointer;
  border: 1px solid #CCCCCC;
  border-radius: 22.5px;
}

.request-container .upload-dropzone span {
  color: #000000;
  padding: 8px 5px 5px;
}

.request-container .upload-dropzone span::before {
  font-weight: lighter;
}

.request-container .notification {
  width: 100%;
  max-width: 400px;
}

.request-container .notification-inline.notification-error {
  background-color: white;
  border: none;
  margin-top: 0;
  text-align: center;
}

.request-container .notification-inline.notification-error:before {
  display: none;
}

.request-container footer {
  text-align: center;
}

.request-container .category-radio-block {
  margin: 13px 0;
}

.request-container .category-radio-block h5 {
  margin: 26px auto 0;
}

.request-container .category-radio-block .notification {
  margin: 0 auto;
}

.request-container .category-radio-block label {
  float: left;
  width: 50%;
  vertical-align: top;
  height: 230px;
  padding: 3.5px;
  position: relative;
  text-align: center;
}

.request-container .category-radio-block label.active {
  outline: 3px solid #d55442;
}


.request-container .category-radio-block .radio {
  display: none;
}

.request-container .category-radio-block .radio + span {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -1px;
  right: 0;
  bottom: 19px;
  margin: 0 auto;
  background: white;
  border-radius: 100%;
  border: 1px solid black;
}

.request-container .category-radio-block .radio:checked + span {
  background: #d55442;
  border: 1px solid #d55442;
}

.request-container .category-radio-block .topic-name:before {
  content: "";
  margin: 0 auto;
  background-position: center center;
  display: block;
  height: 100px;
  width: 100px;
}

.request-container .category-radio-block .pre-purchase .topic-name:before {
  background-image: url("/hc/theming_assets/01HZMAVBADJJCCJ716P9ZZ5NGX");
}

.request-container .category-radio-block .post-purchase .topic-name:before {
  background-image: url("/hc/theming_assets/01HZMAV8P7HP2JKB9G9DHAQZKW");
}

.request-container .category-radio-block .post-delivery .topic-name:before {
  background-image: url("/hc/theming_assets/01HZMAV582W0BEATKF5KK0162K");
}

.request-container .category-radio-block .other .topic-name:before {
  background-image: url("/hc/theming_assets/01HZMAV54B3C3K6Z98T7W7TFHC");
}

.request-container footer {
  margin: 20px auto;
  max-width: 400px;
}

@media screen and (min-width: 600px) {
  .request-container footer {
    margin: 30px auto;
    max-width: 400px;
  }
  .request-container .category-radio-block {
    margin: 30px 0;
  }
	.request-container .category-radio-block label {
    width: 25%;
    margin-bottom: 15px;
  }
}

/***FOOTER***/
.footer {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
}

.main-footer {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding: 39px 0;
  font-weight: 300;
}

.main-footer a {
	text-decoration: none;
  font-weight: 400;
}

.main-footer a:hover {
  text-decoration: underline;
}

.main-footer ul {
	padding-left: 0;
  list-style-type: none;
  border: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0 0 13px 13px;
  display: block;
  float: left;
  margin-right: 0;
  width: 50%;
}

.main-footer ul li:first-of-type {
    color: #9b9b9b;
    margin-bottom: 6.5px;
}

.main-footer ul:last-of-type {
  display: block;
}

@media screen and (max-width: 599px) {
  .main-footer ul:nth-child(odd) {
    clear: left;
  }
}

@media screen and (min-width: 600px) {
  .main-footer ul {
  	width: 16.66667%;
  }
}

.main-footer .icon-social {
	background: url("/hc/theming_assets/01HZMAVB25B1VWMRWXBXJAA6TE") no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;  
  vertical-align: top;
  margin: 0 .5em 0 0;
}

.main-footer .icon-social-fb {
	background-position: 0 100%;
}

.main-footer .icon-social-insta {
	background-position: 36.36363636363637% 100%;
}

.main-footer .icon-social-pinterest {
background-position: 36.36363636363637% 50%;
}

.main-footer .icon-social-twitter {
	background-position: 0 50%;
}

@media screen and (min-width: 600px) {
	.article-content h1 {
	  padding-top: 0;
    line-height: normal;
	}
  
  .main-footer ul {
    display: inline-block;
	  float: left;
    margin-right: 0;
    width: 25%;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 13px 13px;
  }
  
  .main-footer ul:last-of-type {
    float: right;
  	text-align: right;
    width: 30%;
	}
  
  .main-footer .icon-social {
  	margin: 0 0 0 .5em;
  }
}

@media screen and (min-width: 1024px) {
	.main-nav-mobile {
		display: none; 
  }
  
  .main-nav {
  	display: block;
  }
  
  .main-header .hamburger {
  	display: none;
  }
  
  .main-header .logo {
    margin: 0 auto 26px;
	}
  
  .main-footer ul {
    float: left;
    display: block;
    margin-right: 0;
    width: 16.6666666667%;
    border-color: transparent;
    border-style: solid;
    border-width: 0 0 13px 13px;
	}
}

.icon-social-fb {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/hc/theming_assets/01HZMAV868102FJDM5HVAGFK5W);
}

.icon-social-insta {
  display: inline-block;
  width: 31px;
  height: 30px;
  background-image: url(/hc/theming_assets/01HZMAV5RHAD90CY4HTZ1WPTRP);
}

.icon-social-pinterest {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/hc/theming_assets/01HZMAV5BT1JXEMRHPPGTHPW2G);
}

.icon-social-twitter {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/hc/theming_assets/01HZMAVA8NAWBRS1S99C809GKV);
}

/***SEARCH RESULTS PAGE***/
.search-results-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 13px;
}

.search-results-container .search-header {
  display: block;
}

.search-results-header {
  margin: 0 0 40px 0;
}

.search-results-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-result a {
  text-decoration: none;
  font-size: 1.25em;
}

.search-result-description {
  margin: 15px 0;
  font-weight: 300;
}

.search-results-empty span {
  display: block;
  margin-top: 20px;
}

.pagination ul {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  list-style-type: none;
  text-align: center;
}

.pagination ul li {
	display: inline-block;
  min-width: 25px;
}

.powered-by-zendesk {
  max-width: 100%;
}

.error-page {
  width: 1000px;
  max-width: 100%;
  padding: 13px;
  margin: 0 auto;
}