.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: #926722;
  background-image: url('../images/button-bg.png');
  background-position: 0px 0px;
  background-size: auto;
}

.container {
  width: 100%;
  min-width: 95%;
  padding-right: 0px;
}

.image {
  margin-top: -27px;
  margin-bottom: -61px;
  padding-bottom: 0px;
}

.nav-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Varela, sans-serif;
  color: hsla(0, 0%, 100%, 0.74);
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: hsla(0, 0%, 100%, 0.74);
}

.nav-link.w--current:hover {
  color: hsla(0, 0%, 100%, 0.56);
}

.close-button {
  width: 30px;
  height: 30px;
}

.top-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 85px 40px 23px 292px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 212, 186, 0.81)), to(rgba(222, 212, 186, 0.81))), url('../images/lizard.png');
  background-image: linear-gradient(180deg, rgba(222, 212, 186, 0.81), rgba(222, 212, 186, 0.81)), url('../images/lizard.png');
  background-position: 0px 0px, 10% -120%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  text-align: right;
}

.top-banner.main-section {
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 188, 162, 0.63)), to(rgba(203, 188, 162, 0.63))), url('../images/lizard.png'), -webkit-gradient(linear, left top, left bottom, from(#d9d5c0), to(#d9d5c0));
  background-image: linear-gradient(180deg, rgba(203, 188, 162, 0.63), rgba(203, 188, 162, 0.63)), url('../images/lizard.png'), linear-gradient(180deg, #d9d5c0, #d9d5c0);
  background-position: 0px 0px, 0% -50%, 0px 0px;
  background-size: auto, auto, auto;
  background-repeat: repeat, no-repeat, repeat;
  background-attachment: scroll, scroll, scroll;
}

.top-banner.about {
  padding-bottom: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 194, 159, 0.71)), to(rgba(197, 194, 159, 0.71))), url('../images/turtle.png');
  background-image: linear-gradient(180deg, rgba(197, 194, 159, 0.71), rgba(197, 194, 159, 0.71)), url('../images/turtle.png');
  background-position: 0px 0px, 3% 10%;
  background-size: auto, 800px;
  background-repeat: repeat, no-repeat;
}

.top-banner.cloth {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 212, 186, 0.81)), to(rgba(222, 212, 186, 0.81))), url('../images/frog.png');
  background-image: linear-gradient(180deg, rgba(222, 212, 186, 0.81), rgba(222, 212, 186, 0.81)), url('../images/frog.png');
  background-size: auto, auto;
}

.top-banner.phones {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 212, 186, 0.81)), to(rgba(222, 212, 186, 0.81))), url('../images/monkey.png');
  background-image: linear-gradient(180deg, rgba(222, 212, 186, 0.81), rgba(222, 212, 186, 0.81)), url('../images/monkey.png');
  background-position: 0px 0px, 10% -20%;
  background-size: auto, auto;
}

.top-banner.privacy {
  padding-bottom: 44px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 212, 186, 0.81)), to(rgba(222, 212, 186, 0.81))), url('../images/fish.png');
  background-image: linear-gradient(180deg, rgba(222, 212, 186, 0.81), rgba(222, 212, 186, 0.81)), url('../images/fish.png');
  background-position: 0px 0px, 10% -60%;
}

.top-banner.home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 212, 186, 0.81)), to(rgba(222, 212, 186, 0.81))), url('../images/eagle.png');
  background-image: linear-gradient(180deg, rgba(222, 212, 186, 0.81), rgba(222, 212, 186, 0.81)), url('../images/eagle.png');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, 500px;
}

.top-banner.shipping {
  padding-bottom: 64px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 194, 159, 0.71)), to(rgba(197, 194, 159, 0.71))), url('../images/eagle.png');
  background-image: linear-gradient(180deg, rgba(197, 194, 159, 0.71), rgba(197, 194, 159, 0.71)), url('../images/eagle.png');
  background-position: 0px 0px, 3% 10%;
  background-size: auto, 500px;
  background-repeat: repeat, no-repeat;
}

.cart-header {
  background-color: #600000;
  background-image: url('../images/button-bg.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.heading-2 {
  margin-top: 47px;
  font-family: Varela, sans-serif;
  color: #431717;
  font-size: 18px;
  line-height: 22px;
}

.heading {
  margin-bottom: -7px;
  font-family: Underdog, sans-serif;
  color: #4b0505;
  font-size: 70px;
}

.cart {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 18px;
  margin-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-button {
  width: 90px;
  height: 90px;
  margin-bottom: 0px;
  padding: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 200px;
  background-color: #600000;
  background-image: url('../images/-bag.png');
  background-position: 50% 50%;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.heading-6 {
  color: #fff;
  font-size: 24px;
}

.text-block {
  font-family: Varela, sans-serif;
  font-size: 16px;
}

.empty-state {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 237, 206, 0.64)), to(rgba(254, 237, 206, 0.64))), url('../images/sand-texture.jpg');
  background-image: linear-gradient(180deg, rgba(254, 237, 206, 0.64), rgba(254, 237, 206, 0.64)), url('../images/sand-texture.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  background-color: red;
  color: #fff;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, 0.82);
}

.main-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.d-56-rectangle-one {
  position: absolute;
  display: none;
  width: 80%;
  height: 80%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.d-56-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.d-56-h3-heading {
  position: relative;
  margin-bottom: 7px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.buttons {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 8px 39px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #940500;
  background-image: url('../images/button-bg.png');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: repeat-x;
  font-size: 24px;
}

.d-56-rectangle-two {
  position: absolute;
  display: none;
  width: 80%;
  height: 80%;
  padding-bottom: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Underdog, sans-serif;
  color: #fcc7a0;
  text-decoration: none;
}

.d-56-h3-heading-bold {
  font-weight: 600;
}

.d-56-background-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120%;
  padding-top: 170px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(80%, rgba(76, 57, 0, 0.99))), url('../images/shoes.png'), url('../images/sand-texture.jpg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(76, 57, 0, 0.99) 80%), url('../images/shoes.png'), url('../images/sand-texture.jpg');
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  background-repeat: repeat, repeat, repeat;
  text-decoration: none;
}

.d-56-background-image._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, transparent), color-stop(79%, rgba(0, 0, 0, 0.89))), url('../images/pillow.jpg'), none, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.89) 79%), url('../images/pillow.jpg'), none, linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 50% 0%, 0px 0px, 0px 0px;
  background-size: auto, 100%, auto 12%, auto;
  background-repeat: repeat, no-repeat, repeat, repeat;
}

.d-56-background-image._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(86%, rgba(171, 134, 0, 0.89))), url('../images/mens-shirt.png'), url('../images/sand-texture.jpg'), -webkit-gradient(linear, left top, left bottom, from(#b56f0d), to(#b56f0d));
  background-image: linear-gradient(180deg, transparent 35%, rgba(171, 134, 0, 0.89) 86%), url('../images/mens-shirt.png'), url('../images/sand-texture.jpg'), linear-gradient(180deg, #b56f0d, #b56f0d);
  background-position: 0px 0px, 50% 50%, 0px 0px, 0px 0px;
  background-size: auto, cover, auto 12%, auto;
  background-repeat: repeat, no-repeat, repeat, repeat;
}

.d-56-background-image._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, transparent), color-stop(84%, #093d3d)), url('../images/iphone-case.jpg');
  background-image: linear-gradient(180deg, transparent 19%, #093d3d 84%), url('../images/iphone-case.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.d-56-background-image.womens {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(80%, rgba(78, 20, 85, 0.99))), url('../images/womens-high-top-canvas-shoes-white-front-61f689920755b.png'), url('../images/sand-texture.jpg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(78, 20, 85, 0.99) 80%), url('../images/womens-high-top-canvas-shoes-white-front-61f689920755b.png'), url('../images/sand-texture.jpg');
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
}

.d-56-background-image.mens {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(80%, rgba(10, 12, 42, 0.99))), url('../images/shoes.png'), url('../images/sand-texture.jpg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(10, 12, 42, 0.99) 80%), url('../images/shoes.png'), url('../images/sand-texture.jpg');
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, cover;
  background-repeat: repeat, repeat, repeat;
}

.d-56-background-image.iphone {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, transparent), color-stop(84%, rgba(20, 85, 79, 0.99))), url('../images/iphone-case.jpg');
  background-image: linear-gradient(180deg, transparent 31%, rgba(20, 85, 79, 0.99) 84%), url('../images/iphone-case.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.d-56-background-image.samsung {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, transparent), color-stop(80%, rgba(10, 41, 42, 0.99))), url('../images/samsung-case.jpeg');
  background-image: linear-gradient(180deg, transparent 32%, rgba(10, 41, 42, 0.99) 80%), url('../images/samsung-case.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.section-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 74px 177px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #600000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 102, 0, 0.52)), to(rgba(255, 102, 0, 0.52))), url('../images/texture.jpg');
  background-image: linear-gradient(180deg, rgba(255, 102, 0, 0.52), rgba(255, 102, 0, 0.52)), url('../images/texture.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-5 {
  font-family: Underdog, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: center;
}

.heading-4 {
  font-family: Varela, sans-serif;
  color: #fcc7a0;
  font-size: 23px;
  text-align: center;
}

.product-cols {
  width: 90%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.product-cols.last-row {
  margin-bottom: 105px;
}

.prod-image {
  width: 100%;
  height: 350px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-7 {
  font-family: Underdog, sans-serif;
  color: #640303;
  font-size: 26px;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.86)), to(hsla(0, 0%, 100%, 0.86))), url('../images/page-bg.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.86), hsla(0, 0%, 100%, 0.86)), url('../images/page-bg.png');
  background-position: 0px 0px, 100% -40%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.subcategory-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  padding: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-2 {
  display: none;
}

.footer-07 {
  padding: 30px 3%;
  background-color: #2e0303;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 4, 4, 0.79)), to(rgba(13, 4, 4, 0.79))), url('../images/petroglyph-5938966_1920-1.jpg');
  background-image: linear-gradient(180deg, rgba(13, 4, 4, 0.79), rgba(13, 4, 4, 0.79)), url('../images/petroglyph-5938966_1920-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-link-white {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-white:hover {
  opacity: 0.5;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-light {
  font-family: Varela, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-bottom: 32px;
}

.body-text {
  font-family: Varela, sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.text-block {
  padding-top: 24px;
  padding-bottom: 65px;
}

.description-section {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 96px;
  padding-bottom: 96px;
}

.h2 {
  margin-bottom: -7px;
  font-family: Underdog, sans-serif;
  color: #4b0505;
  font-size: 30px;
}

.html-embed {
  color: #2d2d2d;
  text-decoration: none;
}

.inline-links {
  color: #933434;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .image {
    display: none;
    padding-right: 96px;
  }

  .nav-link {
    text-align: right;
  }

  .top-banner {
    height: auto;
    padding-top: 78px;
    padding-bottom: 5px;
    padding-left: 52px;
  }

  .heading-2 {
    margin-top: 20px;
    font-size: 15px;
  }

  .heading {
    font-size: 40px;
  }

  .main-categories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .d-56-card-wrapper {
    width: 50%;
    height: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .d-56-card-wrapper.full {
    width: 100%;
  }

  .d-56-h3-heading {
    font-size: 20px;
  }

  .buttons {
    padding: 7px 24px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .d-56-background-image {
    padding-top: 90px;
  }

  .section-about {
    padding-right: 27px;
    padding-left: 27px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 45px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 22px;
  }

  .product-cols {
    margin-top: 15px;
  }

  .product-cols.bottoms {
    margin-top: 0px;
  }

  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-2 {
    position: relative;
    z-index: 5;
    display: block;
    margin-top: -27px;
    margin-bottom: -68px;
    padding-right: 31px;
  }

  .icon {
    color: #fff;
  }

  .footer-centre {
    margin-top: -51px;
  }

  .logo {
    padding-right: 24px;
    padding-left: 24px;
  }

  .body-text {
    font-size: 18px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 10, 10, 0.53)), to(rgba(18, 10, 10, 0.53))), url('../images/texture.jpg');
    background-image: linear-gradient(180deg, rgba(18, 10, 10, 0.53), rgba(18, 10, 10, 0.53)), url('../images/texture.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
  }

  .h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top-banner {
    padding-top: 54px;
    padding-right: 26px;
  }

  .top-banner.main-section {
    padding-bottom: 46px;
  }

  .heading-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .d-56-card-wrapper {
    height: 300px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .d-56-card-wrapper.full {
    width: 100%;
  }

  .d-56-h3-heading {
    font-size: 16px;
  }

  .buttons {
    padding: 3px 14px;
  }

  .d-56-rectangle-two {
    padding-bottom: 0px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .d-56-background-image {
    height: 100%;
    padding-top: 36px;
    padding-bottom: 45px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .d-56-background-image._2 {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28%, transparent), color-stop(79%, rgba(0, 0, 0, 0.89))), url('../images/pillow.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.89) 79%), url('../images/pillow.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 50% 100%, 0px 0px, 0px 0px;
    background-size: auto, cover, auto 12%, auto;
  }

  .d-56-background-image._4 {
    height: 100%;
    padding-bottom: 43px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(86%, rgba(171, 134, 0, 0.89))), url('../images/mens-shirt.png'), url('../images/petroglyph-5938966_1920-1.jpg');
    background-image: linear-gradient(180deg, transparent 35%, rgba(171, 134, 0, 0.89) 86%), url('../images/mens-shirt.png'), url('../images/petroglyph-5938966_1920-1.jpg');
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, 120%, auto;
    background-repeat: repeat, no-repeat, repeat;
  }

  .d-56-background-image._3 {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 43px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .section-about {
    width: 100%;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 23px;
  }

  .product-cols {
    margin-top: 15px;
  }

  .image-2 {
    padding-right: 34px;
  }

  .icon {
    color: #fff;
  }

  .footer-centre {
    margin-top: -49px;
  }

  .logo {
    padding-right: 25px;
    padding-left: 25px;
  }

  .body-text {
    font-size: 17px;
    line-height: 20px;
  }

  .text-block {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-text {
    padding: 56px 15px;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .h2 {
    line-height: 25px;
  }

  .html-embed-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 5000;
  }

  .image {
    padding-right: 113px;
  }

  .top-banner {
    padding-top: 73px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 212, 186, 0.81)), to(rgba(222, 212, 186, 0.81))), url('../images/lizard.png');
    background-image: linear-gradient(180deg, rgba(222, 212, 186, 0.81), rgba(222, 212, 186, 0.81)), url('../images/lizard.png');
    background-position: 0px 0px, -20% 370%;
  }

  .heading-2 {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }

  .heading {
    font-size: 30px;
  }

  .d-56-card-wrapper {
    width: 50%;
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .d-56-h3-heading {
    font-size: 13px;
    line-height: 1.2;
  }

  .buttons {
    position: relative;
    z-index: 4000;
    margin-bottom: -32px;
    padding: 0px 13px;
  }

  .d-56-rectangle-two {
    width: 80%;
  }

  .heading-3 {
    font-size: 15px;
    text-align: center;
  }

  .d-56-background-image {
    padding-top: 0px;
    background-position: 0px 0px, 50% 60%, 0px 0px;
    background-size: auto, 140%, auto;
  }

  .d-56-background-image.womens {
    width: 100%;
  }

  .section-about {
    padding: 24px 13px;
  }

  .heading-5 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4 {
    font-size: 15px;
    line-height: 18px;
  }

  .product-cols {
    margin-top: 11px;
  }

  .image-2 {
    margin-top: -15px;
    padding-right: 57px;
  }

  .icon {
    color: #fff;
  }

  .footer-link-white {
    font-size: 15px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .logo {
    padding-right: 36px;
    padding-left: 36px;
  }

  .body-text {
    font-size: 17px;
    line-height: 20px;
  }

  .text-block {
    padding-right: 17px;
    padding-left: 17px;
  }

  .h2 {
    font-size: 20px;
    text-align: center;
  }

  .html-embed-2 {
    margin-right: 0px;
    margin-left: 0px;
  }
}

